/*  
Theme Name: rothar.com
Theme URI: http://wordpress.org/
Description: The rothar.com WordPress theme.
Version: 5.0
Author: Cris Bloomfield
Author URI: http://rothar.com/

	rothar.com v5.0
	 http://rothar.com

	This theme was designed and built by Cris Bloomfield,
	whose blog you will find at http://rothar.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	background: #000000 url(http://www.rothar.com/images/core/pageback_blueblack.gif) bottom left fixed repeat-x;
	color: #ffffff;
	margin: 0;
	padding: 0; 
	}

#wrapper	{
	background: #999999 url(http://www.rothar.com/images/core/textback_white.gif) repeat;
	color: #333333;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #0066ff;
	border-top: 3px solid #0066ff;
	width: 750px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 752px;	 
	}

html>#wrapper	{
	width: 752px;
	} 

/*#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}*/

#header	{
	background: url(http://www.rothar.com/images/core/header_image.jpg) no-repeat;
	border-bottom: 2px solid #0066ff;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: left;
	}	

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066ff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebarwp h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

/* Custom Typography */

.headerfont {
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0066ff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

.textmenufont {
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000;
	text-decoration: none; 
	}
	
.smallfont {
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000;
	text-decoration: none; 
	}	
	
.footerfont {
	font-size: 9px; 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal;
	letter-spacing: 2px; 
	text-transform: none; 
	color: #ffffff;
	text-decoration: none; 
	}

.linkagefont{
	list-style:none; 
	font-size: 9px; 
}	

.linkagefont h2 {
	font-size: 10px;
}

/* Lists */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebarwp {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebarwp ul ul li, #sidebarwp ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 1.1em;
	letter-spacing: .07em;
	}

/* Window Dressing */

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #0066ff;
	background: transparent; 
	}

a:hover, h2 a:hover, h3 a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #0099ff;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #0066ff;
	background: transparent;  
	}

#footer a:link, #footer a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #66ccff;
	background: transparent; 
	}

#footer a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #0099ff;
	background: transparent; 
	}

#footer a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #66ccff;
	background: transparent;  
	}


img  {
	border-color:#0066ff;
	}
	
.imgframe {
	border: #000000 solid 2px;
}	

/* Calendar */	
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 20px;
	text-align: justify;
	}

.postmetadata {
	clear: left;
}

.narrowcolumn {
	float: left;
	padding: 0 0 10px 10px;
	margin: 0px 0 0;
	width: 500px;
	}
	
.widecolumn {
	padding: 0 0 10px 10px;
	margin: 0px 0 0;
	width: 720px;
	}

.widecolumn .postmetadata {
	margin: 20px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#footer {
	background-color: #000000;
	padding: 0 0 0 1px;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebarwp h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* 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 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebarwp ul, #sidebarwp ul ol {
	margin: 0;
	padding: 0;
	}

#sidebarwp ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebarwp ul p, #sidebarwp ul select {
	margin: 5px 0 8px;
	}

#sidebarwp ul ul, #sidebarwp ul ol {
	margin: 5px 0 0 10px;
	}

#sidebarwp ul ul ul, #sidebarwp ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebarwp ul ol li {
	list-style: decimal outside;
	}

#sidebarwp ul ul li, #sidebarwp ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebarwp #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebarwp #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#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*/
.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 */
#sidebarwp
{
	padding: 20px 0 10px 0;
	margin-left: 555px;
	width: 190px;
	}

#sidebarwp form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

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

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

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

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

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
/* Dynamic Tab Menu */

#tabbar {
	padding:0px; 
	margin: 0px; 
	height: 15px;
	background:#fff url(http://www.rothar.com/images/core/bg.gif) repeat-x left bottom;
	} 

#tabbar ul {
	padding:0; 
	list-style:none; 
	white-space:nowrap; 
	float:left;
	font-family: verdana, sans-serif; font-size:11px;
	}
	
#tabbar li {
	display:inline;
	list-style:none; 
	margin:0; 
	padding:3px; 
	}
	
#tabbar a {
	color:#000; 
	margin:0 2px 0 2px; 
	padding:0px 2px 2px 2px; 
	text-decoration:none; 
	letter-spacing:1px;
	height: 15px;
	}
	
