/* 
Theme Name: My New Hair
Author: http://www.mynewhair.info
Description: My New Hair theme.
Version: 1.2
*/
* {
	margin: 0;
	padding: 0;

}

body {
	margin: 10px 0 0 0;
	padding: 0px;
	color: #666666;
	font-size: 62.5%;
	font-family:small Arial,Helvetica,sans-serif;
	background: #FFFFFF;
}

#wrap {
	width: 985px;
	margin: 0 auto;
}

hr {
	background-color: #CBCBCB;
	border: 0 none;
	color: #CBCBCB;
	height: 1px;
	margin: 4px 0;
	text-align: center;
}

h1, h2, h3 {
color:#000000;
}

#gallery-1 {
margin: auto;
clear: both;
}
#gallery-1 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;			}
#gallery-1 img {
border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
margin-left: 0;
}


img {
border: 0;
}

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

.wp-caption {
position:relative;
border: 1px solid #B1A79B;
text-align: center;
padding-top: 10px;
padding-bottom:10px;
margin: 10px;

-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
/*
background-image: url(../../../images/captionbg.jpg);
background-repeat: no-repeat;
background-position: center bottom;
*/
}

#content .wp-caption p.wp-caption-text {
margin: 0 5px 9px 5px;
position:absolute;
display: block;

bottom:0;
left: 0;

width: 89%;

padding:5px 10px 5px 5px;

opacity:0.65;

/* line-height: 17px; */
font: 1.1em/1.4em bolder small-caps Verdana, sans-serif;

background:none repeat scroll 0 0 #111111;
border-top:1px solid #000000;
color:#FFFFFF;
}

/* .wp-caption-text{ position:absolute;} */

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

/************************************************
*	Header  									*
************************************************/

#header h1 {
	width: 760px; height: 180px;
	/* background: url("images/bg-header.jpg"); */
	background-repeat: repeat-none;
	text-indent: -9999px;
}
#header img {border:0;}


#addthis {
	margin: 10px 0 10px 30px;
	text-align: center;
}
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 765px;
	margin: 0px auto 0px;
	padding: 0px;
	display: inline;
}

#content p {
	font-size: 1.3em;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
	text-align: justify;
}



#contentleft {
	float: left;
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	display: inline;
	font-size: 12px;
}
#contentleft li {
	font-size: 1.3em;
	margin:0 0 0 13px;
}

.post {
padding:20px 0 0;
}

.post h1 {
background:url("images/underline.gif") repeat-x scroll left bottom transparent;
margin-bottom:0;
padding:3px 0 15px;
font-size: 20px;
}

.post a, .post a:visited {
	color: #000000;
	text-decoration: none;
}

.post a:hover {
	color: #666666;
}

.post h2 {
margin-bottom: 0;
margin-top: 10px;
padding: 3px 0 15px;
font-size: 14px;
clear:both;
}

.post h3 {
font-size: 10px;
float:left;
margin-bottom:10px;
}

.entrymeta {
float:right;
margin-left:20px;
}

.post ol, .post ul {
    margin-left:25px;
}

.post p {
clear:left;
}

#respond h3 {
	margin: 22px 0 8px;
	font-size: 16px;
	border-bottom: 1px dotted #0c0c0c;
}

/***********************************************
*	Archives * 
************************************************/

.archives h2 {
margin:15px 0;
}

.archivetitle {
color:#000000;
background:url("images/underline.gif") repeat-x scroll left bottom transparent;
margin-bottom:0;
padding:3px 0 15px;
font-size: 20px;

}

ul li.cat-item {
	display: block !important;
}

/***********************************************
*	Left Sidebar 	                       * 
************************************************/

.avhec-widget-line {
}

#l_sidebar {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px 20px 20px 0px;
}

#l_sidebar h2 {
	color: #000000;
	margin: 5px 0 8px 0;
	padding: 0px 0 4px 0;
	border-bottom: 1px solid #ccc;
	text-transform: capitalize;
}
#l_sidebar ul {
	list-style: none;	
	margin: 0 0 20px 0;
	padding: 0;
}

#l_sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#l_sidebar li {
	list-style: none;
	margin:0 0 30px 0;
	clear: right;
}

#l_sidebar ul li a {
	border-bottom: 1px solid #ccc;
	color: #ff7800;
	display: block;
	font-size: 130%;
	text-decoration: none !important;
	margin: 3px;
	padding: 4px 1px;
	background-image: url(images/navbulle.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
}


#l_sidebar ul li a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #ccc;
}


#recentcomments {
list-style: square inside;
}

#l_sidebar ul li.recentcomments {
list-style: square inside;
clear:left;
margin: 3px 0 5px 0;
display: block;
}


.caption {
	font-weight:bold;
	font-size: 1.7em;
	background-color:#DCEBFC;
	border: 0;
}	



#menu {
	padding: 0;
	margin: 5px;
}	
#menu ul {
	list-style: none;
}
#menu ul li {
	display: block;
	line-height: 30px;
	margin: 1px;
	padding: 5px 0 0 0;
	border-top: 1px solid #eeeeee;
}
#menu ul li a { 
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#menu ul li:hover { 
	color: #000000;
}


/***********************************************
*	Right Sidebar 	                       * 
************************************************/

#r_sidebar {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px 20px 20px 2px;
}

#r_sidebar h2 {
	color: #000000;
	margin: 5px 0 8px 0;
	padding: 0px 0 4px 0;
	border-bottom: 1px solid #ccc;
	text-transform: capitalize;
}
#r_sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#r_sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#r_sidebar li{
	list-style: none;
        margin:0 0 30px 0;
}

#r_sidebar ul li a {
	border-bottom: 1px solid #ccc;
	color: #ff7800;
	display: block;
	font-size: 130%;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
	background-image: url(images/navbulle.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}


#r_sidebar ul li a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #ccc;
}

#recentcomments {
list-style: square inside;
}

#r_sidebar ul li.recentcomments {
list-style: square inside;
clear:left;
margin: 3px 0 5px 0;
display: block;
}



/************************************************
*	Comments				*
************************************************/

ol.commentlist {
clear:left;
}

.post h3 #comments {
margin: 10px 0 20px 0;
font-size: 130%;
}

cite {
background: #D3D3D3;
}

/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 760px;
	height: 17px;
	color: #111111;
	text-align: center;
	position: relative;
	line-height: 17px;
}

#footer p {
	color: #000000;
	font-size: 11px;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	margin: 0px;	
	text-align: right;
}

/* Image Search */

.gallery img {
border: 3px solid #D6D6D6;
}

.gallery li {
	float: left;
	 /* background:url("images/icon-sprite.png") no-repeat scroll #FFFFFF; 
	background-position: 0 -576px; */
}

ul.gallery {
margin: 10px 0;
text-align: left;
}

ul.gallery h2 {
min-height: 55px;
height: auto;
color: #1F1F1F;
font-size: 14px;
}

ul.gallery li {
float: left;
width: 200px;
min-height: 280px;
margin: 0 7px 0;
height: auto;
list-style: none;
vertical-align: top;
}

.more-link {
	
}

/* Custom */
.pin-it-btn-wrapper {
    float: left;
    margin-right: 5px;
    }




.ads {
	margin: 15px 0 10px 0;
	text-align: center;
}


.ad-top {
	margin: 20px;
	text-align: center;
}
