/*  
Theme Name: ChatGirlsLive
Theme URI: http://www.monstersofblog.com/
Description: Custom wordpress theme designed by <a href="http://www.monstersofblog.com/">Monstersofblog.com</a>.
Version: 1.0
Author: Monsters of Blog
Author URI: http://www.monstersofblog.com/

*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	background-image: url('images/header_bg.jpg');
	background-repeat: repeat-x;
	background-color:#fbd6dd;	
	color: #860035;
}

a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: auto;
	text-align: center;
	width: 930px;
	margin-bottom: 30px;
	
}


.header {
	text-align: left;
	margin-left: 60px;
}

.header_mid {
	width: 930px;
	height: 43px;
	color: #860035;
	font-weight: bold;
	margin-top: 131px;
	background-image: url('images/header_mid.jpg');
	background-repeat: repeat-y;
}

.txt {
	width: 230px;
	margin-left: 220px;
	padding-top: 0px;
	font-size: 10px;
	font-weight: normal;
}

#content {
	width: 505px;
	background-image: url('images/post_bg.jpg');
	background-repeat: repeat-y;
	margin-top: 0px;
}

	.post {
		padding-left: 20px;
		padding-right: 30px;
		padding-bottom: 20px;
		width: 480px;
		text-align: left;
	}

	.post a {
	}

	.post a:hover {
	}

		.storytitle {
			padding-left: 15px;
		}

		.storytitle a{
			font-size: 24px;		
		}

		.storycontent {
			padding: 10px;
			padding-left: 15px;
		}

		.meta {
			padding-left: 15px;
		}

		.meta a {
		}
	
		.meta a:hover {
		}


.sidebar_left {
	width: 235px;
	text-align: left;
	background-image: url('images/sidebar_bg.jpg');
	background-repeat: repeat-y;
	color: #fff;
}

.sidebar_left_content {
	padding-left: 20px;
	width: 200px;
}

.break {
	text-align: left;
}

.sidebar_right {
	width: 175px;
	text-align: left;
	padding-top: 10px;
}


.right_head{
	width: 178px;
	height: 36px;
	text-align: left;
	background-image: url('images/sb_right-head.jpg');
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-top: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.sidebar_box {
	background-image: url('images/sb_right-bg.jpg');
	background-repeat: repeat-y;
	padding-left: 20px;
	right: 20px;
}

.sidebar_box a {
	color:#ec147d;
}


#footer {
	clear: both;
	background-image: url('images/footer_bg.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 145px;
	color: #860035;
	font-size: 11px;
}

		#footer a {
			color: #860035;
		}

		#footer a:hover {
		}

.footer_txt {
	background-image: url('images/footer_top.jpg');
	background-repeat: repeat-x;
	height: 40px;
	width: 870px;
	margin: auto;
	text-align: right;	
	padding-top: 57px;
	padding-right: 60px;
}

ul {
	list-style:none;
	padding: 0;
	margin: 0;
}

li {
	list-style:url('images/bullet.jpg') inside;
	padding: 0;
	margin: 0;
}