/*  
Theme Name:Joe Roads
Version: 3.23
Author: Christopher Marschke


*/		

*
{
margin: 0px;
padding: 0px;
}

ul
{
list-style: none;
}

body 
{
font-size: 13px;
margin: 0px;
text-align: center;
background: #000000 url(img/trees.jpg) repeat-x;
color: #cccccc;
font-family: georgia;
}






                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/


#title
{


height: 60px;

}



#blogtitle2
{

width: 100%;
height: 101px;

}



#blogtitle
{

width: 84%;
display: block;
height: 15px;
margin: 5px auto 5px auto;
}


#blogtitle form {
  float:right;
  height:100%;
  width:164px;

  line-height:0;
margin-top: 1px;
}


#blogtitle #s {
background: url(img/search.png) no-repeat;
height:1.6em;
width:164px;
font-size:0.8em;
border: none;
text-align: center;
padding-top:2px;
border-bottom:2px solid #118105;
}

#blogtitle form .input{
vertical-align: middle;
font-size:0.9em;
}

                         /*************Wrap************/
#wrap
{
width:98%;

margin-left:auto;
margin-right:auto;
overflow: hidden;
}
                         /***************************************************
                         *********************** Container **************
                         *****************************************************/
#container
{
clear:left;
padding:0;
margin: 5px;
overflow: hidden;

}




                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{
font-size: 14px;
float: left;
width: 180px;
margin: 0;
padding-top: 4px;
margin-top: 5px;
margin-left: 7px;
margin-bottom: 20px;
text-align: left;
}


                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/

#rightnav
{
font-size: 14px;
float: right;
width: 180px;
margin: 0;
padding-top: 4px;
margin-top: 5px;
margin-bottom: 20px;
margin-right: 7px;
text-align: left;
}

                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
display: block;
margin: 0 195px 0 195px;
padding: 1em;
padding-top: 5px;
text-align: left;
background: none;
}


#content ul
{
padding-left: 2em;
}


#content ul li{
padding: 0.2em;
list-style: square;
}

#content ul ul li{
padding: 0.2em;
list-style: circle;
}


#content ol{
list-style-position: inside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px;
}






#content p
{
padding-left: 10px;
}
                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap
{
clear:both;

padding: 5px 1em 5px 1em;
font-weight: normal;

}

#footwrap p
{
display: block;
margin-top: 8px;
margin-bottom: 2px;
text-align:center;
}

#footwrap a:link {
color: #99A8BA;
text-decoration: none;
border: none;
font-weight: bold;
}
#footwrap a:hover {
	text-decoration: underline;
	border: none;
	color: #f4e605;
}

#footwrap a:visited:hover {
	text-decoration: underline;
	border: none;
	color: #f4e605;
}

#footwrap a:visited {
color: #99A8BA;
text-decoration: none;
border: none;
font-weight: bold;
}

#footwrap img {
padding: 0px 5px 0px 5px;
}


                         /***************************************************
                         *********************** Left Sidebar **************
                         *****************************************************/
#sidebarleft img
{
margin-bottom: 0px;
background: none;
padding: 0 0  0 0;
}

#sidebarleft
{
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;
}

#sidebarleft li
{
padding-bottom: 8px;

}

#sidebarleft ul li
{

margin-left: 7px;
padding-bottom: 2px;
}

#sidebarleft ul li ul li{
padding-bottom: 2px;
}

#sidebarleft ul li li{
padding: 2px 3px 2px 2px;
}

#sidebarleft a:link {

	color: #99A8BA;
	text-decoration: none;
font-weight: normal;

	
}

#sidebarleft a:hover {

color: #f4e605;
}

#sidebarleft a:visited:hover {

color: #f4e605;
}

#sidebarleft a:visited {

color: #99A8BA;


}

#sidebarleft h2 {
color: #FFFFFF;
padding: 2px 8px 2px 8px;
margin-top:14px;
background:  url(img/h2r.png) no-repeat top right;
border-bottom: 2px solid #555;
}





                         /***************************************************
                         *********************** Right Sidebar **************
                         *****************************************************/

#sidebarright
{
	margin-bottom: 10px;
	background: none;
	padding: 0 8px  0 8px;

}

#sidebarright li
{
padding-bottom: 8px;
background:  url(img/arrow.png) no-repeat -2px 5px;
}

