/*
Theme Name: Blank 2-Column L-S
Theme URI: http://example.com
Description: A Blank Wordpress theme with left sidebar
Author: Your Name
Author URI: http://example.com
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #ddd;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}



/* container */


#container {
	width: 780px;
	margin: 0 auto;
	padding: 0px;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background: #ddd url(images/header.jpg);
  width: 760px; 
  height: 180px;
	color: #fff; 
	}

#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}

/* main menu */


#menu {
	background: #0B1224;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:760px; 
	height:25px;
}


#menu ul {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}



/* content */


#content {
	float: right;
	width: 72%;
	overflow: hidden;
	}	

.post {
	margin: 0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	}
	
.post h2{
	font-family: baskerville, georgia, times, serif;
	font-size: 14pt;
	font-weight: 300;
	color: #08122E;
	}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{font-size: 8pt;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 200px;
	float:left;
	margin: 12px 0 24px 0;
	padding: 0;
	border-right: 1px dotted #A2A2A2;
	}

#sidebar h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #0B1224;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #DEDEDE;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


/* MusicTEC Styles */


a {	color: #E81800;
	text-decoration:none;
}  
 
a:hover {
	text-decoration:underline;
	color: #E81800; 
} 

html, body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center;
} 

html>body { height: auto; }

body {background: #FFFFFF;
	  font-family: Arial;
	  color:#565656;
	  font-size:11px;
	  text-align:left;  

}

table {
border: none;
margin: 0px;

}


td {
	font-family: Arial;
	font-size: 11px;
	color: #7C7C7C; 
}

img { border: 0; }


/* ----------------------------- Body Elements -------------------------------- */


#wrapper {
	margin: 0 auto;
	padding: 0;
	width:760px;
	border: 0;
}


/*--------------------------------header-----------------------------------*/

