
html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #646464;
	padding-bottom: 30px;
}

body {
	background: #000 url(images/mainbg.jpg);
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 18px;
}

p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 6px 0;
}

ul, ol {
	list-style: none;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #C63583;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Align (used for images) */

.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}

.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}

/* Wrap */

.wrap {
	width: 100%;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

/* Container */

#container {
	width: 919px;
	margin: 0 auto;
	background: #FFF ; /* url(images/top.gif) no-repeat 0 143px;*/
	
}

/* Header */

#header {
	width: 100%;
	height: 108px;
}

#header h1 {
	padding: 30px 0 0 20px;
}

/* Main Menu */

#menu {
	width: 100%;
	height: 35px;
	margin-bottom: 4px;
}

#menu ul {
	width: 764px;
	height: 35px;
	margin-left: 160px;
	padding: 0;
	background: url(images/menu_bg.gif) repeat-x 0 bottom;
}

#menu ul li {
	line-height: 30px;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Sans";
}

#menu ul li a {
	display: block;
	float: left;
	margin-top: 5px;
	padding: 0 27px 0 0;
	color: #C0CDCF;
	border-left: #2B404D 1px solid;
}

#menu ul li a:hover {
	color: #fff;
	cursor: pointer;
}

#menu ul li a span {
	display: block;
	float: left;
	height: 30px;
	padding: 0 0 0 27px;
}

/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
	line-height: 35px;
}

#menu ul li.current_page_item a {
	background: url(images/menu_button.gif) no-repeat right top;
	margin-top: 0;
	color: #1A272E;
	border: 0;
}

#menu ul li.current_page_item a:hover {
	color: #1A272E;
}

#menu ul li.current_page_item a span {
	background: url(images/menu_button.gif) no-repeat left top;
	height: 35px;
}

/* Main Menu - extra */

#menu ul li.first a {
	border: 0;
}

#menu ul li.current_page_item a {
	margin-right: -1px;
	position: relative;
}

/* Content Area - Content and Sidebar */

.background {
	background: #FFF; /* url(images/content_bg.gif) repeat-y right top;*/
}

/* Content */

#content {
	width: 498px;border:0px #FF0000 solid; padding:6px;
}


/* Post */

.post {
	width: 486px;
	clear: both;
	padding:0 5px ;

	border-left: #FCDDEE 1px solid;
	border-right: #FCDDEE 1px solid;
	background:#ececec; /* url(images/post_element.gif) no-repeat 159px 21px;*/
}

.error, .page {
	border: 0;
}

/* Post Content */

.post-content {
	width: 486px;
	margin: 10px;
	display: inline;
}

.post-content a {
	font-weight: bold; text-decoration: underline;
}

.post-content a:hover {
	text-decoration: underline;
}

/* Corners **/

#content .post-topcorner{background:url(images/man_blog_top_corner.jpg) no-repeat top; height:3px; overflow:hidden;}
#content .post-bottomcorner{background:url(images/man_blog_last_corner.jpg) no-repeat; height:4px; overflow:hidden; margin-bottom:5px;}


/* Post Content Headings */

.post-content h2 {
	font-size: 16px; text-transform:uppercase;
	line-height: 20px; width:380px; float:left;
}

.post-content h2 a {
	color: #800469; text-decoration:none;
}

.post-content h2 a:hover {
	text-decoration: underline;
}

.post-content  div.postDate{ float:right;
	color: #C63583; font-size: 11px;line-height: 20px; padding:6px;
	width: 80px; text-transform:capitalize; font-weight:normal;
}

.post-content h3 {
	font-size: 14px;
	padding: 5px 0;
}

/* Post Content Lists and Blockquote */

.post-content ol, .post-content ul {
	line-height: 20px;
}

.post-content ul {
	padding-left: 30px;
}

.post-content ul li {
	list-style: circle;
	padding: 3px 0;
}

.post-content ol {
	padding-left: 37px;
}

.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

.post-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

/* Post Content Images*/

.post-content img {
	padding: 5px;
	background: #1A272E;
}

/* Post Content (read more) */

.post-content a.more-link {
background:url(images/read_more_icon.jpg) no-repeat left;
	 padding:5px 0 5px 30px;
	  color:#C63583;
	display: block;
	float: left;
	font-size: 13px;text-decoration: underline ;
}



.post-content a.more-link:hover {
	text-decoration: none;
}

/* Post Meta */

.post-meta {
	display: inline;
	padding: 0;font-weight:normal; 
}

.post-meta a {
	color: #C63583; text-decoration:none; font-weight:normal;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */




/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	padding: 3px 21px 3px 0;
	color: #666666;font-weight:normal;
}

