/*
Theme Name: REALMantracker
Theme URI: http://therealmantracker.com
Description: The REAL Mantracker WP theme. Based on Starkers (by Elliot Jay Stocks).
Version: 1.0
*/


/* the following is all from Starkers */

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */


/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.


/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */




/* custom CSS follows */

/* GENERAL HTML TAGS */
body {
	background: #b8aa92 url('/wp-content/themes/REALMantracker/images/mantracker-bg-tile.jpg');
	color: #2c1c12;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a:link, a:visited {
	color: #a04c0e;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #a04c0e;
	margin: 10px 0 5px 0;
}

h1 {
	font-size: 30px;
	line-height: 30px;
}

h2 {
	font-size: 25px;
	line-height: 25px;
}

h3 {
	font-size: 15px;
	line-height: 15px;
}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited {
	text-decoration: none;
}

h1 a:hover,
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	color: #7f1417;
}

p {
	margin-bottom: 10px;
}

ul {
	margin: 0 0 10px 15px;
}

/* PAGE STRUCTURE DIVS + styles specific to each */
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 13px;
	background: url('/wp-content/themes/REALMantracker/images/wrapper-bg-tile.png') repeat-y;
}

#masthead {
	height: 260px;
	background: url('/wp-content/themes/REALMantracker/images/mastheads/rotate.jpg') no-repeat;
}

#main-nav {
	font-size: 18px;
	height: 45px;
	padding: 0 0 5px 0;
	line-height: 45px;
	text-align: center;
	background: url('/wp-content/themes/REALMantracker/images/nav-bg-tile.png') repeat-x;
	font-weight: lighter;
}
	
	#main-nav ul li {
		display: inline;
		padding: 0 15px;
		position: relative;
	}

	#main-nav a:link, #main-nav a:visited {
		color: #c5b8a9;
		text-decoration: none;
		text-shadow: 2px 2px 1px #000000;
	}
	#main-nav a:hover {
		text-decoration: underline;
	}
	
	#main-nav .sub-menu {
		display: none;
		font-family: Verdana,Geneva,sans-serif;
		font-size: 12px;
		left: 0;
		line-height: 12px;
		padding-top: 16px;
		position: absolute;
		z-index: 100;
		top: 16px;
		width: 150px;
		border-left: 1px solid #2c1c12;
		border-bottom: 1px solid #2c1c12;
		border-right: 1px solid #2c1c12;
	}
	#main-nav li:hover .sub-menu {
		display: inline;
	}
	
	#main-nav .sub-menu li {
		background: #594837;
		display: block;
		padding: 5px;
		text-align: left;
	}
	#main-nav .sub-menu a:link, #main-nav .sub-menu a:visited {
		color: #c5b8a9;
		text-shadow: none;
	}
	#main-nav .sub-menu a:hover {
		color: #eeeeee;
	}

/* #page contains all the page content + sidebar (basically the section in the middle) */
#page {
	background: #fff url('/wp-content/themes/REALMantracker/images/page-bg-tile.png') repeat-y;
	margin: -5px 0 0 0;
	overflow: hidden;
}

#content {
	width: 620px;
	padding: 15px;
	float: left;
}
	#content h3 {
		margin: 20px 0 0 0;
	}

#sidebar {
	float: left;
	width: 300px;
	padding: 15px 5px;
}
	#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
		color: #000000;
		font-weight: normal;
	}

#footer {
	clear: both;
	background: #2e1c0f;
	color: #7b6352;
	overflow: hidden;
}
	#footer-nav {
		/* text-align: right; */
		float: left;
		/*width: 615px; originally for when the copyright was a separate div */
		width: 930px;
		padding: 15px;
		overflow: hidden;
	}
		#footer-nav ul li {
			display: inline;
			padding-right: 5px;
			margin-right: 3px;
			border-right: 1px solid #7b6352;
		}
	
	#sponsors {
		padding: 10px 0 20px;
		text-align: center;
	}
		#sponsors img {
			padding-left: 20px;
			vertical-align: top;
		}
	
	#copyright {
		overflow: hidden;
		float: left;
		width: 300px;
		padding: 15px 3px 15px 10px;
	}
	
	#footer a:link, #footer a:visited {
		color: #c5b8a9;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	
	.menu-footer {
		float: left;
		padding-right: 20px;
	}


