/*
Theme Name: Insta-Chain
Description: A custom designed theme for Insta-Chain.
Version: 1.0
Author: Rory Swensen, Clay Whipkey
*/



/* Begin Typography & Colors */
body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: Arial,Helvetica,sans-serif;
	background: url('images/gradient_blue_gray.gif') #3e4350 top left repeat-x;
	color: #333;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	color: #555;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #0505E4;
}

a:hover {
        text-decoration: underline;
        color: #E86700;
}

.centerHeading {
	text-transform: uppercase;
	color: #333;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 3px;
}
.hidden {
	display:none;
}
.whitedivider {
	background: url('images/white_divider.gif') top center no-repeat;
	height: 12px;
	width: 95px;
	margin-left: auto;
	margin-right: auto;
}

/* Common Layout Elements */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#topnav {
	background: url('images/menu_bg.gif') top left repeat-y;
	height: 30px;
	width: 978px;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: left;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
}
#header {
	background: url('http://swensen.net/instachain/images/instachain_header.jpg') top center no-repeat;
	height: 120px;
	width: 980px;
	text-align: center;
}
#headersearch {
	height: 80px;
	width: 180px;
	padding: 10px;
	position: relative;
	top: 55px;
	left: 742px;
	z-index: 3;
}
#headerdivider {
	background-color: #E8E6CD;
	border-top: #996633 1px solid;
	height: 1px;
	width: 100%;
	margin-bottom: 20px;
}
#footer {
	background: url('images/footer_bg.gif') top left repeat-y;
	width: 958px;
	padding: 10px;
	clear:both;
	text-align: center;
	font-weight: normal;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
}

div.divider {
	background-color: #E8E6CD;
	border-top: #996633 1px solid;
	height: 1px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*top Navbar */
#jsddm {	
	margin: 0px;
	margin-left: -40px;
	font-size:14px;
	font-weight:normal;
	width: 865px;
	/*position: relative;
	left: -40px;*/
}

#jsddm li {	
	float: left;
	list-style: none;
	font-weight:normal;
	color: #FFFFFF;
	height: 30px;
	/*margin: 0px;*/
}

#jsddm li a {	
	background: url('images/menu_item_empty.png') top right no-repeat;
	display: block;
	text-decoration: none;
	/*width: 70px;*/
	color: #000033;
	white-space: nowrap;
	padding: 8px 12px 8px 12px;
}

#jsddm a:hover, #jsddm a:active, 
#jsddm li.current_page_item a,
#jsddm li.current_page_item a:active,
#jsddm li.current_page_item a:visited, 
#jsddm li.on a,
#jsddm li.on a:visited {
	background: url('images/menu_item_hover.png') top right no-repeat;
	text-decoration:none;
	color: #000033;
}

#jsddm li ul {	
	margin: 0;
	padding: 0;
	font-size:0.9em;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #555;
	background: #444;
	z-index: 300;
}

#jsddm li ul li {	
	float: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	border-style: none;
}

#jsddm li ul li a {	
	width: auto;
	padding: 4px;
	background: #EEE;
}

#jsddm li ul li a:hover {	
	color: #000033;
}

/* Sidebar Layout */
#sidebar {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	/*border-bottom: 1px solid #DDD;*/
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar ul li h2, #sidebar h2 {
	color: #000033;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
}

.vertbartitle {
	float: left;
	margin-left: -26px;
}

/* post entry styles */
.post > h2 > a,
.post > h2 > a:hover,
.post > h2 > a:active,
.post > h2 > a:visited {
	color: #000033;
}

/* Home Page Layout Elements */
#homeleft {
	width: 650px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}

#homeright {
	background: #000000;
	width: 320px;
	float: right;
	margin-bottom: 10px;
}
#homeright #sidebar, #homeright #sidebar ul li {
	margin-bottom: 0;
}

#feature {
	width: 650px;
	height: 350px;
	margin-bottom: 10px;
}
#feature > div > h2 {
	font-size: 1.8em;
}

#homecontent {
	background: #FFFFFF;
	width: 650px;
	margin-bottom: 10px;
}
#homerightdivider {
	
	background-color: #AAAAAA;
	width: 1px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

#homecolumn1 {
	width: 308px;
	float: left;
	margin: 5px;
}
#homecolumn2 {
	width: 308px;
	float: left;
	margin: 5px;
}

#homecolumn1 > div > h2,
#homecolumn1 > div > h3,
#homecolumn2 div h2,
#homecolumn2 div h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#homecolumn1 div {
	width: 308px;
	margin-bottom: 2px;
	float:right;
}

