/*
Theme Name: SixPointer
Theme URI: http://msc79.com/sixpointer
Description: 
Version: 1.01
Author: MSC79
Author URI: http://msc79.com/
Tags: 
*/

/*##############################*/
/* ##### CSS RESET BEGINS ##### */
/*##############################*/

/* http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

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, b, u, i, center, 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;
	vertical-align: baseline;
}
body {
	line-height: 1.2;
}
ol {
	list-style: decimal outside;
	padding-left:20px;
}
ul {
	list-style: none outside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

/***** MAIN STYLE DECLARATIONS *****/

/*****
#E6E2AF - BASE
#A7A37E - FOOTER BACKGROUND
#EFECCA - HEADER TEXT AND WRAPPER BACKGROUND
#046380 - LINK TEXT COLOR
#002F2F - HEADER BACKGROUND
#FFFF00 - HEADER HOVERED LINKS
*****/

body {
	background:#E6E2AF url(/wp-content/themes/sixpointer/images/bg-body.png) repeat-y center 0;
	width:960px;
	margin:0 auto;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#page {
	font-family:'Lucida Sans', Helvetica, Georgia;
	font-size:0.9em;
	padding:20px 23px 0;
	background:transparent url(/wp-content/themes/sixpointer/images/banner-fold-left-d.png) no-repeat 0 28px;
	overflow:hidden;
}

#page>* {
	width:auto;
}

/***** HEADER & BRANDING *****/

#branding {
	position:relative;
	background:transparent url(/wp-content/themes/sixpointer/images/bg-branding-distressed.png) repeat-x 0 0;
	height:60px;
	top:0;
	left:0px;
	padding:10px 0;
	z-index:98;
}

#branding a {
	color:#FF0;
}

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

#branding .logo-div {
	position:relative;
	top:-24px;
	left:5px;
	width:270px;
	height:140px;
	z-index:100;
	text-align:center;
	background:transparent url(/wp-content/themes/sixpointer/images/bg-logo.png) no-repeat 0 0;
}

#branding .logo-div h3 {
	width:100%;
	height:70px;
	background:transparent;
}

#branding .logo-div h3 a {
	display:block;
	background:transparent;
	text-indent:-9999px;
	height:100%;
	color:#000;
}

	/***** FEEDS BAR *****/

  #feeds {
  	padding:10px 0 20px 0;
		position:absolute;
		left:630px;
		top:0;
		height:60px;
		width:307px;
		background:transparent url(/wp-content/themes/sixpointer/images/banner-fold-right-d.png) no-repeat right 8px;
  }
  
	#feeds .labels {
		text-align:left;
		width:110px;
		margin:7px 0;
		color:#DDD;
	}
	
  #feeds .feeds-label {
		font-variant:small-caps;
		height:18px;
  }
	
	#feeds .labels span {
		font-size:0.75em;
		line-height:1;
	}

  #feeds li {
  	text-align:center;
  	width:48px;
  	height:48px;
  	margin:7px 15px 7px 0;
		float:left;
  }
  
  #feeds li a {
  	display:block;
  	height:48px;
  	text-indent:-9999px;
  }
  
  #feeds li.rss {
  	background:transparent url(/wp-content/themes/sixpointer/images/Newspaper_Feed_48x48_glow.png) no-repeat 0 0;
  }
  
  #feeds li.twitter {
  	background:transparent url(/wp-content/themes/sixpointer/images/twitter-bird-1-glow.png) no-repeat 0 1px;
  }
  
  #feeds li.email {
  	background:transparent url(/wp-content/themes/sixpointer/images/email_48_glow.png) no-repeat 0 0;
  }
  
  #feeds li.rss:hover, #feeds li.twitter:hover {
  	background-position:0 -48px;
  }
  
  #feeds li.email:hover {
  	background-position:0 -46px;
  }

	/***** MAIN NAVIGATION *****/
	
  #nav {
		position:absolute;
		left:270px;
		top:0;
  	padding:10px 0 10px 10px;
  	width:350px;
  	height:60px;
  }
  
  #nav li {
  	float:left;
  	width:81px;
  	vertical-align:top;
		border-right:1px dotted #FF0;
		margin:7px 5px 7px 0;
  }
  
  #nav li a {
  	display:block;
  	height:18px;
  	font-variant:small-caps;
		font-size:1em;
  }
  
  #nav li span {
  	font-size:0.75em;
		color:#ddd;
		line-height:1;
  }
	  
	/***** SEARCH BAR *****/
	
  #search {
  	width:210px;
		padding:25px 30px 22px;
		z-index:99;
  }
  
  #search>* {
  	display:inline-block;
  }
  
  #search form {
  	width:210px;
		height:24px;
		vertical-align:top;
  }
  
  #search form * {
  	vertical-align:bottom;
  }
  
  #search form input[type=text] {
  	font-size:80%;
  	color:#555555;
  	width:158px;
		border:none;
  	height:16px;
  	padding:4px 7px;
		background:transparent;
  }
  
  #search form input[type=submit] {
  	background:transparent;
		font-family: 'Lucida Sans', Helvetica;
		font-size:1em;
  	border:none;
  	color:#333;
  	cursor:pointer;
  	font-weight:bold;
		width:34px;
		height:100%;
		padding:0 4px 2px;
		vertical-align:top;
  }
  
  #search form input[type=submit]:hover {
  	color:#000;
  }
  
