/*  
Theme Name: RateAC.com
Theme URI: http://www.rateac.com/
Description: RateAC.com theme based on the vegas5stars Theme.
Version: 0.1
Author: Mike Jasek
Author URI: http://www.jasekip.com/
*/

/* Begin Typography & Colors */
.empty {
    color: #0000FF !important;
}

.notempty {
    color: #FF0000 !important;
}

#footer p {
	margin: 4px 0 0 0;
	text-align: right;
}

#footer a {
	color: #999;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
}

h1 a {
	color: #e8e8e8;
	text-decoration: none;
}

h1 a:hover {
	color: #e8e8e8;
	text-decoration: underline;
}

h2 {
	font-size: 140%;
	color: #aa0000;
}

h3 {
	font-size: 130%;
}

h2.pagetitle {
	font-size: 1.6em;
	color: #aa0000;
}

.post h2 {
	margin: 0 0 5px 0;
	color: #aa0000;
}

.post h2 a {
	color: #aa0000;
	text-decoration: none;
}

.post h2 a:hover {
	color: #00f;
}

.post li {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

#sidebar, h1, #footer {
	color: #444;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #555;
}

code {
	font-family: 'Courier New', Courier, Fixed;
}

a:link {
	color: #00C;
}

a.visited {
	color: #551A8B;
}

a:hover {
	color: #a00;
}

a.active {
	background-color: #a00;
	border: 1px solid #a1a1a1;
}

#sidebar a:link {
	color: #f7f7f7;
	text-decoration: underline;
}

#sidebar a:visited {
	color: #f7f7f7;
	text-decoration: underline;
}

#sidebar a:hover, #sidebar a:active {
	color: #f7f7f7;
	text-decoration: none;
}

.postmetadata {
	font-size: 95%;
}

.more_link {
	background: url('images/arrow_right.gif') no-repeat center right;
	padding-right: 10px;
}

.post p {
	line-height: 140%;
}

.tell {
	padding-left: 18px;
	background: url('images/email_yellow.gif') left center no-repeat;
}

.indexlist {
	list-style-image: url('images/orange_bullet.gif');
}

.headline {
	font-weight: bold;
	font-size: 1.1em;
}

/* End Typography & Colors */

/* Begin Structure */

/* #body */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;	
	color: #333;
	margin: 0 auto;
	padding: 0;
	background-color: #158702;
}

#contentbg {
	background: #158702 url('images/body_bg.gif') repeat-y top center;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 730px;
}


#header {
	height: 105px;
	background: #077601 url('images/header_img.jpg') no-repeat top;
	margin: 0 auto;
	padding: 0;
}

#header img {
	position: relative;
	top: 8px;
	left:146px;

}

.description {
	font-size: 1.2em;
}

#page_body {
	margin: 0 auto;
	padding: 0;
	width: 730px;
}

#columns {
	background: url('images/content_bg.gif') top right repeat-y;
}

#content {
	font-size: 1.2em;
	margin-left: 216px;
	padding: 0 24px 24px 24px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	overflow: hidden !important;
	overflow: visible;
}

html>body #content {
	margin: 0;
}

.post {
	padding-top: 18px;
	margin: 0;
	clear: both;
}

/* #sidebar_div */
#sidebar {
	width: 208px;
	float:left;
	font-size: 110%;
	margin-top: -1px;
	margin-right: 0;
	padding: 0;
	background: transparent url(images/sidebar_top.jpg) no-repeat top left;
}

#footer {
	font-size: 1%;
	clear: both;
	padding: 5px;
}

#mp-says {
	margin-top: 5px;
	/*float: left;*/
}

#search-label {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}

#utility_links {
	margin: 0 auto;
	padding-top: 7px;
	text-align: center;
	background: #158702 url('images/footer.gif') no-repeat top center;
}

.submissionerror {
	border: 1px solid #ff0000 !important;
}

#top_paging, #bottom_paging {
	/*text-align: center;*/
	clear: both;
	margin-top: 24px;
}

#index_top_paging, #index_bottom_paging {
	text-align: center;
	clear: both;
	margin-top: 24px;
}

.inner_paging {
	padding: 4px;
}

