@charset "utf-8";
/*  
Theme Name: Complimentary
Theme URI: http://www.freewpthemes.net/
Description: A two-column, fixed with theme ideal for 1024x768 resolutions. Widget-ready for WP2.2+
Version: 2.0
Author: NodeThirtyThree + Free WordPress Themes
Author URI: http://www.nodethirtythree.com + http://www.freewpthemes.net/
*/


body {
	margin: 0 0 0 0;
	padding: 0;
		font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
}

.page-width {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}

.page-width h1 {
		font-size:18px;
		margin-top:40px;
}

h1, h2, h3 {
	margin: 0;
/*	text-transform: lowercase;*/
	font-weight: normal;
	color: #3E3E3E;
}


h1, h2, h3 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
/*	text-align: justify;*/
	line-height: 26px;
	font-size: 13px;
}

a:link {
	color: #255EB1;
}

a:visited {
	color: #0A2E61;
}

a:hover, a:active {
	text-decoration: underline;
	color: #DE7314;
}

#sidebar a:hover, a:active {
	text-decoration: underline;
	color: #DE7314;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 90%;
	height: 50px;
	margin: 10px auto 20px auto;
	
}

#logo {
	float: left;
}
#pwp-logo {
	float: left;
}
#logotext {
	margin-left:183px;
}

#logo h1 {
	font-size: 24px;
	color: #494949;
	line-height:2;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
	line-height:2;
}

#logo h1 a {
	color:#255EB1;
}

#logo h2 {
/*	margin-top: -10px;*/
	line-height:30px;
	font-size: 16px;
	white-space:nowrap;
	margin-left:20px;
	margin-right:20px;
	color: #A0A0A0;
	font-family: "Times", Arial, Verdana, Tahoma, sans-serif;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	text-align:right;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	height:30px;
	float:right;
}

#menu li {
	margin: 0px;
	padding:0px;
	height:30px;
	float:left;
	
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding:0px;

	height:30px;
	
	line-height:30px;
	vertical-align:middle;
	text-decoration: none;
	color:#0066CC;
	text-transform:lowercase;
	font-family:Times, Arial, Verdana, sans-serif;
	font-size:16px;
}

#menu a:hover, #menu a:active {
	text-decoration: underline;
	color: #DE7314;
}


#menu a:hover {
	}

#menu .active a {
}

/* Page */

#page {
	width: 90%;
	margin:auto;
}

/* Content */

#content {
	display:inline;
	float:left;
	width:75%;
	margin:0px;
	margin-right:2%;
}

.navigation {
}

.navigation a {
		font-size:16px;	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(images/img11.gif) no-repeat right 50%;
	border-bottom: 1px dotted #D1D1D1;
}
.post .title a {
text-decoration:none;
}

.post .title a:hover {
text-decoration:underline;
}

.post .title a:link, .post .title a:active {
	color: #DE7314;
}
.post .title a:visited {
	color: #0A2E61;
}

.entry {
 padding:0px;
  margin: 0 0 1.5em 0;
  overflow: auto;
}
/* IE FIX */
.entry {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
}
 
.post .entry {
}

.post .meta {
	padding: 5px 0 60px 0;
	background: url(images/img03.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 14px 0 14px;
	background: url(images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 18px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Comments */

#comments {
}

#comments p, #comments ol, #comments ul {
	line-height: normal;
}

#comments input {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
/*	text-transform: lowercase;*/
	font-size: 13px;
	color: #4F4F4F;
}

#comments #submit {
	background: #FFFFFF url(images/spacer.gif);
	border: 1px solid #F0F0F0;
}

#comment {
	width: 500px;
}

/* Respond */

#respond {
}

#respond p {
	margin-bottom: 5px;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	display:inline;
	float: right;
	width: 20%;
	overflow:hidden;
	
}

#sidebar ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	
	margin:0px;
	margin-bottom: 30px;
	
}

