/*
Theme Name: WordPress makeup
Theme URI: http://wordpress.org/

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFFFF;
	color: #333;
	text-align: center;
	}


.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}

#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, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#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 */

#page {
    position:relative;
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 956px;
    text-align: left;
	margin-top:-20px;
	overflow:hidden;
	}
* html #page {
width: 976px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 279px;
    width:776px;
    height:279px;
	background: #FFFFFF url('images/header.jpg') no-repeat center;
    border:none;
	}

#headerimg {
    position:absolute;
    top:160px;
    right:285px;
	margin: 0;
	width:380px;
	height: 50px;
	}
#headerimg h1 a{
margin:0;
font-family:"Brush Script Standard", "Banco", 'Lucida Grande', Verdana, Arial, Sans-Serif;
color:#030B00;
}
.description {
    position:absolute;
    top:200px;
    right:555px;
	margin: 0;
	width:110px;
	height: 40px;
	font-size: 1.2em;
	text-align: center;
	color:#000000;
	}
* html .description {
    position:absolute;
    top:200px;
    right:505px;
}
#contentwrap {
background: url('images/wrap-bg.gif') repeat-y 189px 509px;
width:956px;
margin:0px;
padding:0px;
margin-bottom:20px;
}


#content {
    background: #A3CD3B;
    display:block;
	font-size: 1.2em
    float:left;
	padding: 0 0 0px 0px;
	margin: -30px 0 0 239px;
	width: 537px;
	min-height:508px;
	border:none;
	}

* html #content {
width:507px;
margin:0px 0 0 258px;
}

#content h1{
font-size:2.6em;
}
#content h2{
font-size:2.3em;
}
#content h1, #content h2{
color:#EC008C;
font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight:normal;
padding:5px 20px 5px 20px;
}
#content h1 a, #content h2 a{
color:#EC008C;
font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight:normal;
}
#content div.post{
padding:0px 20px 0px 0px;
margin: 0;
text-align: justify;
}
#content div.post h3 a{
font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size:1.5em;
color:#FF3399;
margin: 0;
text-align: justify;
}
#sidebar-left {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background: url('images/sidebar.gif') no-repeat center top;
	padding: 40px 0px 0px 0px;
	margin: 0px;
	width: 239px;
	float:left;
	border:none;
	margin-top:-1px;
    min-height:509px;
   height:auto !important;
   height:509px;

	}
* html #sidebar-left {
   background: url('images/sidebar.gif') no-repeat left top;
}
#sidebar-right {
    float:none;
    position:absolute;
    top:120px;
    right:0px;
	width: 180px;
	padding: 0px 0px 15px 0px;

	}

#sidebar-left ul {
margin:0;
padding:5px 30px 5px 0px;
list-style:none;
}

#sidebar-left ul li ul li{
    background: url('images/sidenav.gif') no-repeat left center;
    width:200px;
	color: #e75251;
	margin: 0px;
	padding: 7px 0px 7px 0px;
	margin-left:5px;
font-weight:bold;
}
#sidebar-left ul li ul li:hover{
 width:200px;
 background: url('images/navbar-hover.gif') no-repeat left center;
 margin: 0px;
 padding: 7px 0px 7px 0px;
 margin-left:5px;
