/*  
Name: Hubs Services
Theme URI: http://www.hubsservices.com
Author: Evan Watkins
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #70725D url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #252525;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 15px;
}

a {
	color: #467A87;
}

a:hover {
	text-decoration: none;
}

.style, .style a {
	color: #FFFFFF;
}

hr {
	display: none;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	background: url(images/wrapper760b.png) repeat-y;
}

#page {
}

/* Header */

#header {
	width: 760px;
	height: 200px;
	padding: 0 0 0 50px;
	background: url(../siteimages/headerEmpty.png) no-repeat;
}

#header h1, #header h2 {
	text-transform: uppercase;
	font-weight: normal;
}

#header h1 {
	letter-spacing: 5px;
	font-size: 30px;
}

#header h2 {
	margin-top: -8px;
	padding-left: 1px;
	letter-spacing: 3px;
	font-size: 12px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF
}

/* Content */

#content {
    float:right;
    padding-right:35px;
    width:475px;
}

.pagetitle {
	padding: 20px;
}

.navigation {
	height: 20px;
	padding: 0 20px;
	font-size: 77%;
}

.navigation a {
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.post {
	padding: 20px;
	background: url(images/img04.gif) repeat-x left bottom;
}

.post .title {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 136%;
	font-weight: normal;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
}

.post .entry p, .post .entry blockquote, .post .entry ul, .post .entry ol {
	text-align: justify;
}

.post .entry p {
	margin-bottom: 1.8em;
	line-height: 1.5em;
}

.post .entry blockquote {
}

.post .entry ul, .post .entry ol {
	margin: 0 0 1.8em 3em;
	line-height: 1.5em;
}

.post .entry h3 {
	font-size: 100%;
}

.post .postmetadata {
	font-size: 77%;
}

.post .postmetadata a {
}

/* Respond Form */

#respond {
	padding: 20px;
}

#respond h3 {
	font-size: 100%;
}

#respond a {
}

#respond #comment {
	width: 100%;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* Comments */

#comments {
	padding: 20px;
	background: url(images/img04.gif) repeat-x left bottom;
}

#comments a {
}

#comments h3 {
	font-size: 100%;
}

.commentlist {
	list-style-position: inside;
	font-size: 85%;
}

.commentlist li {
	padding-top: 1em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding-left: 30px;
	color: #FFFFFF;
}

#sidebar ul {
	list-style: none;
}

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

#sidebar li li {
	padding: 0 0 0 10px;
	background: url(images/img06.gif) no-repeat left center;
	color: #FFFFFF;
}

#sidebar h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 100%;
	color: #B7B8AE;
}

#sidebar form {
}

#sidebar #s {
	width: 96%;
}

#sidebar #searchsubmit {
	display: none;
}

#sidebar a {
	color: #FFFFFF;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	height: 61px;
	padding: 0 30px 0 0;
	background: url(images/footer760.jpg) no-repeat;
	text-align: right;
}

#footer p {
	padding: 1px 0 0 0;
	font-size: 77%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#content p 
    {
        margin:10px 0;
    }
/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    margin:0 10px 0 0;
}

.form .fields
{
    width: 265px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{

    border:1px solid #515151;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    
    color:#666666;
    font-size:14px;
}
  
fieldset textarea
{

    border:1px solid #515151;
    width:265px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    
    font-family:Arial, Verdana, Sans-Serif;
    color:#666666;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:2px solid #000000;
    }

fieldset input.error, fieldset textarea.error
{
    border:2px solid #F49AC1;
}

    fieldset input.error:focus
    {
        border:2px solid #af4975;
    }

fieldset button
{
    border:1px solid #555555;
    padding-left:5px;
    padding-right: 5px;
    margin:10px 0;
    
}
/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin:25px 0 0 0;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 0px;
       
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
           
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block; 
            border: 1px solid #e5e5e5;
            padding:5px;
        }
        
                .galleryGrid .item img:hover
        {
            display:block; 
            border: 1px solid #e5e5e5;
            background-color: #cfcfcf;
            padding:5px;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px 0 0 0;
}

    .photoGrid .item
    {
        width:151px;
        margin:0 0 15px 0px;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
           
            padding:0 7px 0 0;
        }
    
        .photoGrid .item img
        {
            display:block;
            padding: 5px;
            border: 1px solid #e5e5e5;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

#menu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 16em;
}
#menu li {
	font: 100%;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #595B49;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	/*background: #2580a2 url("images/hover.gif") left center no-repeat;*/
	font-weight: bold;
	color: #fff;
	padding-bottom: 8px;
	background-color: #467A87;
	
}  

#menu li.selected a 
{
    font-weight: bold;
	color: #fff;
	padding-bottom: 8px;
	background-color: #467A87;
}          
   
   fieldset{
border:0 none;
}               

.hidden 
{
    visibility:hidden;
    height: 0px;
}  

.credits 
{
    color: #fff;
    padding-right: 10px;
    font-size: 0.8em;
    float: right;
    width: 300px;
}

.contactInfo 
{
    color: #fff;
    padding-right: 0px;
    font-size: 0.8em;
    float: left;
    width: 330px;
}

#copyright
{
    width:100%;
    text-align:center;
    font-size: 0.9em;
    color: #fff;
}

#copyright a 
{
    color:#fff;
    text-decoration:none;
}
    
.SG_DEFAULT_KEYWORDS {visibility: hidden; }

.siteMap
{
    padding-top:5px;
}

#sitemap li
{
    list-style: none;
}

.h1Hidden 
{
    visibility:hidden;
    height: 0px;
}

#flash
{

float:left;
height:182px;
margin-left:-20px;
width:700px;
margin-top: -1px;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

.redHeader {
color:#D70907;
}

