/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

#header .photo { float:left; border:none; margin-right:10px; }

#header-in div.header_left {
width: 450px;
}

.banner_content {
padding-top:45px;
}

#banner h1 {
font-size:34px;
line-height:42px;
font-family:"Trebuchet MS",Georgia,serif;
}

#loopedSlider {
background-position:48px 31px;
height:325px;
padding-left:80px;
padding-top:59px;
width:450px;

}

div.wrapper h1.head {

background:none;
font-family:"Trebuchet MS",Georgia,serif;
font-size:220%;
padding-bottom:0px;
}

div.wrapper img {
float:right;
padding:5px;
border: 1px solid silver;
margin-left:15px;
}

div.blog-title {
margin-top:10px;
}

div.main_navi {
width: 450px;
}


#sidebar .contact h3 {
font-size:20px;
font-weight:bold;
margin:0 0 10px;
padding:0;
}

#sidebar div.widget ul {
margin-left:15px;
}

#sidebar div.widget ul li {
list-style-type:square;
padding-bottom:5px;
}

div.widget ul {
margin-bottom:15px;
}

table.videos tr td {
	padding:5px 10px;
}

td.ss_part {
	float:left;
	width:30px;
	text-align:right;
	padding:3px;
	font-weight:bold;
}

td.ss_title {
	margin-left: 10px;
	padding:3px;
}

td.ss_duration {
	margin-left: 10px;
	width:60px;
	text-align:right;
	font-weight:bold;
	padding:3px;
}

td.ss_intro {
	clear:both;
	font-size:small;
	margin-left:50px;
	margin-bottom:15px;
	padding-bottom:15px;
}

.alt {
	background-color:#eee;
}