/***** MAIN CONTENT WINDOW *****/

#wrapper {
	position:relative;
	padding:80px 25px 40px;
	margin:-10px 0 0 0;
	background:#EFECCA url(/wp-content/themes/sixpointer/images/bg-footer-top.png) no-repeat 9px bottom;
}

#wrapper a:hover, #smallprint a:hover {
	color:#002F2F;
	text-decoration:underline;
}

#wrapper input[type=submit] {
	background-color:#A7A37E;
  border:2px solid #555;
  cursor:pointer;
  font-weight:bold;
  padding:3px 5px;
  color:#EFECCA;
}

#wrapper input[type=submit]:hover {
	color:#FF0;
}

#main, #sidebar {
	display:inline-block;
	position:relative;
	width:420px;
	vertical-align:top;
}

#sidebar {
	margin:0 0 0 20px;
}

	/***** HEADERS FOR sIFR *****/
	
	#main .post h1, #main .post #subscribe2 h3, .single #respond h3, #main .archive-title, #sidebar h4.blog-league-top {
		background-color:#E6E2AF;
		line-height:100%;
	}
	
	#main .post h1, #main .post #subscribe2 h3, .single #respond h3, #main .archive-title {
  	margin:0 0 0 -15px;
		border-left:15px solid #A7A37E;	
	}
	
  #main .post h1, #main .post #subscribe2 h3, #main .archive-title {
  	font-size:1.6em;
  }
  
  #sidebar h4.blog-league-top {
  	margin:0 0 0 -10px;
		border-left:10px solid #A7A37E;
		font-size:1.3em;
  }

	/***** LEFT-HAND COLUMN *****/

#main .post {
	padding:15px;
}

#main .blog-post-date {
	font-size:12px;
	color:#555;
	text-indent:2px;
}

#main .blog-post-content {
	margin:10px 0;
}

#main .blog-post-content p, .page .post p {
	margin:10px 0;
}

#main .blog-post-content h2 {
	font-size:1.2em;
	color:#333;
}

#main .blog-post-content img {
	border:5px solid #A7A37E;
}

#main .blog-post-content ul {
	list-style-type:circle;
	margin:0 10px;
}

#main .blog-post-content ul li {
	margin:10px;
}

#main .blog-post-content blockquote {
	padding:10px;
	background:#E6E2AF;
	text-align:center;
	font-style:italic;
	border-top:3px solid #A7A37E;
	border-bottom:3px solid #A7A37E;
}

#main .blog-post-content .map_canvas {
	width:100%;
	height:300px;
	border:3px solid #A7A37E;
}

#main .blog-post-content .sociable ul li {
	margin:0;
}

#main .blog-post-content .sociable img {
	border-width:3px;
}

#main .archive-title+p, #main .blog-post-category, #main .blog-post-tags, #main .blog-post-ratings, #main .sociable_tagline, #main .blog-post-subscribe {
	margin:10px 0;
	color:#555;
}

