/*  

Theme Name: Simple Look

Theme URI: http://theskincarereviews.com/

Description: Clean blog design

Date: 13 April 2009

Version: 2.7.1

Author: Skat design

Author URI: http://theskincarereviews.com/

Tags: Right Sidebar, 2 Column, White, Grey, Blue, Green

*/



/*-------------------------------------------------------------------------------------------------------------------*/



/*--General--*/

* {	/*--make all to 0 as default--*/

	padding: 0;
	margin: 0;
}



body {

	background: #f7f7f7;
	font: 80%/170% Verdana, Arial, Helvetica, sans-serif;
	color: #3d3f3f;
}



/*--formatting--*/

a {

	color: #529faf;
	text-decoration: none;
	border: none;
	-moz-outline-style: none;
}



a:hover {

	text-decoration: underline;
	color: #fff;
	border: none;
}



p {

	padding: 0 0 1.8em;

}	



h2 {

	font: 900 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 5px 0 0 10px;
	color: #87bcd2;
}



h2 em {

	font: 400 30px "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}



h2.pagetitle {

	font: 400 24px "Times New Roman", Times, serif;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	color: #3d3f3f;
}



h2.pagetitle strong {

	font-size: 30px;
	font-family: Arial;
}



h2 a {

	color: #529faf;
	text-decoration: none;
}

#content h2 a:hover {
	color: #3d3f3f;
	text-decoration:none;
}

h3 {

	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}



h4 {

	font: 900 16px "Times New Roman", Times, serif;	
	font-style: italic;
}



h5 {

	font: 400 14px Arial, Helvetica, sans-serif;	

}



h6 {

	

}



blockquote {

	width: 400px;
	font-style:italic;
	background-color: #f6f0da;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 70px;
	font: 400 15px "Times New Roman", Tahoma, Verdana;		
	color: #000;
	border: 1px solid #f0dc91;
}



blockquote p {

	padding: 0;

}



.entry ul, .entry ol, .post ul, .post ol {

	padding: 18px;

}



ul {

	list-style-type: circle;

}



ul li ul {

	list-style-type: disc;

}



ol {

	list-style-type: decimal;

}



ol li ol {

	list-style-type: lower-roman;

}



img.left {

	float: left;
	margin: 5px;
	background-color: #f6f0da;
	padding: 4px;
	border: 1px solid #f0dc91;
}


img.right {

	float: right;
	margin: 5px;
	background-color: #f6f0da;
	padding: 4px;
	border: 1px solid #f0dc91;
}


/*--container--*/

#wrapper {

	width: 960px;
	margin: 0 auto;

}



#header {

	width: 960px;
	height: 80px;
    background: #e8e8e8;
	float: left;
}




#content {

	width: 960px;
	float: left;
	padding-bottom: 10px;
}

#content #left-col {

	width: 600px;
	float: left;
	position: relative;
	padding-right: 30px;
}



#content #right-col {

	width: 290px;
	margin: 0 0 0 5px;
	float: left;
	position: relative;
}


#content #right-col #sidebar {

	width: 290px;
	float: left;
	position: relative;
	}


/* Easy Slider */

#slider {
	
	margin-left: 50px;

}
	
#slider ul, #slider li{
  margin:0;
  padding:0;
  list-style:none;
  }  
  
#slider, #slider li{
  /*
   define width and height of container element and list item (slide)
   list items must be the same size as the slider area
  */
   
  width:840px;
  height:240px;
  overflow:hidden;
}
	
#slider li{
   color: #FFFFFF; 
  }  
 
#prevBtn a {
   
   background : url(images/slide-button-left.png) no-repeat;
	float : left;
	margin: -170px 0 0 5px;
	text-indent: -9999em;
	display: block;   
	width: 42px;
	height: 98px;
	border:none;
}

#nextBtn a{
	background : url(images/slide-button-right.png) no-repeat;
	float : right;
	margin: -170px 5px 0 0;
	text-indent: -9999em;
	display: block;   
	width: 42px;
	height: 98px;
	border:none;
}

/* // Easy Slider */






#footer {

	width: 100%;
	float: left;
	height: 50px;
	color: #fff;
}



/*--header--*/



#header #blog-title {

	width: 197px;
	height: 24px;
    margin: 30px 0 0 50px;
	float: left;
}



#header #blog-title h1 a {

	background: url(images/blog-title.png) no-repeat top left;
	width: 197px;
	height: 24px;
	float: left;
	text-indent: -9999em;
}

/*-- menu --*/


