/*  
Theme Name: Dr. Gay Teurman
Theme URI: http://www.wpdesigner.com
Description: This is the theme for JSquaredAudio.
Version: 1.0
Author: BKB Design Group
Author URI: http://www.bkbdesign.com/

*/
* {
	padding:0;
	margin:0;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#ffffff;
	/*background-image:url(/inside/assets/images/music.png);*/
	background-repeat:no-repeat;
	background-position:right 120px;
	/*background-color:#999999;*/
	}
	
a:link {
	text-decoration: underline;
	color:#fff;
}
a:visited {
	text-decoration: underline;
	color:#fff;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

body.main {
	padding-top:100px;
}
body.interior {
	padding-top:20px;
}
#wrapper {
	width:775px;
	margin:0 auto;
	}
#main {
	background-color:#2372AA;
	background-image:url(images/main_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border-top: 2px solid #fff;
	height:100%;
	}
	
#left {
	width:200px;
	padding-top:124px;
	float:left;
	border-right: 2px solid #fff;
	}
#left.wedding {
	background-image:url(images/left_back_wedding.jpg);
	background-repeat:no-repeat;
	background-position:right 6px;
	}
#left.corporate {
	background-image:url(images/left_back_corporate.jpg);
	background-repeat:no-repeat;
	background-position:55px 20px;
	}
#left.education {
	background-image:url(images/left_back_education.jpg);
	background-repeat:no-repeat;
	background-position:20px 20px;
	}
#left.contact {
	background-image:url(images/left_back_contact.jpg);
	background-repeat:no-repeat;
	background-position:15px 20px;
	}
#left.blog {
	background-image: url(images/left_back_blog.jpg);
	background-repeat:no-repeat;
	background-position: 15px 20px;
	}	
#left ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#left a
{
display: block;
padding: 2px 15px;
width: 170px;
background-color: #4082B4;
text-transform:uppercase;
font-size:.8em;
}

#left a:link, #navlist a:visited
{
color:#fff;
text-decoration: none;
}

#left a:hover
{
background-color:#A2CAEC;
color:#1164A1;
padding-left:25px;
width:160px;
}
#left li {
height:22px;
	}

#right {
	width:535px;
	float:right;
	padding-top:25px;
	padding-right:15px;
	padding-bottom:10px;
	}
#footer {
	width:675px;
	margin:0 auto;
	text-align:center;
	font-size:.8em;
	text-transform:uppercase;
	color:#415FA5;
	line-height:24px;
	}
#footer_home {
	text-align:right;
	width:775px;
	margin:0 auto;
	font-size:.8em;
	text-transform:uppercase;
	color:#415FA5;
	line-height:24px;
	padding-top:20px;
	}
p {
	padding-top:10px;
	line-height:16px;
	}
.noborder {
	border:0;
	}
.widgettitle {
	font-size: 14px;
	padding-left: 15px;
	}
