/*
THEME NAME: EyePortal.org
THEME URI: http://www.eyeportal.org/
DESCRIPTION: This is the beginner theme for eyeportal.org and waiting approval by corporate sponsors.
VERSION: 1.1
AUTHOR: <a href="http://www.0studios.com">Cody Boggs</a>
AUTHOR URI: http://www.0studios.com
*/

/* Architecture */
html { }

body {
	background: #FFFFFF;
	font-family: trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	
}

img {
	padding: 6px;
}

#outer_wrapper {
	background: transparent;
	padding: 0px;
	margin-top: 34px;
}

#wrapper {
	background: transparent;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	border-top: 1px solid #FFFFFF;
	background: url(images/roundeye_header.jpg) #FFFFFF no-repeat;
	background-position: top left;
	height: 100px;
	width: 100%;
}

#header h1 {
	float: left;
	width: 540px;
}

#container {
	float: left;
	width: 100%;
	margin-top: 36px;
}

#left {
	margin: 0px;
	width: 200px;
	float: left;
	background: #FFFFFF;
	height: 100%;
	min-height: 400px;
}

#left ul {
	background: transparent;
	list-style-type: none;
	padding-top: 3px;
	height: 100%;
}

#left ul li {
	font-size: 1em;
	font-weight: normal;
	height: 25px;
}

#left ul li a:link {
	color: #666666;
	text-decoration: none;
}

#left ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#main {
	margin: 8px 0px 0px 208px;
	min-height: 400px;
}

#home_main {
	margin: 16px 0px 0px 208px;
	min-height: 400px;
	width: 594px;
}

#home_main a {
	color: #CC0000;
}

.clearing {
	clear:both;
	height:0;
}

#content {
	margin-right: 180px;
	background-color: #ffffff;
	min-height: 320px;
}

#content ul {
	margin-left: 14px;
}

#sidebar {
	margin: 34px 0px 18px -172px;
	width: 164px;
	float: left;
	overflow: hidden;
}

#footer {
	clear: left;
	width: 100%;
	padding: 8px 0px 8px 0px;
	border-top: 2px solid #5a5b70;
	background: #FFFFFF;	
}

table {
	border: 1px solid #cccccc;
}

table tr {
	border: 1px solid #cccccc;
}

table td {
	border: 1px solid #cccccc;
}

#theme-link {
	color: #999999;
}

#theme-link a {
	color: #8383a5;
	text-decoration: none;	
}


#theme-link a:hover {
	color: #000000;
	text-decoration: underline;	
}

strong.search-excerpt {
	background: #66FF66;
}

.anchor {
	background: #99ff66;
}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: 100%;
	background: url(images/nav_bg.jpg) #5a5b70 repeat-x;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 6px;
	padding: 8px 6px;
}

#menu ul li a {
	color: #f6f6f6;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #ffffff;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
}

#blog-title {
	height: 100px;
	text-indent: -9999px;
}

#blog-title a {
	color: #666666;
}

#blog-description {
	text-indent: -9999px;
}

/* Content */
.page-title {
	padding-top: 12px;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 160%;
	border-bottom: 1px solid #EFEFEF;
}

.post {
	margin-bottom: 50px;
}

.entry-title {
	width: 100%;
	font-weight: normal;
	font-size: 160%;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #6f6f95;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #CC0000;
}

.entry-comments a:hover {
	color: #000000;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.categories {
	margin: 0px 0px 12px 0px;
	color: #FFFFFF;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
}

.cat-item {
	color: #666666;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	width: 586px;
	margin-top: 8px;
}

.entry-content p {
	line-height: 1.4;
	margin-right: 24px;
	margin-bottom: 6px;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a {
	text-decoration: underline;
	color: #CC0000;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar a {
	color: #8383a5;
	text-decoration: none;
}


#sidebar a: hover {
	color: #000000;
	text-decoration: underline;
}

#sidebar h2, #sidebar h3 {
	font-size: 1.4em;
	color: #000000;
	margin-bottom: 5px;
	padding: 0 2px;
}

#sidebar ul {
	list-style: none;
	margin-left: 4px;
}

#sidebar ul.news li {
	list-style-image: url(images/bull.gif);
}

#sidebar ul.journals li {
	list-style-image: url(images/bull.gif);
}

#sidebar ul li {
	margin-bottom: 8px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}