#sidebar li ul {
	margin:0px;
	padding:0px;
	
}

#sidebar li li {
	
	margin: 0px;
	padding-left: 12px;
	background: url(images/img12.gif) no-repeat left 12px;;
	

}

#sidebar h2 {
	margin-bottom: 10px;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 16px;
	font-weight: normal;
}

#sidebar h2.cat { background: url(images/cat.gif) no-repeat right top; }
#sidebar h2.arc { background: url(images/arc.gif) no-repeat right top; }
#sidebar h2.lin { background: url(images/lin.gif) no-repeat right top; }
#sidebar h2.tag { background: url(images/tag.gif) no-repeat right top; }
#sidebar h2.gue { background: url(images/gue.gif) no-repeat right top; }

/* Boxes */

.box1 {
	padding: 3px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pwp-post-tag {
		margin-top:10px;
		margin-bottom:5px;

		background:url(images/syringe.png) top left no-repeat;
		padding-left:24px;
		height:24px;

}

.pwp-post-tag a, .pwp-post-tag a:visited {
		font-size:12px;
		color:#777;
		text-decoration:none;
		line-height:1.5;
		height:24px;
}
.pwp-post-tag a:hover {
		color: #DE7314;
		text-decoration:underline;
}


/********** C O M M E N T S **************/
#comments {
	margin-bottom:20px;
	color:#aaa;
}
#pwp-comments {
}
.commentlist {
}
.comment-data {
		padding:0px;
}
.alt .comment-data {
}
.comment-div {
		margin-bottom:30px;
}
.avatar-holder {
		width:30px;
		border:1px solid #eee;
		padding:1px;
}
.alt .avatar-holder {border:1px solid #ccc;}
.avatar {
		width:30px;
		height:30px;
}
.comment-data {
		margin-left:40px;
}
.comment-heading {
	border-bottom:1px solid #ddd;

}
.comment-date {
		width:150px;
}
.comment-date a{
		color:#777;
}
.comment-title {
}
.comment-title a {
		text-decoration:none;
}
.comment-body {
	margin-top:3px;
	margin-bottom:3px;
}


.clear{ clear:both;margin:0px;padding:0px; }
.left { float:left; }
.right { float:right; }

.pad { width:30px;margin:0px; }
.leftpad{ padding-left:30px; }
.rightpad{ padding-right:30px;}
.pwp-left-width { width:185px; }
/* .pwp-left-width + .leftpad */
.pwp-left-margin { margin-left:215px; }
.pwp-right-width { width:170px; }
.pwp-right-margin {	margin-right:200px; }
.pwp-Vmargin { height:50px; }



.uc { text-transform:uppercase; }
.lc { text-transform:lowercase; }
.tCenter{ text-align:center;}
.tRight{ text-align:right;}
.tLeft{ text-align:left;}

.noUnd {text-decoration:none;}
.smaller {font-size:11px;}
.border{border:1px solid red;}

small {
	font-size:11px;
}

/********** S E A R C H **************/
#pwp-searchform { /*margin:0px; padding:0px;*/ }
#pwp-searchbar{
			/*clear:both;*/
}
#pwp-searchgo {
		vertical-align:middle;
		width:16px;
		height:16px;
		border-width:0px;
}
#pwp-s {
		width:97%; 
		height:14px;
		font-size:12px;
		color:#555;
		border:1px solid #ccc;
		/*vertical-align:middle;*/
		margin:0px;
}


#pwp-footer {
		width: 90%;
		margin:auto;
	
		text-align:left;
		font-size:10px;

		margin-bottom:10px;
		margin-top:40px;

}
#pwp-footer div.lined {
		padding-top:35px;
}
#pwp-footer div {
		color:#aaa;
}
#pwp-footer div a{
		color:#aaa;
}
#pwp-footer div a:hover{
		color:#f00;
}

.cv2 {
		background:url(images/cv2.jpg) bottom left #fff no-repeat;
		height:90px;
}