/*
1.GLOBAL
2.LAYOUT
3.NAVIGATION
4.SPECIAL
*/

/* -- 1.GLOBAL -- */
		
* {margin: 0; padding: 0;}

html {
	overflow-y: scroll;
}
			
body {
	background: #000;
	padding: 25px 0;
}
						
/* -- 2.LAYOUT -- */

#container {
	position: relative;
	margin: 0 auto 40px auto;
	width: 960px;
}
			
#header {
	background: url(../images/layout/container-top.png) 0 0 no-repeat;
	height: 20px;
	position: relative;
}
			
#masthead {
	position: absolute;
	top: 20px;
	left: 27px;
	width: 140px;
	z-index: 510;
}
#masthead #logo {
	text-align: center;
	padding-bottom: 10px;
}
#masthead #logo a {
	margin: 0;
	padding: 0;
}
.description {
	clear: both;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#content {
	background: url(../images/layout/container.png) 0 0 repeat-y;
	padding: 0 20px 0 15px;
	overflow: hidden;
	min-height: 840px !important;
}
#main {
	float: left;
	width: 511px;
	overflow: hidden;
	margin-left: 198px;
}

.intro {
	float: left;
	padding-top: 57px;
	overflow: hidden;
	margin-left: 198px;
	border-bottom: 1px solid #333;
	width: 727px;
	margin-bottom: 20px;
}

.intro.home {
	padding-top: 55px !important;
	height: 43px;
}

#sidebar {
	position: absolute;
	left: 15px;
	top: 118px;
	margin-bottom: 10px;
	padding: 0 2px 20px 5px;
	text-align: right;
	width: 145px;
	z-index: 500;
}
		
#sidebar-right {
	float: left;
	width: 175px;
	overflow: hidden;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #333;
	
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	
}
			
#footer {
	clear: both;
	position: relative;
	background: url(../images/layout/container-bottom.png) 0 0 no-repeat;
	height: 30px;
	font-size: 11px;
	padding: 0px 4px 0 24px;
	font-style: italic;
}
#footer #rss-icon {
	position: absolute;
	bottom: 5px;
	left: 195px;
}
		
/* -- 3.NAVIGATION -- */

/* - Main Navigation - */
ul#main-nav { 
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;	
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 4px 0 2px 0;
	height: 14px;
	text-align: left;
	font-size: 11px;
	line-height: 1.2;
	overflow: hidden;
}
ul#main-nav li {
	display: inline;
	margin: 0;
	border-right: 1px solid #333;
	padding: 0 4px 0 2px;
	overflow: hidden;
}

ul#main-nav li.last {
	padding-right: 0;
	border-right: none;
}



ul#main-nav li a {
	text-decoration: none;
}

ul#main-nav li a.selected {
	background: #fff440;
	color: #000;
}

ul#main-nav li.cat-item-3 a {
	background-image: url(/wp-content/themes/butler/images/layout/nav-blog.png);
	display: block;
	width: 110px;
	height: 42px;
	text-indent: 999em;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
ul#main-nav li.cat-item-3 a:hover, ul#main-nav li.current-cat a {
	background-position: 0 -42px;
}
			
/* - Menus - */	
ul.menu { 
	list-style: none;
	font-size: 12px;
	margin-bottom: 1.1em;
}
ul.menu li {
	margin: 0;
	padding: 0;
}
ul.menu li a {
	display: block;
	margin: 0;
	padding: 2px 0;
	text-decoration: none;
}
ul.menu li.current-cat a, ul.menu li a:hover, ul.menu li a:hover {
	background: #fff440;
}
			

/* -- 4.SPECIAL -- */
		
span.replace, #skip-nav { /* Image Replacement */
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;			
}
						
/* Clear fix */
.clear:after, #content:after, .navigation:after{
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	visibility: hidden;
}
.clear, #content, .navigation{
	display: block;
}
/*  \*/
.clear, #content, .navigation{
	min-height:1%;
}
* html .clear, * html #content, * html .navigation{
	height:1%;
}
/*  */	

.stButton {
	margin: 0 !important;
}

.chicklets.twitter {
	background: url(../images/soc-media-sprite.jpg) no-repeat center center !important;
	width: 16px !important;
	height: 16px !important;
	display: block !important;
	padding: 0 !important;
	margin: 0 12px 0 0 !important;
	overflow: hidden !important;	
}

.chicklets.facebook {
	background: url(../images/soc-media-sprite.jpg) no-repeat left center !important;
	width: 16px !important;
	height: 16px !important;
	display: block !important;
	padding: 0 !important;
	margin: 0 12px 0 0 !important;
	overflow: hidden !important;		
}

.chicklets.email {
	background: url(../images/soc-media-sprite.jpg) no-repeat right center !important;
	width: 16px !important;
	height: 16px !important;
	display: block !important;
	padding: 0 !important;
	margin: 0 12px 0 0 !important;	
	overflow: hidden !important;
}
