/*   
Theme Name: News
Theme URI: chewybyte.net
Description: Wordpress theme for chewybyte.net
Author: Yen
Author URI: http://www.chewybyte.com
Version: 1.0
Copyright 2009 Chewy Byte Solution. All rights reserved.
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Arial;
	font-size: 14px;
	color: #333;
}
a {
	outline: none;
	color:#94C83C;
}
.clear {
	clear: both;
}
.hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 1px;
	background-color: #fff;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.hr_top {
	margin: 0px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
	background-color: #eee;
	clear: both;
	border-top: 1px solid #ccc;
}
.hr_bottom {
	margin: 0px;
	padding: 0px;
	height: 5px;
	font-size: 1px;
	background-color: #eee;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.red {
	color: #0053A5;
}
/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/
.container {
	margin: 0px auto;
	padding: 0px;
	width: 1080px;
	text-align: left;
}
/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/
#header {
	margin: 0px auto;
	padding: 0px;
	width: 1080px;
	height: 70px;
	text-align: left;
}
.logo, .logo a, .logo a:visited {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: Geneva, Arial;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #0053A5;
	text-decoration: none;
	float: left;
}
div#headerDescription {
	width:288px;
	text-align:right;
	font-size:10px;
	padding:20px 0px 0px 0px;
	float:right;
	clear:none;
	text-transform:lowercase;
	line-height:15px;
}
.search {
	margin: 5px 0px 0px 0px;
	padding: 5px;
	background-color: #94C83C;
	float: right;
}
.search .input {
	margin: 0px 3px 0px 0px;
	padding: 5px 7px 5px 7px;
	width: 230px;
	#width: 215px;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
}
.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	height: 24px;
	background-color: #F9EF04;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	border: 1px solid #0053A5;
}
/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/
#menu {
	margin: 5px auto 0px auto;
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 30px;
	vertical-align:bottom;
}
.main_menu li {
	margin: 0px 20px 12px 0px;
	padding: 0px;
	font-size: 14px;
	float: left;
	list-style: none;
	font-weight:bold;
}
.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;
	color: #0053A5; /*#c00;*/
	text-decoration: none;
	
	display: block;
	border-bottom: 2px solid #ffffff;
}
.current_page_item, .page_item a:hover {
	border-bottom: 2px solid #0053A5;
}
.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
}
/* END Main Menu */
/* Sub Menu */
#submenu {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 32px;
	background-color: #0053A5;
	border-bottom: 1px solid #ccc;
}
.sub_menu li {
	margin: 5px 15px 5px 0px;
	padding: 0px;
	font-size: 12px;
	float: left;
	list-style: none;
	font-weight:bold;
}
.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	color: #fff;
	text-decoration: none;
	display: block;
}
.cat-item a:hover {
	background-color: #fff;
	color: #0053A5;
	text-decoration: none;
}
.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #fff;
	color: #0053A5;
	text-decoration: none;
}
.sub_menu li b {
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 3px 0px;
	color: #fff;
	text-decoration: none;
	display: block;
}
/* END Sub Menu */
/* Dropdown Menu, if there are some children categories in WordPress defined */
.children {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	
	position: absolute;
	left: -9000px;
	
	background-color: #ffffff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.sub_menu li:hover ul, .sub_menu li.iehover ul {
	left: auto;
}
.children li {
	margin: 1px 7px 1px 7px;
	padding: 1px 0px 1px 0px;
	
	float: none;
}
.children li a, .children li a:visited {
	background-color: #fff;
	color: #999;
}
.children li a:hover {
	background-color: #999;
	color: #fff;
}
.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background-color: #999;
	color: #fff;
	text-decoration: none;
}
/* END Dropdown Menu */
/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/
/* Column Definitions */
.column_main {
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	width: 740px;
	float: left;
}
.column_right, .column_right_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	width: 300px;
	float: right;
}
.column_right h2 {
	font-size:14px;
	padding:5px;
	background-color:#F9EF04;
	color: #444;
	text-transform:uppercase;
	text-align:right;
	letter-spacing:2px;
	border: 1px solid #444;
	border-right: 15px solid #0053A5;
}
.column_left_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	width: 299px;
	float: left;
	border-right: 1px solid #ccc;
}
.column_center_b {
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 20px 20px;
	width: 299px;
	float: left;
	border-right: 1px solid #ccc;
}
/* END Column Definitions */
/* Featured (the first enrty in every category archives and on the index page */
#featured {
	margin: 10px 0px 0px 0px;
	padding: 1px 20px 10px 20px;
}
#featured h1 a, #featured h1 a:visited {
	color: #0053A5;
}
#featured h1 a:hover {
	color: #94C83C;
	border-bottom: 3px solid #F9EF04;
}
#featured h2 {
	font-size: 12px;
	color: #333;
}
#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #444;
	border-bottom: 1px solid #444;
}
#featured h2 a:hover {
	color: #0053A5;
	border-bottom: 2px solid #94C83C;
}
#featured h2 i {
	color: #333;
	font-style:italic;
}
#featured h2 i a, #featured h2 i a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	font-style:italic;
}
#featured h2 i a:hover {
	color: #0053A5;
	border-bottom: 2px solid #94C83C;
}
#featured p {
	color: #444;
	text-align:justify;
	line-height:1.8;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:15px;
}
#featured img, #featured img a, #featured img a:visited {
	margin: 5px 0px 5px 15px;
	padding: 0px;
	float: right;
	border: none;
}
/* END Featured */
/* Categories */
.category_header {
	margin: 5px 0px 0px 0px;
	padding: 10px 15px 10px 0px;
	background-color: #94C83C;
	text-align: right;
	vertical-align:middle;
	border: 1px solid #000;
	border-right: 25px solid #0053A5;
}
.category_header h1 {
	margin:0;
	padding:0;
	font-size:24px;
	font-weight:bold;
	color: #fff;
	letter-spacing:2px;
}
/* END Categories */
/* Lists (displaying the posts) */
#content ul {
	margin: 1px 0px 10px 0px;
	padding: 0px;
}
#content li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	
	line-height: 16px;
	
	list-style-type: none;
	border-bottom: 1px dashed #aaa;
}
.title a, .title a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.title a:hover {
	color: #336699;
}
.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}
.meta {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #444;
	font-size: 11px;
}
.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
.meta a:hover {
	color: #000;
}
/* END Lists */
/* Entry */
.column_left_b img, .column_center_b img, .column_right_b img, .column_right img {
	margin: 3px 10px 5px 0px;
	padding: 0px;
	float: left;
	border: none;
}
p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	line-height: 18px;
}
#featured a, #featured a:visited, #entry a, #entry a:visited {
	color: #000;
	border-bottom: 1px solid #999;
}
#featured a:hover, #entry a:hover {
	color: #0053A5;
	border-bottom: 2px solid #94C83C;
}
#entry {
	margin: 30px 0px 0px 0px;
}
#entry img, #entry img a, #entry img a:visited {
	margin: 5px 0px 5px 15px;
	padding: 0px;
	float: right;
	border: none;
}
#entry p {
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	text-align:justify;
	line-height:1.8;
	padding-top:0px;
	color: #444;
}
#featured ul, #featured ol, #entry ul, #entry ol {
	margin: 10px 0px 10px 50px;
	padding: 0px;
	color: #444;
}
#featured ol li, #entry ol li {
	list-style-type:lower-roman;
}
#featured ul li, #entry ul li {
	list-style-type:square;
}
#featured li, #entry li {
	margin: 0px;
	padding: 5px 0px;
	font-size: 14px;
	/*list-style-type: disc;*/
	border-bottom: none;
	color: #444;
}
#featured blockquote p, #entry blockquote p {
	margin: -10px 0px 20px 0px;
	padding: 5px;
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 22px;
	background-color:#eee;
	color:#0053A5;
}
/* Button like link styling for the 'Archives' link */
.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;
	background-color: #F9EF04;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
}
.link a:hover {
	color: #fff;
	background-color: #0053A5;
	border-color:#0053A5;
}
/* END Button like link styling for the 'Archives' link */
/* END Entry */
/* Comments */
.comment_author {
	margin: 20px 20px 20px 0px;
	padding: 0px;
	width: 150px;
	float: left;
}
.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 469px;
	float: left;
}
.leave_comment {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	background-color: #94C83C;
}
.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	width: 685px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	border: 1px solid #0053A5;
}
.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	width: 220px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	border: 1px solid #0053A5;
}
/* END Comments */
/* Tabs (in the sidebar for the AJAX box) */
.tab_container {
	margin: 0px;
	padding: 0px;
	border: 5px solid #eee;
}
.tab_container_in {
	margin: 0px;
	padding: 10px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tab_menu_container {
	padding: 0px 0px 0px 0px;
	height: 27px;
	background-color: #94C83C; /*#eee;*/
}
#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	background-color: #eee;
	font-size: 11px;
	line-height: normal;
	float: left;
	list-style: none;
	cursor: pointer;
	border-bottom: none;
}
#tab_menu .first {
	padding: 7px 5px 2px 6px;
}
#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	background-color: #eee;
	color: #999;
	text-decoration: none;
	display: block;
}
#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #999;
	color: #fff;
	text-decoration: none;
}
.tab_content_list {
	display: none;	
}
#tab_content_tags a, #tab_content_tags a:visited {
	color: #999;
	text-decoration: none;
}
#tab_content_tags a:hover {
	color: #000;
	text-decoration: none;
}
/* END Tabs */
/* Widgets */
#content .widget ul {
	padding: 5px 5px 10px 5px;
	border: 5px solid #0053A5;
}
.widget li a, .widget li a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.widget li a:hover {
	color: #0053A5; /*#c00;*/
}
.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}
.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}
.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #fff;
}
div#tag_cloud a, div#tag_cloud a:visited{
	font-size:14px !important;
	padding:4px 6px;
	margin:auto 10px auto 0px;
	color:#000;
	border: 2px dotted #94C83C;
	text-decoration:none;
	line-height:35px;
}
div#tag_cloud a:hover {
	color:#94C83C;
	border-color:#000;
}
/* END Widgets */
/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/
h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Geneva, Arial;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
	text-decoration: none;
}
h1 a:hover {
	color: #0053A5;
}
h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0053A5;
}
h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #0053A5;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
h2 a:hover {
	color: #000000;
}
h2 i {
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}
h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}
h2 i a:hover {
	color: #000000;
}
h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}
h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}
h3 a:hover {
	color: #0053A5; /*#c00;*/
}
/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/
#footer {
	margin: 0px auto;
	margin-top: 30px;
	padding: 10px 0px 0px 0px;
	width: 100%;
	background-color: #0053A5;
	font-weight:bold;
	font-size: 11px;
	color: #fff;
}
#footer p.left {
	float: left;
}
#footer p.left img {
	vertical-align: middle;
	border: none !important;
}
#footer p.right {
	float: right;
	text-align: right;
}
#footer p a, #footer p a:visited {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#footer p a:hover {
	border-top: 1px solid #fff;
}
span#wp_loginout a, span#wp_loginout a:visited {
	color: #0053A5;
	border:none;
}
span#wp_loginout a:hover {
	color: #fff;
	border: 1px solid #fff;
}
/*
------------------------------------------------------------------------
CUSTOM
------------------------------------------------------------------------
*/
blockquote.trivia {
	margin: 0px 50px 20px 50px;
	padding:10px 10px 10px 60px;
	border-top:2px dotted #94C83C;
	border-bottom:2px dotted #94C83C;
	background:transparent url(/images/Trivia.gif) no-repeat top left;
	min-height:50px;
}
blockquote.trivia p {
	padding:0px !important;
	margin:0px !important;
	background-color:#fff !important;
	text-align:left;
}
.nofloat {
	float:none !important;
	padding:0px !important;
	margin:2px !important;
}
.noline {
	text-decoration:none !important;
	border:none !important;
}
form#commentform a {
	color: #fff;
}
span.inContentAdsense {
	display:block;
	padding:0px 6px !important;
	margin:0px !important;
	text-align: center !important;
	clear:both;
}
p#related {
	background-color:#f9ef04;
	margin: 0px;
	padding:0px 0px 0px 10px;
	font-weight: bold;
	border:1px solid #000;
	clear:both;
}