/*  
Theme Name: Oscar
Theme URI: http://www.oscar-living-juicer.com
Description: A WordPress theme designed for Vitality 4 Life.
Version: 1.1
Author: Rohan
*/


/*-------------------------------------------------
  Begin Typography & Colors
-------------------------------------------------*/
*{
	margin:0px;
	padding:0px;
}

body {
	background-color: white;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
}
a:link, a:visited {
	color: #CC6600; text-decoration: none;
}
a:hover {
color:#CC6600;
text-decoration:underline;
}
a img{
  border:0;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}

#page{
	width: 900px;
	margin: 0px auto;
	background: white;
	border: solid 1px #cccccc;
}
.clearboth {
	clear: both;
}

/*-------------------------------------------------
  Page Header and Top Navigation
-------------------------------------------------*/
.toplinks { width:890px; margin:0 auto; text-align:right; font-size: 12px; }
.toplinks .links { text-align:right; list-style: none; }
.toplinks .links li { display: inline; padding:8px 5px; }
.toplinks ul { margin:0; }
#topLeft {
	float: left;
	width: 250px;
	height: 350px;
	background-color: #DD6101;
}
#topLeft h3 {
	font-family: "Helvetica Narrow", Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 15px;
	line-height: 1.3;
	text-align: center;
}
.description{
	margin: 0;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

#topNav a:link, #topNav a:visited {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration:none;
}
#topNav a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#topNav ul{
	margin: 0;
	padding: 20px 0 3px 80px;
}
#topNav ul li {
	list-style-image:url('images/circle.gif');
	padding: 5px 5px 10px 0;
}
#topNav ul li.curPage {
	list-style-image:url('images/circleHover.gif');
	padding: 5px 5px 10px 0;
}
#topNav ul li:hover {
	list-style-image:url('images/circleHover.gif');
}

#topRight {
	float: right;
	width: 650px;
	height: 350px;
	/*background: white url('images/header.jpg') no-repeat bottom center;*/
}

#header {
	width: 900px;
	margin: 1px 0 1px 0;
	}

#headerimg 	{ 
	margin: 0; 
	height: 100px; 
	width: 860px;
	background: white url('images/header.jpg') no-repeat bottom center;
	}


/*-------------------------------------------------
  Side Bars
-------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 250px;
}
.side-box {
	margin-bottom:5px;
	background-color:#F5F5F5;
}
.sidebox-title {
	background-color:#999999;
	background:  url("images/sidebar-title.gif") no-repeat;
	height: 36px;
}
.sidebox-title h3 {
	padding: 6px 3px 0px 30px;
	margin: 0;
	font: 15px Arial, Tahoma, Verdana;
	color: #FFF;
}

#sidebar a:link, #sidebar a:visited {
	font-size: 12px;
	color: #333;
	text-decoration:none;
}
#sidebar a:hover {
	color: #CC6600;
	text-decoration:none;
}
#sidebar ul{
	list-style: none;
	margin: 0 ;
	padding: 0px 0 3px 20px;
}
#sidebar ul li {
	padding: 5px 5px 5px 15px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
}
#sidebar ul li:hover {
	background-color: #D8E1C2;
}
#sidebar ul li ul li {
	border-bottom: none;
	line-height: 15px;
	padding-left: 10px ;
}
.sidebox-bottom {
	background-color: #FFFFFF;
	width: 250px;
	padding-top: 15px;
}


/*-------------------------------------------------
  Content
-------------------------------------------------*/
#content{
	float: right;
	width: 650px;	
}
.post{
	margin: 10px 5px 15px 10px;
}
.redText{
	color: #CC0000;
}
.redText a:link, .redText a:visited {
	color: #CC0000;
	text-decoration: none;
}
.redText a:hover {
	color: #990000;
	text-decoration: none;
}
.entry {
	padding: 0 7px 0 7px; 
	color: #afafaf;
}
.entry-title {
	padding: 5px 0 5px 0px;
	margin-bottom: 15px;
	color: #afafaf;
}
.entry-title h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0;
	border-bottom: #CCCCCC 1px solid;
	color: #333333;
}
.entry-title-page h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	color: #333333;
}
.post-cat-date{
	float:left;
}
.post-comm{
	float:right;
}
.entry-bot {
	height:10px;
}
.post-calendar {
	letter-spacing: 0.2em;
	margin: 0 ;
	padding: 5px 0 3px 10px;
	font: 100%/100% Arial, Tahoma, Verdana;
	color: #A0A0A0;
	background-color: #FFFFFF;
}
.post-content {
	clear: both;
	margin-top:6px;
	padding: 1px 3px;
	font: normal 12px Arial, Tahoma, Verdana;
	color: #666666;
}
.post-content p {
	margin: 7px 0 7px 0;
}
.post-content li { margin-bottom: 9px; }
.postmetadata{
	margin: 10px 0 0 0;
}
blockquote{
	margin: 5px 10px 5px 10px;
	padding: 3px 5px 3px 5px;
	color: #444;
	text-align:justify;
}
.pagetitle {
	margin: 0px 215px 0px 215px;
	clear: both;
	color:#505050;
	font: bold 1.2em/180% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
}
/*table#compare {
	text-align: center;
}*/
table#compare td {
    padding: 5px;
    border-bottom: solid #CCCCCC 1px;
}
/*	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 */

