/*  
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;
}

h1, h2, h3 {
	margin: 0;
/*	text-transform: lowercase;*/
	font-weight: normal;
	color: #3E3E3E;
}


h1, h2 {
	font-size: 23px;
}

h3 {
	font-size: 18px;
	color: #255EB1;
}
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: /*150px; */ 100px;
	 margin: /*30px auto 30px auto; */ 0 auto 10px auto;
}

#logo {
	float: left;
}

#logo h1 {
	/* margin-top:10px;*/ /* none */
	font-size: 38px;
	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;
	font-size: 13px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	/* margin-top:35px; */ /* none */
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 7px 20px;
	text-decoration: none;
	color:#0066CC;
	text-transform:lowercase;
	font-size:13px;
}

#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 {
}

.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;
	color: #DE7314;
}

.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 .wrapimage {
 padding:0px;
  margin: 0 0 1.5em 0;
  overflow: auto;
}
/* IE FIX */
.entry .wrapimage {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
}
.post .entry {
}

.post .meta {
	padding: 15px 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 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	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; }

/********** 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;
}

/* 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;
}

/* Footer */

#footer {
	
	min-height: 74px;
	padding: 50px 0 0 0;
	color:#ddd;
	
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #777;
}

#legal a {
	color: #555;
}
#legal a:hover {
	text-decoration: underline;
	color: #DE7314;
}


.pwp-post-tag {
		margin-top:10px;
		margin-bottom:10px;
}
.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-date a:hover{
		color:#000;
}
.comment-title {
}
.comment-title a {
		text-decoration:none;
}
.comment-title a:hover {
		color:#900;
}
.comment-body {
	margin-top:3px;
	margin-bottom:3px;
}


.clear{ clear:both;margin:0px;padding:0px; }
.left { float:left; }
.right { float:right; }


.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;}

small {
	font-size:11px;
}





