/*
Theme Name: Redbeacon
Theme URI: http://redbeacon.com/
Description: The wordpress theme for Redbeacon.com.
Version: 1.0
Author: Jon Rohan
Author URI: http://dinnermint.org/

	This theme was designed and built by Jon Rohan,
	whose blog you will find at http://dinnermint.org/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* @group reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0 none;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0 none;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

header, section, footer,
aside, nav, article, figure, video {
  display: block;
}

/* @end */

/* @group HTML */

html {
	background:#FFFFFF url(../images/common/header-bg.png) repeat-x scroll 0 5px;
  margin:0;
  padding:0;
}

body {
  background: #fff url(http://www.redbeacon.com/media/images/common/header-bg.png) repeat-x scroll 0 0;
  border-top: 5px solid #000;
  color: #404040;
  font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

a {
	color:#0862A2;
  text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

i {
	font-style: italic;
}

u {
	text-decoration: underline;
}

strike {
	text-decoration: line-through;
}

/* @end */

/* @group Header
----------------------------------------------- */

#header {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

h1#logo {
  font-size: 11px;
  color: #535353;
  float: left;
  margin-top: 30px;
  margin-right: 20px;
  height: 52px;
}

h1#logo img {
  vertical-align: baseline;
}

h1#logo em {
	font-style: italic;
}

h1#logo a,
h1#logo a:hover,
h1#logo a:visited,
h1#logo a:active {
  text-decoration: none;
  margin-right: 5px;
}

#main_nav {
  overflow: hidden;
  margin-top: 65px;
  float: none;
}

#main_nav li {
  float: left;
  margin: 0 3px 0;
}

#main_nav li a {
  float: left;
  height: 26px;
  padding: 3px 15px 0;
  background: #E9EDF0 url(../images/common/nav-bg.png) repeat-x bottom left;
  line-height:26px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
}

#main_nav li a {
  font-size: 14px;
  color: #000;
}

#main_nav li a.active {
  background: #FFF;
  color: #cb2027;
}

#main_nav li a:hover {
  text-decoration: none;
  background: #FAFAFA;
}

#main_nav li a.active:hover {
  background: #FFF;
}

.badge-links {
	padding: 40px 0 0 0;
}

.badge-links img {
	margin: 0 auto;
	display: block;
}

.nav-seperator {
  border-top:1px solid #D0D1D3;
  margin-top:40px;
}

#my_account {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px 3px;
  background-color: #000;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
}

#my_account a {
  color: #FFF;
  text-decoration: none;
}

#my_account .sign_out {
  font-size: 10px;
  font-weight: normal;
}

#my_account a.sign_out {
  text-decoration: underline;
}

/* @end */

.wrapper {
	margin:0 auto;
  width:960px;
}

#footer {
	margin:0 auto;
  width:960px;
  border-top:1px solid #CCCCCC;
  clear:both;
  color:#626262;
  font-size:12px;
  margin-bottom:20px;
  margin-top:20px;
  padding-top:10px;
}

.clear {
	clear: both;
}

/* @group Layout Table */

table.layout-table {
	width: 100%;
	border: 1px solid #d1d1d1;
	border-collapse:separate;
}

.single table.layout-table {
	width: 800px;
}

table.layout-table td.aside {
	vertical-align: top;
	background-color: #E2E3E5;
	border: 1px solid #ffffff;
  width:188px;
  padding-top: 30px;
}

table.layout-table td.main-content {
  border-left: 1px solid #D1D1D1;
  padding:29px 20px 30px 35px;
  vertical-align: top;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 230px;
}

#sidebar ul li.widget {
	background-color: #F3F4F5;
	padding: 20px;
	margin-bottom: 20px;
}

#sidebar ul li.widget li {
  margin: 10px 0;
}

#sidebar ul ul {
	background-color: transparent;
	padding: 0;
}

#sidebar h2.widgettitle, 
#sidebar h2.widgettitle a {
	font-weight: bold;
	margin: 0;
	color: #404040;
	font-size: 13px;
}

#sidebar img {
  vertical-align:middle;
  margin-right:5px;
}

/* @end */

/* @group Posts */
.posts {
	margin-right: 250px;
}

.post {
	border-bottom: 3px solid #D1D1D1;
	margin-bottom: 10px;
  padding-bottom: 10px;
  position:relative;
}

.post h2, .page h2 {
	margin-top: 20px;
	color:#CB2027;
  font-size:18px;
  font-weight:bold;
}

.single .post h2, .single .page h2 {
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 20px;
}

