/*
Theme Name: shred
Description: shred Wordpress Theme by<a href="http://jozeedesigns.com/">Jozee Designs</a>
Version: 2
Author: Jozee Designs
Author URI: http://jozeedesigns.com/
Tags: fixed width, two columns, right sidebar, valid XHTML, valid CSS
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
html{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

body { 
    margin: 0px auto 0;
    font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	/*color: #cccccc; */
	background: #4e916e url(images/bg-chalkboard.jpg) repeat-y top center;
	background-attachment:fixed;
}

*:first-child+html body {background: #000000 url(images/bg.jpg) no-repeat center -8px;}

* html body {background: #000000 url(images/bg.jpg) no-repeat center -8px;}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #9999cc; margin-left: 10px; }
h1 { font-size: 28px; line-height: 28px; margin-bottom: 5px; }
h2 { font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; margin-left: 20px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px;}
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 13px; margin-bottom: 0px; color: #8b8b8b; }

h1 span { color: #999; }

a { color: #7171aa; }
a:hover { color: #8f8fbf; }
a:active { color: #8f8fbf; }
a:visited { color: #666; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

/*blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 15px 30px 1px 5px;
	margin: -15px 20px 20px 20px;
	background: #272727; 
}*/



/* Header
-------------------------------------------------------------------*/
#header {
  background: url("images/header_bg.jpg") no-repeat scroll center 4px rgba(0, 0, 0, 0);
  border-top: 1px solid #FFFFFF;
  height: 340px;
  margin: 0 auto;
  position: relative;
  width: 900px; 
}
#header h1 { 
        width: 230px;
        position: absolute;
        top: 80px;
        left: 160px;
	font: 20px Verdana; 
	/*padding-top: 10px; */
	margin-bottom: 0; 
	color: #fff;
        text-indent: -9999px;
}
#header h1 a { 
        color: #333; 
	text-decoration: none; 
}
#header span {
        position: absolute;
        top: 130px;   /*controls the space above the tagline*/
        left: 150px; 
	padding-left: 10px; 
	font-size: 12px; 
	color: #333; 
        text-indent: -9999px;
}


/* Container
-------------------------------------------------------------------*/
#wrapper { 
	width: 900px; 
	background: #000 url(images/container_bg.jpg) repeat-y;
        margin: 10px auto 0; /*moves the page below the nav*/
}



/* Navigation
-------------------------------------------------------------------*/

#nav { 
	width: 870px; 
	height: 35px; 
	margin-left: 15px; 
	position: relative;
        top: 290px;
        text-transform: uppercase;
        /*border-bottom: 2px dashed #ccc;*/ border-top: 2px dashed #dce5dc;
}
#nav ul { 
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 30px; 
}
#nav ul li { 
	float: left; 
	margin-right: 3px; 
	padding-left: 3px; 
        font-weight: bold;
}
#nav ul li.current_page_item { 
        /*width: 130px;*/
        height: 30px;
       
}
#nav ul li a {
       /* width: 130px;*/
        margin-right:30px;
        height: 30px;
       /* background: url(images/nav_bg.jpg) no-repeat; */
	display: block; 
	text-decoration: none; 
	color: #919191; 
	line-height: 30px; 
	text-align: center;
}
#nav ul li a:hover { color: #292929; }
#nav ul li.current_page_item a { /*background: url(images/nav_bg.jpg) no-repeat;*/ color: #7e7ebf; }



/* Content
-------------------------------------------------------------------*/
#content { 
	width: 870px; 
	float: left; 
	padding: 0 15px 0 15px;
	background-color: #FFFFFF;
	margin-top: -10px;
	/*border-left: 1px dashed #333333; border-right: 1px dashed #333333;
	border-bottom: 4px solid #333333;*/
}
#content .post { margin-bottom: 30px; border:2px dashed #dce5dc; /*padding: 15px 20px 0 3px; background:#f0f5f0;*/ }
#content .post p { margin-bottom: 10px; padding-left: 10px;  }


#content iframe { /*size of videos on home page*/
	width:840px;
	height:472px;
}

/*#content .post h1 { padding-left: 20px; }*/
#content .post h3 a { text-decoration: none; font-size: 28px; line-height: 28px; margin-bottom:10px; }
#content .post-list li { list-style: none;  padding-left: 20px;}

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	margin-bottom: 15px;
    margin-top: -32px;
    padding: 0 5px 0 20px;
    text-align: right;
}
#content .post .post-info a { color: #777; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages {
	background-color: #999;
    clear: both;
    margin-left: -16px;
    margin-top: -15px;
    padding: 10px 10px 6px;
    width: 882px; }
#content #pages a { 
	font: bold 20px "Trebuchet MS"; 
	color:#CCCCCC;
	text-decoration: none;
	text-transform:uppercase;
	width:400px;
	
}
#content #pages a.newer + a { float:right; text-align:right; }
#content #pages a:hover { color: #fff; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 20px; }
.alignright { float: right; margin: 5px 0 10px 15px; }

/*iframe.facebook { background-color:#00FFCC;}*/

