/*
	Theme Name: emcBlue Theme
	Theme URI: http://www.emcblue.com/blog/
	Version: 1.0
	Author: Executive Music Co.
	Author URI: http://www.emcblue.com/
	Tags: executive music co, blue, two columns, widget ready, pink
*/

/* ---------------------------------------------------------------------------------- */

/***** general *****/
body {
	margin:0px auto;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	background: url(images/bg.png) #6f1365;
	background-repeat:repeat-xy;
        background-attachment:fixed;
	color:#000000;
}
img {
	border:0px;
	max-width: 100%; /* not working in IE6*/
}
a {color:#b6b6b6;text-decoration: none;}
a:hover {color: #333333;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #73943B; width:90%;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 10px;
	margin: 20px 20px 10px 20px;
	border-left: 2px solid #73943B;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}
select{
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:29px;}
/***** layout *****/
#base{
	width:792px;
	margin:0 auto;
	background: url(images/repeater.png) repeat-y center;
border:0px solid #000000;
}
#base2{
	width:792px;
/*	background: url(images/footer.png) no-repeat center bottom;*/
border:0px solid #000000;
}
#header{
	position:relative;
	width: 792px;
	height: 232px;
	background:url('images/header.jpg') no-repeat center;
border:0px solid #000000;
}

#container{
	position:relative;
	width:792px;
	overflow:hidden;
	background:url('images/container_bg.jpg') no-repeat 0 0;
border:0px solid #000000;
}

#content{ /*width=698px*/
	float:left;
	display:inline; 
	overflow:hidden; /*when ie6, image's with is > content width, hidden*/
	width:458px;
        height:auto;
/*	min-height:614px; ie6 not support  */
	padding: 0px 0px 0px 45px;
border:0px solid #000000;
margin-top:108px;
}
#content img{
border:0;
padding:0;
}
#content hr{
width:100%;
}
/*sidebar here*/


#sidebar{ /*width=190px*/
	float:right;
	display:inline; 
	overflow:hidden;
	width: 223px;
	margin:50px 30px 0 0;
	padding: 0px 0px 0px 0px;
	color:#000000;
border:0px solid #000000;
}

/*

#footer {
	clear:both;
	margin:0px;
	color: #000000;
	font-size: 11px;
background: url(images/footer-bg.png);
background-repeat:no-repeat;
background-position:top center;
height:470px;
padding-left:35px;
border:0px solid #000000;
}
#footer a {color: #ffffff; font-weight:bold;}

*/

/* FOOTER */

.footer{
	clear:both;
	margin:0px;
	color: #000000;
	font-size: 11px;
background: url(images/footer-bg.png);
background-repeat:no-repeat;
background-position:top center;
height:467px;
padding-left:18px;
border:0px solid #000000;
}

.footer div.ad2{
	float:left;
	width:762px;
	height:109px;
	margin-top:155px;
	text-align:center;
border:0px solid #000000;
}
.footer div.ad2 img{
	float:left;
padding:0;
}
.footer div.ad2 div.inside{
	float:left;
	width:742px;
	height:99px;
	background-color:#e6e4e3;
	padding-top:10px;
border:0px solid #000000;
}
.footer div.ad2 div.inside span{
	margin-left:6px;
	margin-top:10px;
}
.footer div.bar{
	float:left;
	width:762px;
	height:127px;
	margin-top:30px;
border:0px solid #000000;
}
.footer div.bar img{
	float:left;
padding:0;
}
.footer div.bar div.inside{
	float:left;
	width:742px;
	height:127px;
	background-color:#e93190;
	position:relative;
}
.footer div.bar div.inside p{
	position:absolute;
	top:50px;
	left:150px;
	padding:0;
	margin:0;
}
.footer div.bar div.inside a{
	font-family:Arial,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#eeb5d2;
	margin:0 0 0 15px;
	font-weight:normal;
}
.footer div.bar div.inside img.blue{
	position:absolute;
	top:37px;
	left:10px;
}
.footer div.bar div.inside img.nex{
	position:absolute;
	top:100px;
	right:0px;
}
.footer div.copyright{
	font-family:Arial,sans-serif;
	font-size:11px;
	color:black;
	margin:5px 0 0 0;
	float:left;
	padding-bottom:10px;
	width:100%;
	height:25px;
}


/***** header *****/
#blogtitle {position:absolute; width:80%; float:left; left:22px; top:17px; text-align:left;}
#blogtitle a, #blogtitle a:hover {font-family: Arial,Verdana; color:#ffffff; text-decoration:none;}
#blogtitle a.logo{
        height:67px;
	width:143px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	text-decoration:none;
	cursor:pointer;
}
#subtitle {font-family: Arial, Tahoma; position:absolute; width:80%; float:left; left:195px; top:56px; text-align:left; font-size:10px; color:#000000;}
#toptext {font-family: Century Gothic, Arial, Tahoma; position:absolute; width:80%; float:left; left:205px; top:30px; text-align:left; font-size:12px; color:#e9ebb6;}

