/*   
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";



/* ---------------------------------------------------------------- 
 *  FONT GUIDELINES - used thoughout
 * ---------------------------------------------------------------- 
	
color: 6e685b
h1,h2: 6e685b
a:link: 7d992a
a:active, curent: 54681a
a:hover: 7d992a
	
*/ 


/**********************************************
	Global styles 
***********************************************/

html { font-size: 76% !important; }

body {
	background: url(images/bg_wood.gif);
	/* background: url(images/bg.gif); */
	/* color: #999 !important; */
}

#container {
	postiion: relative;
	margin-top: 0;
	background: url(images/bg_grad.gif);
}

#logo {
	float: none;
	width: 500px;
	margin: 0 auto -20px auto;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #6e685b !important;
	letter-spacing: .001em !important;
}

h3 {
 	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.divider {
	color: #6e685b !important;
	background: url(images/rule1.png) no-repeat;
	border: none;
}



/* Sidebar Products */
.sidebar-products ul.navigation li a {
	float: none !important;
	display: block !important;
	margin-left: 0;
	padding-left: 0;
	/* border: 1px solid #999; */
}


/**********************************************
	Search
***********************************************/

#topsearch {	
	position: relative;
	top: 48px;
	right: 0;
	z-index: 999;
}

.searchbox {
	color: #6e685b !important;
	border: none !important;
	border-left: #eee 1px solid !important;
}


/**********************************************
	Blog posts 
***********************************************/

.post.thumb h2 {
	font-size: 1.5em;
	margin-bottom: 2px;
	padding-top: 5px;
}

.post.thumb p {
  font-size: 0.85em;
  line-height: 1.5em;
  margin: 0 0 20px;
}

.post.thumb a {
  font-size: 1em !important;
  font-weight: bold;
  letter-spacing :0.01em !important;
}


/**********************************************
	Navigation
***********************************************/

div#header li a {	
	letter-spacing: .1em !important;
}


/**********************************************
	Three Column layout
***********************************************/


.col1-alt {
	float: left;
	width: 31%;
	padding-right: 30px;
}

.col2-alt {
	float: left;
	width: 31%;	
}

.col3-alt {
	float: right;
	width: 279px;	
}

.col1-combo {
	float: left;
	width: 65%;
}

.col2-combo {
	float: right;
	width: 55%;
}


/**********************************************
	Margins & padding 
***********************************************/

.mt0 { margin-top: 0; }
.mt5 { margin-top: 5px; }
.mt10 {	margin-top: 10px; }
.mt20 {	margin-top: 20px; }
.mt30 {	margin-top: 30px; }
.mt40 {	margin-top: 40px; }
.mt50 {	margin-top: 50px; }
.mt60 {	margin-top: 60px; }
.mt70 {	margin-top: 70px; }
.mt80 {	margin-top: 80px; }
.mt90 {	margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mt110 { margin-top: 110px; }
.mt115 { margin-top: 115px; }
.mt120 { margin-top: 120px; }


.mr0 {	margin-right: 0px; }
.mr10 {	margin-right: 10px; }
.mr20 {	margin-right: 20px; }
.mr30 {	margin-right: 30px; }
.mr40 {	margin-right: 40px; }
.mr50 {	margin-right: 50px; }
.mr60 {	margin-right: 60px; }

.mb0 { margin-bottom: 0px; }
.mb10 {	margin-bottom: 10px; }
.mb20 {	margin-bottom: 20px; }
.mb30 {	margin-bottom: 30px; }
.mb40 {	margin-bottom: 40px; }
.mb50 {	margin-bottom: 50px; }
.mb60 {	margin-bottom: 60px; }

.ml0 {	margin-left: 0px; }
.ml10 {	margin-left: 10px; }
.ml20 {	margin-left: 20px; }
.ml30 {	margin-left: 30px; }
.ml40 {	margin-left: 40px; }
.ml50 {	margin-left: 50px; }
.ml60 {	margin-left: 60px; }

.pt0 { padding-top: 0; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }

.pr0 { padding-right: 0px; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pr50 { padding-right: 50px; }
.pr60 { padding-right: 60px; }

.pb0 { padding-bottom: 0px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }

.pl0 { padding-left: 0px; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }
.pl50 { padding-left: 50px; }
.pl60 { padding-left: 60px; }


/**********************************************
	Contact
***********************************************/

#contact_area p {
	font-size: .85em;
	color: #7d992a;
}

#contact_area input {
	width: 80%;
	height: 20px;
	font-family: Georgia;
	color: #5d676a;
	font-size: 1em;
	padding: 6px 4px 1px 4px;
	background: #f3f3f3;
	border: none;
}

#contact_area textarea {
	width: 80%;
	font-family: Georgia;
	color: #5d676a;
	font-size: 1em;
	height: 150px;
	padding: 6px 4px 1px 4px;
	background: #f3f3f3;
	border: none;
}

#contact_area input.btn_submit {
	font-family: Georgia;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	width: 70px;
	height: 25px;
	color: #6e685b;
	background: #d6d6d6;
	cursor: pointer;
	padding: 2px 0 3px 0;
}

#contact_area input.btn_submit:hover {
	color: #7d992a;
	background: #f4f4f3;
}


/**********************************************
	Footer 
***********************************************/

#footer {
	width: 970px;
	height: 40px;
	background: url(images/bg_grad.gif);
	margin: 0 auto !important;
}

#footer-widgets {
	color:#707070;
}

.widgetheading h2 {
	font-size: 1.5em;
	color: #7d9929 !important;
}

#toplink {
	margin-right: 50px;
}
#toplink a {
	font-size: .95em;
}

/* Copyright */
.inside {
	font-size: .85em;
	padding-left: 30px;
}


