/*   
Theme Name: Solani
Theme URI: 
Description: Custom built theme for Solani
Author: Pixel Jar
Author URI: http://pixeljar.net/
Template: thematic
Version: 1.0

*/


/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }






/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');




/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}





/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     dot colon
 * @vendorurl:  http://www.dotcolon.net
 * @licenseurl: http://www.fontsquirrel.com/license/Vegur
 *
 *
 */

@font-face {
	font-family: 'VegurExtraLight';
	src: url('fonts/Vegur-EL_0500.eot');
	src: local('Vegur ExtraLight'), local('Vegur-ExtraLight'), url('fonts/Vegur-EL_0500.ttf') format('truetype');
}

@font-face {
	font-family: 'VegurRegular';
	src: url('fonts/Vegur-R_0500.eot');
	src: local('Vegur Regular'), local('Vegur-Regular'), url('fonts/Vegur-R_0500.ttf') format('truetype');
}

@font-face {
	font-family: 'VegurBold';
	src: url('fonts/Vegur-B_0500.eot');
	src: local('Vegur Bold'), local('Vegur-Bold'), url('fonts/Vegur-B_0500.ttf') format('truetype');
}







.widget_pages {
	text-align: right;
	font-size: 11px;
}
	.widget_pages ul {
		padding-right: 25px;
	}
	.widget_pages ul,
	.widget_pages ul li {
		list-style-type: none;
	}
	ul li.page_item a {
		text-decoration: none;
	}
		ul li.page_item {
			background: transparent url('images/nav-dash.gif') 199px 9px no-repeat;
			padding-right: 20px !important;
		}
			ul li.page_item ul li.page_item {
				background: none;
				padding-right: 0px !important;
			}
		ul li.page_item ul li.page_item a {
		}
		ul li.page_item ul {
			display: none;
		}
		ul li.current_page_item ul,
		ul li.current_page_ancestor ul,
		ul li.current_page_parent ul {
			display: block;
		}
		
#form_qpt4i3 input[type="text"],
#form_qpt4i3 textarea {
	border: 1px solid #999;
	font-size: 11px;
	color: #999;
}
#form_qpt4i3 input[type="text"] {
	width: 420px;
	padding: 5px;
}
#form_qpt4i3 input[type="submit"] {
	background-color: #9bce71;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	margin-top: 10px;
	padding: 5px;
	width: 100px;
}
#form_qpt4i3 textarea {
	width: 420px;
	padding: 2px 5px;
}
#form_qpt4i3 .required-key {
	float: right;
	padding-top: 10px;
}

.home-box,
#page-content {
	float: left;
	width: 210px;
	height: 210px;
	margin: 0 18px 25px 0;
}
#solani-logo { }
#how-solani-works {
	background: transparent url('images/how-solani-works-bg.jpg') no-repeat left center;
}
#plant-and-potato {
	background: transparent url('images/plant-and-potato-bg.jpg') no-repeat left center;
}
#healthy-weight {
	background: transparent url('images/healthy-weight-bg.jpg') no-repeat left center;
	margin-right: 0px;
}
#order-now-box {
	background: transparent url('images/order-now-bg.jpg') no-repeat left center;
	margin-bottom: 0px;
}
#page-content {
	background: transparent url('images/home-content-bg.gif') no-repeat left center;
	margin-bottom: 0px;
}
#questions-and-answers {
	background: transparent url('images/questions-and-answers-bg.jpg') no-repeat left center;
	margin-bottom: 0px;
}
#contact-us {
	background: transparent url('images/contact-us-bg.jpg') no-repeat left center;
	margin-right: 0px;
	margin-bottom: 0px;
}

h2.question:hover {
	cursor: pointer;
}
body.slug-questions-and-answers .entry-content p {
	display: none;
}
#intro-flash {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 1024px;
	height: 768px;
}
#no-flash {
	display: none;
}




/* =DEFAULT THEMATIC STYLES
-------------------------------------------------------------- */


/* =Global Elements
-------------------------------------------------------------- */
body {
	background: #fff url('images/body-bg.gif') repeat-y top center;
}
body, input, textarea {
    font: 15px Helvetica, Arial, sans-serif;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color: #57b7df;
}
a:visited {
    color: #57b7df;
}
a:active,
a:hover {
    color: #57b7df;
}


