/*  
Theme Name: Maternologia
Theme URI: http://www.maternologia.ro/
Description: Wordpress Theme for Maternologia website.
Version: 1.0
Author: Extendio Media
Author URI: http://www.extendio.ro/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}

sup {
line-height:1; 
}


/* Begin Typography & Colors */
body {
	font-family:Arial, "Trebuchet MS", Arial, Sans-serif;
	font-size:80%;
	background:#FFF9F8 url(images/bg_body.png) top left repeat-x;
	color:#666;
	text-align:center; /* IE Hack */
	margin-bottom:30px;
	line-height:1.5;
}

#page {
	margin:40px auto;
	max-width:945px;
	width:945px;
	background-color:#fff;
	text-align:left; /* IE Hack */
	margin-bottom:30px;
	position:relative;
	}


strong {
	font-weight:bold;
}


dt {
	font-weight:bold;
}

dd {
	padding-left:2em;
}
.widecolumn .entry p {
margin-bottom:1.5em;
	}

.narrowcolumn .entry, .widecolumn .entry {
padding-left:40px;
padding-top:30px;
padding-right:20px;
background:#fff url(images/bg_mainContent.png) top left repeat-x;
	}

.widecolumn {

	}

.narrowcolumn .postmetadata {
	text-align: left;
	padding-left:40px;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


h2.pagetitle {
	font-size: 1.6em;
	}



h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
font-weight:normal;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#respond {
padding:0 20px 0 40px;
}
#commentform {
padding:0 20px 0 40px;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
color:#BE623F;
text-decoration:none;
font-weight:bold;
}
a:hover {
color:#82200F;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */



.narrowcolumn {
	float: left;
	margin: 0px 0 0;
/*	width: 450px;*/
	}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}


/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}


h2.pagetitle {

}



h3 {
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px;
	}
h3#comments {
padding: 0 20px 0 40px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	/*padding: 10px;*/
	}

.commentlist {
	padding: 0 20px 0 40px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	display:none;
	}
/* End Various Tags & Classes*/






/* ---------------------------
Headings
------------------------------ */
h1{
font-size:2em;
}
h2{
font-size:1.8em;
}
h3{
font-size:1.4em;
/*margin-bottom:1em;*/
}
h4{
font-size:1.2em;
margin-bottom:0.2em;
}
h5{
font-size:1em;
margin-bottom:0.1em;
}
p{
margin-bottom:0.5em;
}







h1.logo {
margin:0;
padding:0;
background:#fff url(images/maternologia_logo.png) top left no-repeat;
margin-top:20px;
margin-left:20px;
float:left;
}
* html h1.logo {
margin-left:10px;
}
h1.logo a {
width :300px;
height:120px;
display:block;
text-indent:-9999px;
}

a#skipToContent {
display:none;
}



/* ---------------------------
Search
------------------------------ */
#search {
display:block;
width:300px;
position:absolute;
top:-30px;
right:20px;
padding-top:50px;
text-align:right;
background: url(images/bg_search.gif) top right no-repeat;
}
* html #search {
margin-left:0;
}
#search  legend {
display:none;
}
#search input[type="submit"] {
background:none;
background-color:transparent;
border:none;
color:#AECED5;
font-weight:bold;
}
.button {
background:none;
background-color:transparent;
border:none;
color:#AECED5;
font-weight:bold;
}
#search label {
display:none;
}
/* ---------------------------
Navigation menu
------------------------------ */
#navbar {
clear:both;
/*border-bottom:1px solid #96796B;*/
margin-right:10px;
margin-left:10px;
margin-bottom:1px;
}
#mainNavigation {
clear:both;
float:right;
margin-bottom:5px;
}
* html #mainNavigation {
margin-right:5px;
}
#mainNavigation li {
display:block;
float:left;
background-color:#E6B69E;
margin-left:5px;
height:30px;
line-height:30px;
padding:0 15px;
}
#mainNavigation li a {
color:#fff;
font-weight:bold;
font-size:1.2em;
}
#mainNavigation li:hover {
background-color:#96796B;
}

#mainNavigation li.selected {
background-color:#96796B;
}
ul#languages {
position:absolute;
top:100px;
right:20px;
}
ul#languages li {
float:left;
margin-left:0px;

}

