

* {
	margin: 0;
	padding: 0;
}

body {
	background:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

h1, h2 {
	font-family: "Times New Roman", Times, serif;
	color:#FFFF00;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 22px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}

blockquote {
	padding: 0 30px;
	background: url(img12.gif) no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

blockquote p {
}

a {
	background: url(img03.gif) repeat-x left bottom;
	text-decoration: none;
	color:#330000;
}

a:hover {
	
	color:#3f3f3f;
}

hr 
{
	display: none;
}

/* Wrapper */

#wrapper {
	background: url(img08.gif) repeat-x left bottom;
	width:780px;
}


/* Menu */

#menu {
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:inherit;
}

#menu li {
	display:inline;
}

#menu a {
	float:right;
	height: 20px;
	padding: 20px 20px 0px 20px;
	font-size:12px;
	font-weight: bold;
	color:#000000;
}

#menu a:hover {
	background: #333333;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: url(img04.gif) repeat-x;
}

/* Header */

#header {
	width:780px;
	height: 120px;
	background: url(mediumlengthhairstyles.jpg) repeat-x;
}
/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	float:left;
	background: #FFFFFF;
}

#bgtop {
	height: 30px;
	background:#3f3f3f;
	padding-left:20px;
}

#bgbottom {
	padding-bottom: 20px;
	background: left bottom;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 15px;
	background: url(img11.gif) no-repeat left center;
}

/* Content */

#content {
	float: left;
	width: 480px;
	min-height: 800px;
	padding: 0 0 0 20px;
	background:#FFFFEA;
	height:550px;
}

html>body #content {
	height: auto;
}

/* Post */

.post {
}

.post .bigpix {
	margin-bottom: 20px;
	
}

.post .bigpix .image {
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size:12px;
	font-weight: bold;
	color:#000000;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .byline a {
	color: #C2C2C2;
}

.post .entry {
	padding: 20px 10px 0 10px;
	text-align:none;
	
	
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(img13.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 18px;
	background: url(img14.gif) no-repeat left center;
}

/* Sidebar Common Style */

.sidebar {
}

#page .sidebar ul {
	line-height: normal;
	
}

#page .sidebar li {
	padding: 0;
	background:#800040;
}

#page .sidebar li ul {

}

#page .sidebar li li {
	padding: 5px 15px 5px 20px;
	background:#FFCCFF;
	border-bottom: 1px double #7a166e;
	border-top: 1px double #7a166e;
	border-left: 5px double #7a166e;
	border-right: 5px double #7a166e;
}

.sidebar a {
	background: none;
	color:#000000;
}

/* Sidebar One */

#sidebar1 {
	float: left;
	width: 200px;
	padding: 0 0 0 10px;
}

/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 230px;
	padding: 0 20px 0 0;
}



/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}

/* Footer */
#divider1 {
	width: 780px;
	height: 1px;
	background:#7a166e;
	margin: 0 auto;
	float:left;
}

#footer {
	width: 780px;
	height: 20px;
	margin: 0 auto;
	float:left;
	background:#780001;
}

#footer p {
	padding-top: 10px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color:#FFFF00;
}

/* images */
img {
	border: 1px solid #DADADA;
	padding: 5px;	
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}