#sidebarright ul li
{
display: block;
margin-left: 7px;
padding-bottom: 2px;
}

#sidebarright ul li ul li{
padding-bottom: 2px;
}

#sidebarright ul li li{
padding: 2px 3px 2px 2px;
}

#sidebarright a:link {
display:block;
color: #99A8BA;
text-decoration: none;
margin-left: 12px;
}

#sidebarright a:hover {
display:block;
color: #f4e605;
}

#sidebarright a:visited:hover {
display:block;
color: #f4e605;
}

#sidebarright a:visited {
display:block;
color: #99A8BA;
margin-left: 12px;

}

#sidebarright h2 {
color: #FFFFFF;
padding: 2px 8px 2px 8px;
background: url(img/h2r.png) no-repeat top right;
margin-top:14px;
border-bottom: 2px solid #555;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


                         /***************************************************
                         *********************** Paragraph **************
                         *****************************************************/

p
{
margin-bottom: 12px;
margin-top: 12px;
}

                         /***************************************************
                         *********************** Blockquote ********************
                         *****************************************************/

blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #FFFFFF;
border-left: 4px solid #99A8BA;
}


                         /***************************************************
                         *********************** Post Metadata ****************
                         *****************************************************/

.postmetadata
{
font-size: 11px;
width:140px;
display:block;
float: right;
margin: 15px 5px 6px auto;
padding: 10px 5px 2px 5px;
text-align: left;

border-bottom: 2px solid #555;
}

#content .postmetadata
{
padding-left: 5px;
}

.postmetadata a:link
{
border: none;
color: #99A8BA;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #f4e605;
font-weight: normal;
}

.postmetadata a:visited:hover
{
border: none;
color: #f4e605;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #99A8BA;
font-weight: normal;
}

                         /***************************************************
                         *********************** Links ********************
                         *****************************************************/

a:link
{
color: #99A8BA;
text-decoration: none;

}

a:hover
{
color: #f4e605;
text-decoration: underline;
}

a:visited
{
color: #99A8BA;
text-decoration: none;
font-weight: normal;
}

a:visited:hover
{
	text-decoration: underline;
	color: #f4e605;
}

