/* Main Strcuture */

body {
	background-image: url(images/bg.png);
	text-align: center;
	min-width: 760px;
	background-color: #6f6f6f;
	font:11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; color: #555555;
}

#wrapper {
	padding-top: 20px;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header_print {
	display: none;
	visibility: hidden;
}

#header {
	background-color: #c4c4c4;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 87px;
}


#searchbox {
	text-align: right;
	width: 220px;
	padding-right: 0px;
	padding-top: 35px;
	float: right;
}

#searchframe {
	background: url(images/search2.png) no-repeat left top;
	font-size: 10px;
	color: #565656;
	text-align: left;
}

#searchinput {
	width: 150px;
	height: 12px;
	padding: 3px;
	margin: 4px 0 8px 25px;
	font-size: 10px;
	line-height: 12px;
	background: rgb(255, 255, 255) none repeat scroll 0%; 
	border: 0px;
	-moz-background-clip: 
	-moz-initial; 
	-moz-background-origin: 
	-moz-initial; 
	-moz-background-inline-policy: 
	-moz-initial;
}

#searchinput:focus {  
    outline: none;
}

#search_submit_nostyle {
	visibility: hidden;
	display: none;
}

#nav {
	color: white;
	background-color: #3377c0;
	background-image: url(images/nav.png);
	height: 37px;
	padding-left: 3px;
}

#content {
	background-image: url(images/content.png);
	background-color: white;
}

#main_column {
	min-height: 600px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-top: 20px;
	line-height: 14px;
	font-size: 11px;
	float: left;
	width: 495px;
}

#sidebar {
	font-size: 11px;
	padding: 15px;
	float: right;
	width: 200px;
}

#sidebar img{
	border: 0px;
}

#clear_content {
	float: none;
	clear: both;
}

#footer {
	float: none;
	clear: left;
	background-color: #c4c4c4;
	background-image: url(images/footer.png);
	height: 106px;
}

/* Other Elements */

a:link {color: #3d6aa4; text-decoration: none}
a:visited {color: #5c3465; text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: #915800;}


#main_column h1 {
	font-style: normal;
	font-weight: normal;
	color: #1c59a2;
	font-size: 22px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.highlight {
	padding-bottom: 8px;
	text-align: center;
}

.highlight a img {
	border-style: none;
	border-width: 0px;
}

#recent_articles {
	padding-bottom: 10px;
	font-size: 12px;
}


#mainmenu {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
}

#mainmenu li{
	display: inline;
}

#mainmenu li a {
	float: left;
	color: #ffffff;
	padding: 10px 11px; 
	text-decoration: none;
	font-size: 13px;
}

#mainmenu li a:hover {
	background-color: #2e527e;
	background-repeat: repeat-x;
	background-image: url(images/nav_hover.png); 
}

#mainmenu li a.current {
	background-color: #5598ea;
	background-repeat: repeat-x;
	background-image: url(images/nav_current.png);
}

#mainmenu li a.current:hover {
	background-color: #5598ea;
	background-repeat: repeat-x;
	background-image: url(images/nav_current.png);
}


/* Post Entry */

.post_entry {

	padding-bottom: 25px;

}

.post_entry_title {

	

	text-decoration: none;

	font-size: 16px;

}

.post_entry_title a {

	text-decoration: none;

	font-size: 16px;

}

.post_entry_title a:hover {

	text-decoration: underline;

	font-size: 16px;

}

.post_entry_content {

}

.post_entry_content a {
	text-decoration: underline;
}

.post_entry_content a:hover {
	text-decoration: underline;
}

.post_entry_content img {

	border-width: 0px;

	border-style: none;

	margin: 8px;

	

}

.post_entry_meta {

	line-height: 10px;

	color: #888a85;

}

.post_entry_meta a {

}

#transparent_logo {
	border-style: none;
	border-width: 0px;
	clear: left;
	float: left;
}

.ul_feeds {
	margin-left: 0px;
	padding-left: 23px;
	list-style-image: url(images/feed_icon.png);
	list-style-type: none;
}

.ul_category{
	margin-left: 0px;
	padding-left: 23px;
	list-style-image: url(images/category_icon.png);
	list-style-type: none;
}

.ul_archive{
	margin-left: 0px;
	padding-left: 23px;
	list-style-image: url(images/archive_icon.png);
	list-style-type: none;
}

.comment_line{
	float: right;
}

.read_more{
	float: left;
}

.comment_link{
	float: right;
}


/* WordPress adaptations */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#copyright {
	font-size: 10px;
	text-align: center;
	width: 100%;
	display: inline;
}

.license {
	font-size: 10px;
}

#podcasterclass_panel {
	background-color: #dadada;
	border-style: solid;
	border-color: #ffffff;
	padding: 10px;
	border-width: 2px;
}

/* Captions */

div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