#tabbar a:hover {
	color:#fff; 
	} 
	
#tabbar .tabselected a:hover {
	color:#0066ff; 
	} 	
	
#tabbar .tabselected a {
	background: #ffffff; 
	color:#000; 
	cursor:default;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	height:20px;
	} 

/* Images */

.imgleft {
	float:left;
	margin-right:5px;
	margin-bottom:2px;
}

.imgright {
	float:right;
	margin-left:5px;
	margin-bottom:2px;
	}
	
.imgdesign {
	float:left;
	margin-right:5px;
	margin-bottom:2px;
	margin-left:5px;
	margin-top:2px;
}
	
.wallpaperbox {
		float: left;
		width: 132px;
		background-color: #333333;
		border-color: #000000;
		border-width: 2px;
		border-style: solid;
		padding: 2px;
		margin: 2px;
		}

.wallpaperbox img {
		border: 1px #000000 solid;
		}
		
.wallpaperbox p {
		color: #999999;
		}		
		
.box {
		float: left;
		width: 138px;
		background-color: #333333;
		border-color: #000000;
		border-width: 1px;
		border-style: solid;
		padding: 10px;
		margin: 3px;
		}
		
.box p {
		color: #999999;
		}				
		
.box img {
		border: 1px #000000 solid;
		}
		
.darkbox {
		display: block;
		float: left; 
		background-color: #222222;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 10px; 
		margin-left: 10px; 
		border-right: #0066ff 2px solid; 
		border-left: #0066ff 2px solid; 
		border-bottom: #0066ff 2px solid; 
		border-top: #0066ff 2px solid; 
		padding-top: 10px; 
		padding-bottom: 10px; 
		padding-right: 10px;
		padding-left: 10px;
		width: 95%; 
		}
		
.darkbox img {
		border: 1px #000000 solid;
		}
		
.darkbox p {
		color: #999999;
		}		
		
.rideguide {
		background-color: #ffffff;
		/*margin-top: 5px;
		margin-bottom: 10px;
		margin-right: 10px; 
		margin-left: 10px; */
		/*border-right: #0066ff 2px solid; 
		border-left: #0066ff 2px solid; 
		border-bottom: #0066ff 1px solid; 
		border-top: #0066ff 5px solid;*/
		padding-top: 2px; 
		padding-bottom: 2px; 
		padding-right: 0px;
		padding-left: 0px;
		width: 100%; 
		color: #000000;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 0.9em;
		line-height: 1.5em;
}		

.bikebox {
		display: block;
		float: left; 
		background-color: #333333;
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 3px; 
		margin-left: 3px; 
		border-right: #6699ff 1px solid; 
		border-left: #6699ff 1px solid; 
		border-bottom: #6699ff 1px solid; 
		border-top: #6699ff 1px solid; 
		padding-top: 10px; 
		padding-bottom: 10px; 
		padding-right: 10px;
		padding-left: 10px;
		width: 476px; 
		}
		
.bikebox img {
		border: 1px #000000 solid;
		}
		
.greyback {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px; 
	margin-left: 20px; 
	border-right: #6699ff 1px solid; 
	border-left: #6699ff 1px solid; 
	border-bottom: #6699ff 1px solid; 
	border-top: #6699ff 1px solid; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-right: 10px;
	padding-left: 10px;  
	display: block; 
	background:#eeeeee; 
	}
		
.clearback {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px; 
	margin-left: 20px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-right: 10px;
	padding-left: 10px;  
	display: block; 
	}

/* SLIDE LAYOUT */
	
.slide {
		float: left;
		width: 138px;
		background-color: #cccccc;
		border-color: #999999;
		border-width: 1px;
		border-style: solid;
		padding: 5px;
		margin: 5px;
		}
		
.slideright {
		float: right;
		width: 138px;
		background-color: #cccccc;
		border-color: #999999;
		border-width: 1px;
		border-style: solid;
		padding: 5px;
		margin: 5px;
		}		
		
.slide img, .slideright img {
		border: 1px #222222 solid;
		}		
		
.slide p, .slideright p {
		color: #222222;	
		}
		
.fix {
		float:left;
		width:100%;
		display:block;
}	

