/*
Theme Name: STAG
Theme URI: 
Description: A blank template used for page-centered themes.
Version: 1.6
Author: Eric McGregor
Author URI: 
Tags: 

http://flowplayer.org/tools/index.html
http://baselinecss.com/

*/
@import url("js/css/slider.css");

body {
	padding:0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 75%; 
	line-height: 1.5;
	background:#000;
}

a {
	text-decoration:none;
	color:#e74532;
}
p {}
ul {}
li {}
h1 {}
h2 {}
h3 {}
h4 {}



/************************************
container
*/
.container {
	margin:0 auto;
	position:relative;
	background:#fff;
	padding:0 20px;
}


/************************************
header
*/
#header {
}
#header .container {
	height:116px;
	z-index:900;
}
#headerimg {
	position:absolute;
	top:10px;
	left:20px;
	height:146px;
}
#headerimg h1 {
	margin:0;
}
#headerimg h1 a {
	display:block;
	background:url(images/logo.png) top left no-repeat;
	color:#666;
	height:146px;
	width:200px;
}
#headerimg h1 a span {
	display:none;
}
#headerimg div.description {
	display:none;
}


#header #global_search {
	position:absolute;
	bottom:0;
	right:20px;
}
#header #global_search .widget {
	border:0;
	padding:0;
	margin:0;
	background:transparent;
}

#header #global_search label {
	display:none;
}
#header #global_search input#searchsubmit {
	display:none;
}
#header #global_search input#s {
	width:258px;
	height:24px;
	border:0;
	padding:0 5px;
	border:1px solid #d2d2d2;
	margin:0 0 3px;
	color:#999;
	font-size:15px;
	font-family:helvetica;
	font-weight:bold;
}

#social_links {
	position:absolute;
	top:10px;
	right:20px;
}


/************************************
globalnav
*/
#globalnav {
	position:absolute;
	bottom:0;
	right:300px;
}
.globalnav_container {
	z-index:900;
	height:30px;
	position:relative;
}
.globalnav_container ul {
	padding:0;
	margin:0;
	list-style:none;

}
.globalnav_container ul li {
	float:left;
	position:relative;
	z-index:900;
	 margin-right:5px;
	
}
.globalnav_container ul li a {
	display:block;
	text-align:center;
	line-height:30px;
	font-size:16px;
	color:#666;
	padding:0 10px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	
}
.globalnav_container ul li a:hover, .globalnav_container li:hover a {
	background:#e74532;
	color:#fff;
}
 .globalnav_container li:hover ul li a {
	border:0;
	line-height:auto;
}
.globalnav_container ul li.current_page_item a {
}
.globalnav_container ul li.current_page_item ul li a {

}

.globalnav_container ul li.page_item {}
.globalnav_container ul li.current_page_item a, .globalnav_container ul li.current_page_ancestor a {
	background:#e74532;
	color:#fff;
}
/**************
SUBPAGES
***************/
.globalnav_container ul ul {

}
.globalnav_container ul ul li {
}
.globalnav_container ul ul  li a {

}


/**************
ANCESTOR
***************/
.globalnav_container ul li.current_page_ancestor {}
.globalnav_container ul li.current_page_parent {}


/************************************
subnav
*/
.subnav {}
.subnav .wrapper {}
.subnav h2 {}
.subnav h3 {}
.subnav ul a {}
.subnav ul  {}
.subnav ul li {}
.subnav ul li a {}
.subnav ul li a:hover {}
.subnav ul li.current_page_item a {}


/**************
ANCESTOR
***************/

.subnav ul li.current_page_ancestor a {}
.subnav ul li.current_page_ancestor ul li a {}
.subnav ul li.current_page_ancestor ul li.current_page_item a {}


/**************
SUBPAGES
***************/
.subnav ul li ul {}
.subnav ul li ul li {}
.subnav ul li ul li a {}
.subnav ul li ul li a:hover, .subnav ul li ul li a.current_page_item {}



/************************************
MAIN container
*/
#main {

}
#main .container {
	background:url('images/bg_kraft2.jpg') top left repeat-y #fff;	
}