/* Video Archive Page
-------------------------------------------------------------------*/
#content > .vids { width:1200px; margin-left:-150px; }
#content .vids .post { border: none; margin-top: -15px; background:none; }
#content .vids h1 { margin-left: 172px; }
#content .vids .post p, #content .vids .post p .OoyalaVideoPlayer { 
	float: left;
	width:555px;
	margin:0 20px 0 0; padding:0;
	}
	#content .vids .post p .OoyalaVideoPlayer, #content .vids .post p #ooyalaPlayer327557966_v6qoipn798OoyalaPlayerOutterWrapper { 
	height:312px !important; width:555px !important;
	}

#content .vids .post ul li blockquote, #content .vids .post ul li img { 
	width:555px;
	min-height:350px;
	display:none;
}
#content .vids .post ul li iframe { 
	/*min-width:555px;
	min-height:320px;
	max-width:555px;
	max-height:320px;*/
	min-width:554px;
	min-height:312px;
	max-width:554px;
	max-height:312px;
	padding-bottom:20px;
}

#content .vids #pages {
    margin-left: 19px;
    width: 1111px; }
/* Video Archive Page - End
-------------------------------------------------------------------*/


/* Store
-------------------------------------------------------------------*/

.description {padding: 0px 0 0 0; margin-top:-4px;}
#content form { margin: 0px 0 20px 0;}
#content table img  {}
#content table.storetbl img.alignleft { margin-right:5px;}

/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 235px;
	float: right;
	font-size: 11px; 
	margin: 0px 10px 10px 0;
	color: #626262;
}

#sidebar h3 { 
    font: normal 18px Verdana, Arial, Sans-Serif; 
    color: #626262;
	margin-left: 0px; }

#sidebar a { color: #626262; text-decoration: none; }
#sidebar a:hover { color: #38463e; }

#sidebar .block {
	width: 205px;
        padding:15px 0;
	margin: 0 15px; 
	border-bottom: 1px solid #333333; 
	overflow: hidden;
	color: #626262;
}
#sidebar .block li { 
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px;
}
#sidebar .block a:hover { color: #777; }

/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }



/* Search
-------------------------------------------------------------------*/
#search { 
	
}

#searchform input { border: 0;}

#searchform #s { /*for search field*/
	width: 138px;
        height: 26px;
	padding: 3px 0 4px 5px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #ccc;
	background: url(images/search_bg.jpg) no-repeat;

}
#searchsubmit { 
	width: 50px; 
	height: 20px;
        margin-top: 3px;
       /* margin-left: -4px;*/
        text-align: center;
	background: /*url(images/searchbt_bg.jpg) no-repeat*/ #233347;
        font: bold 10px Verdana;
        color: #999;
        
}
#searchsubmit{
        cursor: pointer;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	color: #919191;
    font: bold 17px "Trebuchet MS",Helvetica,Arial,Geneva;
    margin-top: 25px;
    text-align: left; 
}
#comments .comment { 
	background: #4e916e; 
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 100%; 
	padding: 0px 0px 10px 20px;
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	width: 88%; 
	background: #ccc; 
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #4e916e; 
	/*border: 5px solid #282828; */
	padding: 14px; 
	color: #fff; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 100%; 
	border: 1px solid #aaa; 
	height: 120px;
        background-color: #919191;
}
#commentform input.text { 
	width: 170px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
        background-color: #919191;
}
#commentform input#submit {
        width: 148px;
        height: 30px;
        
        background: url(images/submit_bg.gif) no-repeat;
        text-align: center;
        border: none;
        cursor: pointer;
}




/* Footer
-------------------------------------------------------------------*/

#footer { 
	width: 940px; 
    height: 220px;
	margin: 0 auto; 
	/*background: url(images/footer_bg.jpg) bottom center no-repeat; height: 340px;*/
    position: relative; 
	clear:both;
}

#footer-top {
	height:265px;
	margin:0 20px;
	}
	
#footer-top .textwidget {
	border-bottom: 2px solid #ccc;
	height:290px;
	background:#fff;
	}

#footer-top a img {
	margin-right:25px;
	padding-top:15px;
	}

/*.rss {
        float: right;
	width: 208px; 
        height: 78px;
        margin-top:18px;
}*/

#footer-inner {
        clear: both;
        text-align: center; 
	width: 900px; 
	margin: 0 auto;
        padding-top: 12px; 
        color: #6b7fab;
}
#footer p { 
	font-size: 11px; 
	margin: 30px 0 0 0;
	color:#333333; 
}
#footer a { color: #879dca; }

#footer p.ftrrow {
        height: 103px;
        margin-left: 20px;
}

#footer p.row2 {
        margin-left: 60px;
}
.rw {
	margin-top: 10px;
}

.lcp_catlist {
margin-left:30px;
margin-top:-15px;
}

#content .post p.quote {
	margin: 0 -6px 0 10px;
    padding: 18px 25px;
	line-height:1.75em;
	background:#e1ebe1;
	border-radius: 10px;
	
	}
#socialslider {left: -5px !important;}


/*adjustments for instagram feed

#content iframe { size of videos on home page
	width:588px;
	height:330px;
}*/