a img 
{
border:none;
background:none;
padding:5px;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


                         /***************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist
{
padding-left: 40px;
padding-right: 15px;

color: #FFFFFF;
}

.commentlist li
{
margin: 8px 10px 8px 15px;
padding-left: 12px;
list-style: none;

margin-bottom: 2px;
border-top: 2px solid #8BC240;
border-bottom: 2px solid #8BC240;
}

li.alt
{

border-top: 2px solid #99A8BA;
border-bottom: 2px solid #99A8BA;
}

.commentlist li li
{
border: none;
background: none;
padding-left: 5px;
margin: 0 2px 0 2px;
}

.commentlist cite
{
padding: 2px 3px 1px 3px;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #000;
}

.commentnumber {
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
font-size: 28pt;
}

#comment
{
width:80%;
}

#commentform
{
	margin-left:5%;
	background-color: #000000;
}


#commentform textarea {

	border: 1px solid #CCCCCC;

	background-color: #000000;
		color: #FFFFFF;
}

#commentform input {

	background-color: #000000;
		color: #FFFFFF;
}


                         /***************************************************
                         *********************** Headings**************
                         *****************************************************/

h1
{
font-size: 36px;
color: #FFFFFF;
}

h2
{
display: block;
font-size: 16px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3
{
display: block;
font-size: 14px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3.posttitle   
{
font-size: 22px;
font-weight: bold;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 12px;
margin-bottom: 5px;
background:  url(img/h2r.png) no-repeat top right;
}

.posttitle a:link
{
font-size: 22px;
color: #33a818;
font-weight: bold;
}

.posttitle a:visited
{
font-size: 22px;
color: #33a818;
font-weight: bold;
}

.posttitle a:hover
{
font-size: 22px;
color: #f4e605;
font-weight: bold;
text-decoration: none;
}

.posttitle a:visited:hover
{
	text-decoration: none;
	color: #f4e605;
}


h3.posttitle2   
{
color: #33a818;
font-size: 22px;
font-weight: bold;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 12px;
margin-bottom: 5px;
background:  url(img/h2r.png) no-repeat top right;
border-bottom: 2px solid #555;
}

.posttitle2 a:hover {
	color: #f4e605;
}
.posttitle2 a:link{

	color: #33a818;
}
.posttitle2 a:visited {
	color: #33a818;
}
.posttitle2 a:visited:hover {
	color: #f4e605;
}

.posttitle2 a:active {
	color: #f4e605;
}

h4
{
	margin-top: 15px;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 0 12px;
	margin: 5px 0 6px 0;
	text-align: left;
	color: #f4e605;
}

h5
{
margin-top: 15px;
font-size: 12px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}


                         /***************************************************
                         *********************** date ********************
                         *****************************************************/
.date
{
	font-size: 14px;
	font-weight: bold;
	float:left;
	display:block;
	width: 56px;
	height: 30px;
	margin-top: 17px;
	margin-right: 5px;
	text-transform: uppercase;
	padding: 6px 7px 7px 0;
	text-align: center;
	color: #f4e605;
	background:url(img/date.png) no-repeat;
	font-family: "Trebuchet MS";
}

.entry
{
	
	margin-bottom: 5px;

	padding-bottom: 8px;

}

                         /***************************************************
                         *********************** Contained floats fix************
                         *****************************************************/
.post
{
display: block;
overflow:hidden;
width:98%;
padding-bottom: 6px;
margin-bottom: 6px;
background:  url(img/post.png) no-repeat bottom left;
}

                         /***************************************************
                         *********************** Code ********************
                         *****************************************************/
code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 2px solid #99A8BA;
border-bottom: 2px solid #99A8BA;
color: #333;

}

                         /***************************************************
                         ************ Navigation (based on Blix)**************
                         *****************************************************/
#navigation {
margin-left:auto;
margin-right:auto;
margin-bottom:8px;
width: 80%;
overflow: hidden;
text-align: center;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
float: right;
  margin:5;
 
  list-style-type:none;
  white-space:nowrap;
}

#navigation li a {

font-weight:bold;
background: url(img/h2r.png) no-repeat top right;
padding:0 3px;
margin: 0 6px;
letter-spacing:1px;
color:#FFFFFF;

}

#navigation li a:hover {
display:block;
padding:0 3px;
margin: 0 6px;
letter-spacing:1px;
color:#f4e605;
font-weight:bold;
text-decoration:none;
}

#navigation li a:visited {
display:block;
padding:0 3px;
margin: 0 6px;


letter-spacing:1px;
color:#FFFFFF;
font-weight:bold;
}

#navigation li a:visited:hover {
display:block;
padding:0 3px;
margin: 0 6px;


letter-spacing:1px;
color:#f4e605;
font-weight:bold;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */


.credits
{
margin-top: -20px;
margin-bottom: 5px;
padding: 0 4px 8px 4px;
float: right;
}


                         /***************************************************
                         *********************** Calendar ********************
                         *****************************************************/


#wp-calendar 
{
empty-cells: show;
margin:  auto 0;
border-bottom: 2px solid #555;
width: 170px;
}

#wp-calendar #next a 
{
padding-right: 5px;
text-align: right;
}

#wp-calendar #prev a 
{
padding-left: 5px;
text-align: left;
}

#wp-calendar td 
{
padding: 2px 0;
text-align: center;
}


#wp-calendar a:link, #wp-calendar a:visited 
{
text-decoration: none;
color: #99A8BA;
}

#wp-calendar a:hover, #wp-calendar a:active 
{
text-decoration: none;
color: #f4e605;
}


#wp-calendar th 
{
text-align: center;
}



#wp-calendar caption 
{
color: #FFFFFF;
padding: 2px 8px 2px 8px;
background: url(img/h2r.png) no-repeat top right;
margin-top:14px;
border-bottom: 2px solid #555;
text-align: left;
font-weight: bold;

font-size: 16px;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
}

img 
{
padding:4px 10px 10px 4px;	
border:none;
}


                         /***************************************************
                         ***************** Previous and Next Posts************
                         *****************************************************/

.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 0;
}


                         /***************************************************
                         *********************** Smileys ********************
                         *****************************************************/

.wp-smiley
{
padding: 0;
}

.search-form
{

}
.small {
	font-size: 14px;
	color: cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.smallest {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}