/* ---------------------------
Intro text
------------------------------ */
#intro {
background:#000 url(images/intro.png) top left no-repeat;
padding-top:150px;
color:#E6B69E;
margin-bottom:5px;
position:relative;
}
#intro h3 {
padding:0;
font-size:23px;
color:#E6B69E;
font-family:"Times", serif;
padding-left:50px;
margin-top:10px;
margin-bottom:1em;
line-height:1;
}

#intro h3 span {
font-size:40px;
color:#E4EEF1;
display:block;
padding-left:30px;
margin-top:-15px;
}
* html #intro h3 span {
}
#intro p {
margin-left:75px;
margin-right:20px;
padding:0;
}


/* ---------------------------
Content
------------------------------ */
#content {
width:620px;
margin-left:10px;
float:left;
}
* html #content  {
margin-left:5px;
}
#content .post h2 {
border-bottom:2px solid #C1D9DE;
/*background:#C1D9DE;*/
background:none;
padding-left:40px;
padding-top:0.4em;
padding-bottom:0.4em;
letter-spacing: -0.01em;
font-family:Georgia, "Times New Roman", Times, serif;
color: #A6CBD3;
}
#content #mainContent {
padding-top:30px;
padding-left:40px;
padding-right:20px;
background:#fff url(images/bg_mainContent.png) top left repeat-x;
}


/* ---------------------------
Sidebar
------------------------------ */
#sidebar {
	float:left;
	width:300px;
	margin-left:5px;
	margin-right:10px;
}
* html #sidebar {
	margin-left:5px;
	margin-right:5px;
}
h2 {
color:#FFFFFF;
background:#A6CBD3 url(images/bg_box_header.png) bottom right no-repeat;
padding:0.4em 0.4em;
font-weight:normal;
font-family: Arial, sans;
}
.widget {
margin-bottom:5px;
}
.widget img{
margin: 10px 0px;
border:1px solid #f0f0f0;
}
.widget .textwidget{
	padding:26px 20px 5px 20px;
}
.widget .date {
color:#C3BFB7;
display:block;
font-size:0.8em;
line-height:1em;
}
.widget ul{
background:#FEF7F3 url(images/bg_box.png) top right repeat-x;
padding:15px 20px;
list-style:none;
}
a.more {
display:block;
/* margin-top:0px; 
float:right; */
position:absolute;
right:0;
bottom:0;
background: url(images/bullet_arrow.gif) 0 50% no-repeat;
padding-left:12px;
padding-right:20px;
}
.widget_recent_entries li {
margin-bottom:1em;
}


/* ---------------------------
lastPosts
------------------------------ */
#lastPosts ul li {
background: url(images/comments.png) top left no-repeat;
padding-left:20px;
margin-top:5px;
}
#lastPosts ul li span,
#news ul li span  {
display:block;
font-size:0.8em;
color:#C3BFB7;
line-height:1em;
}

/* ---------------------------
news
------------------------------ */
#news ul li {
padding-left:20px;
margin-top:5px;
}

.notes {
border-top:1px solid #ccc;
padding-top:1em;
font-size:0.9em;
color:#999;
}
.notes a{
padding-bottom:0.5em;
}
.highlight {
border:1px solid #B1CFD6;
background:#F1F7F8;
padding:1em;
}

/* ---------------------------
Footer
------------------------------ */
#footer {
clear:both;
margin-top:20px;
border-top:5px solid #E6B69E;
font-size:0.9em
}
#footer p {
padding:20px;
color:#666;
}
/* ---------------------------
Form elements
------------------------------ */

input[type="text"],
input[type="password"]
 {
border:3px double #AECED5;
padding:3px;
}
input.textfield {
border:3px double #AECED5;
padding:3px;
}
input[type="text"]:focus {
border:3px double #75ABB7;
padding:3px;
}
input[type="submit"] {
background:transparent url(images/fade-butt.png) repeat scroll 0%;
border-color:#CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
border-style:double;
border-width:3px;
color:#333333;
padding:0.35em;
}

hr {
border:none;
margin:20px 0;
border:2px dotted #ccc;
}

blockquote {
background: url(images/quote.gif) top left no-repeat;
padding:0 0 0 60px;
display:block;
}
.quoteFrom {
display:block;
text-align:right;
font-style:italic;
color:#999;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */