/*
Theme Name: Oster Bike
Theme URI: http://chrisgilligan.com/
Description: Austria Adventure Week theme with 3 columns. 
Version: 1.666
Author: Chris Gilligan
Author URI: http://chrisgilligan.com/
Tags: Leogang, trail, bike, 3 columns, fixed width
*/

/* basic */
body { width:100%; background:#F5F4F1 url('images/bg.gif') top left repeat-x; margin:0 0 0 0; padding:0px; 
	   font:8pt Verdana, Arial, sans-serif; line-height:150%; color:#333333; }
a { color:#CC0000; text-decoration:none; outline:none; }
a:hover { color:#CC0000; text-decoration:underline; }
a img { border:0; }
blockquote { border-left:solid 5px #A7B3BC; padding:5px 5px 5px 8px; margin:8px; background-color:#F4F5F7; font:normal 8pt Georgia, "Times New Roman", Times, serif; line-height:160%; display:inline-block; }
pre { border-left:solid 5px #738695; padding:5px 5px 5px 8px; margin:8px 8px 8px 8px; background-color:#EEF0F2; overflow:scroll; }
ul { list-style-type:square; }
input, 
select, 
textarea { font:8pt Verdana, Arial, sans-serif; color:#333333; }
form { margin:0px; padding:0px; }
p { margin:11px 0px 11px 0px; }
h1, h2, h3, h4, h5, h6  { font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; line-height:130% }
h1 { font-size:19pt }
h2 { font-size:16pt; }
h3 { font-size:13pt; }
h4 { font-size:10pt; }
h5 { font-size:8pt; }
h6 { font-size:7pt; }

.sep { display:block; height:30px; background:transparent url('images/sep.gif') top center no-repeat; overflow:hidden; }

/* wordpress defaults */
.aligncenter,
div.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { float:left;}
.alignright { float:right;}
.wp-caption { text-align:center; padding-top:4px; margin:10px;
			  -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { padding:5px 4px 5px; margin:0; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; line-height:150%; }

/* wrapper */
.wrap { width:1000px; margin:auto; padding:0px; overflow:hidden; background:transparent url('images/bg_top.jpg') top center no-repeat; }

/* blog title + description */
#head { height:97px; overflow:hidden; text-align:center; }
	#head h1 { margin:28px 0px 2px 0px; padding:0px; font:normal 30pt Georgia, "Times New Roman", Times, serif; letter-spacing:2px; font-weight: bold; text-shadow: black 2px 2px 3px;}
	#head a { color:#ffffff; }
	#head a:hover { color:#ffffff; text-decoration:none; }
	#head #desc { margin:0px 0px 4px 0px; padding:0px; font:normal 10pt Verdana, Arial, sans-serif; color:#FFFFFF; }

/* menu */
#menu { width:520px; height:34px; margin:auto; font:normal 9pt Georgia, "Times New Roman", Times, serif; }
	#menu ul { list-style:none; margin:0px 0px 0px 0px; padding:4px; }
		#menu li { float:left; padding:0px; }
		#menu li a { display:block; bpadding:2px 5px 2px 5px; margin:5px 5px 5px 5px; text-align:center; color:#333333; }
		#menu li a:hover { color:#999999; text-decoration:none; }
		#menu li.current_page_item a {  }
		#menu li.current_page_item a:hover { color:#333333; text-decoration:none; }
		
/* pagenav */
	#pagenav ul { list-style:none; margin:0px 0px 0px 10px; padding:0px; overflow:hidden; }
		#pagenav li { float:left; padding:0px; margin-left: 4px; }
		#pagenav li a { 
		font: 12px;
		padding: 3px 4px;
		display: block;
		letter-spacing: normal;
		border-width: 1px;
		border-style: solid;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #c6d9e9;
		color: #246;
		border-color: #80b5d0;
 		}
		#pagenav li a:hover { text-decoration:none; border-color: #328ab2 ;}
		#pagenav li.current_page_item a { background-color:#f0f0f0; }
		#pagenav li.current_page_item a:hover { color:#333333; text-decoration:none; }


#midbar { overflow:hidden; padding:0px; margin:-1px; }

#innerwrap { margin-top:5px; overflow:hidden; height:100%; background:transparent url('images/bg_c2.gif') top center repeat-y; }

/* dTabs CSS */

/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */
#tabbar li, #tabbar ul li, {
	
	/* make them horizontal in IE*/
	display: inline;
	
	/* space them a little in IE*/
	margin: 0 4px 0 0;
	padding: 0 0 0 0;
}

/* style the tabs */
.tab, .tabselected {
	
	/* make them horizontal in Firefox 2*/
	display: -moz-inline-box;
	
	/* make them horizontal in all other browsers*/
	display: inline-block;
	
	/* space them a little */
	padding: 4px;
	margin: 0 0 0 4px;
	
	/* set a grey background for non-selected tabs (which we will overide for selected tabs later) */
	background-color: rgb(240,240,240);
	
	/* set a border, make it rounded at the top */
	border: 1px solid rgb(212,203,194);
	border-radius-top-left: 5px;
	border-radius-top-right: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-top-left: 5px;
	-khtml-border-radius-top-right: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/* make changes to the selected tab */
.tabselected {
	
	/* set a white background */
	background-color: white;
	
	/* make the border along the bottom blend into the white background */
	border-bottom: 2px solid rgb(255,255,255);
}

/* style the drop down menus */
.dmenu {
	/* left align the text */
	text-align: left;
	
	/* REQUIRED */
	position: absolute;
	
	/* js fade method should display them 25px below the top of the tabs */
	margin: 25px 0 0 0;
	
	/* put some space around the contents */
	padding: 0px 4px;
	
	/* set a grey background */
	background-color: rgb(240,240,240);
	
	/* set a border, round all the corners except the top left */
	border: 1px solid rgb(207,202,186);
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-khtml-border-radius: 5px;
	-khtml-border-radius-top-left: 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
}
#tabbar .dmenu ul {
	
	/* put space at the top and bottom of top-level menus */
	padding: 4px 0px 0px 0px;
	
	/* stop ie going crazy */
	margin: 0;
	
}
#tabbar .dmenu ul li {
	
	/* stop ie from displaying list items inline */
	display: list-item;
	
}

/* REQUIRED: hide menus off screen by default */
.dmenu {
	left: -999em;
}

/* STYLING JUST FOR CSS MENUS */
#tabbar .fademenu .dmenu {
	
	/* position menus correctly */
	margin: 5px 0 0 -6px;
}
/* REQUIRED: show menus on hovering */
#tabbar .fademenu:hover .dmenu {
	left: auto;
}

/* columns */
.c1 { width:235px; float:left; padding:0px 0px 0px 0px;text-align:right; }
.c2 { width:530px; float:left; padding:0px; margin:0px; overflow:hidden; background:#FFFFFF url('images/bg_c2.gif') top left repeat-y; }
.c3 { width:234px; float:left; padding:0px; margin:0px; overflow:hidden; }

/* contact + subscribe text + middle text */
.toptext { margin:0px; padding:6px 15px 10px 15px; color:#FFFFFF; text-transform:lowercase; font:italic 10pt Georgia, "Times New Roman", Times, serif; }
	.toptext a { color:#FFFFFF; }
	.toptext a:hover { color:#FFBE97; text-decoration:none; }
.midtext { margin:0px; padding:6px 15px 0px 15px; color:#777777; font:normal 9pt Georgia, "Times New Roman", Times, serif; }

/* widgets */
#widgets1 { list-style:none; margin:0px; padding:0px; color:#333333; }
#widgets2 { list-style:none; margin:0px; padding:0px; color:#333333; }
.widget { list-style:none; margin:0px 0px 30px 0px; padding:0px 8px 0px 8px; }
#widgets1 .widget { border-right:solid 5px #A5B4C5; }
#widgets2 .widget { border-left:solid 5px #A5B4C5; }
.widget ul { margin:0px; padding:0px; }
.widget ul li a { padding:1px 3px 1px 3px; }
.widget li a:hover { background-color:#546a85; color:#FFFFFF; text-decoration:none; }
.widget h2 { margin:0px 0px 5px 0px; padding:0px; color:#546a85; font:italic 11pt Georgia, "Times New Roman", Times, serif; text-transform:lowercase; }

/* list images for widgets */
#widgets1 .widget li { list-style:none; background:url('images/78.png') center right no-repeat; margin:0px 0px 5px 0px; padding:0px 20px 0px 0px; }
#widgets2 .widget li { list-style:none; background:url('images/78.png') center left no-repeat; margin:0px 0px 5px 0px; padding:0px 0px 0px 20px; }

#widgets1 .widget_recent_entries li { background:url('images/24.png') center right no-repeat; }
#widgets1 .widget_recent_comments li { background:url('images/18.png') center right no-repeat; }
#widgets1 .widget_pages li { background:url('images/21.png') center right no-repeat; }
#widgets1 .widget_categories li { background:url('images/34.png') center right no-repeat; }
#widgets1 .widget_archive li { background:url('images/36.png') center right no-repeat; }
#widgets1 .widget_links li, 
#widgets1 .widget_betterblogroll li, 
#widgets1 .widget_sclw li { background:url('images/13.png') center right no-repeat; }

#widgets2 .widget_recent_entries li { background:url('images/24.png') center left no-repeat; }
#widgets2 .widget_recent_comments li { background:url('images/18.png') center left no-repeat; }
#widgets2 .widget_pages li { background:url('images/21.png') center left no-repeat; }
#widgets2 .widget_categories li { background:url('images/34.png') center left no-repeat; }
#widgets2 .widget_archive li { background:url('images/36.png') center left no-repeat; }
#widgets2 .widget_links li, 
#widgets2 .widget_betterblogroll li, 
#widgets2 .widget_sclw li { background:url('images/13.png') center left no-repeat; }

/* search box */
#searchform #s { width:150px; }

/* blog posts */
.post { padding:0px 15px 15px 15px; overflow:hidden; line-height:160%; color:#333333; }

	/* blog title */
	.post-title h1 { margin:0px; padding:0px 0px 2px 0px; font:normal 2.4em Georgia, "Times New Roman", Times, serif; letter-spacing:-0.02em; line-height:130%; }
	.post-title h1 a { color:#333333; }
	.post-title h1 a:hover { color:#666666; text-decoration:none; }

	/* bar with date, author and category */
	.post-sub { padding:5px 0px 0px 0px; overflow:hidden; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; }
		.post-sub a, 
		.post-foot a { color:#999999; border-bottom:dotted 1px #CCCCCC; }
		.post-sub a:hover, 
		.post-foot a:hover { background-color:#EBEBEB; color:#666666; border-bottom:dotted 1px #333333; text-decoration:none; }
		.post-date { float:left; overflow:hidden; margin-right:20px; }
		.post-author { float:left; overflow:hidden; margin-right:20px; }
		.post-cat { float:left; overflow:hidden; }

	/* blog text */
	.post-text { overflow:hidden; color:#333333; }
		.aligncenter { display:block; margin:auto; text-align:center; }
		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; }
		.youtube { text-align:center; margin:10px 0px 10px 0px; }

	/* blog footer with tags, edit and comments */
	.post-foot { overflow:hidden; margin:10px 0px 0px 0px; font:normal 8pt Georgia, "Times New Roman", Times, serif; color:#999999; line-height:160%; }
		.post-edit { float:right; }
		.post-comments { float:right; }

/* comments */
.commentlist { list-style:none; padding:0px; margin:0px; border-top:solid 1px #97A8BD; overflow:hidden; }
.commentlist li { overflow:hidden; border-bottom:solid 1px #97A8BD; padding:8px; background-color:#FFFFFF; }
.commentlist li.alt { background-color:#F8F8F8; overflow:hidden; }
	.comment-avatar img { float:left; padding:0px; border:solid 1px #999999; margin:8px 8px 8px 0px; }
	.comment-bar { color:#999999; overflow:hidden; padding:0px 8px 0px 0px; font:normal 8pt Georgia, "Times New Roman", Times, serif; line-height:160%; }
		.comment-bar a { color:#999999; border-bottom:dotted 1px #CCCCCC; }
		.comment-bar a:hover { background-color:#EBEBEB; color:#666666; border-bottom:dotted 1px #333333; text-decoration:none; }

		.comment-author { color:#546a85; font-size:11pt; font-style:italic; }
		.comment-author a { color:#546a85; border-bottom:dotted 1px #666666; }
		.comment-author a:hover { text-decoration:none; }
	.comment-text { }

/* footer */
#footer { width:990px; height:251px; background:transparent url('images/bar_bottom.jpg') top center no-repeat; margin: 0 auto; padding:44px 5px 0px 5px; 
		  font-family:Georgia, "Times New Roman", Times, serif; color:#ffffff; text-align:center; }
	#footer p { padding: 0px 0px 0px 186px; margin: 0; }
	#footer a { color:#ffffff; border-bottom:dotted 1px #BEB6A7; }
	#footer a:hover { text-decoration:none; }