/* 
Theme Name: Base Development Theme
Theme URL: http://www.projecturl.com
Description: A starter theme designed by Kevin Leary.
Author: Kevin Leary
Author URI: http://www.kevinleary.net
Version: 1.0
*/

/* CSS Library (bits and pieces from m5) */
@import 'css/reset.css';
@import 'css/generic.css';

/* Site-Specific Classes */


body {
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	width: 952px;
}

/**************************** Outerwrap with Page BG **************************/

.clearit {
	height:0;
	overflow:none;
	clear:both;
}

#outerwrap {
	margin: 0 auto;
	height: auto;
	width: 978px;
	background: #fff;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
}

/**************************** Innerwrap **************************/

#innerwrap {
	margin: 0 25px;
	padding: 0 0 12px 0;
	height: auto;
	width: 928px;
	background: #fff;
}

/**************************** Header and Logo Elements **************************/

#branding {
	width: 928px;
	margin: 0px 0 0 0;
	padding: 10px 0 0 0;
}
.logo {
	float: left;
	width: 270px;
	height: 34px;
	margin: 9px 0 0 0;
}
.logo h1 {
	text-indent: -3999px;
}
.logo h1 a {
	display: block;
	background: url(/images/integrated-green.gif) no-repeat;
	width: 270px;
	height: 34px;
}

.international {
	float: right;
	width: 370px;
	margin: 0px 0 0 0;
	font-size: 12px;
	color: #777;
}
.international a {
	color: #777;
	text-decoration:none;
}
.international a:hover {
	color: #777;
	text-decoration:underline;
}

body .table_flags {
	margin:0;
	border:none;
}
body .table_flags td {
	font-size:12px;
	padding:1px 0 0px 0;
	text-align:left;
	border:none;
}
body .table_flags td.right {
	font-size:12px;
	padding:1px 0 1px 0;
	text-align:right;
}

/**************************** Navigation **************************/

#nav {
	margin: 12px 0 0 0;
	width: 928px;
	height: 30px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
#nav img {
	border:none;
}

.nav_left {
	float:left;
	padding: 1px 0 1px 0;
	width:820px;
	height: 28px;
}
.nav_left ul {
	display: inline;
	list-style: none;
}
.nav_left ul li {
	display: block;
	list-style: none;
	float: left;
	width: auto;
	height: 28px;
	margin: 0 0px 0 0;
	padding: 0 1px 0 0;
	background: url(images/nav/nav-split.gif) right no-repeat;
}
.nav_left ul li.right {
	display: block;
	float: left;
	width: auto;
	height: 28px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
}


#subnav {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width: 928px;
	height: auto;
	color: #ccc;
	text-align:left;
}
#subnav p {
	font-size:12px;
	margin:0;
	padding:10px 0 0 0;
}
.subnav_split {
	color:#fff;
	margin:0 10px;
}
#subnav a {
	color: #373737;
	text-decoration: none;
}
#subnav a:hover {
	color: #373737;
	text-decoration: underline;
}
#subnav a.selected {
	color: #ff9a2e;
	text-decoration: none;
}
#subnav a.selected:hover {
	color: #ff9a2e;
	text-decoration: none;
}


/* Classes */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#mainbody {
	margin: 12px 0 0 0;
	padding:16px 0 16px 0;
	width: 928px;
	height: auto;
	background:#e9e5d5;
}

.mainbody_inner {
	width:928px;
}

/* Layout */
div.inner
{
	width:950px;
	margin:0 auto;
}
#content
{
	float:left;
	width:508px;
	display:inline;
	margin:0 0 16px 22px;
}

#content a {
	color:#2d800a;
	text-decoration:underline;
}

/* Typography */
h2.title
{
	margin-top:0;
	padding:22px 0 0 0;
	border-top:1px solid #999;
	font-size:19px;
	font-weight:normal;
	color:#222;
}
h2.title a
{
	text-decoration:none;
}

/* Header */

/* Search */

/* Sidebar */
#sidebar
{
	list-style:none;
	margin:0 22px 0 571px;
	list-style-type:none;
}
#sidebar form {
	margin:12px 0 0 0;
	padding:0;
}
#sidebar h2 {
	color:#222;
	font-size:14px;
	font-weight:bold;
	margin:12px 0 0 0;
}
#sidebar ul li
{
	list-style-type:disc;
	background:none;
	padding:0;
	margin:0;
}
#sidebar ul li ul,
#sidebar ul
{
	margin-bottom:0;
}
#sidebar li {
	padding:12px;
	margin:0 0 0 0;
	list-style-type:none;
	color:#2d800a;
}
#sidebar a {
	color:#2d800a;
}