#toptext a.signup{
	height:18px;
	width:64px;
	display:block;
	position:absolute;
	top:0px;
	right:120px;
	text-decoration:none;
	cursor:pointer;
}
#toptext a.man{
	height:10px;
	width:8px;
	display:block;
	position:absolute;
	top:0px;
	right:93px;
	text-decoration:none;
	cursor:pointer;
}

#header ul {
        position:absolute;
	height: 30px;
        top:88px;
	left:80px;
border:0px solid #ffffff;
}
* html #header ul{
top:100px;
}
* + html #header ul{
top:100px;
}
#header ul li {
	display: inline;
	font-size: 10px;
        font-family:Arial, Tahoma;
        font-weight:normal;
}

#header ul li a {
	display: block;
	float: left;
        left:0px;
	line-height: 30px;
	color: #ffffff;
	padding: 0 7px 0 7px;
margin-right:1px;
	text-decoration:none;
        text-align:center;
        width:auto;
background-image:url('images/nav-hover.gif');
background-repeat:repeat-x;
border:0px solid #000000;
}

#header ul li a:hover, #header ul li a:active{
background-image:url('images/nav-bg.gif');
background-repeat:repeat-x;
}
#header ul li.current_page_item a, #header ul li.current a{
background-image:url('images/nav-curr.gif');
background-repeat:repeat-x;
}
#header img.home {
	
	position: absolute;
	margin:0px;padding:0px;
	right: 15px;
	top: 19px;
	width:35px;
	height:35px;
}






/***** content *****/

.archivetitle {
	color: #000000;
	font-size: 14px;
	font-variant: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}
.title, .title a {
	color: #1a1a1a;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
}

.date {
color:#b3b1b3;
font-family:Arial;
	font-size: 11px;
	padding: 0px 0px 4px 0px;
}

.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: left;
	padding: 8px 0px 0px 0px;
}
.page_entry {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 20px 0px;
	border-top: 2px solid #f6e4f6;
	border-bottom: 1px solid #f6e4f6;
}

.info {
	line-height: 1.6em;
	font-size: 11px;
	text-align: left;
	margin: 0px 1px 20px 0px;
	padding: 0px 0px 1px 3px;
background:#ededed;
color:#738756;
}
.info a{
color:#738756;
}
.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4Px 20px;
	background: url('images/category.gif') no-repeat top left transparent;
}

.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/tags.gif') no-repeat top left transparent;
}

.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/bubble.gif') no-repeat top left transparent;
}


.navigation {
	font-size: 12px;
font-weight:bold;
	margin: 0px 0px 70px 0px;
	padding: 4px 0px 20px 0px;
   /*     background:#f6e4f6;*/
}

.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #73943B;
	border-bottom: 1px solid #73943B;
}
#postmetadata {
	font-size: 12px;
	margin: 10px 0px 20px 0px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #e3e2e2;
	border-bottom: 2px solid #e3e2e2;
}

.nocomments {background: none; color: #000000;}
.commenttitle {
	color: #000000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px solid #bcbcbc;
}
.commentlist {list-style: none;}
.commentbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #bcbcbc;
	float: left;
	width: 100%;
}

.adminbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 20px 25px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #bcbcbc;
}
.commenthead {
	color: #000000;
	padding: 5px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #bcbcbc;
	background:#ffffff;
}


.adminhead {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 0px;
	border-bottom: 1px dotted #bcbcbc;
	background:#ffffff;
}

.avatar {
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Tahoma, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 11px; font-weight: bold;}
.authorlink a {color: #000000; font-size: 11px; font-weight: bold;}
.commentlink {font-size: 10px; color: #000000;}
.trackhead {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 8px 41px;
	border-bottom: 1px dotted #9fa2a4;
	background: url(images/track.jpg) no-repeat top left;
}
.trackbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #9fa2a4;
}
.trackbody p a {color: #000000;}
#commentform {

	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	font-size: 12px;
	background: none;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #656565;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
}
#comment {
	width: 400px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	border: 1px solid #9fa2a4;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;

	padding: 0px 10px 2px 10px;

	border: 1px solid #9fa2a4;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
}



/***** search *****/

.searchwrap{
width: 207px;
height:74px;
border:0px solid #000000;
background:url('images/search-bg.gif') #ffffff no-repeat top;
margin-left:4px;
margin-bottom:30px;
padding:5px 0px 10px 0px;
font-size:11px;
color:#6e6e70;
}
#searchform{
	margin:0 0 10px 0;
	padding:0 0 0 0;
}




.searchbox {
	position:relative;
	margin:3px 0 0 0;
	padding:0 0 0 3px;
	width:200px;
	height:28px;
}	
.search-field input {
	position:relative;
	float:left;
	top:13px;
	left:8px;
	width:137px; 
	height:15px; 
	font-family:Arial, Tahoma;
	font-size:11px; 
	font-weight:bold;
	color:#999999; 
	padding:2px 0px 0px 3px;
	border:0px;
	background:#e2e2e2;
}
.search-but input {
	float:right;
	position:relative;
	top:5px;
	right:10px;
	width:25px; 
	height:22px;
}
/***** sidebar *****/


#sidebar a{color:#6e6e70;}
#sidebar a:hover {color:#ff0000;}
#sidebar ul {
	list-style-type: none;
	margin: 7px 0px 10px 5px;
	padding: 0px 0px 0px 2px;