/************************************
content wrapper
*/
.content_wrapper {
}



/************************************
content
*/
.content_wrapper .content {
	padding:20px 0;

}


#banner {
	background:url('images/wood.jpg') top left repeat-x;
	height:81px;
	width:990px;
	position:relative;
	left:-20px;
}



/************************************
post
*/
.post {
	border-bottom:1px solid #d2d2d2;
	margin:0 20px 20px 0;
	padding-bottom:20px;
}
.post h1 {}
html .post h2 {
	margin:0 0 7px;
	font-size:28px;
	line-height:auto;
}
.post h3 {
	margin:0;
	font-size:22px;
}
.post small {
	display:block;
	font-size:12px;
	margin-top:-10px;
	margin-bottom:10px;
}
.post p {}
.alignleft {
	float:left;
	margin:0 10px 5px 0;
}
.alignright {
	float:right;
	margin:0 0px 5px 10px;
}
.aligncenter {
	display:block;
	margin:10px auto;
}

.post_thumbnail_container {
	display:block;
	margin-bottom:10px;
	overflow:hidden;
}
.post_thumbnail_container img {
	display:block;
	margin:0 auto;
	border:1px solid #d2d2d2;
	padding:1px;

}


.fakeimage {
	height:100px;
	border:1px solid #d2d2d2;
	margin-bottom:10px;
}
.fakeimage.big {
	height:200px;
}

.page_image .fakeimage {
	height:400px;
}


.post {
	position:relative;
	padding-bottom:70px;
}
.tweetmeme_button {
	position:absolute;
	bottom:10px;
	left:0;
	clear:both;
}


.gallery_container {
	background:#fff;
	padding-bottom:2px;
	margin-bottom:5px;
}
.gallery {}
.gallery dl.gallery-item {
}

.gallery_thumbnail_container dl {
}
.gallery dt.gallery-icon {}
.gallery dt.gallery-icon a {}
.gallery dt.gallery-icon a img {
	display:block;
	margin:0 auto;
}

.post_thumbnail_container {
	background:#fff;
	border:10px solid #fff;
	margin:0 0 10px;
}

div.scrollable { 
    /* required settings */ 
    position:relative; 
    width: 650px; 
    height:40px; 
	margin-bottom:20px;
} 
div.scrollable .wrapper { 
	position:relative;
	overflow:hidden;
	width: 586px; 
    height:40px;
	margin-left:32px;
}
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
	top:0;
	left:0;
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items dl { 
    float:left; 
	width:40px;
	height:40px;
	margin-right:5px;
	margin-left:4px;
} 
div.scrollable div.items dl dt a {
	display:block;
}
div.scrollable div.items dl dt a:hover img {
}

 div.scrollable div.items dl img {
	display:block;
	margin:0 auto;
	width:40px;
	height:40px;
} 

/* you may want to setup some decorations to active the item */ 
div.items dl.active img { 
    border:1px inset #fff; 
	margin-top:-1px;
	margin-left:-1px;
}

a.nextPage {
	display:block;
	width:32px;
	height:40px;
	position:absolute;
	top:0px;
	right:0px;
	background:url('images/rightarrow_normal.png') bottom left no-repeat;
	cursor:pointer;
}
a.nextPage:hover {
	background:url('images/rightarrow_rollover.png') bottom left no-repeat;
}

a.prevPage {
	display:block;
	width:32px;
	height:40px;
	position:absolute;
	top:0px;
	left:0px;
	background:url('images/leftarrow_normal.png') bottom left no-repeat ;
	cursor:pointer;
}
a.prevPage:hover {
	background:url('images/leftarrow_rollover.png') bottom left no-repeat ;
	
}

.actionButtons {
	position:absolute;
	top:-30px;
	height:30px;
	width:100%;
	text-align:right;
}
.actionButtons .wrapper {
	position:relative;
	height:30px;
}
.actionButtons .button_wrapper {
	position:relative;
	z-index:200;
}
.actionButtons .bg {
	position:absolute;
	top:0;
	left:0;
	height:30px;
	width:100%;
	background:#000;
	z-index:100;
}
/************************************
page
*/
.page {}
.page.attached {}
.page h1 {}
.page h2 {}
.page h3 {}
.page small {}
.page p {}