#main .bold {
	font-weight:bold;
	color:#555;
}

.call-to-action {
	display:inline-block;
	margin:10px 0;
	padding:5px;
	border:2px solid #555;
	background-color:#A7A37E;
	text-align:center;
	font-weight:bold;
}

.call-to-action a {
	color:#EFECCA;
}

#main .blog-post-link a:hover {
	color:#FF0;
}

#main .blog-post-comments-meta * {
	display:inline-block;
	text-align:center;
}

#main .blog-post-comments-meta .comment-count {
	background-color:#A7A37E;
	color:#444;
	font-weight:bold;
	font-size:1.4em;
	line-height:25px;
	padding:5px;
	height:25px;
}

#main .blog-post-comments-meta .comment-label {
	background-color:#E6E2AF;
	color:#555;
	font-size:1.4em;
	font-weight:bold;
	padding:5px;
	height:25px;
}

#main .blog-post-comments-meta .comment-invite {
	color:#555;
	max-width:220px;
	line-height:17px;
	padding:1px 5px 0 5px;
	height:34px;
	vertical-align:top;
}

.single #main .post .commentlist {
	list-style-type:none;
	padding-left:0;
}

.single #main .post .commentlist li {
	padding:10px 0;
}

.single #main .post .commentlist .avatar {
	float:left;
	padding-right:5px;
}

.single #main .post .commentlist .comment .comment-author, .single #main .post .commentlist .comment .comment-meta {
	color:#555;
}

.single #main .post .commentlist .comment p {
	padding:10px 0;
}

.single #main .post #commentform {
	margin:10px 0 0 0;
}

.single #main .post #commentform>p, .single #main .post #commentform p+p {
	color:#555;
}

.single #main .post #commentform textarea {
	width:100%;
	margin:10px 0;
}

.page #main .post .meta {
	color:#555;
	margin:0 0 10px 0;
}

.page #main .post .archives-list, .page #main .post .wp-tag-cloud {
	margin:10px 0;
}

.page #main .post .wp-tag-cloud li {
	display:inline-block;
}

		/***** IMAGES & CAPTIONS *****/
		
		#main .blog-post-content .wp-caption {
			background:#A7A37E;
		}
		
		#main .blog-post-content .wp-caption .caption-text {
			display:block;
			padding:5px;
			text-align:center;
		}

		/***** CONTACT FORMS *****/

    .cform {
    	border-left:5px solid #A7A37E;
    	background-color:#E6E2AF;
    	margin:10px 0;
    	padding:10px 0;
    }
		
		#usermessagea.failure {
			color:#F00;
		}
		
		#usermessagea.success {
			color:#009933;
		}
    
    .cform .cf-fs1 legend {
    	display:none;
    }
    
    .cform .cf-ol {
    	list-style-type:none;
    }
    
    .cform .cf-ol li {
    	margin:8px 0;
    }
    
    .cform .cf-ol li label {
    	display:block;
    	color:#555;
    }
    
    .cform .cf-ol li input[type=text] {
    	width:200px;
    }
    
    .cform .cf-ol li textarea {
    	width:275px;
    }
    
    .cform .cf-ol li .reqtxt, .cform .cf-ol li .emailreqtxt {
    	color:#555;
    	font-size:0.75em;
    	vertical-align:top;
    	padding:0 5px;
    }
    
    .cform .cf-ol #li--7 * {
    	vertical-align:top;
    }
    
    .cform .cf-ol li #cforms_captcha {
    	width:100px;
    }
    
    .cform .cf-ol #li--7 img.captcha {
    	padding:0 5px;
    	border:none;
    }
    
    .cform .cf-ol #li--7 a {
    	height:21px;
    	width:21px;
    }
    
    .cform .cf-ol #li--7 img.captcha-reset {
    	vertical-align:-10px;
    	background:	url(/wp-content/plugins/cforms/styling/captcha_reset_brown.gif) no-repeat;
    	width:21px;
    	height:21px;
    	border:none;
    	margin:0 5px;
    }
    
    .cform .cf-sb {
    	padding-left:20px;
    }
    
    .linklove {
    	font-size:0.75em;
    }
		
		/***** SUBSCRIPTION WIDGET *****/
		
		#subscribe2 form p {
			margin:10px 0;
		}
		
		/***** NAVIGATION LINKS *****/
		
		#main .post-nav {
			padding:15px;
		}
		
		#main .post-nav h3 {
			color:#333;
		}
		
		#main .post-nav div.next {
			margin:0 0 0 20px;
		}
		
	/***** RIGHT-HAND COLUMN *****/