border:0px solid #000000;
width:190px;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 5px 0px;
border:0px solid #6e6e70;
width: 207px;
background:url('images/side-bott.gif') #ffffff no-repeat bottom;
}


#sidebar ul ul li {
	color: #6e6e70;
	line-height: 1.6em;
	list-style-type: none;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0px solid #000000;
	background:url('images/titlearrow.gif') no-repeat 0px 5px; 
width:200px;
}
#sidebar ul ul ul li {
	font-size:12px;
	border:0px; 
	margin: 0px 0px 0px 1px; 
	padding: 0px 0px 0px 12px;
	line-height: 1.5em; 
	background:url('images/arrow.gif') no-repeat 0px 5px;
	color: #6e6e70;

}

#sidebar h1 {
	color: #e93592;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
width:202px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #dcd8d8;
background:url('images/side-top.gif') #ffffff no-repeat top;
}
#sidebar select{
	margin:5px 0px 2px 2px;
	font-size:11px;
	width:170px;
	overflow:hidden;
}

div.ad{
	position:absolute;
	top:134px;

	left:30px;

	width:728px;

	height:90px;
border:1px solid #000000;
}

.ad_160x600{
width:180px;
height:620px;
margin-left:10px;
margin-bottom:30px;
border:0px solid #000000;
}
.ad_200x200{
width:220px;
height:220px;
margin-left:8px;
margin-top:30px;
border:0px solid #000000;
}
/* Blue Commentary text */

.btext{
width: 207px;
height:74px;
border:0px solid #000000;
background:url('images/text-bg.gif') #ffffff no-repeat top;
margin-left:4px;
margin-bottom:30px;
padding:5px 0px 10px 0px;
font-size:11px;
color:#6e6e70;
}

.btext h1 {

	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	font-variant: normal;
width:201px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 6px;
	border-bottom: 1px solid #dcd8d8;

}
/***** widget *****/

#wp-calendar td {font-size:11px;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 174px;
	text-align: center;
	font-size:11px;
	border-bottom: 0px solid #73943B;}

.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:2px 0px 5px 2px;
}

#akismetwrap{
	margin:2px 0 2px 25px;
}
.rsswidget img {
	padding:1px;
	background:#ff0 fixed;
}

/*  Google Search Bar */
#container div.searchbar{
	width:732px;
	height:29px;
	margin:5px 0 0 0px;
border:0px solid #ffffff;
padding:0;
}

#container div.searchbar div.inside{
/*	background-color:#313131;*/
	height:27px;
	width:746px;
	float:left;
margin-left:23px;
padding:0;
border:0px solid #ff0000;
}
* html #container div.searchbar div.inside{
margin-left:6px;
}
* + html #container div.searchbar div.inside{
margin-left:17px;
}
#container div.searchbar img{
	float:left;
}
#container div.searchbar img.arrow{
	width:7px;
	height:7px;
}
#container div.searchbar div.search{
	margin:5px 0 0 6px;
	float:left;
}
#container div.searchbar div.search img{
	float:left;
}
#container div.searchbar input.search{
	background-image:url('images/search_input.png');
	float:left;
	height:14px;
	width:211px;
	padding:2px;
	font-size:12px;
	font-family:Arial;
	color:white;
border:0px solid #ffffff;
}
#container div.searchbar div.searchright{
	background-image:url('images/search_input_right.png');
	float:left;
	display:inline;
	height:14px;
	width:45px;
	padding:4px 0 0 0;
	font-size:9px;
	font-family:Arial;
	color:#45a2d7;
border:0px solid #ffffff;
}
#container div.searchbar div.searcharrow{
	background-image:url('images/search_input.png');
	float:left;
	display:inline;
	height:11px;
	width:7px;
	padding:7px 0 0 0;
	border:0;
border:0px solid #ffffff;
}
#container div.searchbar input.search_but{
	background-image:url('images/header_search_but.png');
	float:left;
	margin:5px 4px;
	border:0;
	cursor:pointer;
	width:66px;
	height:18px;
}
#container div.searchbar a.bygoogle,#container div.searchbar a.bygoogle:visited{
	background-image:url('images/header_bygoogle.jpg');
	float:left;
	margin:3px 4px;
	border:0;
	cursor:pointer;
	width:50px;
	height:23px;
	text-decoration:none;
}
#container div.searchbar div.welcome{
	font-family:Arial;
	font-size:10px;
	color:white;
	padding-top:7px;
	padding-left:10px;
	float:left;
	text-decoration:none;
}
#container div.searchbar div.welcome a.logout,#container div.searchbar div.welcome a.logout:visited{
	font-family:Arial,sans-serif;
	color:#ffd1fa;
	font-size:10px;
	text-decoration:none;
}
#container div.searchbar div.welcome a.white{
	font-family:Arial;
	font-size:10px;
	color:white;
	text-decoration:none;
}
#container div.searchbar div.date{
	font-family:Arial,sans-serif;
	font-size:9px;
	color:#f6f3a1;
	padding-top:14px;
	float:right;
}