/*
Theme Name: Bahiastreet A (Live)
Theme URI: http://www.bahiastreet.org
Description: Square boxes CSS Bahia Street CMS with some Blog features
Author: Barry Stellrecht
Author URI: http://www.mepsnbarry.com
*/

/* Structure & position */

body {
	margin: 0;
	padding: 0;
}

#header {
	margin: 5px 5px 0 5px;
}

#logo {
	float: left;
}
#title {
	margin-left: 270px;
}
#tagline {
	margin: 5px 0;
	padding: 3px 10px;
}
#language {
	float:right;
	margin-left: 10px;
	text-align: right;
}
#language a {
	padding: 3px;
}
#title h1 {
	margin: 5px 0;
	padding: 10px 10px;
	clear: right;
}

#submenu {
/*	padding: 3px 5px; */
}
#topmenu {
	margin: 5px 0 2px;
	padding: 3px 10px;
	clear: both;
}

#wrapper {
	width: 100%;
	float: left;
	margin-right: -320px;
/*	min-width: 770px; */
}

#content {
	margin: 5px 320px 5px 5px;
}

h2, h3, h4 {
	margin-bottom: 0;
}
.sidebox p {
	margin-top: 0;
}

.first-line {
	margin-top: 0;
}

.nav {
	height: 1%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#topmenu li {
	display: inline;
}

#submenu li {
/*	width: 300px; */
	width: 100%;
}

#submenu li ul li {
/*	width: 280px;*/
	width: 93.33%;
	margin-left: 20px;
	padding-left: 0;
}

.nav li a {
	padding: 4px 10px;
	display: block;
}

#submenu li .searchform {
	margin: 10px;
}

#submenu li .searchform p {
	margin: 0;
}

#submenu li .searchform p #s{
	width: 70%;
}

#sidebar {
	float: right;
	width: 300px;
/*	display: inline; */
	margin: 0 5px 0 0;
}

#sidebar ul {
	padding: 0;
	margin-left: 0;
}
#topmenu {
}
.sidebox {
	padding: 5px;
	margin: 5px 0;
}

#footer{
	clear: both;
	margin: 5px;
	padding: 10px;
	text-align: center;
}
#footer p {
	margin: 0;
}

/* Typography, Colors & Images */
/* 
Bahia Street Logo Colors:
red	: #d3242e
orange	: #e7a45c
blue	: #96ccea
green	: #8ec970
purple	: #3e3e60
black	: #000
white	: #fff
*/


body {
	font-family: verdana,lucida,arial,sans-serif;
	font-size: 13px;
	color: #000;
	background: #fff;
}

h1 {
	color: #fff;
	background:#96ccea;
}
h2 {
	font-size: 15px;
	font-weight:bold;
}
h3 {
	font-size: 13px;
	font-weight:bold;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}

.blogtitle {
	font-size: 95%;
	font-weight: bold;
        color: #d3242e;
}

.blogpost {
        font-size: 90%;
        border-bottom: 1px solid #96ccea;
        margin-bottom: 15px;
}
	
.sidebox p {
	font-size: 12px;
}
#tagline, #language {
	color: #fff;
	background:#e7a45c;
	font-size: 12px;
	font-weight:bold;
}

.nav {
	color: #fff;
	background-color:#8ec970;
	font-size: 12px;
	font-weight:bold;
}
/*
.nav ul li {
	list-style-type: none;
	list-style-image: none;
}
*/
.nav a {
	text-decoration: none;
}

.sideimg {
	text-align: center;
}

#tagline a, #tagline a:link, #tagilne a:visited {
	text-decoration: none;
	background: #e7a45c;
	color: #fff;
}

#tagline a:hover, #tagilne a:active {
	background: #96ccea;
	color: #fff;
}

.nav a:link, .nav a:visited, 
.nav .current_page_item ul li a:link, .nav .current_page_item ul li a:visited {
	background: #8ec970;
	color: #fff;
}
.nav a:hover, .nav a:active, 
.nav .current_page_item ul li a:hover, .nav .current_page_item ul li a:active {
	background: #96ccea;
	color: #fff;
}
.current_page_item a:link, .current_page_item a:visited {
	background: #d3242e;
	color: #fff;
}

#sidebar {
}

#sidebar li {
	list-style: none;
}

.sidebox {
	border: 5px solid #96ccea;
}

#footer{
	background: #96ccea;
	font-weight:bold;
	color: #fff;
}


a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	background: url(images/quote.png) no-repeat;
	margin-left: 1.5em;
	padding: 1px 0 0 40px;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
}
cite {
	font-size: 100%;
	font-style: normal;
}


hr {
	position: absolute;
	left: -9999px;
}