#top_paging {
	height: 1px;
}

html>body #top_paging {
	height: auto;
}

#top_paging .paging_next, #bottom_paging .paging_next, #index_top_paging .index_paging_next, #index_bottom_paging .index_paging_next  {
	background-image: url(images/arrow_right_yellow.gif);
}

#top_paging .paging_previous, #bottom_paging .paging_previous, #index_top_paging .index_paging_previous, #index_bottom_paging .index_paging_previous  {
	background-image: url(images/arrow_left_yellow.gif);
}

.paging_post_info {
	font-weight: bold;
}

.paging_previous {
	/*float: left;*/
    background: url(images/arrow_left.gif) no-repeat center left;
	padding-left: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

.paging_next {
	/* float: left; */
	background: url(images/arrow_right.gif) no-repeat center left;
	padding-left: 14px;
	text-align: left;
	font-weight: bold;
}

.index_paging_previous {
	float: left;
    background: url(images/arrow_left.gif) no-repeat center left;
	padding-left: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

.index_paging_next {
	float: right;
	background: url(images/arrow_right.gif) no-repeat center right;
	padding-right: 14px;
	text-align: right;
	font-weight: bold;
}

.paging_nav a {
	padding: 0 2px;
}

.post .postmetadata {
	margin: 12px 0 1em 0;
}

.entrytext .postmetadata {
	margin-top: 48px;
}

.subnav {
	border: 1px #666 solid;
	float: right;
	margin: 0 0 1em 1em;
}

.subnav h4 {
	font-size: 1em;
	margin: 0 !important;
	border: 2px solid #fff;
	border-bottom: none;
	padding: 0.2em 0.4em 0 !important;
}

.subnav ul {
	border: 2px #fff solid;
	background-color: #ddd;
	padding: 0.2em 0.4em !important;
	margin: 0 !important;
	list-style-type: none;
}

.subnav li {
	margin: 0.3em 0 !important;
	padding: 0 !important;
}

.subnav a {
	padding-left: 8px;
}

.subnav .active {
	border: none;
	font-weight: bold;
	background: url(/sg/oa.gif) left center no-repeat;
}

.navigation {
    margin-top: 24px;
	padding: 0;
	overflow: hidden !important;
	overflow: visible;
	height: auto !important;
	height: 1%;
}

#inner_nav .alignright {
	background: url(images/arrow_right_orange.gif) no-repeat right;
	padding-right: 13px;
	text-align: right;
}
	
#inner_nav .alignleft {
	background: url(images/arrow_left_orange.gif) no-repeat left;
	padding-left: 13px;
	float: left;
}

.pl_email {
	background: url(images/email_grey.gif) no-repeat left !important;
	padding: 4px 0 4px 17px;
	margin-right: 15px;
	}

.pl_print {
	background: url(images/print_icon.gif) no-repeat left !important;
	padding: 4px 0 4px 17px;
	margin-right: 15px;
	}

.pl_link {
	background: url(images/link_icon.gif) no-repeat left !important;
	padding: 4px 0 4px 19px;
	margin-right: 15px;
	}

#submitted_by {
    margin-top: 20px;
}

/* End Structure */

#links h1 {
	font-size: 1.3em;
	color: #a00;
}

/* rating interface elements */

/* #outer_border */
#big_rating_box, .comment_rating_container, .small_rating_box, #rating_interface, #no_votes_box {
	border: 1px solid #666;
}

/* #inner_border */
.rating_divider {
	border: 2px solid #fff;
}

/* #inner_background */
.comment_rating, #comment_rating_bar, .small_rating_box div, #big_rating_box, #no_votes_box, #big_rating_box .rating_bar, #no_votes_box td, #big_rating_box td {
	background-color: #ddd;
}

/* #rating_text */
.small_rating_box, #rating_interface, #big_rating_box, #no_votes_box, .comment_rating {
	color: #333;
	font-size: 100%;
}

/* #rating_hilite_text */
.small_rating em, #big_rating_box em, .comment_rating em, #rating_interface h3, .rating_label {
	color: #333;
}

/* #big_rating_box_numbers */
#big_rating_box em {
	font-size: 300%;
	vertical-align: -25%;
	font-style: normal;
	font-weight: bold;
	line-height: 95%;
}