.head_y{background: #FCC52D url(http://www.musictec.net/imgs/head_yp.gif) top left repeat-x;font-size:10px; color:#fffff; width:720px; text-align:right;}
.head_y2{background: #FCC52D url(http://www.musictec.net/imgs/head_yp.gif) top left repeat-x;font-size:10px; color:#fffff; width:720px; text-align:left;}
.head_y1 a{color:#ffffff; text-decoration:none; color:#ffffff;}
.head_y1 a:hover{color:#886405; text-decoration:none; color:#ffffff;}

.redline{background: #ffffff url(http://www.musictec.net/imgs/redstrip_rp.gif) top left repeat-x; height:18px;}
.redline2{background: #ffffff url(http://www.musictec.net/imgs/redstrip_rp2.gif) top left repeat-x; height:10px;}

/*-------------------------------footer----------------------------------*/
.footer{background: #ffffff url(http://www.musictec.net/imgs/foot_yp.gif) top left repeat-x;font-size:10px; color:#4D4D4D; height:38px; width:720px; text-align:center;}

/*----------------- HOME BODY ELEMENTS -----------------------------------*/

.maingrad{background: #ffffff url(http://www.musictec.net/imgs/hmtxtgrad.jpg) top left no-repeat;padding-top:5px;}
.subgrad{background: #ffffff url(http://www.musictec.net/imgs/subgrad.gif) top left no-repeat;padding-top:5px;}
/*LEFT*/
.newsrp{background: transparent url(http://www.musictec.net/imgs/news_rp.gif) top left repeat-y; padding:8px 15px 8px 7px;color:#3A3A3A; width:185px;}
.greentxt{font-weight:bold; color:#197D19; font-size:12px;}
.imgfloat{float:left; padding-right:3px;}
.liltxt{color:#3A3A3A;padding-right:5px;}

.imgfloat2{float:left; padding-right:10px;}
.hmtxt{padding:20px;}

.dotted{background: transparent url(http://www.musictec.net/imgs/dotted.gif) top left repeat-y;width:3px;}

.contentarea{padding-top:34px;}
.lefttxt{padding-right:2px;}
.heading{font-weight:bold; font-size:28px; color:#D90C0C; padding-bottom:58px;padding-left:27px;}
.heading_green{color:#187A02;font-weight:bold; font-size:28px;padding-bottom:58px;padding-left:27px;}
.heading_purple{color:#99035B;font-weight:bold; font-size:28px;padding-bottom:58px;padding-left:27px;}
.heading_lgreen{color:#98B800;font-weight:bold; font-size:28px;padding-bottom:58px;padding-left:27px;}
.heading_orange{color:#E26D04;font-weight:bold; font-size:28px;padding-bottom:58px;padding-left:27px;}
.heading_blue{color:#060E6F;font-weight:bold; font-size:28px;padding-bottom:58px;padding-left:27px;}

.sub-heading{font-weight:bold; font-size:14px; color:#474747;}
.txtarea{padding-left:27px;padding-right:64px;word-spacing:2px;}
.txtarea2{padding-left:27px;padding-right:10px;word-spacing:2px;}

.testi_red{font-size:10px;color:#D90C0C;}
.greentxt{font-size:10px;color:#159E2E;}
.purpletxt{font-size:10px;color:#99035B;}
.purpletxt2{color:#99035B;}
.orangetxt{color:#E26D04;}
.bluetxt{color:#060E6F;}

.imglink{padding:4px;}

.dottedbottom {border-bottom:dotted 1px black; height:15px;}



/*---------------------- FORMS -----------------*/
.form_padding{padding-bottom:6px;}
.formborder{border:1px solid #B3B3B3;}
.formborder2{border-bottom:1px solid #B3B3B3;border-top:none; border-right:none; border-left:none;}

/*==================================================================================================================================*/
/*--- main menu buttons ---*/
#but1 { 
	float: left;
	width: 102px;
	height: 41px;
	background: transparent url(http://www.musictec.net/imgs/but1.gif) no-repeat 0 -41px;
}
#but2 { 
	float: left;
	width: 104px;
	height: 41px;
	background: transparent url(http://www.musictec.net/imgs/but2.gif) no-repeat 0 -41px;
}
#but3 { 
	float: left;
	width: 104px;
	height: 41px;
	background: transparent url(http://www.musictec.net/imgs/but3.gif) no-repeat 0 -41px;
}
#but4 { 
	float: left;
	width: 113px;
	height: 41px;
	background: transparent url(http://www.musictec.net/imgs/but4.gif) no-repeat 0 -41px;
}
#but5 { 
	float: left;
	width: 99px;
	height: 41px;
	background: transparent url(http://www.musictec.net/imgs/but5.gif) no-repeat 0 -41px;
}
#but6 { 
	float: left;
	width: 109px;
	height: 41px;
	background: transparent url(http://www.musictec.net/imgs/but6.gif) no-repeat 0 -41px;
}
#but7 { 
	float: left;
	width: 131px;
	height: 41px;
	background: transparent url(http://www.musictec.net/imgs/but7.gif) no-repeat 0 -41px;
}



/* MAIN BUTTONS */
#but1 a { background: transparent url(http://www.musictec.net/imgs/but1.gif) no-repeat;}
#but2 a { background: transparent url(http://www.musictec.net/imgs/but2.gif) no-repeat;}
#but3 a { background: transparent url(http://www.musictec.net/imgs/but3.gif) no-repeat;}
#but4 a { background: transparent url(http://www.musictec.net/imgs/but4.gif) no-repeat;}
#but5 a { background: transparent url(http://www.musictec.net/imgs/but5.gif) no-repeat;}
#but6 a { background: transparent url(http://www.musictec.net/imgs/but6.gif) no-repeat;}
#but7 a { background: transparent url(http://www.musictec.net/imgs/but7.gif) no-repeat;}
/*END OF MAIN BUTTONS*/


/* MAIN BUTTONS */
#but1 a,#but2 a,#but3 a,#but4 a,#but5 a,#but6 a,#but7 a{
	float: left;
	text-indent: -1000em;
	height: 41px;
	display: block;
	overflow: hidden; /* For nested divs in Safari */
	border-bottom: 0;
}
/*END OF MAIN BUTTONS */


/*MAIN BUTTONS*/
#but1 a{ width: 102px; }
#but2 a{ width: 104px; }
#but3 a{ width: 104px; }
#but4 a{ width: 113px; }
#but5 a{ width: 99px; }
#but6 a{ width: 109px; }
#but7 a{ width: 131px; }

/*END OF MAIN BUTTONS*/


/*  IE 5 hack */

#but1 a,#but2 a,#but3 a,#but4 a,#but5 a,#but6 a,#but7 a{overflow: hidden;}
/* end hack */ 

#but1 a:hover,#but2 a:hover,#but3 a:hover,#but4 a:hover,#but5 a:hover,#but6 a:hover,#but7 a:hover{
	background-image: none;
	border-bottom: 0;
}
/*---end of main menu ---*/

.linklove {display:none;}




