/*
	someideas.info Screen Styles

	Table of Contents:
		Layout
		Decoration
		Typography
			General Link Decoration
		Wordpress Layout
			Wordpress Typography
			Wordpress Sidebar Lists

*/

body {
	margin: 0px;
	background-color: #0E0F11;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Helvetica, Arial, sans-serif;
	}


/* ########## Layout ########## */

#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}

#header {
	width: 900px;
	height: 171px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	margin-bottom: 24px;
	float: left;
	}

#nav {
	background-image: url('../images/navbg.png');
	text-align: right;
	padding: 5px;
	}

.halfbox {
	width: 396px;
	padding: 24px;
	}

.thirdbox {
	width: 272px;
	padding: 24px;
	}

.twothirdsbox {
	width: 520px;
	padding: 24px;
	}

.rightmargin {
	margin-right: 24px;
	}

#footer {
	width: 890px;
	background-image: url('../images/footerbgalt.png');
	padding: 5px;
	float: left;
	margin-top: 24px;
	}	

/* ########## Decoration ########## */

.contentdiv {
	padding: 20px;
	border: 1px solid #A7A797;
	background-color: #F2F2F0;
	float: left;
	}

.borderbottom {
	border-bottom: 1px solid #A7A797;
	}

.borderright {
	border-bottom: 1px solid #A7A797;
	}

/* Table Decoration */
	
table.eventtable {
	border-collapse: collapse;
	}

.eventtable img {
	max-height: 150px;
	max-width: 150px;
	}

.eventtable td {
	padding: 10px;
	}

tr.even {
	background: #e2e2d6;
	}


/* ########## Typography ###### */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #32291B;
	}

p {
	font-size: 12px;
	line-height: 16px;
	}

.eventtable p {
	margin-top: 0px;
	}

.bold {
	font-weight: bold;
	}

#footer span {
	color: #F2F2F0;
	font-size: 10px;
	}


/* General Link Decoration */

a:link {
	color: #5192A7;
	text-decoration: none;
	}

a:visited {
	color: #5192A7;
	text-decoration: none;
	}

a:hover {
	color: #72CDEB;
	text-decoration: none;
	}

a:active {
	color: #5192A7;
	}

/* Navigation Link Decoration*/

span.nav {
	color: #A7A797;
	text-transform: uppercase;
	}

.nav a:link {
	color: #F2F2F0;
	text-decoration: none;
	}

.nav a:visited {
	color: #F2F2F0;
	text-decoration: none;
	}

.nav a:hover {
	color: #414A4F;
	text-decoration: none;
	}

.nav a:active {
	color: #F2F2F0;
	font-weight: bold;
	}

a.selected {
	color: #F2F2F0;
	font-weight: bold;
	}
	

/* ########## Wordpress Layout ##########*/

div#content {
	width: 452px;
	float:left;
	border: 1px solid #A7A797;
	background-color: #F2F2F0;
	padding: 24px;
	margin-right: 24px;
	}

div#primary {
	margin-right: 24px;
	}

div#secondary {
	}

div.sidebar {
	float:left;
	overflow:hidden;
	width: 125px;
	border: 1px solid #A7A797;
	background-color: #F2F2F0;
	padding: 24px;
	}

.post {
	border-bottom: 1px solid #A7A797;
	padding-bottom: 15px;
	margin-bottom: 30px;
	}
	
.entry-content img{
	width: 448px;
	}

/* Wordpress Typography */


.sidebar h3 {
	font-size: 12px;
	}

.sidebar li {
	color: #32291B;
	font-size: 12px;
	}

.navigation {
	font-size: 13px;
	margin-bottom:10px;
	}

.entry-date {
	color: #A7A797;
	font-size: 11px;
	}

.entry-meta {
	color: #A7A797;
	font-size: 12px;
	}

.published {
	text-decoration: none;
	}

.comment-author {
	color: #32291B;
	font-size: 14px;
	}

.comment-meta {
	color: #A7A797;
	font-size: 12px;
	}

.comments ol{
	color: #32291B;
	font-size: 14px;
	}

h2.entry-title {
	display:inline;
	}

h2.entry-title a:link {
	color: #32291B;
	text-decoration: none;
	}

h2.entry-title a:visited {
	color: #32291B;
	text-decoration: none;
	}

h2.entry-title a:hover {
	color: #72CDEB;
	text-decoration: none;
	}

h2.entry-title a:active {
	color: #32291B;
	}

h3.comments {
	color: #32291B;
	}
	
h3.widgettitle {
	margin-bottom: -10px;
	}
	
h3.widgettitle a:link {
	color: #32291B;
	text-decoration: none;
	}

h3.widgettitle a:visited {
	color: #32291B;
	text-decoration: none;
	}

h3.widgettitle a:hover {
	color: #72CDEB;
	text-decoration: none;
	}

h3.widgettitle a:active {
	color: #32291B;
	}
	
/* Wordpress Sidebar Lists */

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.sidebar ul ul {
	margin: 1.0em 0 1.5em 0;
	border-top: 2px solid #32291B;
	}

.sidebar ul ul li {
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 1px solid #A7A797;
	}

.sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 2px 10px;
	} 

.sidebar ul ul li a:hover {
	background-color: #FCFCFC;
	}