/* #big_vote_count_number */
.big_vote_count em {
	font-size: 150%;
	vertical-align: -15%;
}

/* #small_rating_box_number */
.small_rating em {
	font-style: normal;
	font-weight: bold;
	line-height: 95%;
}

/* comment_rating_text */
.comment_rating {
	text-align: center;
	font-size: 90%;
}

/* #comment_rating_number */
.comment_rating em {
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	line-height: 95%;
}

/* #rating_interface_heading */
#rating_interface h3 {
	font-size: 150%;
}

/* #rating_interface_text */
.rating_label {
}

/* #rating_interface_labels */
.rating_button, .rating_button_disabled, #rating_interface label {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #fff !important;
	font-size: 14px;
}

.small_rating_box {
	float: right;
	margin: 0 0 16px 16px;
	width: 120px;
	padding: 2px;
	background-color: #fff;
}

.small_rating_box, #rating_interface {
	text-align: center;
}
.small_img {
	background-color: #fff !important;
	width: 120px;
}

.rating_divider {
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	clear: both;
	font-size: 1%;
	border-top: 2px solid #fff;
}

.small_rating {
	padding: 5px 0;
	background: #ddd;
}

.small_rating em, .comment_rating em {
	margin: 0 auto;
}

#big_rating_box em {
	padding: 0 2px;
}

.rating_bar, #comment_rating_bar {
	text-align: left;
	clear: both;
	background: url(images/greystar_t.gif);
	width: 120px !important;
	height: 31px;
	font-size: 1px;
}

/* #rating_bar_image */
.rating_bar div, #comment_rating_bar div {
	width: 0;
	margin: 0;
	background: url(images/goldstar_t.gif);
	height: 31px;
}

.rating_bar div div, #comment_rating_bar div div {
	background: none;
}

.small_rating_box .rating_bar, #comment_rating_bar {
	width: 126px;
}

.comment_rating_container {
	width: 128px;
}

#rating_interface {
	clear: both;
	padding: 2px;
	background-color: #fff;
}

#rating_interface div {
	padding: 10px;
	height: 1px;
}

html>body #rating_interface div {
	height: auto;
}

#rating_interface h3 {
	margin: 0 0 12px 0;
	padding: 0;
	text-align: left;
}

#rating_interface ul {
	text-align: center;
	margin: 0 !important;
	padding: 0;
	display: block;
}

#rating_interface li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 42px;
}

#rating_interface li input {
	margin: 0 auto 3px auto;
	display: block;
}

.rating_label_low {
    font-weight: bold;
	border: 0;
	padding:10px 0 0 0;
	margin: 0 10px 0 10px;
}

html>body .rating_label_low {
	padding:10px 0 0 30px;
}
.rating_label_high {
    font-weight: bold;
	border: 0;
	padding:10px 0 0 0;
	margin: 0 10px 0 10px;
}

.comment_rating_container {
	float: right;
	margin: 0 0 16px 16px;
	padding: 2px;
	background-color: #fff;
}

.comment_rating {
	padding: 3px 0;
}

#comment_rating_bar {
	text-align: left;
}

#big_rating_box, #no_votes_box {
	border-collapse: separate;
	border-spacing: 2px;
	background: #fff;
	clear: both;
	text-align: center;
	float: right;
	margin: 0 0 -5px 20px;
	width: 156px;
}

html>body #big_rating_box, #no_votes_box {
	margin: 0 0 20px 20px;	
}
#big_rating_box em {
	display: block;
}

#big_rating_box td, #no_votes_box td {
	border-collapse: separate;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}

#big_rating_box .rating_bar {
	background-image: url('images/greystar.gif');
	padding: 0;
	text-align: left;
}

#big_rating_box .rating_bar div {
	height: 31px;
	background-image: url('images/goldstar.gif');
}

.rating_button, .rating_button_disabled {
	display: block;
	width: 42px;
    height: 22px;
	padding: 8px 1px 0 0;
	background: url(images/star_rating_button.gif) 0 0;
	text-align: center;
	color: #333 !important;
}

.rating_button_disabled {
	background-position: 0 -32px;
}

