

/* Begin Typography & Colors */

body {
	color: #181818;
  	margin: 0px;
  	padding: 0px;
  	background: #fefe00 url(images/background.jpg) repeat-x top; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
        	}
#content {
        background: #ffffff;
	border: 1px solid #ffffff;
        font-size: 1.2em;
}

#content h2 {
	border-top: 1px dotted #181818;
	border-bottom: 1px dotted #181818;
        padding: 3px 0px 4px 6px;
        margin: 10px 0px 3px 0px;
        background-image : url(images/h2-bg.jpg);
}

.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            padding-top: 11px;

            }


.narrowcolumn .entry {
	line-height: 1.4em;

}

	
.narrowcolumn .postmetadata {
	text-align: left;
 	}

.alt {		
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
		color: #181818;

	}
	.postmetadata alt {
	background-color: #303030;
	}
.wp-smiley {
	border: none;
}

small {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	
	}
	 small a, small a:link, small a:visited {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: left;
        padding-left: 428px;
	}


h2 {
	font-size: 1.2em; 
	background: #f60001;
	}

h2.pagetitle {
	font-size: 1.2em;

	}

h3 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #181818;
	}

h2, h2 a, h2 a:visited{
	color: #181818; 
	}

h2 a:hover{
	color: #181818;
	}

 h3, h3 a, h3 a:visited {
	color: #181818;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #181818;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	}
	
.commentlist li {
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist a, .commentlist a:link{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color:#f60001;
}
.commentlist a:hover {
	color: #f60001;
	text-decoration: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, strike {
	color:  #181818;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	}

{
	color:#181818;
}	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #f60001;
	text-decoration: none;
	}

a:hover {
	color: #181818;
	text-decoration: underline;
	}
	
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background: #010101 url(images/mainbackground.jpg) repeat; 
        border: none;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 300px;
	width: 1000px;
	background: url(images/header.jpg);  
	}

.header-title {
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#cccccc;
	font-size:30px;
        font-weight:normal;
	padding: 188px 0 0 0;
	text-align:center;
	}
.header-title a{
	color:#000000;
	text-decoration:none;
	border-bottom:none;
        background: #ccffff;
	border: 8px solid #f60001;
        padding: 10px 20px 26px 20px;
	}
.header-description {
        font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-weight: normal;
	color:#000000;
	padding: 0px 0 0 0;
	text-align:center;
	}

.narrowcolumn {
        float: left;
        padding: 0px 10px 8px 10px;
	width: 628px;
        margin: 0px 10px 0px 33px;
        display: inline;
	
}

	
.post {
	text-align: justify;	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;	
	line-height: 1.4em;
}
.entrytext ul {
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}
.entrytext ul li, .entrytext ul ol {
  line-height      : 15px;
  padding-left     : 0px;
  padding-top      : 0px;

}


.narrowcolumn .postmetadata {
	padding-top: 0px;
	}


	
#footer {
        background: url(images/footer.jpg) ;
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 1000px; height: 60px;
	clear: both;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #181818;
	}

#footer p {
	margin: 0;
	padding: 13px 0 0 0;
	text-align: center;
	}
#footer a, #footer a:link{
	color: #181818;
        text-decoration  : none;
        font-weight:bold;
}

#footer a:visited{
	color: #181818;
    text-decoration  : none;
}

#footer a:hover{
	color: #181818;
    text-decoration  : underline;
}
/* End Structure */


h1 {
	padding-top: 168px;
	margin: 0;
	}


h2 {
	margin: 15px 0 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}




/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 0px;
	
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 0px;
	margin-left: 20px;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata{
	font-size: 9px;
	color: #f60001;
    text-decoration  : none;
}

.postmetadata a, .postmetadata a:link, .postmetadata a:visited, .postmetadata a:hover {
	color: #f60001;
    text-decoration  : underline;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	
	}
	

/* End Entry Lists */



/* Begin Form Elements */



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#commentform textarea {
	background-color: #fefefe;
	border: 1px solid #000000;
	width: 98%;
	padding: 4px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #181818;
	}
input {
	color: #181818;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	padding: 2px;
	text-transform: lowercase;
	background-color: #fefefe;
	border: 1px solid #000000;
	margin-right: 1px;
	}
#commentform #submit {
	color: #ffffff;
        font-weight:bold;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	padding: 4px 8px 4px 8px;
	text-transform: lowercase;
	background-color: #000000;
	border: 1px solid #181818;
	
	}

#commentPreview {
	width: 374px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background-color: #f60001;
	border-top: 1px solid #181818;
	border-bottom: 1px solid #181818;
	border-left: 1px solid #181818;
	border-right: 1px solid #181818;
	padding: 6px;
	}


/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.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 Sidebar */

#sidebar {      float: left;
		width:290px;
                margin-left: -35px;
                margin-top: -15px;
             
                
	}

.ad 	{ width:270px;
	text-align: center;
	margin: 0;
	padding: 0;
  background-color : #f60001;
	}	
	

		
	#sidebar ul {
		margin-bottom:0;
		list-style-type:none;
                color: #9c8266;
		}
	#sidebar ul li, #sidebar ul ul, #sidebar ul ul ul {
		margin:0px;
		padding:0px;
		}
	#sidebar ul#linkslist {
		margin:0px;
	}
	
	#sidebar ul#linkslist {
		margin:0px;
	}
	
	#wrap > #sidebar ul#linkslist{
	}
	
	#sidebar p{
		margin: 0px;
	}
	
	#sidebar h2{
  font-size        : 12px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  height           : 23px;
  line-height      : 25px;
  text-indent      : 8px;
  letter-spacing   : 1px;
  color            : #181818;
  padding          : 0px;
  background-image : url(images/nav.jpg);
  border-bottom: 1px solid #fce300;
  width: 270px;
 
	}
	#sidebar p{
		margin-top:0px;
		margin-bottom:0px;
		color: #555;
		word-spacing: -1px;
		font-size:10px;
	}
	#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size:10px;
	  background-color : #f60001;
	}
	#sidebar ul ul li a, #sidebar ul ol li a {
	padding          : 5px 0px 5px 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
  width: 268px;
  background-color : #f60001;
  text-indent      : 10px;
	}
#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar ul ol li a:link, #sidebar ul ol li a:visited{
	display          : block;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
  background-color : #cbff00;
  font-weight      : bold;
  padding          : 4px 0px 4px 0px;
  color            : #181818;
  width: 268px;
  text-indent      : 10px;
  border-top: #e0ff56 1px solid;
  border-left: #b0dc02 1px solid;
  border-right: #b0dc02 1px solid;
  border-bottom: #b0dc02 1px solid;
}
#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	background-color : #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
  font-weight      : bold;
  text-decoration  : none;
  color            : #181818;
  text-indent      : 10px;
  border-top: #ffffff 1px solid;
  border-left: #ffffff 1px solid;
  border-right: #ffffff 1px solid;
  border-bottom: #ffffff 1px solid;
	}


	
/* End Sidebar */