/*   
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 
***********************************************/

* {
	margin: 0;
}

html { 
	font-size: 76% !important;
	height: 100%;
}

body {
	color: #5E6E66 !important;
	background: #fff url(http://www.ericharrsocialmedia.com/wp-content/themes/topart/images/bg_grad.jpg) repeat-x;	
}

#container {
	margin-top: 0;
	padding: 0;
	border: none;
	background: transparent;		
}

a {
	text-decoration: none !important;
}

a:hover {
	color: #006699;
	text-decoration: none !important;
}


#logo {
	margin: 30px 0 10px 0;
}

h1,h2,h3,h4,h5,h6 {
	letter-spacing: .003em !important;
	line-height: 1em;
	text-transform: none;
	border: none;
	margin: 0 0 2px 0 !important;
	color: #CEA35F !important;
	/* border: 1px solid #ccc; */
}

h2,h3,h4,h5,h6 {
	font-size: 1.75em;
	line-height: 2em !important;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 30px !important;
	color: #5E6E66 !important;
}


ul.navigation  {
	border: none !important;
}


ul li, ol li {
	margin-bottom: 8px;
}


/**********************************************
	Custom columns
***********************************************/

/* The Opportunity, The Problem / The Solution */
 
.col-btn-home {
	width: 289px;
	font-size: .9em;
	line-height: 1.5em;
}

.col-btn-home img {
	padding-bottom: 10px;
}

/* Social newtork buttons */
.col-btn-social {
	float: right;
	width: 420px;
	paddint-top: 1px;
}

.col-btn-social img {
	padding-left: 5px;
}


/**********************************************
	Search
***********************************************/


.searchbox  {	
	width: 198px !important;
}

.searchfield  {
	width: 172px !important;
}

.searchform a.searchicon {
	margin: -17px 0 0 5px;
}


/**********************************************
	Contact
***********************************************/

.contact-wrap {
	width: 300px;
	margin-top: 0;
}

.form-heading {
	font-size: .85em;
}

.contact-wrap input {
	width: 95%;
	height: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	padding: 2px 5px 2px 5px;
	background: #e8e8e8;
	border-top: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

.contact-wrap textarea {
	width: 95%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	height: 150px;
	padding: 7px 5px 2px 5px;
	background: #e8e8e8;
	border-top: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

input.btn_submit {
	width: 70px;
	height: 25px;
	padding: 0 0 3px 0;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #4273a3;
	border: none;
	cursor: pointer;
}

input.btn_submit:hover {
	color: #fff;
	background: #0d5cab;
}


/**********************************************
	Footer 
***********************************************/

#footer {
	margin: 30px auto;
	width: 950px;
}


/* Copyright */
.inside {
	font-size: .85em;
}

.inside a:link, .inside a:visited {
	color: #ccc !important;
}

.inside a:hover {
	color: #999 !important;
}

#toplink {
	float: left;
	font-size: 11px;
	margin: -40px 0 0 920px;
}


.widgetheading h2 {
	font-size: 1.4em;
}


/**********************************************
	Margins & padding 
***********************************************/

.mt0 { margin-top: 0; }
.mt10 {	margin-top: 10px; }
.mt20 {	margin-top: 20px; }
.mt30 {	margin-top: 30px; }
.mt35 {	margin-top: 35px; }
.mt40 {	margin-top: 40px; }
.mt50 {	margin-top: 50px; }
.mt60 {	margin-top: 60px; }

.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; }
.pt35 { padding-top: 35px; }
.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; }
.pl70 { padding-left: 70px; }
.pl80 { padding-left: 80px; }
.pl90 { padding-left: 90px; }
.pl00 { padding-left: 100px; }