.rating_button_selected {
	text-decoration: underline;
}

#user_feedback {
	font-size: 120%;
	text-align: center;
}

.response_text {
    color: #808080;
    font-size: 80%;
}

#big_ranking em {
	margin-bottom: 3px;
	padding: 0;
}

/* end rating interface elements */

/*	Begin Headers */
h1 {
	margin: 0;
	padding: 0;
}

.pagesubtitle {
	border-bottom: 1px solid #aaa;
	font-size: 1.6em;
	margin-top: 1em;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	font-size: 100%;
}
/*
#ads {
	height:30px; Should be 120px
	background:#fafafa url('images/film.gif') repeat-x top;
	padding:45px 0 15px 0;
	text-align:center;
	font-size: 2em;
	border-bottom: 1px solid #333;
}
*/
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/* #content_image */
.content_image {
	border: 1px solid #666;
}

.content_image img {
	border: 2px solid #fff;
}
.thumb_l {
	float: left;
	margin-right: 7px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #666;
}

.index_post {
    width: 40%;
    /*height: 290px;*/
    margin: 0 20px 20px 0;
    float: left;
    border: 1px solid #666;
    padding: 10px;
}

.index_post h1 a {
    color: #0000cc;
    font-size: 60%;
    font-weight: bold;
    text-decoration: underline;
}

.index_post h2 a {
    font-size: 80%;
}

.index_post h1 a:hover {
    color: #0000cc;
}

.index_star {
	float: left;
    margin-right: 5px;
}

.index_image {
    float: right;
    width: 75px;
}

.align_left {
	float: left;
	margin: 0 16px 16px 0;
}

.align_right {
	float: right;
	margin:  0 0 16px 16px;
}

img.content_image {
	border: 1px solid #666;
	padding: 2px;
	background-color: #fff;
}

#poster {
	width: 100px;
	float: right;
	text-align: center;
	font-size: 90%;
	margin-top: 0;
}

/* End Images */

/* Begin Sidebar Lists */

/* #sidebar_lists */

#sidebar ul {
	margin: 0;
	padding: 0;
	height: 1px;
}

html>body #sidebar ul {
	height: auto;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 10px 18px 0 10px;
	padding: 0;
	font-size: 109%;
	font-weight:bold;
	color: #f7f7f7;
	height: 1px;
}

html>body #sidebar ul li {
	height: auto;
}

#sidebar ul ul {
	padding-bottom: 15px;
	background: #077601 url(images/bevel_h.gif) repeat-x left bottom;
}

#sidebar li li {
	border-width: 0;
	padding: 1px 0;
	margin: 0;
	font-size:100%;
	font-weight:normal;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar form {
	margin: 0;
}

#sidebar_bottom {
	background: #fff url(images/sidebar_bottom.gif) no-repeat bottom left;
	height: 17px;
}

#sidebar #copy {
	color:#f7f7f7;
	font-size:90%;
	margin:0;
	padding:0;
}

/* End Sidebar Lists */

/* Begin lists */
#content ul {
	margin: 0 0 10px 20px;
	padding: 0;
}

#content ol {
	margin: 0 0 10px 20px;
	padding: 0;
}

#content_list {
	margin: 0;
	padding: 0;
}
/* End lists */

/* Begin Form Elements */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 98%;
}

html>body #commentform textarea {
	width: 100%;
}

#sidebar #searchform {
	margin: 0;
}

#sidebar #searchform input {
	width: 55%;
	margin: 0 3px 0 0;
	border:1px solid #003;
	background-color:#ccc;
}

#sidebar #searchsubmit {
	width: 35% !important;
	margin: 0 !important;
}

.gsearch {
	font-weight:normal;
}

.gsearch input[type="text"], .gsearch input[type="submit"] {
	border:1px solid #003;
	background-color:#ccc;
	color:#111;
	margin-bottom:3px;
}

.gsearch input[type="radio"] {
	margin-left:0px;
	vertical-align:bottom;
}

/* End Form Elements */

/* Begin Comments*/
.commentlist {
	padding: 0;
	margin: 0 !important;
	text-align: justify;
	}

.commentlist li {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 7px 10px 2px;
	list-style: none;
	}

