/*
Theme Name: David
Theme URI: http://hellobmw.com/losemymind/
Description: This is a modification of <a href="http://themes.wordpress.net/other/no-images/4309/losemymind-10/">LoseMyMind 1.0</a> which has a sidebar and supports WordPress Widgets. Read <a href="http://hellobmw.com/losemymind/">this</a> for more information. NOTE: This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. This means you may use it for any purpose, and make any changes you like. Just leave my LoseMyMind link under your footer.
Version: 0.1 with Sidebar
Author: Arctic
Author: windrag
Author URI: http://hellobmw.com/
Author URI: http://windrag.com/
*/



/* Begin Typography & Colors */
body {
	font-family: Palatino, Times, Georgia, Serif;
	background: #FFFFE2 url('images/bg.png');
	color: #333;
	margin: 0;
	padding: 0;
	}

.clear {
	clear: both;
	}

a {
	color: #468966;
	text-decoration: none;
	}

a img {
	border: none;
	}

a:hover {
	color: #FFB03B;
	text-decoration: underline;
	}

h1 {
	font-size: 36px;
	line-height: 12px;
	padding-left: 40px;
	}

h1 a, h1 a:hover, h2 a, h2 a:hover {
	text-decoration: none;
	}

h2 {
	font-size: 22px;
	}

h2 a {
	color: #4B3217;
	}

h3 {
	font-size: 16px;
	}

#page {
	/*background-color: #D8D8D8;*/
	margin: auto;
	padding: 0;
	width: 800px;
	background: /*url('images/back.png') repeat-y top*/;
        border-left: 3px dotted gray;
        border-bottom: 3px dotted gray;
	}

#nav {
	width: 780px;
	height: 60px;
	list-style-type: none;
	margin: 20px auto;
	padding: auto;
	}

#nav ul {
        display: inline;

        }

#nav li {
        float: left;
		text-align: center;
        display: inline;
		margin-left: 1px;
        margin-bottom: 3px;
	}

#nav .current_page_item a, #nav .current_page_item a:visited{
	background-color: #FFB03B;
	text-decoration: none;
	}

#nav .page_item a{
	color: #468966;
	text-decoration: none;
	/*background-color: #FFB03B;*/
	padding: 2px 8px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	}

#nav .page_item a:hover {
	background-color: #FFB03B;
	border: none;
	}

#header {
	background: url('images/header.png') no-repeat bottom center;
        text-align: center;
	padding: 0;
	height: 200px;
        margin: auto;
        
	}

#title {
        margin: 5px 0 0 205px;
        text-align: center;
        }

#title h1 a{
         color: #ccc;
         margin-bottom: -20px;
        }

#title h3 {
         color: #468966;
         }

#logo a {
	background: url('images/logo.png') no-repeat bottom left;
	width: 100%;
	float: left;
	}

#logo a span {
	text-indent: -200000px;
	}

#content {
	float: left;
	margin: 10px 20px 10px 20px !important;
	margin: 0 20px 0 10px; /* fuck IE */
	width: 580px;
        line-height: 165%;
        
	}

#content a {
        font-weight: bold;
        }

#sidebar {
	float: left;
	background-color: none;
	font-size: 12px;
	text-align: left;
	width: 170px;
	margin-top: 25px;
	}

.sbcontent {
	width: 160px;
	margin: auto;
	}

#sidebar h2 {
	color: #4B3217;
	margin: 5px 5px 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 5px 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 5px 15px;
        text-indent: -5px;
	}

#sidebar ul ul ul, #sidebar ul ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0 0;
	padding: 0;
	}

.archive-list {
	font-size: 12px;
	list-style: none;
	margin: 10px 0 0 0;
	padding-left: 0;
	}

.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 0 2px 10px;
	width: 150px;
	}

.archive-list li:hover {
	background-color: #EDEDED;
	}

.archive-list a:hover {
	text-decoration: none;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.entry {
	font-size: 1.1em;
	line-height: 1.8em;
	}

.entry p {
        text-indent: 2.4em;
        }

.entry-meta {
	font-size: 12px;
	color: #999;
	}

.entry-tags {
	border: 1px solid #EEE;
	background-color: #EDEDED;
	font-size: 12px;
	font-weight: bold;
	}

.entry-related {
	font-size: 12px;
	float: left;
	}

.entry-related ul li {
	list-style: none;
	}

.post hr {
	display: block;
	}

#footer {
	font-size: 12px;
        color: #FFF0A5
	padding: 20px 0 10px !important;
	padding: 30px 0 40px; /* fuck IE */
	width: 800px;
	clear: both;
	background: none; 
	border: none;
	}

#footer a {
        color: #FFFFE2;
        } 

.entry a:hover {
	text-decoration: underline;
	}

.entry a:visited {
	color: #468966;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px Arial, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 12px;
	text-transform: none;
	}

#commentform p {
	font-size: 12px;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 9px;
	letter-spacing: 0.7px;
	}

.nobullet ul {
	list-style-type: none;
}

.nobullet ul ul {
	list-style-type: none;
}

.nobullet li {
	list-style-type: none;
}

.nobullet ul li {
	list-style-type: none;
}

.outdent li {
	text-indent: -2.5em;
}

.interview p {
	text-indent: 0em;
}

/* End Typography & Colors */


/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 10px;
	margin: 0 17px 22px 0;
	display: inline;
	}

img.cover {
        max-height: 300px;
        max-width: 300px;
        float: left;
        padding: 10px;
	margin: 0 17px 22px 0;
	display: inline;
        }

img.endorse {
        max-width: 150px;
        max-height: 150px;
        }

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	font-size: 12px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote{
padding: 10px;
background:#eee url('images/blockquote.png') no-repeat left top;
font-size: .9em;
color:#222;
border:1px solid #ddd;
line-height:1.4em;
text-align:justify;
}

blockquote cite{
text-align:right;
display: block;
margin-top: 10px;
}

blockquote: after {
        content: '<br />';
        }

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation {
	font-size: 12px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	}

.schedule {
        border-collapse: collapse;
        font-size: 12px;
        width: 720px;
        margin-left: 20px;
        }


.schedule ul {
        list-style-type: none;
        margin: 0;
        padding: 5px;
        }

.wplc_event_desc ul li {
        list-style: none;
        padding: 0;
        margin: 0;

        }

td {
        border: 1px dotted gray;
        padding: 3px 3px;
        text-align: center;
        }


.wplc_event_desc {
        text-align: left;
        border-bottom: 2px black solid;

        }

.wplc_event_start_time {
        width: 80px;
        }

.textwidget {
        font-size: 14px;
        text-align: center;
        }

.p-list p{
        text-indent: 0px;
}

.underline {
        text-decoration: underline;
}


/* End Various Tags & Classes*/


/* Begin Google Ads */
.gg-ref-text {
	text-align: center;
	}

.gg-ads-text {
	text-align: center;
	float: right;
	margin-top: 50px;
	}
/* End Google Ads */

/* 
