/*
Theme Name: Verotapes
Theme URI: http://www.verotapes.com
Description: Verotapes WP Template
Version: 1.1
Author: Chris McQueen
Author URI: http://www.chris-mcqueen.com
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";


/**********************************************
	Global styles 
***********************************************/
body {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.52em;
	background-color: #edeeef;
	color: #333;
}

a { 
	text-decoration: none;
	color: #0F3A4D;
}

a:hover {	
	text-decoration: underline;
}

h1,h2,h3,h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;	
	line-height: 1em;	
	color: #000;
	margin-bottom: 5px;
}

h1 { 
	font-size: 44px;	
	letter-spacing: -1px;
}

h2 { 
	font-size: 24px;
	padding-top:10px;
}

h3 {
	font-size: 17px;	
	border-bottom: 1px #ccc dashed;
}


h4 {
	font-size: 17px;		
}

h5 {
	border-bottom: 1px #ddd dashed;	
}

h1, h3, h5, h6, fieldset {
	margin-bottom: 10px;
}

p {
	margin: 0 0 20px;	
}

ul {
	margin: 0 0 20px 18px;
	list-style:square;
}

ol {
	margin: 0 0 20px 24px;
	list-style-type: decimal;
}

dl	{
    margin:0 0 10px;
}
strong {
	font-weight: bold;
}

address {
	font-style: italic;
	margin: 0 0 21px 0;
}

pre {
	font:11px Monaco, monospace;
	border-left: 5px solid #ccc;
	background: #f9f9f9;
	line-height:18px;
	margin-bottom:18px;
	padding: 10px 15px;
	overflow:auto;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;	
	position: relative;	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

ins {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

input, textarea {
	font-size: 1em;	
	padding: 3px;
}

:focus { outline: none; }
form label { cursor: pointer; }
font { color: #333; }
center { text-align: left; }
.alignleft{	float:left }
.alignright { float:right; }


ul.checklist {
	margin-left: 5px;
}

ul.checklist li {
	list-style-type: none;	
	padding-left:20px;
	margin-bottom: 10px;	
	background: transparent url(images/checkmark.gif) no-repeat 0 3px;
}

ul.pointerlist {
	margin-left: 3px;
}

ul.pointerlist li {
	list-style-type: none;
	background: transparent url(images/pointer2.gif) no-repeat 0 6px;
	padding-left: 15px;
}

a:hover.linkdots {
	background: none;
}

/* *************************************************************** */
/* LAYOUT */
/* *************************************************************** */


.col1 {
	clear: left;
	float: left;
	width: 50%;
	margin-bottom: 20px;	
}

.col2 {
	float: right;
	width: 45%;	
	margin-bottom: 20px;	
}

.box {
	padding: 20px;
	border: #eeeeee 1px solid;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    border-radius: 5px;
	margin-bottom: 20px;
}

#container {
	margin: 0 auto;
	width: 840px;
	padding: 20px 0px;
	position: relative;
	background:#FFFFFF none repeat scroll 0 0;
	border-left:20px solid #FFFFFF;
	border-right:20px solid #FFFFFF;
	
	-webkit-box-shadow: 0 0 5px #CCCCCC;
	-moz-box-shadow: 0 0 5px #CCCCCC;
	box-shadow: 0 0 5px #CCCCCC;
/*
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
    border-radius-topleft: 10px;
    border-radius-topright: 10px;
*/
}

#content { 
	float:left;
	width:480px;
	margin-right: 50px;
}

#sidebar { 
	float:left;
	width:270px;	
}

.productimage {

	overflow: hidden;
	margin-bottom: 7px;
	line-height: 0;
}

/* *************************************************************** */
/* HEADER */
/* *************************************************************** */

#header {
	margin-bottom: 30px;
	margin-top: 20px;
}

#logo {
	float: left;
	line-height: 0;
	margin-top: 25px;
}


#header h1 {}

#header h1 a {}

.adr {
	float: right;
	width: 200px;
}

#header ul.adr li {
	display: block;
	text-align: right;
	width: 200px;
}

#header ul.adr li a {
	display: block;
	padding: 3px 50px 3px 0;
}

#header .tel a,
#header .email a,
#header .card a {
	text-align: right;
	font-size: 11px;
	width: 200px;
	float: right;
	display: block;
	padding-right: 25px;
}

#header .tel a {
	background: url('images/phone.gif') no-repeat right center;
}

#header .email a {
	background: url('images/email.gif') no-repeat right center;
}

#header .card a {
	background: url('images/vcard.gif') no-repeat right center;
}

#header .email a:hover,  
#header .card a:hover {
	color: #333;
}

#content .contact .email a:hover {
	color: #333;
}

/* *************************************************************** */
/* NAVIGATION */
/* *************************************************************** */


ul#navigation {
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15px 0;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
	position: relative;
	z-index: 100;
}

ul#navigation li {
	float: left;
	margin: 0 30px 0 0;
}

ul#navigation li a {
	color: #444;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

ul#navigation li.current-menu-item a {
	color: #660000;
	border-bottom: 3px solid #660000;
}

ul#navigation li a:hover {
	text-decoration: none;
	border-bottom: 3px solid #444;
}

/* *************************************************************** */
/* IMAGES */
/* *************************************************************** */

.post {
	margin: 0 0 40px 0;	
}

.post.thumb {
	float:left;
	width: 220px;		
	margin: 10px 40px 10px 0;
}

.post.thumb.last-thumb { margin-right:0; }