#header #menu {

	float: right;
	margin: 30px 30px 0 0;
	width: 600px;

}



#header #menu ul {

	list-style: none;
	float: right;
	text-align:center;
}




#header #menu ul li {

	float: left;
}



#header #menu ul li a {

	padding: 10px 0 0 0;
	display: block;
	width: 100px;
	height: 40px;
	background: #d3d2d2;
	margin-left: 5px;	
	float: left;
	text-decoration: none;
	font: 600 17px Tahoma, Arial, Verdana;
	color: #3d3f3f;
	}



#header #menu ul li a:hover {

	color: #f2f1f1;
	background: #529faf;
}



#header #menu ul li.current_page_item a {

	color: #fff;
	background: #529faf;
}



/*--featured-post--*/



#featured-post {

	width: 940px;
	height: 250px;
	background: #f6f0da;
	margin: 10px 0 20px 8px;
	border: 1px solid #f0dc91;
	float: left;
}



#featured-post h3 {

	font: 900 14px Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: -1px;
	padding-bottom: 5px;
}



#featured-post .featured{

	float: left;
	padding: 0 10px;
	color: #000;
	
}



#featured-post h2 a {

	padding: 5px 0 0 0;
	letter-spacing: -1px;
	color: #000;
}

#featured-post h2 a:hover {

	color: #529faf;
}


#featured-post .fimage {
	
	float: right;
	width: 325px;
	height: 153px;
	margin: -12px 20px 0 0;
}


#featured-post .featured span#f-date a {

	color: #5d5b35;

}



#featured-post .featured p {

	padding-top: 5px;

}



#featured-post .featured p img, #featured-post .featured p a img {

	padding: 5px;
	float: right;
	margin: 0 0 5px 5px;
}


.fpostinfo {

	padding: 2px 0 0 0;
	font-size: 10px;
	color: #3d3f3f;
	float:left;
	font-weight: bold;
}

.fpostinfo a:hover {
	
	color: #000;
	text-decoration:none;
}


/*--post--*/



.title {

        background: #1d1f20;
        width: 600px;
        height: 40px;
}


.related {
	padding: 0;
	margin: 0;
	background: url(images/related.png) no-repeat;
	width: 130px;
	height: 10px;
	
}


.postinfo {

		font-size: 10px;
		color: #a57f88;
}



.post-comments a {

        color: #3d3f3f;
        text-decoration: none;
		font-size: 10px;
		margin-left: 5px;
		font-weight: bold;
}



.postinfo a:hover {

        color: #7bbcff;



}



.post-author {

        text-transform: uppercase;
        color: #a57f88;
		font-style:italic;
}

.fpost-author {

        text-transform: uppercase;
        color: #529faf;
}

.post {

	width: 600px;
	float: left;
	margin: 20px 0 0 5px;
}



.post .post-info {

	float: left;
	width: 100px;	
	padding-right: 10px;
}



.post .post-info a img, .post .post-info img {

	padding: 5px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}



ul.links {

	list-style: none;

}



.post .post-info em {

	display: block;
	font-size: 9px;
}



.post .post-info span.post-tag {

	display: block;
	border-top: 1px solid #b5b38f;
	border-bottom: 1px solid #b5b38f;
	font-size: 9px;
	padding: 3px 0;
}



.post .post-info span.post-tag a {

	text-decoration: none;
	font-weight: 900;

}



.entry {

	float: left;
	width: 590px;
    padding: 5px 0 0 10px;
}

.entry a {
	
	color: #3d3f3f;
	text-decoration: none;
	font-weight: bold;
}

.entry a:hover {
	
	color: #529faf;
	text-decoration:none;
}

.more {

    display: block;
	background: url(images/more.png) no-repeat top left;
	width: 81px;
	height: 17px;
	text-indent: -9999em;
    margin: 20px 70px 20px 0;
    cursor: pointer;
    float: right;
}

p.metadata {

	padding: 2px;
	clear: left;
	text-align: right;
	margin-top: 15px;
}



p.metadata2 {

	padding: 2px;
	background-color: #1d1f20;
	clear: left;
	text-align: right;
	width: 600px;
}



.clear {

	clear: both;
	padding: 10px 0 0 0;

}

.metadata3 {

	font-size: 10px;
	padding-left: 10px;
	float:left;
	border-top: 1px solid #f0dc91;
	border-bottom: 1px solid #f0dc91;
}

.metadata3 a {
	
	color: #3d3f3f;
	font-weight:bold;
}


