/* --------------------------- BACKGROUND --------------------------- */

html{
	background: url('images/bg.png') repeat;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	color: #4c4c4c;
}


body{
	height: 248px;
	margin: -21px 0 0 0;
	background: url('images/wood_bg.png') repeat-x;
	overflow-x: hidden;
}

#sub_bod{
	height: 248px;
	margin: -53px 0 0 0;
	background: url('images/wood_bg.png') repeat-x;
	overflow-x: hidden;
}

#wrapper{
	width: 920px;
	margin: 0 auto;
}

	/* ----------------------- SUBPAGE - CONTACT ----------------------- */



#contactform{
	width: 500px;
	height: 100%;
	background-color: #e7e7e7;
	margin-top: 15px;
	padding: 10px 20px 40px 30px;
	opacity: .7;
}

input[type="text"] {
	width: 400px;
	height: 12px;
}

textarea {
	width: 460px;
	height: 90px;
}

input, textarea {
	border: 1px solid #fff;
	padding: 10px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #434343;
	font-size: 15px;
	font-weight: 100;
	margin-bottom: 10px;
	margin-top: 0px;
}

input:focus, textarea:focus { border: 1px solid #bababa; background-color: #fff; }

input[type="submit"] {
	border: none;
	cursor: pointer;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #f6f6f6;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 22px;
	background-color: #000;
}

input[type="submit"]:hover {
	color: #fff;
	text-transform: uppercase;
	background-color: #55b1c0;
}






/* --------------------------- HEADINGS --------------------------- */

h1{
	font-weight: 200;
	font-size: 48px;
	float: left;
	margin-bottom: -5px;
}

h2{
	font-weight: 200;
	font-size: 22px;
	margin-top: 0px;
	float: left;
}

h3{
	font-weight: 500;
	font-size: 26px;
	color: #242322;
	margin-bottom: -10px;
}

h4{
	font-weight: 500;
	font-size: 22px;
	color: #242322;
}


h4 a{
	font-weight: 500;
	font-size: 22px;
	color: #242322;
	text-decoration: none;
}

h4 a:hover{
	color: #5f5f5f;
}

.clear{
	clear: both;
}

/* --------------------------- HEADER & NAV --------------------------- */

#header{
	width: 900px;
	margin: 0 auto;
	color: #fff;
}

#header a{
	color: #fff;
	text-decoration: none;
}

#header a:hover{
	color: #55b1c0;
}

#nav ul{
	float: right;
	margin-top: 0px;
}

#nav ul li{
	padding-left: 10px;
	font-size: 22px;
	list-style: none;
	display: inline;
}

/* ----------------------- HOMEPAGE - FEATURE ----------------------- */

#feature{
	background: url('images/feature_box.png') no-repeat;
	width: 920px;
	height: 384px;
}	

#feature img{
	width: 880px;
	height: 350px;
	margin: 10px 0 0 20px;
}
/* ----------------------- HOMEPAGE - MIDDLE ----------------------- */

#welcome{
	float: left;
	width: 550px;
	margin: 0px 30px 0px 40px;
}

#welcome p{
	font-size: 20px;
}

#newsfeed{
	float: left;
	width: 260px;
}

#newsfeed h3{
	padding-bottom: 5px;
	border-bottom: #bbb 1px dashed;
	margin-bottom: 4px;
}

#newsfeed h5{
	border-bottom: #bbb 1px dashed;
	margin-top: -10px;
}

#newsfeed a{
	font-size: 20px;
	color: #5f5f5f;
	text-decoration: none;

}

#newsfeed a:hover{
	text-decoration: underline;
}

#java{
	border-bottom: #bbb 1px dashed;
}

#rsslink{
	display: none;
}

.more a{
	background: url('images/btn_readmore.png') no-repeat top left;
	width: 85px;
	height: 35px;
	display: block;
}

.more a:hover{
	background: url('images/btn_readmore.png') no-repeat bottom left;

}

.more a span{
	margin-left: -9000px;
}

#newsfeed .more{
	margin-top: 20px;
}


/* ----------------------- HOMEPAGE - CIRCLES ----------------------- */

#circles{
	background: url('images/circle_bg.png') no-repeat;
	font-size: 18px;
	line-height: 18px;
	width: 920px;
	height: 168px;
	padding: 0 40px;
	margin: 40px 0;
}

.skill{
	width: 260px;
	margin-right: 30px;
	float: left;
}

.skill img{
	width: 29px;
	margin-top: 20px;
	float: left;
}

.skill h4{
	float: left;
	margin: 25px 0 0 5px;
}

.skill p{
	margin-top: 5px;
}

/* ----------------------- FOOTER ----------------------- */

#footer{
	height: 90px;
	background: url('images/wood_bg.png') repeat-x;
	overflow-x: hidden;
	color: #b7b7b7;
	margin-bottom: 20px;
}

#footer_content{
	width: 900px;
	margin: 0 auto;
}

#footer a{
	color: #2d97a9;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#twitter{
	margin-top: 25px;
	width: 550px;
	color: #ddd;
	font-size: 17px;
}
#twitter img{
	float: left;
	width: 20px;
}

#twitter_update_list{
	float: left;
	width: 500px;
}

#twitter_update_list li{
	list-style: none;
	margin-left: 5px;
}

#soc_net{
	width: 260px;
	float: right;
	margin: -40px 30px 0 0;
}

#soc_net a img{
	opacity: .5;
	padding-left: 1px;
}

#soc_net a .last img{
	padding: 0px;
}

#soc_net a img:hover{
	opacity: .9;
}

#credit{
	width: 920px;
	margin: -15px auto -5px auto;
	font-size: 10px;
	font-family: helvetica, arial, sans-serif;
	text-align: right;
}

#credit a{
	color: #7d7d7d;
	text-decoration: none;
	font-style: italic;
	padding-right: 10px;
}

#credit a:hover{
	color: #333;
}



/* ----------------------- SUBPAGE ----------------------- */



#sub{
	background: url('images/sub_repeat.png') repeat-y;  
	margin: -32px 0 30px 0;
	height: 100%;
	width: 100%;
}

#sub_top{
	background: url('images/sub_top.png') no-repeat top;
}

#sub_content{
	width: 550px;
	padding: 50px 0 30px 40px;
	float: left;
}
#sub_content a .toplink{
	font-size: 14px;
}
#sub_content a{
	color: #6c6c6c;
	text-decoration: none;
}




#sub_content a:hover{
	text-decoration: underline;
}

#sub_sidebar h4{
	margin: 10px 0 -10px 0;
	font-size: 26px;
}

#sub_content h4{
	margin: 10px 0 10px 0;
	font-size: 26px;
}

#sub p{
	font-size: 18px;
	line-height: 22px;
}


#sub h3{
	padding: 65px 0 0 70px;
	color: #fff;
	font-weight: 100;
	font-size: 32px;
}

#sub_sidebar{
	float: left;
	margin: 50px 0 0 30px;
	width: 260px;
}

#sub_sidebar ul{
	list-style: none;
	padding-left: 0;
	border-top: #bbb 1px dashed;
}

#sub_sidebar ul li{
	border-bottom: #bbb 1px dashed;
	padding: 10px 0;
}

#sub_sidebar ul li a{
	color: #5f5f5f;
	font-size: 20px;
	font-weight: 100;
	text-decoration: none;
}

#sub_sidebar ul li a:hover{
	color: #55b1c0;
	
	/* ----------------------- SUBPAGE - AUDIO ----------------------- */


#blank{
	height: 30px;
}

.blank{
	height: 30px;
}