/*-------------------------------------------------
  Search Form
-------------------------------------------------*/
#searchform-top {
	position: absolute;
	top: 130px;
	right: 14px;
	background:  url("images/search-bg.gif") no-repeat right bottom;
	height: 30px;
	width: 165px;
}
#searchform-top #s-top{
	position:absolute;
	background: #fff;
	height: 14px;
	width: 115px;
	top:6px;
	_top:5px;
	margin: 0px 0px 0px 1px;
	padding: 2px 5px 2px 3px;
	color: #999999;
	border: none;
	font: 1em normal Arial, Helvetica, sans-serif;
	left:30px;
}
#searchform-top #searchsubmit-top { 
	position:absolute;
	background:  url("images/search-button.gif") no-repeat left top;
	height: 30px;
	width: 25px;
	border: none;
	text-indent: -50px;
	line-height: 0px;
	margin-top: 0px;
}

/*-------------------------------------------------
  boxText
-------------------------------------------------*/

.boxText, p.boxText {
	background-color: #A1BDEC;
	margin: 0 20px 0 10px;
	padding: 10px;
}

/*-------------------------------------------------
  Widgets
-------------------------------------------------*/

.textwidget {
padding: 2px 7px;
margin:0;
}


/*-------------------------------------------------
  Comments
-------------------------------------------------*/
h3#comments, h3#respond {
	padding: 10px 0 0 10px;
	font: bold 1.1em/110% Arial, Helvetica, sans-serif;
	clear: both;
}
#commentform {
	margin: 10px 10px 0 10px;
}
#commentform p.notice {
	border: #a0a0a0 1px solid;
	padding: 5px 5px 5px 5px;
	background-color:#cfcfcf;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #5f5f5f;
	font-size: 90%;
}
#commentform input {
	font: 100% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 2px 2px 2px 5px;
	border: 1px solid #000;
}
#commentform textarea {
	font: 100% Arial, Helvetica, sans-serif;
	width: 365px;
	height: 140px;
	border: 1px solid #666;
	padding: 2px 2px 2px 5px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #666;
	border: none;
	width: 125px;
	height: 25px;
	padding-top: 1px;
	margin-left: 240px;
}
#commentform #submit:hover {
	color:#333;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #0000ff;
}


/*-------------------------------------------------
  Comment List
-------------------------------------------------*/
.commentlist {
	margin: 5px 0 10px 5px;
	padding-left: 5px;
	line-height: 130%;
	width: 95%;	
	list-style: none;
}
.commentlist li {
	padding: 3px 10px 3px 10px;
	margin-bottom:5px;
	background-color:#d5d5d5;
}
.commentlist .alt {
	background-color: #E4E4E4;
}
.commentlist cite, .commentlist cite a:link, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 105%;
	color: #0000B6;
	text-decoration:none;
}
.commentlist cite a:hover {
	color: #0000E6;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: .9em;
}


/*-------------------------------------------------
  Next and Prev page navigation
-------------------------------------------------*/
.page-nav, .page-navigation {
	clear: both;
	height: 25px;
	margin: 0 215px 5px 215px;
}
.page-nav a:link, .page-nav a:visited {
	color: #666666;
	text-decoration: none;
}
.page-nav a:hover {
	color: #d5d5d5;
	text-decoration: none;
}
.page-navigation a:link, .page-navigation a:visited {
	color: #000000;
	text-decoration: none;
}
.page-navigation a:hover {
	color: #555;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding: 5px 0 0 5px;
	margin-left: 10px;
}
.next-entries a {
	float: right;
	padding: 5px 0 0 5px;
	margin-right: 10px;
}

/*-------------------------------------------------
  Post navigation
-------------------------------------------------*/
.post-nav {
	clear: both;
	padding-bottom: 10px;
	margin: 5px 215px 10px 215px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #000000;
	text-decoration: none;
}
.post-nav a:hover {
	color: #999999;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
}
.post-nav .next a {
	float: right;
	text-align: right;
}

/*-------------------------------------------------
  PHP LIST FORMATTING
-------------------------------------------------*/
#phplist_form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
} 
#phplist_form .requiredOutline {
	/*border: 1px solid #ff0000;*/
	background-color: #FF99CC;
}
#phplist_form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#phplist_form .contactleft { clear:both; }

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footerbar{
	background: #DD6101;
	clear: both;
	width: 900px;
	height: 3px;
	padding: 2px 0 0 0;
	margin: 0 auto;
}
.footer {
	background:#616161;
	border-top: 1px solid #999999;
	clear: both;
	width: 100%;
	font-size: 12px;
	color: #CCCCCC;
	}
.footer-container {
margin:0 auto;
overflow:hidden;
padding:0;
width:900px;
}
.footer-box {
float:left;
padding:8px;
width:200px;
}
.footer-box li {
border-bottom:1px dotted #FFFFFF;
line-height:22px;
list-style-position:inside;
list-style-type: none;
}
.footer-logos {
float:right;
padding:8px;
width:250px;
}
#footer p{padding:14px 0;margin: 0; text-align:center; font-size: 10px}
#footer a{color: #564922;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


/*-------------------------------------------------
  Headers
-------------------------------------------------*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #333333;
	font-weight: normal;
}
h1 a, h1 a:visited{
	color: #CC6700;
	text-decoration: none;
}
h1 a:hover{
	color: #CC6700;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #333333;
	font-weight: normal;
	margin: 0px 0px 2px;
	padding-bottom: 7px;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #6666CC;
	font-weight: normal;
	margin: 10px 0px 2px;
}
.subTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #6666CC;
	font-weight: normal;
	margin: 10px 0px 2px;
}
.error {
	color: #000000;
	margin: 5px 215px 10px 215px;
	font: normal 1.3em/100% Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
	text-align:center;
}
h2.error {
	color: #ff0000;
	font: bold 1.6em/100% Arial, Helvetica, sans-serif;
}

h3 {
	font: bold 1.2em/120% Arial, Helvetica, sans-serif;
	margin: 20px 0 10px 0;
}
h4, h5{
	/*font: normal 140%/100% Verdana, Arial;*/
	color: #333333;
	font-size: 1em;
}