.metadata3 a:hover {
	
	color: #529faf;
	text-decoration: none;
	font-weight:bold;	
}


.ad-after-post {
	
	width: 600px;
	height: 60px;
	background: #01191d;
	margin: 20px 0 0 5px;
	float:left;
    border: 1px solid #113036;
}

/*--right-col--*/



/*--feed--*/

.feed {
	width: 290px;
	height: 59px;
	margin-bottom: 10px;
}

.rsspost {
	float: left;
	margin: 5px 0 0 5px;
	
}

.rsspost img {
	border-style:none;
	
}

.rsscomments {
	float:left;
	margin: 5px 0 0 5px;
	
}

.rsscomments img {
	border-style:none;
}


/*--feed--*/

#searchform {

	width: 270px;
	float: left;
	height: 45px;
	margin-bottom: 20px;
	margin-top: 5px;
}



#searchform form {

	float: left;
	width: 270px;
	margin: 10px;
	display: inline;
}



#searchform form input#s {

	width: 219px;
	background: url(images/form.png) no-repeat top left;
	height: 29px;
	border: 0;
	float: left;
	margin: 0;
	padding: 5px 0 0 7px;
	color: #666;
}



#searchform form input#searchsubmit {

	width: 28px;
	background: url(images/search.png) no-repeat center left;
	height: 24px;
	border: 0;
}

/*--contact--*/

.contact-form {
	
	width: 600px;	
}

.contact-form input {
	
	border: none;
	border: 1px solid #b7b6b6;	
	color: #000;
}

.contact-form textarea {
	
	border: none;
	border: 1px solid #b7b6b6;	
	color: #000;
}

.contact-form form, fieldset {

	border: none;
	
}

.contact-form .cp_message {
	width: 90%;	
	
}

/*--about--*/

#about {

	float: left;
	width: 960px;
	margin-bottom: 10px;
	background: url(images/header.png) no-repeat;
	height: 300px;
	color: #fff;
}



#about h3 {

	font: 400 18px Arial, Helvetica, sans-serif;
	background: url(images/about.png) no-repeat top right;
	width: 260px;
	float:left;
	margin-bottom: 10px;
	color: #fff;
}



#about .aboutphoto img {

	float: left;
	margin: 20px 5px 0 60px;
	border: none;
}

#about .aboutphoto p {

	float: left;
	
}

#about .aboutdesc {

	font-size: 17px;
	line-height: 30px;
	float:left;
	color: #fff;
	width: 500px;
	margin: 10px 0 0 50px;
}



/*--sidebar1--*/

.ads p {
	
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
}

.ads img {
	border-style: none;
	
}

.video {
	
	float: left;
	margin: 20px 0 20px 0;
	border: 1px solid #101d20;
	padding: 10px;
}

#sidebar h3 {

	text-align: center;
	border-top: 1px solid #a6a371;
	border-bottom: 1px solid #a6a371;
	background-color: #dedcb9;
	margin-bottom: 15px;
}


.socialb {
width: 420px;
height: 30px;
margin-left: 120px;
float: left;
}


#sidebar ul {

	list-style: none;
}



#sidebar1 {

	float: left;
	width: 160px;
	padding-right: 10px;
}



#sidebar2 {

	float: left;
	width: 280px;
}



#sidebar ul {
	
}



#sidebar ul li {

	float: left;
	width: 280px;
	margin-bottom: 10px;
}



#sidebar ul li h2 {

	padding: 0 0 0 10px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #529faf;
	width: 270px;
	height: 25px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}



#sidebar ul li ul {
}



#sidebar ul li ul li {

	float: left;
	width: 280px;
	border: 0;
	margin-bottom: 0;
	padding-top: 5px;
}



#sidebar ul li ul li a {

	float: left;
	text-decoration: none;
	color: #3d3f3f;
	margin: 2px 0 0 20px;
	font-family: Verdana, Arial;
	background: url(images/li.png) no-repeat left;
	line-height: 20px;
	padding-left: 12px;

}



#sidebar ul li ul li a:hover {

	color: #9dc64c;
	background: url(images/li-hover.png) no-repeat left;

	}



/*--comments--*/



#comments {

	margin-top: 15px;
	float: left;
	width: 600px;

}



h3#comment-title {

	background: url(images/comments.png) no-repeat top left;
	width: 600px;
	float: left;
	text-indent: -9999em;
	padding-top: 5px;
}



#comments ol, #comments ol li {

	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
}