#sidebar li form
{
	margin:0;
}
#sidebar #s
{
	width:200px;
}
#sidebar li h2
{
	margin-top:0;
}


/* Sidebar Details */

.sidebar_top {
	background: url(/images/rightcol-bg.gif) no-repeat;
}
.sidebar_bottom {
	background: url(/images/rightcol-bottom.gif) no-repeat;
	font-size:3px;
	margin:0;
	padding:0;
}


/* Posts */
.post
{
	padding:1px;
}
h2.post-title
{
	margin:0 0 16px 0;
	font-size:19px;
	font-weight:normal;
	color:#222;
}
h2.post-title a
{
	text-decoration:none;
}
.post .entry
{
	padding:1px;
}
p.postinfo
{
	font-size:10px;
	text-transform:uppercase;
	margin:0 0 6px 0;
	padding:2px 0 0 0;
	text-align:right;
	color:#999;
	border-top:1px solid #aeaeae;
}
ul.postmeta
{
	clear:both;
	list-style:none;
	margin:0 0 44px 0;
	padding:0;
	font-size:10px;
	text-transform:uppercase;
}
ul.postmeta li
{
	padding:0 8px 0 0;
	border-right:1px solid #aeaeae;
	margin:0 8px 0 0;
	float:left;
	display:inline;
}
ul.postmeta li.last
{
	border-right:0;
	margin:0;
	padding:0;
}
#post-navigation
{
	width:100%;
	padding:12px 0;
	clear:both;
	border-top:1px solid #eee;
}
#post-navigation ul
{
	margin:0;
	list-style:none;
}
#post-navigation ul li
{
	width:50%;
	margin:0;
	padding:3px 0 0 0;
}
#post-navigation ul li.newer
{
	text-align:right;
	float:right;
}
#post-navigation ul li.older
{
	text-align:left;
	float:left;
}
#post-navigation ul li a
{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

/* Pages */

/* Comments */
ol.commentlist
{
	list-style:none;
	margin:20px 0 0 0;
}
ol.commentlist img
{
	float:right;
	display:block;
	border:1px solid #fff;
}
ol.commentlist .author-data
{
	display:block;
	padding:9px;
	background:#eee;
}
ol.commentlist h3
{
	margin:0;
	padding:4px 0 0 0;
}
ol.commentlist h3 a
{
	text-decoration:none;
}
ol.commentlist .comment-meta
{
	margin:0;
	line-height:17px;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}
ol.commentlist div.comment-entry
{
	clear:both;
	padding:1.2em 1px 1px 1px;
}
ol.commentlist .comment-num
{
	float:right;
	display:inline;
	font-size:36px;
	color:#fff;
	margin:-23px 0 0 0;
}

/* ByPostAuthor (admin) Comment */
ol.commentlist li.bypostauthor .author-data
{
	background:#1ebe89;
}
ol.commentlist li.bypostauthor h3 a,
ol.commentlist li.bypostauthor h3
{
	color:#fff;
}
ol.commentlist li.bypostauthor .comment-meta
{
	color:#acefdf;
}
ol.commentlist li.bypostauthor .comment-meta a
{
	color:#d8fff6;
	font-weight:bold;
}
ol.commentlist li.bypostauthor img
{
	border:1px solid #acefdf;
}

/* Comment Navigation */
ul.navigation
{
	list-style:none;
	margin:0;
}
ul.navigation li
{
	margin:0;
}

/* Comment Form */
form#commentform p
{
	clear:both;
	margin:0 0 12px 0;
}
form#commentform label
{
	width:250px;
	float:left;
}
form#commentform input
{
	float:left;
	margin:0 0 12px 0;
}
form#commentform textarea
{
	padding:4px;
	width:608px;
}
p.comment-rules
{
	background: #fff6bf;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
p.comment-disclaimer
{
	font-size:10px;
	color:#999;
}

/* Footer */

#copyright
{
	clear:both;
	padding:3em 0 2.75em 0;
	margin:0;
	text-align:center;
	color:#999;
}

/**************************** Footer Elements **************************/

#footer {
	width: 928px;
	margin:12px 0 0 0;
	padding:12px 0 0 0;
	background: url(/images/footer-bg.gif) top left repeat-x;
}
.footer_left {
	float: left;
	width: 600px;
	font-size: 12px;
	color: #333;
}
.footer_left a {
	color: #333;
	text-decoration:none;
}
.footer_left a:hover {
	color: #726f5d;
	text-decoration:underline;
}
.footer_right {
	float: right;
	width: 200px;
	font-size: 12px;
	color: #333;
	text-align: right;
}
.footer_right img {
	border:none;
}
.footer_divide {
	color: #cdc3b6;
	margin: 0 8px;
}