/************************************
comments
*/
#respond {
	margin:0 20px 20px;
	
}
h3#comments {

}
ol.commentlist {
	list-style:none;
	padding:0;
	margin:0;
}
ol.commentlist li.comment {
	border-bottom:2px solid #ebebf2;
}
ol.commentlist li.comment.even {
	background:transparent;
}

ol.commentlist .comment-body {
	position:relative;
	padding:18px 0;
}
ol.commentlist .comment-body p {}

ol.commentlist .comment-author {
}
ol.commentlist .comment-author img.avatar {
	position:absolute;
	top:18px;
	left:-45px;
}
ol.commentlist cite.fn {}
ol.commentlist span.says {}

ol.commentlist .comment-meta {}
ol.commentlist .comment-meta a{}
ol.commentlist .comment-meta a.comment-edit-link {}

#respond {
	margin-top:18px;
}
#respond h3 {}
.cancel-comment-reply {}

form#commentform {}
form#commentform p {}
form#commentform textarea#comment {
	width:486px;
}
form#commentform input {}
form#commentform input#submit {}







/************************************
sidebar
*/
#sidebar {
}
#sidebar .wrapper {
	padding:10px 0;
}
#sidebar h3 {}

#sidebar .widget {}

#sidebar ul {}
#sidebar ul li {}
#sidebar ul li a {}
#sidebar ul li a:hover {}
#sidebar ul li.current_page_item a {}



/*
***********************************
************************************
WIDGETS
************************************
************************************
*/

.widget {
	background:#353533;
	color:#fff;
	padding:10px;
}
.widget h3.widgettitle {
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	text-transform:uppercase;
	color:#fff;
}

#sidebar .widget a {
	color:#6f9eff;
}


.widget_twitter h3.widgettitle {
	background:url(images/twitter.png) right center no-repeat;
	
}
#sidebar .widget_twitter h3.widgettitle a {
	color:#fff;
}
.widget_twitter h3.widgettitle span {
	display:block;
	font-size:12px;
	text-transform:none;
}
#sidebar .widget_twitter h3.widgettitle span a {
	color:#6f9eff;
}
ul.tweets {
	padding:0;
	list-style:none;
}
ul.tweets li{
	margin-bottom:15px;
	font-size:12px;
}



#twitter-tools h3.widgettitle {
	background:url(images/twitter.png) right center no-repeat;
	
}
#sidebar #twitter-tools h3.widgettitle a {
	color:#fff;
}
#twitter-tools h3.widgettitle span {
	display:block;
	font-size:12px;
	text-transform:none;
}
#sidebar #twitter-tools h3.widgettitle span a {
	color:#6f9eff;
}
.aktt_tweets ul {
	padding:0;
	list-style:none;
}
.aktt_tweets ul {
	margin-bottom:15px;
	font-size:12px;
}

/************************************
footer
*/
#footer {
}
#footer .container {
	background:#e74532;
}
#footer p {
	text-align:inherit;
	color:#fff;
	line-height:36px;
}
#footer p a {
	padding:0 10px;
	color:#888477;
}




/*
***********************************
************************************
PAGE TEMPLATES
************************************
************************************
*/
#stag_signup h3.widgettitle {
	background:url(images/email.png) top right no-repeat;
	line-height:30px;
}
input.email {
size:33px;
height:28px;
width:230px;
font-size:16px;
color:#666;
float:left;
padding-left:5px;
padding-top:5px;
}

input.submit {
height:33px;
width:102px;
background: url(images/signup/signup_sprite.png) no-repeat 0px 0px;
overflow:hidden;
border:0;
}
input:hover.submit {
background: transparent url(images/signup/signup_sprite.png) no-repeat 0px -33px;
}
p.clear {
	margin:15px 0 0 0;
}






