/*
Theme Name: Time to Rest
Description: Modified Time to Rest template from OSWD Converted for wordpress
Author: Business Broker
Updated and adapted for use by the Raging Main: web.ragingmain.com
*/


/*-----------Block Level Elements--------------*/

body { 
	margin:0;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#121212;
	text-align:center;
	}
h1 { 
	margin:0;
	font:normal 1.6em Arial, Sans-Serif;
	letter-spacing:-1px;
	color:#666666;
	}
h1 a {
	color:#666666;
	}
	
/* Wrapper */

#wrap {
	width:768px;
	margin:0px auto;
	border-left:1px solid #0D130D;
	border-right:1px solid #0D130D;
	}
	
/* Header */

#header {
	height:120px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
#header h1
{
	color: #000;
	font-size: 16pt;
}

.desc
{
	color: #000;
	font-size: 12pt;
}	
	
/* Navigation Bar */

div#navigation {
    height: 30px;
    width: 100%;
    border-top: solid #0D130D 1px;
    border-bottom: solid #0D130D 1px;
	background-image:url(images/bg_navigation.gif);
}
div#navigation ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold
    color: #000;
    line-height: 30px;
    white-space: nowrap;
}
div#navigation li {
    list-style-type: none;
    display: inline;
}
div#navigation li a {
    text-decoration: none;
    font-weight: bold;
    text-transform:uppercase;
    letter-spacing:1px;
    padding: 7px 10px;
    color:#000;
}
div#navigation li a:link {
    color: #000:
}
div#navigation li a:visited {
    color: #000;
}
div#navigation li a:hover {
    color: #000;
	background-color: #ff0400
	
}
	
/* Content Area */

#content {
	text-align:left;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:12px 10px;
	color:#000;
	background-color:#fafafa;
	float: left;
	width: 748px;
	}

#left
{
	width: 590px;
	float: left;
}
	
#content a {
	color:#2F6051;
	font-weight:bold;
	text-decoration:none;
	}
#content a:hover {
	color:#ff0400;
	text-decoration:underline;
	}
#content a:visited {
	color:#656565;
	}
	
/* Menu */

#menu
{
	width: 120px;
	float: left;
	text-align:left;
	margin-left: 30px;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}	
	
/* Footer */

#footer {
	height:90px;
	line-height:30px;
	padding-bottom: 10px;
	background-color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	clear: both;
        font-weight:bold;
	}
#footer a {
	color:#2f6051;
	text-decoration:none;
        font-weight:bold;
	}
#footer a:hover {
	color:#ff0400;
	text-decoration:underline;
        font-weight:bold;
	}






