/*
Template: wp-oldbeach
Theme Name: wp-oldbeach
Description: WP port of oldbeach
Author: Theresa Carpenter
Author URI: http://www.ongpeopleonline.org/
*/

/* reboot */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	margin: 0 auto;
}

/* globals */
body {
	background: #4283A9 url("images/back.gif");
	background-repeat:repeat-x;
	text-align: center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	color: #333;
	padding-top: 40px;
}

a {
	color: #666;
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

h1 {
	width: 140px;
	height: 30px;
	background-color: #4283A9;
	margin: 1px 1px 1px 0;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 10px;
	color: #fff;
}

h1:first-letter {
	color: #f00;
	text-decoration: underline;
}

img {
	border: none;
}

a img {
	margin-bottom: 20px;
	border: 1px solid #fff;
}

a:hover img {
	border-color: #f00;
}


#wrapper {
	width: 750px;
	background: #fff url("images/sidebar.gif") repeat-y;
	background-position: 0 0;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

/* header */
#header {
	width: 750px;
	height: 210px;
	background: #4283A9 url("images/header.jpg") repeat-x;
	background-position: top right;
}

#header object { float: right; width: 590px; margin: 0; padding: 0; }
}

h2#desc {
	width: 589px;
	height: 30px;
	padding-left: 10px;
	background-color: #4283A9;
	float: left;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	color: #fff;
	margin-top: 1px;
}

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


#nav {
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li {
	list-style: none;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #2C5A6D;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #4182A8;
}

#nav li ul {
	display: none;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

/* sidebar */

#sidebar {
width: 132px;
background-color: #ccc;
float: left
margin-left: 0px
border-top: 1px solid #fff;
font: normal 11px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

#sidebar h2 {
	font-size: 14px;
	padding-bottom: .5em;
}

#sidebar li {
	list-style: none;
	padding-bottom: .5em;
}

#sidebar ul {clear: left;}


/* content */

#main {
	float: right;
	width: 585px;
	margin: 10px 0 0 10px;
}

#main h2 {
	background-color: #fff;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	color: #4283A9;
}

#main h2 a {
	background-color: #fff;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	color: #4283A9;
}
	
#main h1, #main h2, #main h3 , #main ul, #main p, #main blockquote {
	padding-bottom: 1em;
}

#main li {
	margin-left: 15px;
}

#main .date {
	font-size: .9em;
}

#main img{
	border: 1px solid #c0c0c0;
	padding: 5px;
	margin: 0 10px 10px 10px;
}

/* footer */

#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 163px;
}

/* polyglot */
.lang {
	float: right;
	width: 100px;
	text-align: right;
}

#main .lang img {
	border: none;
	margin: 0;
	padding: 0;
}

.lang li {
	display: inline;
	list-style: none;
}

.headerlang {
	float: left;
	width: 150px;	
	margin-bottom: 10px;
	border-bottom: 1px sold #fff;
	padding-top: 10px;
}

.headerlang li {
	list-style: none;
	padding-right: 10px;
	padding-left: 10px;
}

/* tables */
table {
	font: 10px/ 13px;
	background: #c0c0c0;
	margin-bottom: 1em;
}

th,td {
	background: #fff;
	padding: 2px;
}

table .highlight {
	background: #4283A9;
	font-weight: bold;
}

/* random quotes */
#wp_quotes {
	font-style: italic;
	color: #4182A8;
	text-align: center;
	padding-bottom: 2em;
}

/* share this */
.akst_share_link { color: #c03; font-weight: bold; }
