/*
Theme Name: MYB Theme
Theme URI: http://www.moveyourbait.com/
Description: MoveYourBait.com WordPress theme
Version: 1.0
Author: Christian Meinke
Author URI: http://www.christianmeinke.com/
Tags: pattern, custom header, fixed width, multi columns, widgets
*/

/* global reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #222;
	background: #fff;
	margin: 0 0 20px 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*End hide from IE Mac*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #9c9a8b url('objects/body-bg.png');
	color: #222;
	text-align: center;
	}
	
strong { font-weight: bold; }	
	
.post {
	font-size: 1.1em;
	line-height: 1.4em;
	}	
	
.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 
.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}

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

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.1em Arial, Helvetica, Sans-Serif;
	}

ol.commentlist {
	margin: 15px 10px 15px 10px;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	}

.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: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a {
	color: #e42f01;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
#header {
	height: 210px;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}
	
#header-logo {
	position: absolute;
	top: 15px;
	right: 698px;
	width: 322px;
	height: 179px;
	}	
	
#header-text {
	position: absolute;
	text-align:left;
	top: 32px;
	left: 380px;
	width: 575px;
	}	
	
#header-text span {
	font-size: 14px;
	color: #444;
	line-height: 22px;
	font-weight: bold;
	background: #fff;
	padding: 4px 7px 3px 4px;	
	}		
	
#mainnavigation {
	background: transparent url('objects/mainnav-bg.png') left bottom no-repeat;
	position: absolute;
	top: 170px;
	right: 290px;
	list-style: none;
	padding: 0;
}

#mainnavigation a { 
	float: left;
	display:inline;
	height:30px; 
	line-height:30px; 
	font-size: 1.8em; 
	color: #222;
	}

#mainnavigation li { 
	margin: 0px; 
	float: left;
	width: inherit; 
	display:inline; 
	}
	
#mainnavigation li a span { padding: 0 10px 0 10px; }

#mainnavigation li a:hover,
body#home #mainnavigation li.home a,
body#blog #mainnavigation li.blog a,
body#forum #mainnavigation li.forum a,
body#mybgallery #mainnavigation li.gallery a,
body#about #mainnavigation li.about a { background: #222; color: #fff; text-decoration: none; }


#subnavigation {
	background: transparent url('objects/mainnav-bg.png') left bottom no-repeat;
	position: absolute;
	top: 174px;
	right: 0px;
	list-style: none;
	padding: 0;
}

#subnavigation a { 
	float: left;
	display:inline;
	height:26px; 
	line-height:26px; 
	font-size: 1.0em; 
	text-transform: uppercase;
	font-weight: bold;
	color: #222;
	}

#subnavigation li { 
	margin: 0px; 
	float: left;
	width: inherit; 
	display:inline; 
	}
	
#subnavigation li a span { padding: 0 10px 0 10px; }

#subnavigation li a:hover,
body#contact #subnavigation li.contact a,
body#imprint #subnavigation li.imprint a { background: #444; color: #fff; text-decoration: none; }
	
	
#container {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	}	
	
#content {
	text-align: left;
	}	

.widecol {
	float: left;
	padding: 10px 10px 30px 10px;
	margin: 0 20px 20px 0;
	width: 650px; /*670px*/
	background: #fff url('objects/wide_col_main-bg.png') left bottom no-repeat;
	}
	
.widecol-full {
	padding: 10px 10px 30px 10px;
	margin: 0 0 20px 0;
	width: 940px; /*960px*/
	background: #fff url('objects/wide_col_full_main-bg.png') left bottom no-repeat;
	}	
	
.widecol-alt {
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 0 20px 20px 0;
	width: 650px;
	background: #edece5 url('objects/wide_col_alt-main-bg.png') left bottom no-repeat;
	}
		
.contentbar-left {
	float: left;
	width: 315px;
	}	
	
.contentbar-right {
	float: right;
	width: 315px;
	
	}	

