/*-----------------------------------------------------------------------------
version:   1.0
author:    
email:       
website:   
date:      

Copyright 
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div{margin: 0; padding: 0;}

/*debug border on all divs
div{
   border: 1px solid #ccc;
}
*/
/* Class for clearing floats */
.clear {
   clear:both;
}
* {
	margin: 0;
	padding: 0;
}
/* Remove border around linked images and fix Firefox odd spaces */
img {
   border: 0;
   vertical-align: bottom;
}

/* =Structural
-----------------------------------------------------------------------------*/
body {
	background: url('../images/layout/bg_page.png') repeat-y top center #dcdcde;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color: #777171;
}

#wireframe_holder {
	width: 1000px;
	height: 100%;
	margin:  auto;
}
#wireframe_inner {
	width: 980px;
	margin: auto;
}
/* =Typography
-----------------------------------------------------------------------------*/
.red {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	height: 50px;
	width: 100%;
	display: block;
	text-indent: -9999px;
	background: url('../images/layout/h1_ryl.png') no-repeat top center;
	
}
h2 {
	padding: 5px;
}
h3 {
	
}


/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/

#branding {
	height: 140px;
	width: 980px;
}


/* =Main Nav
-----------------------------------------------------------------------------*/

#main_nav {
	height: 40px;
	width: 100%;
	background: url('../images/layout/bg_nav.png') repeat-x top left #dcdcde;
}

#main_nav ul {
	list-style: none;
	padding-left: 25px;
	height: 35px;
}
#main_nav li {
     display: inline;
     margin: 0 -3px 0 0;
}
#main_nav li a {
	/* float: left; 
   display: block;*/
	line-height: 40px;
	padding: 15px 25px;
	border-left: 1px solid #fff;
	border-right: 1px solid #aeaeae;
	text-decoration: none;
	color: #000000;
}
#main_nav li a:hover {
	
}
.first {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;	
}
.last {
	border-left: 1px solid #fff;
}
/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

#navigation {
	width:300px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	float:right;
	padding-right: 5px;
}


/* ----- MAIN CONTENT ----- */



#content { 
	width:540px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	padding-left: 5px;
}

.main_box {
	width: 670px;
	background: url('../images/layout/main_box_center.png') repeat-y top left #dcdcde;
}
.main_box_top {
	height: 15px;
	width: 670px;
	display: block;
	background: url('../images/layout/main_box_top.png') no-repeat top left #dcdcde;
}
.main_box_bottom {
	height: 15px;
	width: 670px;
	display: block;
	background: url('../images/layout/main_box_bottom.png') no-repeat top left #dcdcde;
}
.main_box_inner {
	padding: 0 20px;
    line-height:  20px;
}
.imgLink {
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #f00;
    padding: 5px 20px;
    background:  url(../images/icons/page_go.png) left center no-repeat;
}
.imgLink a:hover {
    text-decoration: underline;
    color: #000;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
.right_box {
	width: 300px;
	background: url('../images/layout/right_box_center.png') repeat-y top left #dcdcde;
}
.right_box_top {
	height: 15px;
	width: 300px;
	display: block;
	background: url('../images/layout/right_box_top.png') no-repeat top left #dcdcde;
}
.right_box_bottom {
	height: 15px;
	width: 300px;
	display: block;
	background: url('../images/layout/right_box_bottom.png') repeat-y top left #dcdcde;
}
.right_box_inner {
	padding: 0 10px;
    font-size: 11px;
}
.sb_date {
    font-size: 11px;
    color: #f00;
    font-weight: bold;
}
.sb_header {
    font-weight: bold;
    color:  #000;
}
.sb_read_more {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
    padding: 3px 25px;
    border: 1px solid #e7e7e7;
}
.sb_read_more a {
    text-decoration: none;
    color: #f00;
    padding: 5px 20px;
    background:  url(../images/icons/arrow_right.png) right center no-repeat;
}
.sb_read_more a:hover {
    text-decoration: underline;
    color: #000;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 350px;
	background: url('../images/layout/bg_footer.png') repeat-x top left #242424;
	padding: 30px;
	padding-top: 30px;
}

#footer_col_1 {
	width: 350px;
	background: url('../images/layout/footer_divider.png') no-repeat center right #242424;
	float: left;
} 
#footer_col_2 {
	margin-left: 365px;
}

/* =Forms
-----------------------------------------------------------------------------*/

#contactForm {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
    border: 0;
}
.error {
    
}

.input {
	height:30px;
	width: 240px;
	line-height: 30px;
	background: url('../images/layout/form_bg_input.png') no-repeat top left #e7e7e7;
	padding:5px 5px;
	border: none;
}

.textarea {
	height: 100px;
	width: 240px;
	background: url('../images/layout/form_bg_text.png') no-repeat top left #e7e7e7;
	padding:5px 5px 10px 5px;
	border: none;	
}
.btn_submit {
	height: 30px;
	width: 250px;
	background: url('../images/layout/form_bg_submit.png') no-repeat top left #e7e7e7;
	padding:5px 5px 10px 5px;
	border: none;
	color: #e7e7e7;	
}
#myStory {
	padding-left: 50px;
}
#myStory input {
	width: 300px;
	padding: 2px 5px;
}
#myStory textarea {
	width: 300px;
	height: 250px;
	padding: 2px 5px;
}
#myStory p {
	padding-bottom: 10px;
}
/* =Tables
-----------------------------------------------------------------------------*/

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

td {
  text-align: left;
  font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/
.line {
	height: 1px;
	margin:  10px;
	border-top: 1px solid #cccccc;
}
.fb_link {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
p.divider {
	height: 20px;
	margin: 5px;
	background: url('../images/layout/content_divider.png') no-repeat top center;
	display: block;
}

.stories_popular {
	height: 110px;
	padding: 10px 5px;
	margin-top: 10px;
	border-bottom: 1px solid #c7c7c7;
}
.ximg {
	float: left;
	padding: 0px 10px;
}
/* =Misc 2
-----------------------------------------------------------------------------*/