/* 
Theme Name: Varial Technologies
Theme URL: 
Description: A custom theme for Varial Technologies
Author: Justin Frydman
Author URI: http://defunctlife.com
Version: 1.0
*/

body {

margin: 0;
padding: 0;
color: #5f5f5f;
font: 13px/15px Arial, Helvetica, sans-serif;
background: #86c267 url(images/bg-body.jpg) no-repeat; 

}  

.clear { 
clear: both; 
}

a {
color: #f78441;
text-decoration: none;
outline: none;
}

a:hover {
text-decoration: underline;
}

a:active {
outline: none;
}

img, a img {

border: none;

} 

ul, li {

margin: 0;
padding: 0;

}

p {

line-height: 20px;
margin: 0;
padding: 0 0 15px 0;

}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

/* Headers */

h2 { 

color: #5f5f5f;
font-size: 22px;
margin: 0;
padding: 20px 0;

}

/* Layout */
#main {

float: left;
margin-right: 1px;
width: 607px; /* Adjust width to the #content width for more space */

}

/* Top Nav */
#top-nav {
font-size: 12px;
float: right;
padding-right: 40px;

}

#top-nav li {

float: left;
list-style: none;
padding: 6px 12px;
border-right: 1px solid #7fb761;

}

#top-nav li.first {

border-left: 1px solid #7fb761;

}

#top-nav a {

color: #fff;
font-weight: bold;
text-transform: uppercase;

}

#top-nav a:hover {

color: #4a5942;
text-decoration: none;

}

/* Content */
#content {

clear: both;
width: 607px; /* Adjust width to give the content area more space */
padding: 0;
min-height: 1180px;
border: 1px solid #b6bcad;
border-left: none;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
-khtml-border-top-right-radius: 8px;
border-top-right-radius: 8px;
background: #f2f8ee;

}

/* Introduction */
#introduction {

width: 607px; /* Adjust width to give the content area more space */
padding: 0;
border-bottom: 1px solid #b6bcad;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
-khtml-border-top-right-radius: 8px;
border-top-right-radius: 8px;
background: #fff;

}

#introduction h1 {

float: left;
margin: 15px 28px 15px 24px;
padding: 0;
width: 160px;
height: 59px;

}

#introduction h1 a {
display: block;
width: 160px;
height: 59px;
text-indent: -9999px;
overflow: hidden;
background: url(images/h1-logo.png) no-repeat;
}

#introduction #intro-content {

float: left;
width: 367px;

}

#introduction #intro-content h3 {

color: #4d4d4d;
font-size: 16px;
line-height: 20px;
margin-bottom: 0;
padding-bottom: 0;
text-align: justify;

}

#introduction #intro-content h4 {

color: #9a9a9a;
font-size: 13px;
margin: 0;
padding: 8px 0 20px 0;
text-align: justify;

}

/* Products */
.product {
min-height: 220px;
background: #e2ecd3 url(images/bg-product.jpg) top right no-repeat;

}

.product.first {
border-top: 1px solid #c5c3c3;
}

.product h3 {

font-weight: normal;
font-size: 28px;
margin: 0;
padding: 30px 0 8px 0;

}

.product img {

float: left;
margin: 15px;
border: 1px solid #a5a5a5;
box-shadow: 6px 6px 6px #d6e0c8;
-moz-box-shadow: 6px 6px 6px #d6e0c8;
-webkit-box-shadow: 6px 6px 6px #d6e0c8;

}

a.product-link {
display: block;
margin-bottom: 20px;
}

/* About */

#about-us {
background: #fff;
padding-bottom: 21px;
border-bottom: 1px solid #b6bcad;
}

#about-us p {
padding-left: 24px;
padding-right: 24px;
}

/* Contact */
#contact {
margin-bottom: 15px;
padding-bottom: 21px;
border-bottom: 1px solid #b6bcad;
}

#contact p {
line-height: 15px;
}

#contact h3 {

font-size: 20px;
font-weight: normal;
color: #161616;
margin: 0;
padding: 0 0 10px 0;
}

#contact-content {
float: left;
width: 300px;
padding-left: 24px;
}

#contact-content-extended {
float: right;
width: 300px;
padding-right: 24px;
}

#top-link {
text-align: right;
padding-right: 24px;
}