/* CUSTOM CLASSES */
div.emphasis {
	background: #EAE1D6;
	margin: 10px;
	padding: 20px 10px;
	overflow: hidden;
}



/* BOOKING WIDGET (in sidebar) */
#book-widget {
	background: url('/wp-content/themes/REALMantracker/images/book-widget-bg.png') no-repeat;
	width: 270px;
	height: 93px;
	padding: 33px 15px 10px 15px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #c5b8a9;
}

	#book-type {
		clear: both;
	}
	
	#book-people {
		float: left;
		width: 110px;
	}
		#book-people select {
			width: 50px;
		}
	
	#book-date {
		float: right;
		text-align: right;
		width: 130px;
		margin: 0 0 0 20px;
	}
		#book-date input[type="text"] {
			width: 70px;
		}
	
	#book-submit {
		text-align: center;
	}
		#book-submit input[type="submit"] {
			background: #918a55;
			padding: 3px;
			border: 1px solid #2b1b10;
			font-size: 14px;
		}


/* ADS */
.sidebar-ad {
	height: 250px;
	width: 300px;
	clear: both;
	margin: 10px auto;
}

/* SOCIAL MEDIA GOODNESS */
#sidebar-social-media {
	text-align: right;
	margin: 10px 0;
}
#sidebar-social-media img {
	margin-right: 5px;
}
#sidebar-social-media img.last {
	margin: 0;
}

#sidebar-newsletter {
	margin: 10px 0;
}

.fb_iframe_widget {
	background: white;
	height: 258px;
}


/* HOME PAGE SPECIAL CLASSES */
h1.homepage {
	color: #7f1417;
	font-size: 20px;
}


/* VIDEO DEAL */
.player-container {
	z-index: 1;
}
.video-thumbnail {
	overflow: hidden;
	width: 150px;
	height: 210px;
	padding: 0 50px 10px 0;
	float: left;
	text-align: center;
}
.video-thumbnail img {
	margin: 0 auto;
}
.video-thumbnail a {
	text-decoration: none;
}

.video-subcategory {
	overflow: hidden;
}
.video-subcategory-title {
	font-weight: bold;
	font-size: 16px;
	color: #7F1417;
}
	


/* GALLERY STUFF */
.gallery-icon,
.gallery-thumbnail { /* this is on the category page */
	overflow: hidden;
	width: 150px;
    height: 100px;
	padding: 0; /*0 5px 10px 0;*/
    margin: 0 5px 10px 0;
	float: left;
}
.gallery-icon img {
    width: 150px;
}

.gallery-item {
	width: 150px;
	float: left;
	margin: 0 5px 5px 0;
}

/* for previous/next image links (photo gallery feature) */
.next-image-link {
	float: right;
}


/* IMAGE CLASSES */
#content img.alignleft {
	margin: 0 15px 20px 0;
	border: 1px solid #333;
}

#content img.alignright {
	margin: 0 0 20px 15px;
	border: 1px solid #333;
}


/* COMMENT FORM */
#respond .required {
	color: #900;
}
#respond input[type="text"], #respond textarea {
	display: block;
}
#respond label {
	font-weight: bold;
	color: #a04c0e;
}


/* SIDEBAR COMMENTS */
.testimonials {
	margin: 30px auto;
}
.testimonials h3 {
	color: #2c1c12 !important;
	font-size: 18px;
}
.one-testimonial {
	margin: 0 0 20px 0;
}
.one-testimonial .author {
	font-size: 16px;
	color: #a04c0e;
}

/*
playback timings (ms):
  esindex: 0.02
  LoadShardBlock: 91.93 (3)
  exclusion.robots.policy: 0.282
  RedisCDXSource: 9.639
  PetaboxLoader3.resolve: 387.33 (3)
  load_resource: 519.68
  CDXLines.iter: 18.509 (3)
  PetaboxLoader3.datanode: 125.109 (5)
  exclusion.robots: 0.301
  captures_list: 126.634
*/