/*
Theme Name: Bizzart
Description: <strong>Bizzart Studio</strong> - Revision 1
Version: 1.0
Author: Vinylio
Author URI: http://vinylio.com
Tags: paperwork, style, brown, yellow, orange, two column, widgets

*/
/* ========== GENERAL TAGS ============== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

html {
	background: #FFF url(images/bg-pattern.jpg) repeat;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	padding-bottom: 30px; /* wood in the bottom */
}
ol, li {
	list-style: none;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong { font-weight: bold; }
hr {
	display: none;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.right { float: right; }
.left { float: left; }

.floatfix {
	overflow:hidden;
	width:100%;
}
img.center  {
	display: block;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
}
h1, h2, h3 {
	letter-spacing:-0.04em;
	line-height: 1.05em;
	padding-bottom: 10px;
}
a:link , a:hover, a:visited { text-decoration: none; }

/* ========== [ #wrapper ] ======= */
#wrapper {
	width: 976px;
	min-height: 852px;
	margin: 0 auto;
	background: url(images/seamless-pattern.jpg) repeat; /* attach the shadow image repeat-y */
	/* shadow experiment */
}
.background {
	width: 100%;
	background: url(images/shadow.png) repeat-y center;
}
#header {
	width: 100%;
	height: 187px;
	background: url(images/header.png) no-repeat top center;
}
#home-totm { padding-top: 15px; }
#header h1 a {
	display:block;
	height:106px;
	left:14px;
	position:relative;
	text-indent:-9999px;
	top:15px;
	width:240px;
}
#header  ul {
	margin: 12px 16px 0 28px;
}
#header  ul li { margin-right: 30px; float: left; text-align: left; }
#header  ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
}
#header  ul li a:hover { color: #C6090D; }
/* ========== [ DropDown ] ========== */
#header ul li  ul { display: none; position: absolute;
	width: 180px; background: url(images/navbottom.png) repeat-x center bottom;
	left: -999em; margin: -5px 0 0 -15px; padding: 10px 0 22px;
	/*-webkit-box-shadow: 2px 3px 10px #000000;
    -moz-box-shadow: 2px 3px 10px #000000;
    box-shadow: 2px 3px 10px #000000; */ z-index: 9999; 
}
#header ul li:hover ul { display: block; left: auto; }
#header ul li ul li a { padding: 5px; background: #1a1917; height: 17px; border-bottom: 1px solid #242016; width: 150px; padding: 9px 10px 8px 20px;
				font-family: Tahoma, Arial; font-size: 14px; font-weight: bold; }
#header ul li ul li a:hover { color: #c6090d; }
#content {
	min-height: 645px; position:relative;
	top:-13px;
}
#custom-content { min-height: 620px; padding: 0 80px 20px 20px; }
#contact-content { min-height: 620px; padding: 0 0 20px 20px; }
#custom-content p { line-height: 20px; margin-bottom: 15px; }
#custom-content p img.alignleft { float: left; padding: 10px; }
#custom-content p img.alignright { float: right; padding: 10px; }
#innernav { float: left; width: 170px; margin: 18px 0 0 28px;
			background: url(images/innavbg.png) scroll no-repeat 122px top; min-height: 730px; }
#innernav ul li a {
	font-size: 13px;
	color: #000;
	display: block;
	font-weight: bold;
	line-height: 24px;
	margin-left: 10px;
	text-decoration: none;
}
#innernav ul li a:hover { color: red; }
#innernav ul li.current a { color: red; }
#innernav ul li.current_page_item a { color: red; }
#innernav ul#social-links { margin: 40px 0 0; }
#innernav ul#social-links li a {
	float: left;
	margin-right: 8px;
}
#article { width: 710px;	float: left; margin-top: 10px; position: relative; }
#article  h1 { font-size: 20px; color: red; letter-spacing: 0; margin: 0 0 20px; }
#article  h2 { font-size: 16px; letter-spacing: 0; padding-bottom: 32px; }
#article  p { line-height: 20px; text-align: justify; /*margin: 0 0 25px;*/ }
#article em { font-style: oblique;}
#article  p.excerpt { font-weight: bold; margin: 0 0 15px; }
#article ul, #article ol { margin: 0 0 6px; }
#article ul li { list-style-type: disc; list-style-position: inside; }
#article ol li { list-style-type: decimal; list-style-position: inside; }
.alignleft { float: left; margin: 4px 16px 5px 0; }
.alignright { float: right; margin: 4px 0 5px 16px; }
.a h2 { font-size: 16px; letter-spacing: 0; padding-bottom: 32px; }
h2.gallery {
	color: #C6090D;
	letter-spacing: 0;
	margin-left: 10px;
}
/* social plugin - AddThis */
.addthis {
	margin: 10px 0;
}
/* date placeholder */
.post_date {
	width: 134px;
	height: 111px;
	background: url(images/date_holder.png) no-repeat;
	position: absolute;
	left: -154px;
	font: normal 130% Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	padding: 33px 0 0 8px;
}
.post_date span {
	display: block;
	font-size: 170%;
	clear: both;
	position: relative;
	bottom: 7px;
	font-style: italic;
	letter-spacing: -1px;
}
.post {
	display: block;
}
.read_more a {
	color: #FFF;
	background: #999;
	padding: 1px 10px;
	font-size: 14px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
/* social networking links */
.socialwrap li a {
	float: left;
	display: block;
	font: bold 11px Tahoma;
	color: #000;
	margin-right: 18px;
}
#home-featured a img {
	margin: 0 14px;
	float: left;
}
#home-featured object  /* IE7 Fix */ {
	margin: -9px 14px 0px 14px;
	float: left;
}
#home-totm h3 a {
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-top: 4px;
}
#home-totm  p {
	text-align: left;
	padding: 0 15px 0 0;
	line-height: 26px;
}
#home-totm a img { margin:0; padding:0; }
#home-featured {
	height: 288px;
	width: 100%;
}
#home-boxes {
	width: 100%;
	margin-left: 14px;
}
#home-boxes .standart-box {
	float: left;
	width: 315px;
	/*height: 300px;*/
	margin-right: 45px;
}
#home-boxes .standart-box h3, #home-boxes .small-box h3 { padding-bottom: 0; }
#home-boxes .standart-box h3 a, #home-boxes .small-box h3 a {
	font-size: 12px;
	color: #C6090D;
	font-weight: bold;
	letter-spacing: 0px;
}
#home-boxes .standart-box p {
	text-align: left;
	line-height: 22px;
	margin-bottom: 5px;
}
.standart-box embed { margin-top: 10px; }
#home-boxes .small-box {
	float: right;
	width: 204px;
	margin: 0 26px 0;
}
#home-boxes .small-box p {
	text-align: left;
	line-height: 22px;
	margin-bottom: 5px;
	padding-right: 16px;
}