/* SLIDE LAYOUT v2 */

.slidev {
		float: left;
		width: 184px;
		background-color: #cccccc;
		border: #999999 1px solid;
		padding-top:2px;
		padding-left:2px;
		padding-right:2px;
		padding-bottom:5px;
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
		}
		
.slideh {
		float: left;
		width: 244px;
		background-color: #cccccc;
		border: #999999 1px solid;
		padding-top:2px;
		padding-left:2px;
		padding-right:2px;
		padding-bottom:5px;
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
		}		
		
.slidevright {
		float: right;
		width: 184px;
		background-color: #cccccc;
		border: #999999 1px solid;
		padding-top:2px;
		padding-left:2px;
		padding-right:2px;
		padding-bottom:5px;
		margin-right: 0px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 5px;
		}		
		
.slidehright {
		float: right;
		width: 244px;
		background-color: #cccccc;
		border: #999999 1px solid;
		padding-top:2px;
		padding-left:2px;
		padding-right:2px;
		padding-bottom:5px;
		margin-right: 0px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 5px;
		}			
		
.slidev img, .slidevright img, .slideh img, .slidehright img {
		border: 1px #222222 solid;
		}		
		
.slidev p, .slidevright p, .slideh p, .slidehright p {
		color: #222222;	
		}

/* ESCAPISM */

.escapism {
		float: left;
		width: 244px;
		padding-bottom:5px;
		margin-right: 3px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 3px;
		}
		
.escapism img {
		border: 1px #222222 solid;
		}		
		
.escapism p {
		color: #222222;	
		}		
	
/* Flickr */


.zg_div {margin:0px 5px 5px 0px; width:117px;}
.zg_div_inner {background-color:#ffffff;  color:#666666; text-align:center; font-family:arial, helvetica; font-size:11px;}
.zg_div a, .zg_div a:hover, .zg_div a:visited {color:#3993ff; background:inherit !important; text-decoration:none !important;}

/* Archives Layout */

.datearcAlt2 , .datearcAlt {
    border-bottom:  1px solid #DCDCDC;
        font-size: 10px;
        padding: 2px;
    	width: 25%;
        text-transform: lowercase;
}
.datearcAlt2 {
    background: #E7E7E7;
}
.datearcAlt {
    background: #F7F7F7;
}
.datearc {
    border: 0px none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 165px;
    }
	
/* Links Page */

#linkage, #linkage li {
	list-style:none; 
	font-size: 9px; 
}	

#linkage h2 {
	font-size: 10px;
}

/* Googlemaps */
.photo {
	margin-right:5px;
	border: 1px solid #cccccc;
	padding: 2px;
}

/* Bikes Page Flickresque Style */

.Sets{width:115px;height:182px;text-align:left;float:left;padding-right:6px;}
#ViewCollection .Sets{width:130px;}
.Sets h4{width:110px;margin-top:0;margin-bottom:0;font-size:12px;font-weight:bold;}
.Sets p{margin-top:2px;font-size:11px;color:#777;}
.bbml_set{text-align:left;}
.bbml_set h4{margin:0;font-size:15px;font-weight:bold;}
.bbml_set p{margin-top:2px;font-size:11px;color:#777;}
.bbml_set .SetCase{margin:0;height:91px;}
.SetCase{margin-top:5px;margin-bottom:5px;width:91px;height:95px;padding:7px 0 0 7px;background:url(http://l.yimg.com/g/images/set_case.gif) no-repeat;}
.SetCase a{text-decoration:none;}
.SetCase a:link{text-decoration:none;}
.SetCase a:visited{text-decoration:none;}
.SetCase a:hover{background:transparent;text-decoration:none;}
.SetCase a:active{background:transparent;text-decoration:none;}
.SetCase .setThumb{border:1px solid #000;}
.setCommentLinkDiv{margin-top:-20px;margin-left:2px;}
a.setLink img{border:1px solid #000;}
a.setCommentLink img{border:0;}
.Seta:link{color:#0259C4;text-decoration:none;}
.Seta:visited{color:#0259C4;text-decoration:none;}
.Seta:hover{color:#FFF;text-decoration:none;background:#0063DC;}
.Seta:active{color:#FFF;text-decoration:none;background:#0259C4;}