#comments ol li .comment-data {

	float: left;
	width: 470px;
	margin-right: 10px;
	background: url(images/comment-bg.png) no-repeat top;
	padding: 5px 0 0 10px;
	min-height: 120px;
	overflow: auto;
}



#comments ol li.alt .comment-data {

	float: left;
	width: 470px;
	margin-right: 10px;
	background: url(images/comment-bg.png) no-repeat top;
	padding: 5px 0 0 10px;
	min-height: 120px;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
	
}



#comments ol li .comment-info {

	width: 90px;
	float: left;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
}



#comments ol li .comment-info a img {

	border: 0;
	margin-bottom: 5px;
}



#comments ol li .comment-info a {

	text-decoration: none;
}



/*--respond--*/

#respond {

	background: url(images/respond.png) no-repeat top left;

	padding-top: 30px;
	margin-top: 15px;
	float: left;
	float: left;
	width: 600px;
}



#respond p {

	padding: 2px 0;

}

#respond input {

	border: 1px solid #b7b6b6;	
	margin-left: 5px;
	
}

#respond textarea {

	border: none;
	margin-left: 5px;
	border: 1px solid #b7b6b6;	
}



/*--footer--*/

#footer .footer-text {

	width: 960px;
    height: 50px;
	background: url(images/footer.png) repeat-x top;
    margin: 10px auto;
}



#footer .copytext { 

        padding: 15px 0 0 10px;
        font-size: 10px;
}



#footer .copytext a { 

        color: #a7a7a7;
        text-decoration: none;
}



#footer .copytext a:hover { 

       color: #529faf;
}





#footer .footer-text span {

	float: left;
	width: 600px;
}



#footer .footer-text em {

	float: left;
	width: 360px;
	text-align: right;
}



/*--widget-formatting*/

.textwidget {

	padding: 5px;
}



a.tag-link-11 {

	text-decoration: none;
	margin: 3px;
}



#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {

	text-align: left;
	border-bottom: 1px solid #BBB875;
}



#tag_cloud {

	text-align: center;
}



ul#recentcomments li.recentcomments {

	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}



ul#recentcomments li.recentcomments a {

	border:0 ;
	width: 150px;
	font-weight: 400;
}



ul#recentcomments li.recentcomments a:hover {

	background-color: #D7D39A;

}



#calendar_wrap {


}



#wp-calendar {

	width: 150px;
	margin: 0 auto;
}



#wp-calendar a {

	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}



#prev {

	text-align: left;

}



#prev a {

	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}



#next {

	text-align: right;

}



#next a {

	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}



/*--navigation--*/



.navigation {

	float: left;
	width: 600px;
	margin: 20px 0 0 0;
	background: url(images/nav-bg.png) no-repeat;
	height: 36px;
}





.navigation .previous {

	float: left;
	display:block;
	text-indent: -9999em;
	background: url(images/previous.png) no-repeat;
	width: 128px;
	height: 30px;
	margin: 7px 0 20px 10px;
	cursor:pointer;

}

.navigation .previous:hover {
	
	background: url(images/previous-hover.png) no-repeat;
}



.navigation .next {

	float: right;
	display:block;
	text-indent: -9999em;
	background: url(images/next.png) no-repeat;
	width: 111px;
	height: 28px;
	margin: 7px 10px 20px 0;
	cursor:pointer;
}

.navigation .next:hover {
	
	background: url(images/next-hover.png) no-repeat;
}

.navigation .previous-post {

	float: left;
	display:block;
	text-indent: -9999em;
	background: url(images/previous-post.png) no-repeat;
	width: 128px;
	height: 30px;
	margin: 0 0 20px 5px;
	cursor:pointer;

}

.navigation .next-post {

	float: right;
	display:block;
	text-indent: -9999em;
	background: url(images/next-post.png) no-repeat;
	width: 84px;
	height: 28px;
	margin: 0 5px 20px 0;
	cursor:pointer;

}

/*--gallery--*/



p.attachment {

	text-align: center;
	padding: 15px 10px;
	background-color: #1a1b1d;
	border: 1px solid #29323a;
	margin-left: 5px;
}

p.attachment a img {

	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}



.navigation a img {

	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}



.gallery-item a img {

	padding: 3px;
	background-color: #fff;
	border: 1px solid #7bbcff;
}



.gallery-item a:hover img {

	border: 1px solid black;

}



.gallery-caption {

	font-size:11px;
	line-height:14px;
	margin-left:0pt;
	padding-bottom:10px;
	color: #7bbcff;
}

.caption {
	
	margin-left: 10px;

}

.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: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}



.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;
}