#footer {
	height: 46px;
	background: url(images/footer-bg.png) no-repeat left bottom;
}
#footer p {
	padding-left: 30px;
}
#footer a { color: #000; padding: 1px 3px; font-weight: bold; }
.shadow {
	width: 974px;
	height: 24px;
	margin: 0 auto;
	background: url(images/shadow_bg.png) no-repeat;
}
/* ========== [ blog ] ============= */
div.post h2 a {
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 1em;
	color: #000;
}
p.postmetadata { clear: both; background: #EEEEEE url(images/attach.png) no-repeat 6px 14px; padding: 10px 10px 10px 28px; border: 1px solid #999; /*margin: 8px 0;*/ width: auto; float: left; }
p.postmetadata a { color: #ff6655;  }
/* ========== [contact page ] ============= */
.contact {
	float: left;
	width: 100%;
}
.contact .indent {
	margin-left: 70px;
}
.contact h2 {
	color: #cc0000;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: normal;
}
.contact p {
		line-height: 23px;
		font-size: 12px;
	}
	.contact #contact { margin-top: 8px; width: 345px; float: left; }
	.contact #contact p { line-height: 30px; margin-bottom: 0; }
	.contact #contact p label {
		float: left;
		width: 70px;
		cursor: pointer;
		text-align: left;
	}
	.contact #contact p input, .contact #contact p select, .contact #contact p textarea {
		border: 1px solid #000;
		margin: 0 0 12px;
		background: url(images/contact_form_bg.png) repeat-x left top;
		font-size: 11px;
		padding: 5px;
		width: 262px;
	}
	.contact #contact p input:focus,
	.contact #contact p select:focus,
	.contact #contact p textarea:focus {
		border: 1px solid #000033;
	}
	.contact #contact p select { width: 273px; }
	.contact #contact p textarea { height: 170px; overflow: auto; border: 1px solid #000; margin-bottom: 0; background: url(images/contact_form_bg.png) repeat-x left top; }
	.contact .requied { margin-left: 68px; font-size: 11px; cursor: pointer; }
	input.submit-button {
		width: 55px !important;
		height: 31px;
		background: #cc0000 !important;
		border: none !important;
		float: right;
		color: #FFF;
		margin-right: 5px;
		clear: both;
	}
	/* Contact errors */
	input.error, textarea.error {
		border: 1px solid red !important;
	}
	label.error {
		width: 100% !important;
		clear: both !important;
		color: red;
	}
	.sidebar {
		float: left;
		width: 300px;
		margin-left: 20px;
		margin-top: 8px;
	}
	.sidebar a { color: #000; text-decoration: underline; }
	.sidebar h3 {
		font-size: 14px;
		color: #cc0000;
		letter-spacing: 0px;
	}
	.sidebar p {	font-weight: bold; margin-bottom: 10px; }
	.wide  { margin-top: 30px; }
	.wide .info {
		float: right;
		margin-right: 40px;
	}
	.wide #social-links li a { height: 26px; width: 100%; clear: both; display: block; padding: 5px 0 0 60px; font-weight: bold; color: #000; font-size: 14px; margin-bottom: 12px; }
	.wide #social-links li a:hover { text-decoration: underline; }
	.wide #social-links li a.facebook { background: url(images/facebook.png) no-repeat center left; }
	.wide #social-links li a.twitter { background: url(images/twitter.png) no-repeat center left; }
	.wide #social-links li a.mySpace { background: url(images/mySpace.png) no-repeat center left; }
	.wide #social-links li a.ebay { background: url(images/ebay.png) no-repeat center left; padding-left: 60px; }
	.wide #social-links li { float: none; margin-right: 5px; display: block; }
	#social-links li { float: left; margin-right: 5px; display: block; }
	#social-links li a { float: left; margin-right: 5px; display: block; }
	.additional p { width: 700px; float: right; margin: 45px 50px 0 0; font-size: 11px; }