.slimcol {
	float: right;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
	width: 250px; /*270px*/
	background: transparent url('objects/slim_col_main-bg.png') left bottom no-repeat;
	}
	
.lead-image-wrapper { 
	float: left;
	background: #222; 
	position: relative; 
	width: 324px; 	/*330px*/
	height: 204px;  /*210px*/
	padding: 3px;
	margin: 0 20px 13px 0;
	}
	
.lead-image-wrapper span { 
	background: #222;
	padding: 3px 7px 2px 0;
	}		
	
.lead-image-wrapper h1 { 
	border-left: 2px solid #222;
	padding: 3px 0 0 0;
	font-size: 15px; 
	color: #fff;
	line-height: 19px; 
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: normal;
	position: absolute; 
	bottom: 3px; 
	left: 3px; 
	}	
	
.lead-image-wrapper h5 {
	background: #222;
	color: #aaa;
	padding: 2px 5px 1px 3px;
	position: absolute; 
	bottom: 42px; 
	left: 3px; 	
	}

.lead-image-wrapper h1 a { color: #fff; text-decoration: none; }	
.lead-image-wrapper h1 a:hover { color: #ccc; }	

.lead-image-wrapper img { 
	height: 204px; 
	width: 324px; 
	}
	
.post {
	padding: 20px 20px 0 10px;
	}
	
.post p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom:1.6em;
	}	
	
.post p a img {
	border: 3px solid #222;
	
	}

.post p a, .post p a:visited {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted #222;
	}	

.post p a:hover {
	color: #222;
	border: none;
	}	
	
span.more {
	font-weight: bold;
	}
	
.post h2 {
	font-size: 1.2em;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 2px 0 12px 0;
	color: #666;
	}
	
.post h2 a, .post h2 a:visited {
	color: #222;
	text-decoration: none;
	}	
	
.post h2 a:hover {
	color: #222;
	text-decoration: underline;
	}
	
p span { color: #666;}	
	
.post h4 {
	font-size: 1.1em;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 2px 0 2px 0;
	color: #666;
	}	
	
.post-meta {
	width: 630px;
	padding: 7px 0 5px 0;
	margin: 0 20px 5px 10px;
	border-top: 1px dotted #777;
	border-bottom: 1px dotted #777;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #777;
	}	

.post-meta span {
	text-transform: uppercase;
	color: #222;
	font-size: 1.1em;
	font-weight:bold;
	}
	
.post-meta span a {
	color: #e42f01;
	text-decoration: none;
	border-bottom: 1px dotted #e42f01;
	}	
	
.post-meta span a:hover {
	border: none;
	}	
	
.post-meta .rating {
	float: left;
	width: 165px;
	}
	
.post-meta .comments {
	width: 165px;
	float: left;
	text-align:right;
	}
	
.post-meta .details {
	padding: 0 0 0 20px;
	float: left;
	}		
		
.bold-link {
	padding: 15px 9px 5px 360px;
	}

.bold-link a, .bold-link a:visited {
	font-size: 1.7em;
	text-transform: uppercase;
	background: #e42f01;
	padding: 5px 9px 4px 9px;
	color: #fff;
	text-decoration: none;
	}
	
.bold-link a:hover {
	color: #fff;
	text-decoration: underline;
	}	

.widecol .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
/*
.widecol .attachment {
	text-align: center;
	margin: 5px 0px;
}
*/

#archive {}

.archive-left {
	float: left;
	width: 50%;
	}

.archive-right {
	float: right;
	width: 50%;
	}
		
#archive h1 {
	margin: 0 0 10px 0;
	font-size: 1.0em; 
	color: #222;
	text-transform: uppercase;
	font-weight: bold;
	}	
	
#archive h2 {
	margin: 0 25px 10px 0;
	font-size: 1.3em; 
	background: #EDECE5;
	padding: 3px 4px 1px 4px;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	}	
	