#sidebar>div, #sidebar>ul {
	padding:15px 0 15px 15px;
}

#betheref h4 {
	margin:0 50px 0 0;
	line-height:20px;
	vertical-align:baseline;
}

#betheref .btr_date {
	color:#555;
	font-size:0.8em;
}

#betheref .wp-polls {
	margin:0 0 0 5px;
}

#betheref .btr_excerpt, #betheref .wp-polls {
	width:200px;
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
}

#betheref .btr_excerpt p {
	margin:0 5px 10px 0;
}

#betheref .wp-polls>div {
	padding:10px 0;
}

#betheref .wp-polls-ans .wp-polls-ul+p {
	margin:5px 0;
}

#betheref .wp-polls-ans .Buttons {
	background-color:#A7A37E;
 	border:2px solid #555;
 	cursor:pointer;
 	font-weight:bold;
 	padding:3px 5px;
 	color:#EFECCA;
}

#betheref .wp-polls-ans .Buttons:hover {
	color:#FF0;
}

#sidebar div .post {
	min-height:18px;
	overflow:hidden;
	margin:1px 0;
}

#sidebar div .post .post-title {
	width:325px;
	margin:0 9px 0 0;
}

#sidebar div .post span {
	display:inline-block;
	font-size:0.85em;
	vertical-align:top;
}

#sidebar div .post .post-title+span {
	margin:0 9px 0 0;
	width:60px;
	font-size:0.75em;
}

#sidebar div .post .post-ratings-image {
	margin-bottom:2px;
}

#sidebar #cat-list, #sidebar #tag-cloud, #sidebar #monthly, #sidebar #pages {
	width:195px;
	display:inline-block;
	vertical-align:top;
}

#sidebar #cat-list .categories {
	list-style-type:none;
}

#sidebar #monthly p {
	text-align:right;
	padding:2px 10px 0 0;
	font-size:0.85em;
}

#sidebar>#elsewhere>div>a {
	vertical-align:top;
	margin:5px 5px 0 0;
	float:left;
}

#wrapper>.page-post, #wrapper>.page-post-top {
	width:575px;
}

/***** FOOTER *****/

#footer {
	clear:both;
	width:876px;
	color:#fff;
	margin:0 7px;
	padding:0 15px;
	background:transparent url(/wp-content/themes/sixpointer/images/bg-footer.png) repeat-y 0 0;
	position:relative;
}

#footer a {
	color:#E6E2AF;
}

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

#footer .reading, #footer .listening, #footer .viewing {
	width:270px;
	padding:10px;
	vertical-align:top;
}

#footer .reading .widgettitle, #footer .listening .widgettitle, #footer .viewing .widgettitle {
	padding:0 5px;
	border-bottom:1px solid #E6E2AF;
	color:#EFECCA;
	font-size:1em;
}

#footer .reading #text-4 p {
	margin:0 5px;
	font-size:0.75em;
}

#footer .reading .amzshcs p {
	margin:10px;
	min-height:110px;
}

#footer .listening .textwidget p, #footer .viewing .textwidget p {
	margin:10px auto;
	text-align:center;
}

#footer .reading .amzshcs p a {
	float:left;
	margin:0 5px 0 0;
}

#footer .listening {
	position:absolute;
	top:0;
	left:305px;
}

#footer .viewing {
	position:absolute;
	top:0;
	left:595px;
}

#footer .viewing .twtr-widget {
	padding:10px;
}

/***** SMALLPRINT *****/

#smallprint {
	padding:35px 25px 0;
	background:transparent url(/wp-content/themes/sixpointer/images/bg-footer-bottom.png) no-repeat 7px 0;
}

#smallprint p {
	float:left;
	width:50%;
	margin:0 0 10px;
}

#smallprint p+p {
	text-align:right;
}
