/*   
Theme Name: Topart
Theme URI: http://www.vfxdude.com/downloads/
Description: A child theme for Big Feature
Author: Roger Grimstad
Author URI: http://www.vfxdude.com
Template: bigfeature
Version: 1.0
*/

@import "../bigfeature/style.css";


/**********************************************
	Global styles 
***********************************************/
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background: #fff url(http://www.zosfundforlife.org/images/background09.gif) repeat-x fixed;
	color: #333;
}

h1,h2,h3,h4 {
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: normal;	
	line-height: 1em;	
	color: #000;
	margin-bottom: 5px;
}
hr {
	color: #CCC;
}
blockquote {	
	font-family: "Arial", Helvetica, sans-serif;	
	font-size:23px;
	line-height:1.2em;
	color:#444;
	margin:30px 0;
	letter-spacing:-1px;
}
.bnum {
	float:left;
	font-family:"Arial", Helvetica, sans-serif;	
	font-size:30px;	
	width:55px;
}
.bigtext {
	font-family:"Arial", Helvetica, sans-serif;	
	font-size:60px;
	color:#ccc;
	line-height:70px;	
}
.liltext {
	font-family:"Arial", Helvetica, sans-serif;	
	font-size:9px;
	color:#ccc;
	line-height: 15px;
}
/**********************************************
	Layout 
***********************************************/
#container {	
	margin: 0 auto;
	width: 800px;
	background-color: #fff;	
	padding: 20px 40px 40px;		
}

#header {
	margin-bottom: 20px;
}

.line {
	width: 800px;
	height: 5px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 0px;
	background: #ee9400 bottom repeat-x;
	z-index: 4;
}
/**********************************************
	Navigation
***********************************************/
ul#navigation {	
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
	padding: 10px 0;
	border-top: #eee 0px solid;
	border-bottom: #eee 1px solid;
	position: relative;
	z-index: 100;
}

ul#navigation li {	
	float: left;	
	margin: 0 20px 0 0;
}

ul#navigation li a {	
	color: #777;	
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
ul#navigation li a:hover {	
	color: #990000;	
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
ul#navigation li.current_page_item a {	
	color: #660000;
}

.pagenavigation .wp-pagenavi a, .pagenavigation .wp-pagenavi a:link, .pagenavigation .wp-pagenavi a:visited {	
	border: 1px solid #333;
	color: #fff;
	background-color: #666;	
}

/**********************************************
	Search 
***********************************************/
#topsearch {	
	float:right;
	margin-top: 24px;
}
.searchform {
	margin: 0;
	padding: 1px 0 0;	
}

.searchform .searchbox {	
	border:1px solid #EEE;
	padding:0 10px 0 0;
	float:left;	
	width: 221px;
}

.searchform a.searchicon {
	float:right;
	background: url(images/search.gif) no-repeat;
	height:16px;
	width:16px;
	margin: 5px 0 0 5px;
}


.searchform .searchfield {
	float:left;
	width: 190px;
	padding:4px;
	border:0;
	color: #999;
}
/**********************************************
	Footer 
***********************************************/
#footer {
	color: #666;
	margin-top: 10px;
	margin-bottom: 20px;
}
#footer {	
	background: #fff;
	font-size: 10px;
	margin: 0 auto;
	width: 880px;
}

.post .post-title a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	line-height: 1.1em;	
	font-size: 44px;	
	color: #333;
	letter-spacing:-1px;
}

#pageheader {	
	padding: 200px 0 0px 0;	
	background-color:#423434;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:90px;
	font-weight: bold;
	line-height:.6em;
	letter-spacing: -0.05em;
}
.widget_bf_feeds #feedfield {
	width: 169px;
	padding:3px;
	border:#ddd 1px solid;
	color: #999;
	margin: 0 5px 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
}

.widget_bf_feeds .feedbutton {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #ddd;
	background: #F2F2F2 url(images/grad.png) repeat-x left top;
	color: #464646;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;	
}
cite.fn {
	font: bold 18px Arial, Helvetica, sans-serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
}	