.post-meta h4.author {
	background:url(images/post_icon.jpg) no-repeat left center;
     color:#DC4396;
   padding:10px 10px 10px 50px; 
   float:right; margin: 0;
   line-height:30px;
}
.post-meta h4.author a {
	color: #DC4396; text-decoration:none;
}
.post-meta h4.comments {
	background:url(images/comments_icon.jpg) no-repeat left center;
   color:#DC4396;
   font-size:12px;
   line-height:30px;
   padding:10px 0 10px 45px; float:left; margin: 0;
}

.post-meta h4.comments a {
	color: #DC4396; text-decoration:none;
}

/* More Entries */

#footer .more_posts {
	width: 897px;
	clear: both;
	margin:0px 6px 10px 6px ;
	padding:0 5px; background:#E4E419; float:left;
}

#footer .more_posts div.previous-posts{}
#footer .more_posts div.next-posts{}
#footer .more_posts div.previous-posts a{color:#000000; text-decoration:none; font-weight:bold; background:url(images/paging_botton_left.jpg) no-repeat left; height:13px; padding:10px 10px 10px 35px; float:left; }
#footer .more_posts div.next-posts a{color:#000000; text-decoration:none; font-weight:bold; background:url(images/paging_botton_right.jpg) no-repeat right; height:13px; padding:10px 35px 10px 10px; float:right; }



/* Comments (single.php and comments.php) */

h3#comments, h3.lc {
	font-size: 16px; color:#800469;
	border-bottom: #D7D7D7 1px solid;
}

h3.lc {
	padding-top: 20px;
}

.comments_wrap {
	margin: 20px 0 0px 0px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: #800469 1px dotted;
}

.comments_wrap img {
	background: none;
	padding: 1px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	border: #D7D7D7 1px solid;	
	padding: 1px !important;
}

.comments_wrap .right {
	margin-left: 55px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 20px 0 30px 10px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#content form input {
	margin-top: 5px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* Sidebar */

#sidebar {
	width: 400px;  margin:6px 6px 10px 0;
/*	border:1px solid #00CC00;
*/}

#sidebar h2 {
	font-size: 13px;
	color: #C63583;
}

/* Sidebar Search */

#search {
	width: 100%;
	height: 57px;
	background: url(images/search_block_bg.gif) no-repeat 0 0;
	height: 50px;
}

#search form {
	padding: 14px 0 0 14px;
}

#search form div {
	width: 259px;
	height: 28px;
	background: url(images/search_field.gif) no-repeat 0 0;
	position: relative;
}

#search form input.search_box {
	width: 175px;
	border: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	padding-top: 2px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}

#search form input.submit {
	position: absolute;
	right: 0;
}

/* Sidebar Block */

#sidebar .block {
padding:1px;
	/*padding: 14px 4px 14px 14px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;*/
}

#sidebar .block a {
	color: #3F6069;
}

#sidebar .block a:hover {
	color: #C63583;
}

#sidebar .block ul {
	width: 100%;
	padding: 1px 0 8px 0;
}

/* Sidebar Inside Block */

#sidebar_in .block ul li {
	font-weight: bold;
	border-bottom: #BDCCD1 1px solid;
	line-height: 20px;
	padding:4px 0 4px 21px;
	background: url(images/circle.gif) no-repeat 5px 11px;
	margin-right: 10px;
}

#sidebar_in .block ul li ul li {
	border: 0;
}

/* Sidebar Special List */

#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
	/*background: url(images/sidebar_ul_lines.gif) no-repeat 0 0;*/
	margin-top: 3px;
}

#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
	width: 155px;
	float: left;
	margin-right: 10px;
	display: inline;
}

#sidebar .categories ul li, #sidebar .widget_categories ul li {
	background: url(images/icon_folder.gif) no-repeat 0 6px;
}

#sidebar .blogroll ul li, #sidebar .widget_links ul li {
	background: url(images/circle.gif) no-repeat 5px 11px;
	font-size: 11px;
}

/* Sidebar Flickr */

#sidebar .flickr h2 span {
	color: #0061D8;
}

#sidebar .flickr h2 span span {
	color: #FF1183;
}

#sidebar .flickr .wrap {
	padding-top: 5px;
	margin-left: -10px;
	position: relative;
}

#sidebar .flickr li {
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}

#sidebar .flickr img {
	float: left;
	margin-left: 5px;
	display: inline;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	background: #fff;
	border: #BFCACE 1px solid;
}

/* Sidebar Adverts */

#sidebar .adverts {
	width: 398px;
	/*padding:1px 6px 0px 0px; border:1px solid #009933;*/ padding: 0; margin:0; overflow:hidden;
/*	padding: 15px 0 10px 4px;
background: url(images/sidebar_block_top.gif) repeat-x 0 0;
*/	
	
}

