/*
Theme Name: EGOpicks Custom 2
Description: Official site theme for the launch of EGOpicks.com
Version: 2.0
Author: Heather R. Wait
Author URI: http://hostmedia.ca/heather
*/


/* Layout Styling */
body {
	background: url('images/background.jpg') repeat;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	margin: 0px;
	}

#container {
	background: #000;
	width: 920px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	}

#header {
	background: url('images/header.jpg') no-repeat;
	width: 900px;
	height: 160px;
	margin: 0px auto;
	}

#nav {
	height: 30px;
	font-weight: bold;
	color: #000000;
	}
	
#content {
	background: #bb3049 url('images/content_bg.jpg') no-repeat;
	background-position: top;
	width: 900px;
	margin: 0px auto 10px auto;
	}

#leftcol {
	background: #000;
	width: 190px;
	margin: 45px 20px 10px 20px;
	padding: 10px;
	float: left;
	font-size: .9em;
	}

#leftcol ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#leftcol ul li {
	background: #191919;
	border-bottom: 1px solid #666;
	padding: 7px 3px 7px 10px;
	margin-bottom: 5px;
	list-style-image: none;
	}

#leftcol ul li a {
	color: #66CC33;
	text-decoration: none;
	}

#rightcol {
	background: #000;
	width: 610px;
	margin: 45px 10px 10px 0px;
	padding: 10px;
	float: left;
	line-height: 1.8em;
	}

#footer {
	font-size: .8em;
	clear: both;
	padding: 0px 20px 10px 20px;
	}

#footer a:link { color: #000; }
#footer a:hover { color: #66ccff; }

/* End Layout Styling */

/* Header Styling */
h1 {
	color: #bb2876;
	font-size: 2em;
	margin-bottom: 3px;
	font-weight: normal;
	}

h2 {
	color: #bb2876;
	font-size: 1.7em;
	margin-bottom: 3px;
	font-weight: normal;
	}

h3 {
	color: #bb2876;
	font-size: 1.5em;
	margin-bottom: 3px;
	font-weight: normal;
	}

h4 {
	color: #bb2876;
	font-size: 1.3em;
	margin-bottom: 3px;
	font-weight: normal;
	}

h1 a:link, h2 a:link, h3 a:link, h4 a:link { color: #ccc; }

/* End Header Styling */

/* Misc Text Styling */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

strong, b {
	color: #689701;
	}

.text_center { text-align: center; }
.text_right { text-align: right; }

a { text-decoration: none; }
a:link { color: #0066ff; }
a:visited { color: #999999; text-decoration: underline; }
a:hover { color: #66ccff; }

nav a:visited { color: #0066ff; text-decoration: none; }

/* End Misc Text Styling */

/* Misc Object Styling */
.line {
	background: transparent url('images/hr_ft.gif') left no-repeat;
	border: none;
	width: 500px;
	height: 17px;
	}

.hr_stars {
	background: transparent url('images/hr_stars.gif') center no-repeat;
	width: 500px;
	height: 35px;
	margin: 0px auto;
	clear: both;
	}

.clear { clear: both; }	
	
img { border: none; }

img.centered {
	text-align: center;
	margin: 0px auto;
	}

img.left {
	float: left;
	padding-right: 10px;
	}

img.right {
	float: right;
	padding-left: 10px;
	}

.pick_table {
	width: 610px;
	border: none;
	text-align: center;
	}

.pick_table td {
	vertical-align: top;
	}

.pick_table a:visited { text-decoration: none; }

.price_table {
	width: 610px;
	border: 1px solid #ccc;
	text-align: center;
	margin-top: 1em;
	}

.price_title {
	background: #303030;
	}

.price_odd {
	background: #191919;
	}

.product_table {
	width: 100%;
	border: 1px solid #666666;
	}
	
/* End Misc Object Styling */

/* List Styling */

#nav, #nav ul {
	padding: 0;
	margin: 0px 10px;
	list-style: none; 
	line-height: normal;
	width: 900px;
	text-align: center;
	}

#nav a {
	text-decoration: none;
	}

#nav li { 
	float: left;
	text-align: center;
	height: 30px;
	padding-top: .5em;
	padding-left: 20px;
	padding-right: 21px;
	}
		
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	vertical-align: middle;
	}

#leftcol #searchform #s {
	background: #000;
	border: 1px solid #333;
	width: 120px;
	padding: 2px;
	color: #fff;
	}

#leftcol #searchsubmit {
	padding: 1px;
	color: #0066ff;
	background: #272826;
	border: 1px solid #333;
	cursor: pointer;
	}

select { width: 130px; }

/* End Form Elements */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Calendar */