.commentlist li.alt {
	background-color: #f3f3f3;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmeta {
	float: right;
	padding-left: 10px;
	margin: 0 !important;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.main_comments_link {
	text-align: center;
}

.commenttitle {
	font-size: 1em;
	margin: 0 0 10px 0;
	text-align: left;
}

.cl_comment_link {
	color: #333 !important;
	text-decoration: none;
}

.cl_more {
	color: #00c;
	text-decoration: underline;
}

#comments {
	margin-top: 30px;
}

#postcomment {
	margin-top: 30px;
}

.commentpagetitle {
	font-size: 1.2em;
}

/* End Comments */

/* Begin Misc */

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;
}

.center {
	text-align: center;
}

a img {
	border: none;
}

.invisible {
	display: none;
}

hr {
	margin: 0.5em 0 0 0;
}

.clearall {
	clear:both;
}

.sidebarbox {
	padding: 4px;
	text-align: center;
	border:1px solid #0b4801;
	background-color: #ffb205;
	width: 170px;
	color: #aa0000;
}

.sidebarbox span {
	display:block;
	font-size:130%;
}

.sidebarbox #randomquote img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 3px;
	margin: 3px auto;
}

.sidebarbox #randomquote a {
	text-decoration:underline;
	color:#009;
	font-size:100%;
}

.sidebarbox #randomquote a:hover {
	color:#009;
}

.sidebarbox #randomquote a.active {
	color:#009;
}

.ad {
	padding:4px;
	text-align:center;
}

#g468 {
	overflow: hidden !important;
	width: 465px;
	height: 60px;
	margin-left: -2px;
	text-align: center;
}

/* End Misc */

/* Begin Contact Form CSS */

.contactform {
	width: 100%; 
	position: relative;
}

.contactleft {
	width: 25%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
}

.contactright {
	width: 70%;  
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
}

.contacterror {
	border: 1px solid #ff0000;
}
/* End Contact Form CSS */

/* For links */

.entry h1 {
	font-size: 2em;
	color: #111;
}

.entry table {
	margin-top:15px;
}

.entry table td {
	width:50%;
	vertical-align: top;
}

#linktable {
    width: 100%;
    padding: 3px;
}

#linktable td {
    width: 33%;
}

#linktable .lnk_c { 
	font-size: 10pt;
	line-height:2em;
	font-weight: bold;
	padding-right: 5px;
}

#linktable .lnk_subc {
	font-size:8pt;
}

#lnks {
	margin-top: 10px;
}

#here_t {
	margin-top: 10px;
	width: 100%;
}

/* Quiz styles */

.blank {
	margin-left:15px;
	padding-left:16px;
}

.correct {
	margin-left:15px;
	background: url('/img/tick.gif') no-repeat left;
	padding-left:16px;
}

.incorrect {
	margin-left:15px;
	background: url('/img/cross.gif') no-repeat left;
	padding-left:16px;
}

.question {
	margin-bottom:5px;
	font-weight: bold;
}

input[type="radio"] {
	margin-left:25px;
}
/* recommendation style */
.recommend h3 {
	background: url('images/redstar.gif') no-repeat left;
	margin: 0;
	padding: 12px 0 0 38px;
	height: 32px;
}
.recommend table p {
	font-size: 75%;
	padding: 0;
	margin: 0;
}
.recommend table td {
	width: 33%;
}
.recommend img {
	float: left;
	margin-right: 5px;
}
/* END of recommendation style*/

/* Submission form CSS */
.submissionerror {
            border: 1px solid #ff0000;
        	}
/* End Submission form CSS */

/* Begin styles for showing map with */
#map_top_logo {
	height: 29px;
	}
#map_top_logo a {
	margin-right: 37px;
}
#map {
	}
#map_image {
	float: left;
	margin: 3px 5px 0 0;
	border: 1px solid #666;
	padding: 2px;
	background-color: #fff;
}
#logo_list {
	margin: 0;
	padding: 7px 0;
}
html>body #logo_list {
	margin: 0;
	padding: 20px 0;
}
#logo_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#logo_list ul li {
	margin-bottom: 35px;
	padding: 0;
}

/* End styles for showing map with */