/* =wrapper
-------------------------------------------------------------- */
#wrap {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	background: transparent url('images/radials.gif') no-repeat scroll top right;
}
	#section-image {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 234px;
		height: 326px;
	}
	#order-now {
		position: absolute;
		top: 185px;
		right: 80px;
	}
	#order-now p {
		margin: 0px;
		font-size: 12px;
		line-height: 14px;
		text-align: right;
		padding-right: 25px;
		color: #999999;
	}
#wrapper {
	width: 1024px;
	margin: 0 auto;
}


/* =Header
-------------------------------------------------------------- */
#header {
    z-index:2;
}
#branding {
    padding:88px 0 44px 0;
}
#blog-title {
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}

/* =Content
-------------------------------------------------------------- */

#main {
	width: 1024px;
    clear:both;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
	.entry-title a {
	    color:#000;
	    text-decoration:none;
	}
	.entry-title a:active,
	.entry-title a:hover {
	    color: #FF4B33;
	}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
	.entry-meta .author {
	}
	.entry-meta .n {
	    font-size:11px;
	    font-style:normal;
	    letter-spacing:0.05em;
	    text-transform:uppercase;
	}
	.entry-meta a {
	    color:#666;
	    text-decoration:none;
	}
	.entry-meta a:active,
	.entry-meta a:hover {
	    color: #FF4B33;
	}
	.entry-meta abbr {
	    border:none;
	    cursor:text;
	    font-size:11px;
	    font-style:normal;
	    letter-spacing:0.05em;
	    text-transform:uppercase;
	}
.entry-content {
    padding:0;
	font-size: 12px;
	line-height: 17px;
}
	.entry-content h1 {
		font-family: "VegurExtraLight";
		font-size: 36px;
		line-height: 38px;
		font-weight: normal;
		color: #a8cf52;
		margin-bottom: 38px;
	}
	.entry-content h2 {
	    font-size:12px;
	    font-weight:bold;
		margin-bottom: 22px;
	}
	.entry-content h3 {
	    font-size:14px;
	    color: #57b7df;
	    margin-bottom: 22px;
	    font-weight: bold;
	}
	.entry-content h4 {
	    font-size:11px;
	    font-weight:bold;
	    text-transform:uppercase;
	    letter-spacing:0.05em;
	}
	.entry-content table {
	    margin-left:1px;
	}
	.entry-content embed {
	    margin:0 0 22px 0;
	}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
	.entry-utility a {
	    color:#666;
	    font-style:italic;
	    text-decoration:none;
	}
	.entry-utility a:active,
	.entry-utility a:hover {
	    color: #FF4B33;
	}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .widgetcontainer {
	margin-bottom: 35px;
}
.aside .current_page_item a {
    color: #9bce71;
}
.aside .current_page_item .page_item a {
    color:#999;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #57b7df;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #57b7df;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
}
#siteinfo {
    color:#666;
    font-size:10px;
    line-height:14px;
}
#siteinfo .alignright a {
	margin-left: 50px
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}


















/* =Structure
-------------------------------------------------------------- */

body {
    min-width:1024px;
	min-height: 850px;
}
body.home #main,
body.slug-home #main {
	padding-top: 45px;
	min-height: inherit;
}
#main {
    width:1024px;
	min-height: 758px;
    margin:0 auto;
    overflow:visible;
    position:relative;
	padding-top: 30px;
}
body.home #container,
body.slug-home #container {
	padding-top: 10px;
    width:895px;
	margin: 0 auto;
	float: none;
}
#container {
	padding-top: 10px;
    width:790px;
    float:right;
}
#content {
	padding: 45px 0 45px 45px;
	border: 1px solid #c0c2c4;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    width:645px;
	min-height: 675px;
	background-color: #fff;
}
.hentry {
    width:420px;
}
.main-aside {
    width:234px;
    float:left;
    position:relative;
}
#primary {
    float:left;
}
#secondary {
    clear:left;
}
body.home #footer,
body.slug-home #footer {
	margin-right: 140px;
	width: 710px;
}
#footer {
	width: 690px;
	margin-right: 100px;
	float: right;
	padding: 20px 0;
    clear:both;
}
#subsidiary {
    width:1024px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:690px;
    margin:0 auto;
}