.post.thumb h2 {
	padding-top: 0px;
	margin-bottom: 2px;
}


img {
	overflow: hidden;
	margin-right: 10px;
	line-height: 0;
}

.partnerimage {
	float: left;
	overflow: hidden;
	margin-bottom: 7px;
	margin-right: 20px;
	line-height: 0;
}

.teknoimage {
	float: left;
	overflow: hidden;
	margin: 10px 20px 5px 0px;
	line-height: 0;
}


/* *************************************************************** */
/* SIDEBAR */
/* *************************************************************** */


#sidebar ul {
	margin: 0;
	padding: 0;	
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;		
}

#sidebar ul li.widget {
	margin-bottom: 40px;
}

#sidebar ul p {
	margin: 5px 0 8px;
}

li.widget {
	list-style-type: none;
}

/* *************************************************************** */
/* FOOTER */
/* *************************************************************** */

#footer {
	color: #FFFFFF;
	width: 800px;
	padding: 10px 20px 0px;
	border-top:1px solid #CCCCCC;
/*
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
    border-radius-bottomleft: 10px;
    border-radius-bottomright: 10px;	
	-webkit-box-shadow: 0 0 10px #666666;
	-moz-box-shadow: 0 0 10px #666666;
	box-shadow: 0 0 10px #666666;
*/
	background-color: #646464;	
}

#fatFooter {
	width: 800px;
	padding: 30px 20px 30px;
	background-color: #848688;	
	display: block;
/*
	border-bottom: #ddd solid 1px;
	-webkit-box-shadow: 0 0 10px #666666;
	-moz-box-shadow: 0 0 10px #666666;
*/
}

#fatFooter h3, #fatFooter p {
	color: #ddd;
	border-bottom: none;
}

.footercol1 {
	width: 250px;
	float: left;
	margin-right: 25px;
	display: inline;
	list-style-position: outside;
}

.footercol1 ul li {
	color: #ddd;
	list-style: none;
	list-style-position: outside;
	margin-left: -1.4em;
	}

.footercol1 ul li, .footercol1 ul li a {
	color: #ddd;
	list-style: none;
	list-style-position: outside;
}

.footercol2 {
	width: 250px;
	float: left;
	margin-right: 25px;
	display: inline;
	list-style-position: outside;
}

.footercol2 ul li {
	color: #ddd;
	list-style: none;
	list-style-position: outside;
	margin-left: -1.4em;
	}

.footercol2 ul li, .footercol2 ul li a {
	color: #ddd;
	list-style: none;
	list-style-position: outside;
}

.footercol3 {
	width: 250px;
	float: left;
}

#footer a { 	
	color: #999;	
}

.reply a:hover {	
	background-color:#333;
}

#author, #email, #url {
	width:200px;
	margin-right: 10px;
}
		
.button {
	padding: 5px 12px;
	background: #444;
	color: #FFF !important;
	border: none;
}

.button:hover {
	background: #333;
	color: #fff;
	text-decoration:none
}

html[xmlns] .clearfix {
    display: block;
}

.clear {
	clear:both; 
}

/* *************************************************************** */
/* CONTACT FORM */
/* *************************************************************** */

body div.formcontainer{
clear: both;
overflow: hidden;
width: 100%;
}

body div.formcontainer span.required {
color: #FF0000;
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
border-top: 1px solid #E8E8DE;
color: #442;
line-height: 250%;
padding-left: 36px;
width: 95%;
}

body div.formcontainer p.error {
background: #fbfbee;
border-bottom: 2px solid #F0D28B;
}

body div.formcontainer p.important {
background: #fbfbee;
border-bottom: 2px solid #FED7CE;
}

body div.formcontainer p.information {
background: #fbfbee;
border-bottom: 2px solid #C5DDF2;
}

body div.formcontainer p.success {
background: #fbfbee;
border-bottom: 2px solid #C7E9B3;
}

body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
background: #F6F6F6;
color: #333333;
margin: 0.5em 0 1.5em 0;
}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
padding: 0.3em;
width: 97%;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
background-color: #FBF4E2;
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 1em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;
}

body div.formcontainer fieldset { border:1px solid #ddd; padding: 10px; }
body div.formcontainer legend { padding: 5px; }

/* *************************************************************** */
/* Slider */
/* *************************************************************** */

#slider {

    width: 838px;
    margin: 20px auto 80px auto;
    position: relative;
}

.scroll {
    height: 230px;
    width: 838px;
    border: 1px solid #EEEEEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;

    width: 798px;
}

ul.surface-protection-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.surface-protection-nav li {
    float: left;
    width: 160px;
    margin: 0 1px 0 6px;
}

ul.surface-protection-nav li a {
	display: block;
    padding: 5px;
    color: #333;

    text-decoration: none;  
    border-bottom: #eeeeee 1px solid;
    border-left: #eeeeee 1px solid;
    border-right: #eeeeee 1px solid;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

ul.surface-protection-nav li a:hover {
    background-color: #eee;
    color: #333;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

ul.surface-protection-nav a.selected {
    background-color: #eee;
    color: #333;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    }

ul.surface-protection-nav li a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 118px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -25px;
}

.scrollButtons.right {
    right: -35px;
}

#content-wide {
	width: 100%;
	font-size: 18px;
	color: #666;
	margin: 10px 0px 30px 0px;
}

#content-wide p {
	text-align:center;
	font-weight: normal;}

.clear {clear: both;}
.alignleft {text-align: left;}
.alignright {text-align: right;}
.smallprint {text-align: center;}