#archive h4 {
	margin: 0 0 10px 0;
	font-size: 1.0em; 
	color: #121212;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	}		

#archive ul {
	padding: 0px 30px 10px 5px;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	}
	
#archive ul li {
	line-height: 1.4em;
	padding: 0 0 10px 0;
	color: #777;
	}	
	
#archive ul li a, #archive ul li a:visited {
	font-size: 1.1em;
	/*text-transform: uppercase;*/
	font-weight: normal;
	margin: 0 0 2px 0;
	text-decoration: none;
	border: none;
	color: #222;
	}	
	
#archive ul li a:hover {
	border-bottom: 1px dotted #222;
	}		

#footer {
	background: transparent url('objects/footer-bg.png') left top no-repeat;
	text-align:left;
	font-size: 1.1em;
	padding: 15px 20px 0 20px;
	height: 40px;
	width: 630px;
	}
	
.footer-left {
	float: left;
	width: 50%;
	}	
	
.footer-right {
	float: right;
	width: 50%;
	text-align: right;
	}		

/* End Structure */



/*	Begin Headers */

.widecol h3, .widecol-alt h3 {
	padding: 4px 0 5px 10px;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px dashed #777;
	}
	

	
/* 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 {
	margin: 0 0 0 10px;
	display: inline;
	}
	
.wp-caption.alignleft {
	margin: 0px 20px 13px 0px
	}
	
.wp-caption.alignright {
	margin: 0px 0px 13px 20px
	}		

img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

li.widget {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	}

li.widget ul {
	padding: 16px 10px 20px 10px;
	}
	
li.widget h3 {
	padding: 4px 0 5px 10px;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px dashed #777;
	}		
	

li.widget ul li {
	margin-bottom: 12px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #777;
	}
	
li.widget ul li h1 {
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	}	
		
	
li.widget ul li a, li.widget ul li a:visited {
	text-decoration: none;
	border: none;
	color: #222;
	}	
	
li.widget ul li a:hover {
	border-bottom: 1px dotted #222;
	}		

li.widget ul li.twitter-item {
	color: #222;
	}
	
a.twitter_title_link { padding-left: 20px; }	

li.widget ul li strong a, li.widget ul li strong a:visited {
	text-decoration: none;
	color: #e42f01;
	border: none;
	}	
	
li.widget ul li strong a:hover {
	text-decoration: underline;
	border: none;
	}


/* End Entry Lists */



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

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

#commentform {
	margin: 0 10px 0 0;
	padding: 15px 150px 0 50px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
}


input, textarea	{
	border: 1px solid #ccc;
	background: #f1f1f1;
	font: 11px verdana, sans-serif;
	color: #444;
	padding: 2px;
	outline: none;
	}
	
input:hover, textarea:hover, input:focus, textarea:focus { 
	border: 1px solid #888888; 
	}	
	
label {
	font-size: 1.1em;
	color: #666666;
	}	

#respond {
	padding: 15px 0 20px 0px;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px 0;
	/*float: right;*/
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 10px 40px 0 40px;
	text-align: justify;
	}

.commentlist li {
	margin: 0 0 3px 0;
	padding: 5px 5px 0 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.wpcf7 { font-size: 0.9em; }


/* Begin Sidebar */

/* End Sidebar */


/* 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;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	color: #ccc;
	background-color: #222;
	padding: 3px;
	/*margin: 10px 0 10px 10px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 4px 3px 0 2px;
	margin: 0;
}

.wp-caption.alignleft {
	margin: 0px 20px 13px 0px
	}
	
.wp-caption.alignright {
	margin: 0px 0px 13px 20px
	}	

/* End captions */

/* Gallery Styles */

#gallery-1 img.attachment-thumbnail {
	border: 2px solid #222;
}

#gallery-1 img.attachment-thumbnail:hover {
	border: 2px solid #666;
}