#sidebar .adverts ul {
	padding: 0; margin:0;
}

#sidebar .adverts ul li {
	float: left;
	margin:0 0 0 2px; padding:0;
}

#sidebar .adverts img {
	/*display: block;*/ border:0;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C0DBE2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#tag_cloud h2 {
	margin-bottom: 5px;
}


/* Copyright */

#copyright {
	width: 100%;
	clear: both;
	font-size: 11px;
	color: #fff;
	padding: 5px 0;
}

#copyright .left-col {
	padding-left: 15px;
}

#copyright .right-col {
	padding-right: 15px;
}

#copyright .right-col img {
	vertical-align: middle;
}

/* Fix */

.wrap:after,
.block ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Misc */

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/* Threaded comments */

ol.commentlist {
	margin:0;
	padding:0;
}

ol.commentlist li{
	list-style-type:none;
}

ol.commentlist li ul.children {
	padding-left:20px;
}
ol.commentlist li ul.children li{
	border-top:1px dotted #D7D7D7;	
	border-bottom:none;
	padding-top:15px;
}






.post_bar_BG{
   
   background: url(images/post_bar_bg.jpg) repeat-x;
   width:486px;
   height:23px;
   padding:0px; margin:15px 0;   
}
.post_txt{
	background:url(images/post_bar_left_corner.jpg) no-repeat left;
   font-family:Arial, Helvetica, sans-serif; 
   font-weight:bold;
   color:#FF9FD4; line-height:23px;
   font-size:11px; padding-left:20px; width:100px; float:left;
}
.post_date_txt{
	background:url(images/post_bar_right_corner.jpg) no-repeat right;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   color: #FFFFFF;
   font-size:11px;
   line-height:23px; text-align:left;
   padding-left:0px; float:left; width:366px;
}
.post_date_txt a, .post_date_txt a:hover, .post_date_txt a:visited{ text-decoration:none; color:#FFFFFF;}



.top_search_bar{
	background-color:#000000;
	height:37px;
	background-color:#900E54; 
	padding-left:53px;
}
.top_bar_date_txt{
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal;
   color:#FFB1DC;
   float:left;
   font-size:12px;
   padding-top:13px;
}
.top_bar_date_txt_1{
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal;
   color: #FFFFFF;
   float:left;
   font-size:12px;
   padding-top:13px;
   padding-right:12px;
}

.top_txt_field{
   width:251px;
   height:16px;
   border: 1px solid #FF0084;
   float:left;
   margin-right:16px;
   margin-top:9px;
}

.baner_bg_top{
   width:919px;
   background:url(images/man-baner-bg.jpg) no-repeat left;
   padding:2px 0; 
}

#footer{ clear:both; width:919px; margin:0 auto ; float:left; background:#FFF}


#footer .foter_txt{
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   color: #FFFFFF;
   font-size:11px; text-align:left;
   padding-left:20px; }
#footer .foter_txt a:link{ color:#FFFFFF; text-decoration:none;}
#footer .foter_txt a:active{ color:#FFFFFF; text-decoration:none;}
#footer .foter_txt a:visited{ color:#FFFFFF; text-decoration:none;}
#footer .foter_txt a:hover{ color:#FFFFFF;text-decoration: underline; 
}
#footer .foter_txt2{
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal;
   color: #FFFFFF;
   float:left;
   font-size:12px;
   padding-left:100px;
}



.mail_box_txt{
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   color: #000000; text-align:right;
   font-size:11px; padding-top:9px; padding-left:16px; width:50px;
}
.mail_box_txt2{
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal;
   color: #000000;
   font-size:11px;
}

.mail_box_txtfield{
   width:186px;
   background-image: url(images/mail_box_txt_field.jpg);
   background-repeat:repeat-x;
   height:13px;
   border: 1px solid #D3D9DB;
   float:left;
   margin-left:6px;
   margin-top:5px;
}

.comments_txt_3{
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal;
   color:#B72776;
   font-size:12px;
}

.maillistBg{width:393px; height:130px; background:#32CBEC;border:1px solid #FAAFD6; border-bottom-style:none; border-top-style:none;}
.maillistBg p{margin:0; padding:0}
.maillistTop{background:url(images/mailinglistTop.jpg) no-repeat left top; height:46px; overflow:hidden;}
.maillistBtm{ clear:both; background:url(images/mailing_box_last_corner.jpg) no-repeat left top; height:3px; overflow:hidden;}



.featuredBtm{ clear:both; background:url(images/featured_blog_conrner2.jpg) no-repeat left top; height:4px; overflow:hidden;}
.audioBtm{ clear:both; background:url(images/bright_blog_corner.jpg) no-repeat left top; height:4px; overflow:hidden;}