#homecolumn1 > #homecategoryheader {
	float:left;
	margin-right: 5px;
	width: 18px;
}

div.formLinespace {
	margin-bottom: 10px;
	clear: both;
}
.newsdate {
	margin-bottom: -10px;
}

/* ~~~~~~~~~~ feature slider ~~~~~~~~~~~ */
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:350px;	
	width: 650px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left; padding:0px; margin: 0px; border: none;}

.image_reel a {padding:0px; margin: 0px;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg_orange.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #c45800;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
/* ~~~~~~~~~~ end feature slider ~~~~~~~~~~~ */


/* standard page layout elements */
#pagecontainer {
	background: #ffffff;
	margin: 10px 0px 10px 0px;
	width: 980px;
}

#pagebody {
	width: 630px;
	padding: 0px 10px 10px 10px;
	margin-right: 20px;
	float: left;
	font-size: 1.2em;
	margin-bottom: 10px;
	border-right: 1px #AAAAAA solid;
}
#pagetitle {
	width: 50px;
	clear: both;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #777;
}

#page2body {
	padding: 0px 10px 10px 10px;
	float: left;
	margin-bottom: 10px;
}

/* Article Page Layout Elements */
#articlemeta {
	width: 170px;
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #777;
}
#articlemeta > h3 {
	font-size: 1.3em;
	color: #555;
}
ul.related_post {
	margin: -10px 0 0 15px;
	padding: 0;
	}
#authorname, #authorinfo {
	float: left;
}
#authorinfo {
	padding-left: 5px;
}
#articlebody {
	width: 595px;
	padding-top: 0px;
	padding-right: 5px;
	margin-right: 20px;
	float: left;
	font-size: 1.2em;
	margin-bottom: 10px;
}
#comments {
	position: relative;
	width: 450px;
	padding: 10px;
	margin-left: 225px;
	font-size: 1.1em;
	margin-bottom: 10px;
	clear: both;
}
.alt {
	background-color: #F5F5F5;
}
.tiny {
	font-size: 10px;
	font-weight: normal;
}
.metadivider {
	width: 90%;
	height: 1px;
	border: 0;
	color: #666;
	background-color: #666;
}
.entry h2 {
	color: #444;
	margin-top: 0px;
	font-size: 1.8em;
}

/* Category Page Layout Elements */
#categoryleft {
	width: 149px;
	padding: 0px 10px 0px 15px;
	clear: both;
	float: left;
	color: #777;
	border-right: 1px dotted #666;
}
#categoryleft > h3 {
	font-size: 1.3em;
	color: #555;
}
#categoryleft > ul {
	margin: 0px 0 0 15px;
	padding: 0;
	}

#categorybody {
	width: 565px;
	padding: 0 10px 0 15px;
	padding-top: 0px;
	float: left;
	font-size: 1.2em;
}
#categorybody h2 {
	color: #333;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
}

/* Search page layout */


#feature,
#articlebody,
#searchbody,
#categorybody,
#sidebar1, #sidebar2,
#subbar,
#comments ol li {
	font-family: Arial, Helvetica, "Sans Serif";
}

.ssSearchBarButton {
	color: #000033;
	font-family: "Helvetica Neue","Myriad Pro",Helvetica,arial,sans-serif;
	font-size:12px;
	height: 22px;	
	background: url('images/orange_buttons.png') top right no-repeat;
	border-style: none;
}

.ssCartButton {
	background: #888;
	color: #FFF;
	font-family: "Helvetica Neue","Myriad Pro",Helvetica,arial,sans-serif;
	text-transform: uppercase;
	font-size:12px;
	height: 22px;
	border-style: none;
}


/* footnote styles */
sup.footnote {
	font-weight: bold;
}
sup, sub { vertical-align: 0;
           position: relative; }
sup { bottom: 1ex; }
sub { top: 0.8ex; }

div.footnotes ol li {
	font-size: 12px;
	margin-bottom: 5px;
}

div.footnotes {
	background: #FFF url('../../plugins/dynamic_text_image/text.image.php?text=FOOTNOTES%20&fs=16&a=90') no-repeat;
}

img.floatleft {
float: left;
margin: 4px;
}

img.alignleft {
float: left;
margin: 4px 10px 4px 0px;
}

img.floatright {
float: right;
margin: 4px;
}

img.alignright {
float: right;
margin: 4px 0px 4px 10px;
}