.post h2 a, .page h2 a {
	color:#CB2027;
  font-size:18px;
  font-weight:bold;
  text-decoration: none;
}

.post .time {
	font-size:11px;
  font-style:italic;
  display: block;
}

.post .author {
	font-size:11px;
  padding-bottom:3px;
  border-bottom: 1px solid #D1D1D1;
  display: block;
  margin-bottom: 20px;
}

.post .entry {
  overflow:hidden;
}

.post .entry h3, .page .entry h3 {
	color:#444343;
  font-size:14px;
  font-weight:bold;
}

.post .entry li, .page .entry li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.post .entry p, .page .entry p {
	margin: 20px 0;
	text-align:justify;
}
.post .entry table, .page .entry table {
	width: 100%;
}

.post p img.alignright {
  float:right;
  margin:10px;
}

.post p img.alignleft {
  float:left;
  margin:10px;
}

/* @end */

/* @group Pages nav */

td.aside dl {
	margin-bottom: 10px;
  border-bottom:1px solid #D1D1D1;
}

td.aside dl dd {
	background-color:#EFF1F3;
  border-top:1px solid #D1D1D1;
  font-size:14px;
  height:23px;
  padding:2px 0 0 22px;
}

td.aside dl dd.current {
  border-top: 0 none;
  border-bottom: 1px solid #D1D1D1;
  background: transparent url(images/nav-bg.png) no-repeat 0 -26px;
  margin-bottom:-1px;
  margin-left:-10px;
  margin-right:-2px;
  padding-left:32px;
  position:relative;
}

td.aside dl dd.current a {
  color: #CB2027;
  font-weight: bold;
}

td.aside dl dt {
	color:#000000;
  font-size:16px;
  font-weight:bold;
  margin:0 0 2px 22px;
}

td.aside dl dd a {
	color: #000000;
	text-decoration: none;
	display: block;
}

/* @end */


table.compare {
	width: 500px;
	margin-bottom: 5px;
}

table.compare tbody{
	background-color: #EFF4F8;
	border-top: 1px solid #859CBB;
	border-left: 1px solid #859CBB;
	width: 500px;
	margin-bottom: 5px;
}

table.compare tbody td {
	border-bottom: 1px solid #859CBB;
	border-right: 1px solid #859CBB;
	padding: 1.0em 2.0em 1.0em 1.0em;
}

table.compare thead th {
	padding-bottom: 0.5em;
	text-align: center;
	font-size: 14px;
}

table.compare .always{
	background-color: #E7FEE6;
    font-size: 12px;
    color: #538E51;
    font-weight: bold;

}

table.compare .rating{
	text-align: center;
	vertical-align: middle;
}

table.compare .sometimes{
    font-size: 12px;
    color: #444343;
    font-weight: bold;
}

/* @group footer */

#footer {
  clear: both;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  color: #626262;
  font-size: 12px;
  border-top: 1px solid #CCC;
}

#footer span {
	margin-right: 15px;
}

#footer a {
	margin-right: 5px;
	border-right: 1px solid #CCC;
	padding-right: 5px;
}

#footer a.last-child,
#footer a:last-child {
  border: 0 none;
}

#footer a#id_feedback {
  color: #cb2027;
  font-weight: bold;
  text-decoration: none;
  margin:0 0 0 5px;
  padding: 0;
  cursor: pointer;
  float: right;
  border: 0 none;
}

#footer a#id_feedback img {
  vertical-align: middle;
}

/* @end */
/* @group Sociable */
div.sociable {
  margin: 0 !important;
  position:absolute;
  right:0px;
  bottom:10px;
}
div.sociable ul li {
  border:1px solid #D1D1D1;
  display:inline-block !important;
  height:20px;
  margin:0 0 0 5px !important;
  text-align:center;
  vertical-align:middle;
  width:20px;
}
/* @end */

/* @group Comments */
#respond textarea {
  width: 500px;
  height:150px;
}
#respond form p {
  margin:10px 0;
}
#respond form {
  margin:20px 0;
}
.comments-area h3 {
  font-weight:bold;
}
li.comment img.avatar {
  float:left;
}
li.comment .comment-right {
  margin-left:63px;
}
li.comment .comment-meta {
  float:right;
  font-size:12px;
}
li.comment p {
  margin:10px 0;
}
.comment-author .fn {
  font-weight:bold;
  font-size:12px;
}
li.comment  {
  border-bottom:1px solid #d1d1d1;
  margin:20px 0;
}
/* @end */