/*  
Theme Name: Concepcioun
Theme URI: http://www.concepcioun.com
Description: A two column theme layout for Concepcioun Handmade Journals
Version: 1.1
Author: Chrisitine
Author URI: http://www.concepcioun.com/
Tags: valid XHTML, valid CSS, right sidebar, widget ready, simple, widgets, two columns
*/


* { margin: 0; padding: 0; outline: none; }

a:link, a:visited, a:active { color: #223355; text-decoration:none; }

a:hover { color: #CC3300; text-decoration:none; font-weight:bold; }

body { background: #FFFFFF url(img/body-bg4.gif) repeat-x top; font-family: Arial, Helvetica, Verdana, san-serif; font-size: 11px; color: #666;  }

#wrapper { width: 950px; margin: 0 auto; }

#header { width: 950px; height: 134px; background: url(img/hdr_bg.gif) no-repeat top; }

a.logo{
	width:223px;
	height:49px;
	margin:50px 0 0 25px;
	background:url(img/concepcioun_logo.png) no-repeat;
	overflow:hidden;
	float:left;
}

a.logo span { display: none; }

.search { float: right; margin-top: 55px; }

.search .search-text { background: url(img/search-bg.png) no-repeat; width: 157px; padding: 6px 30px 8px 10px;  border: none; }

#subheader { margin-bottom:30px; width: 950px; height: 45px; float: left; }

#subheader .topNav {
	margin:4px auto 0 auto;
	padding:0px;
	height:45px;
	width:950px;
	/* border: solid #444a4d 1px; */
	bordertop: solid #444a4d 1px;
	border-bottom: solid #444a4d 1px;
	border-left: solid #444a4d 1px;
}
#subheader .topNav ul {
	margin:0;
	padding:0;
	text-align:center;
}
#subheader .topNav ul li {
	list-style-type:none;
	float:left;
}
#subheader .topNav ul li a, 
#subheader .topNav ul li a:link,
#subheader .topNav ul li a:visited,
#subheader .topNav ul li a:focus,
#subheader .topNav ul li a:active {
	padding:16px 25px 15px 25px;
	display:block;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border-right: solid #444a4d 1px;
}
#subheader .topNav ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#f47954;
	font-weight:normal;
}

/* png fix */
* html img,
* html .png {
  azimuth: expression(
    this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "/images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
  );
}


/* script stuff */
.search-alert {display: none; background: url(img/search-alert-arrow.png) no-repeat; padding: 20px 15px 10px 15px; float: left; margin-top: 2px; position: absolute; font-size: 10px; cursor: pointer; color: #000; }

#content {margin-left:30px; width: 560px; float: left; }

.post { width: 600px; margin-bottom: 50px;  font-size:12px; }

.post h2 a { color: #24446b; font-weight: normal; text-decoration: none; font-size: 24px; font-family: Georgia, "Times New Roman", Times, serif; }

.post span.post-info { color: #999999; font-size: 10px; padding:5px 0 10px 0; width: 560px; display:block; }

.post p { line-height: 22px; margin-bottom: 12px; }

.post div.cats { margin:10px 0 0 0; border-top: dotted #cccccc 1px; padding-top: 10px; font-size:10px; display:block;}

#sidebar { padding-left:15px; width: 235px; float: right; border-left: dotted #cccccc 1px;}

#sidebar ul {padding-bottom: 10px; margin-bottom: 7px; list-style-type: none; border-bottom: dotted #cccccc 1px; }

#sidebar ul li { padding-bottom: 5px; margin-bottom:5px;  }

#sidebar ul li ul li { margin: 0; padding: 5px 0 2px 20px;  border-bottom:none; display: block; width: 165px; background: url(img/sidebar-bullet.gif) no-repeat 0px 7px; }

#sidebar ul li h2 {
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #223355;
	line-height: 13px;
	text-decoration: none;
	font-weight: normal;
}

.navigation .previous {float:left;}

.navigation .next {float:right;}

#footer { clear: both; width: 100%; float: left; background: #d4d4d4; padding: 20px 0; margin-top: 20px; }

#footer .inner { width: 950px; margin: 0 auto; }

/*

	.comments template styles

*/

.comments { float: left; padding: 0; }

.comments input[type=text], textarea { width: 350px; }

textarea { width: 500px; }

.comments fieldset { padding: 20px; border: 1px solid #CCC; margin: 10px 0 20px 0; }

.comments p { padding: 0 0 10px 0; }

.comments h2 { padding: 0 0 15px 0; }

#cdisplay { list-style-type: none; padding: 0; margin: 0; }

#cdisplay li { padding: 10px;  margin-bottom: 10px; width: 600px; }

#cdisplay li.first {  background: #f9f9f9; border-bottom: dotted #cccccc 1px; }

#cdisplay li.second {  background: #f6f6f6; border-bottom: dotted #cccccc 1px; }

.aligncenter,

div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft { float: left; }

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: left;
   background-color: #f3f3f3;
   padding:15px 4px 4px 13px;
   margin:0 10px 20px 0;
  
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding:5px;
   margin: 0 20px 0 10px;
}

img.avatar {float:right;}
