/*
Theme Name: BP01
*/

body {
	text-align: center;
	margin: 0px;
	background: #2C67A1;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;	
	font-family: Arial, Helvetica, sans-serif;
	color: #414141;
	font-size: 14px;
}

/* text */

h1 { font-size: 25px; margin: 1em 0 0.5em; color: #000009;}
h2 { font-size: 15px; margin: 1em 0 0.5em; color: #000009; clear: left;}
blockquote  { margin: 1.0em; font-size: 16px; color: #666; font-style: italic; }
.logotext { display: block; font-size: 40px; letter-spacing: -2px; font-weight: bold; margin: 0; padding-top: 60;}

a:link, a:visited { 
	color: #2C67A1;
	text-decoration: none;
}

a:hover {
	color: #97cb68;
}

/* layout outlines */

#container {
	width: 900px;
	text-align: left;
	margin: 0px auto;
}

#header {
	background: #fff;
	background-image: url(images/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 200px;
	border-bottom: 1px dotted #8fb7c2;
}

#logo {
	text-align: left;
	margin-left: 35px;
	padding-top: 45px;
}

#admenu {
	height: 40px;
	border-bottom: 1px dotted #8fb7c2;
}

#search {
	text-align: center;
	float: right;
	padding-top: 8px;
	padding-right: 32px;
}

#adfield {
	background: #fff;
	float: left;
	padding-left: 35px;
	padding-top: 10px;
}

#main {
	width: 645px;
	text-align: left;
	float: left;
	border-right: 1px dotted #8fb7c2;
}

#right {
	width: 240px;
	text-align: center;
	float: right;
}

#footer {
	clear: both;
	text-align: left;
	border-top: 1px dotted #8fb7c2;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-top: 10px;
	font-size: 10px;
}

/* main content */

#content {
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
}

#content img {
	background-color: #fff;
	padding: 7px 7px 7px 7px;
	border: 1px solid #8fb7c2
}

.floatright {
	float: right;
	margin: 0px 0px 10px 15px;
}

.floatleft {
	float: left;
	margin: 0px 15px 10px 0px;
}

/* Sidebar */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding-left: 10px;
	text-align: left;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 4px 0 0;
	}
	
.widget li {
	background-image: url(images/arrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.widget a {
	padding-left: 15px;	
}

.widgettitle {
	margin-top: 10px;
	padding-left: 10px;
	color: #555555;
}

.entry li {
	list-style-type: none;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
}

#google-news-inline img {
	float: left;
	margin: 0px 25px 20px 0px;
	border: 0px;
	background-color: #fff;
	padding: 7px 7px 7px 7px;
	border: 1px solid #8fb7c2
}

.titleheading {
	clear: both;
	font-size: 14px;
}

.blog {
	clear: both;
	border-top: 1px solid #d1d1d1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.blog img {
	margin-bottom: 20px;
	margin-right: 20px;
}