font-weight:bold;
}
#sidebar-left ul li ul li a{
font-size:16px;
margin:0 auto;
text-align:center;
padding-left:20px;
color:#DFDFDF;
}
#sidebar-left ul li ul li a:hover{
font-size:16px;
margin:0 auto;
text-align:center;
padding-left:20px;
color:#FFFFFF;
text-decoration:none;
}
#sidebar-right p {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
#sidebar-right ul {
	list-style-type: none;
	padding: 0px 10px 10px 10px;
	margin:0px;
	text-align:left;
}
#sidebar-right ul.widget {
margin-top:280px;
}
* html #sidebar-right ul.widget {
margin-top:-180px;
}
#sidebar-right ul.widget li a{
font-size:12px;
margin:0 auto;
text-align:center;
}
#sidebar-right #searchform{
width:170px;
margin: 0px 10px 0px 10px;
}
#sidebar-right ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
}
#sidebar-right h2 {
color:#FF3399;
width:160px;
height:34px;
padding:0px;
margin:0px auto;
text-align:center;
}
#sidebar-right h2.newsletter {
margin-bottom:20px;
}
#sidebar-right ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px dashed #993333;
}
#sidebar-right ul ul.rss {
padding-left:0px;
margin-left:-2px;
}
.newsletter {
clear:both;
float:left;
margin:0;
margin-left: 5px;
padding:10px 0px 0px;
width:180px;
border-bottom:1px dashed #993333;
}
#subbox {
background:#FFFFFF none repeat scroll 0 0;
border-color:#666666 #DDDDDD #DDDDDD #666666;
border-style:solid;
border-width:1px;
color:#000000;
display:inline;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:12px;
font-weight:normal;
margin:10px 0 0 -5px;
padding:3px;
width:160px;
}
#subbutton {
margin-left:-143px;
background:#2B74B4 none repeat scroll 0 0;
border:1px solid #234B69;
color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:11px;
font-weight:bold;
padding:2px;
}

#sidebar-right p.feedimg {
margin-left:-8px;
}
#sidebar-right ul ul.rss img {
margin-right:10px;
}
#sidebar-right ul li li {
	padding: 0px 0px 5px 5px;
	margin: 0px;
	font-size:1.3em;
}

.post hr {
	display: block;
	}

.postmetadata p {
font-size:1.0em;
}
p.postmetadata {
clear:left:
}
.postmetadata ul, .postmetadata li {
		list-style-type: none;
	list-style-image: none;
	}
 .entry p {
	font-size: 1.3em;
	}

.entry {
padding-right:15px;
	line-height: 1.6em;
	}
* html .entry {
width:450px;
}
.widecolumn {
	line-height: 1.6em;
	}

.postmetadata {
	text-align: center;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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;
	}

.clear {
	clear: both;
}

#footer {
clear:both;
	padding: 0;
	margin: 0 auto;
	width: 956px;
	margin-top:10px;
	background:#FFFFFF;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/* 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;
	}


/* End Images */



/* Begin Lists


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 5px;
	margin-left:-2px;
	}
#commentblock {
	width: 560px;
	background: #E8E8E8;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #333333;
	border-bottom: 1px solid #333333;
	}
	
#commentblock ol {
	list-style-type: square;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 0px 10px;
	width: 520px;
	background: #FFFFFF url(images/comment.gif) no-repeat top left;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 0px 10px;
	width: 520px;
	background: #FFFFFF url(images/comment.gif) no-repeat top left;
	}
#commentform textarea {
width:475px;
}
	/*
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	*/
/* End Comments */


/* 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 {
	margin: 10px 20px 0 10px;
	padding-left: 20px;
	border-left: 4px solid #FF3399;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 0 4px 5px;
	margin: 0;
}
#sidebar-left form,  #sidebar-right form{
	margin: 0;
	}
/* End captions */
/*
form#searchform{
	background: url(images/background_sidebar_top.gif) no-repeat top left;
	margin: 0px;
	padding: 15px 20px 15px 20px;
	width: 180px;
}

form#searchform input{
	background-color: #404040;
	border: solid 1px #404040;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
}

form#searchform input#s{
	background-color: #FFFFFF;
	border: #EAEAEA solid 1px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 4px;
	width: 160px;
}

form#searchform input:hover{
	background-color: #EBEBEB;
	border: solid 1px #EBEBEB;
	color: #3F3E48;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
}
*/
form#sidebar-search{
	margin: 0px;
	padding: 0px 0px 10px 5px;
	width: 180px;
}


#sidebar-search-input {
background:#FFFFFF none repeat scroll 0 0;
border-color:#666666 #DDDDDD #DDDDDD #666666;
border-style:solid;
border-width:1px;
color:#000000;
display:inline;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:12px;
font-weight:normal;
margin:10px 0 0 0px;
padding:3px;
width:170px;
}
form#sidebar-search input#sidebar-search-submit{
	border: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

