body
{
	margin-top: 5px;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1, h2, h3
{
	margin-top: 0;
	color: #000000;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3
{
	font-size: 1em;
	text-decoration: underline;
}

ul {
}

a
{
	text-decoration: none;
	color: #000000;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	padding: 0px;
}

/* image */
#div.img
{
	margin: 2px;
	border: 1px solid #0000ff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	padding: 0 20px;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  padding: 0 20px;
}
div.img a:hover img
{
	border: 1px solid #FFFFFF;
}
#div.desc
{
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 20px;
	clip: rect(auto, auto, auto, auto);
	color: #000000;
}



/* Header */

#logo
{
	width: 800px;
	height: 80px;
	margin: 0 auto 0 0px;
	padding-top: 20px;
	text-align: left;
	background-image: url('images/logo.jpg');
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo span {
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
	text-align: left;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #CCCCCC;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu
{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: 50px;

	right: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a
{
	display: block;
	float: left;
	height: 34px;
	margin: 0;
	padding: 16px 30px 0 30px;
	background: none no-repeat right 7px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: bold;
	color: #333300;
}

#menu a:hover {
	color: #04283B;
}

#menu .current_page_item a {
	color: #04283B;
}
/* links */

#links
{
	font-family: Arial;
	font-size: small;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content
{
	float: left;
	width: 820px;
}

#content-bgtop {
	
}

#content-bgbtm {
	padding: 20px 10px;
	
}

.post
{
	padding-bottom: 15px;
	background: url(images/img15.gif) repeat-x left bottom;
	line-height: 200%;
	background-color: #FFFFFF;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a
{
	border-bottom: none;
	color: #000000;
}

.title a:hover
{
	
	text-decoration: underline;
}

.byline {
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry
{
	padding: 0 20px;
	color: #000000;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	color: #04283B;
}

#sidebar1-bgtop {

}

#sidebar1-bgbtm {
	padding-top: 10px;

}

#sidebar1 h2
{
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#sidebar1 a
{
	color: #000000;
}

#sidebar2 {
	float: right;
	width: 223px;
	margin-right: 0px;
}

#sidebar2-bgtop {

}

#sidebar2-bgbtm {
	padding-top: 10px;

}

#sidebar2 h2
{
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#sidebar2 a
{
	color: #000000;
}

.sidebar {
	float: left;
	width: 140px;
	font-size: 11px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 10px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2
{
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	color: #000000;
}

.sidebar a {
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 150px;
	height: 18px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 25px 20px 0 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #FFFFFF;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