/* Sidebar */
#sidebar {
float: left;
width: 215px;
margin-top: 50px;
padding:25px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background: #a9d593;

}

#sidebar h2 {

margin: 0;
padding: 10px 0;
color: #fff;
font-size: 14px;

}

#sidebar ul {

list-style: none;

}

#sidebar ul#wp-widgets a {
display: block;
padding: 5px;
color: #fff;
background: #91bf7a;
}

#sidebar ul#wp-widgets a:hover {
text-decoration: none;
background: #7da468;
}

#sidebar ul#wp-widgets ul li {
border-bottom: 1px solid #eaeaea;
}

#nav {

padding-bottom: 10px;
border-bottom: 1px solid #d7ebcc;

}

#nav li {

margin-bottom: 5px;

}

#nav li a {

display: block;
color: #fff;
font-weight: bold;
font-size: 14px;
padding: 8px;
border-radius: 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-opera-border-radius:5px;
-khtml-border-radius:5px;
background: #91bf7a;

}

#nav li a:hover {

background: #7da468;
text-decoration: none;
}

/* Social */
#social {
padding-top: 15px;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #d7ebcc;
}

#social li {
margin-bottom: 12px;
}

#social li.last {
margin-bottom: 0;
}

#social li a {
display: block;
text-indent: -9999px;
overflow: hidden;
}

#twitter a {
width: 87px;
height: 19px;
background: url(images/a-twitter.png) top left no-repeat;
}

#twitter a:hover {
background-position: 0 -19px;
}

#facebook a {
width: 83px;
height: 27px;
background: url(images/a-facebook.png) top left no-repeat;
}

#facebook a:hover {
background-position: 0 -27px;
}

#rss a {
width: 59px;
height: 23px;
background: url(images/a-rss.png) top left no-repeat;
}

#rss a:hover {
background-position: 0 -23px;
}


/* Wordpress extra styles 
*******************************************/

/* wordpress generated content */
.home .wp-caption, .paged .wp-caption, .home #wp-content img, .paged #wp-content img, .home .wp-caption-text, .paged .wp-caption-text   { /* hide images on homepage */
display: none;
}

#wp-content {
padding-left: 24px;
padding-right: 24px;
}

#wp-content ul {
list-style-type: square;
padding-left: 25px;
}

#wp-content ul li {
padding: 6px 0;
}

/* wordpress search */

fieldset {
border: none;
padding: 0;
margin: 0;
}

#wp-search {
color: #fff;
font-weight: bold;
font-size: 14px;
padding: 8px;
margin-bottom: 15px;
border-radius: 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-opera-border-radius:5px;
-khtml-border-radius:5px;
background: #91bf7a;
}

#s {
border: none;
}

.wp-search-results {
color: #979797;
}

/* wordpress posts */
.wp-post-meta {
color: #fff;
font-size: 12px;
padding: 8px;
margin-bottom: 15px;
border-radius: 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-opera-border-radius:5px;
-khtml-border-radius:5px;
background: #91bf7a;
}

.wp-post-meta a {
color: #fff;
text-decoration: underline;
}

.wp-post-meta a:hover {
text-decoration: none;
}

.wp-a-comment a {
padding-right: 26px;
background: url(images/a-comment.png) right no-repeat;
}

/* wordpress comments */
#wp-content .commentlist {
list-style-type: none;
padding: 0;
margin: 0;
}

#wp-content .commentlist .comment {
padding: 20px 15px 10px 15px;
margin-bottom: 15px;
min-height: 90px;
background: #fff;
border: 1px solid #dfdfdf;
}

#wp-content .commentlist .odd {

}

.comment p {
padding-bottom: 8px;
}

.avatar {
float: right;
margin: 0 8px;
padding: 5px;
background: #f1f1f1;
border: 1px solid #cacaca;
}

.bypostauthor .avatar {
border: 1px solid #aaaaaa;
}

#wp-content .bypostauthor .comment-author a {
color: #5f5f5f;
}

#wp-content .commentlist .bypostauthor {
border: 1px solid #8e8e8e;
}

.comment cite {
font-weight: bold;
font-size: 20px;
font-style: normal;
text-transform: capitalize;
}

.comment cite a {

}

.comment .comment-date {
color: #b5b5b5;
font-size: 12px;
font-style: italic;
}

.comment .comment-author {
padding-bottom: 5px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
