/**
 * Default Text Styles
 */
body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}


html, body {
	margin:0px;
	padding:0px 0px;
	background: #000;
	color:#EEE;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	height: 100%; 
	}
#wrap {min-height: 100%;}    


a{
color:#486483;
text-decoration:none;
}

h1{
font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
font-weight:normal;
}

h2{
text-align:left;
font-size:2.2em;
}

h3{
text-align:left;
font-size:1.9em;
}

h4{
text-align:left;
font-size:1.2em;
font-weight:bold;
}

h5{
text-align:left;
font-size:1.2em;
}
.space {
    clear: both;
	padding: 20px 0;
}

/**
 * Header
 */
#header {
    height: 145px;
}
    #header #logo {
        background: #000 url(../images/header-logo.png) no-repeat;
        height: 145px;
    }
    #header #phone {
        padding-top: 70px;
        text-align: right;
    }
        #header #phone h1{
            color: #BF9A0E;
            margin: 0;
            padding: 0;
        } 
        #header #phone span{
            color: #7E6509;
            display: block;
            font-size: 1.2em;
            margin: -10px 0 0 0;
            padding: 0;
        } 

/**
 * Menus
 */
#menu-top {
    background: #000 url(../images/menu-back.png) no-repeat;
    height: 30px;
    line-height: 30px;
}
    #menu-top ul.main-nav {
        list-style: none;
        margin: 0;
        padding: 0 10px;
    }
    #menu-top ul.main-nav * {
        list-style: none;
        margin: 0;
    }   
    	#menu-top ul.main-nav li {
            float: left;
            margin: 0 5px 0 0;
        }
        #menu-top ul.main-nav a {
            color: #000;
            line-height: 1em;
            padding: 2px 8px;
        }
        #menu-top ul.main-nav a:hover {
            background: #DAB554;
            border: 1px solid #D2A62E;
            padding: 1px 7px;
        }
        #menu-top ul.main-nav a.selected {
            background: #DAB554;
            border: 1px solid #D2A62E;
            padding: 1px 7px;
        }        
    
#sidebar {
	margin: 20px 10px;   
}

#content {
	margin: 20px 10px;   
}
#page-footer {
    background: #333;
    clear:both;
    font-size: 10px;
    height: 15px;
	margin: -25px 0 0 0;  
    padding: 5px 10px;
	position: relative;
    text-align: right;
}
    
/**
 * Facebook News
 */   
 
#facebook-stream {
	margin: 0;
    padding: 0;
    list-style: none;
    word-wrap: break-word;
}

#facebook-stream li {
	clear: both;
    margin: 40px 0 0 0;
}
#facebook-stream li .image {
	float: left;
    width: 15%;
}
#facebook-stream li img.profile-image {
    margin: 5px;
    text-align: left;
}

#facebook-stream li .message {
	float: left;
    width: 85%;
}
#facebook-stream li p {
    margin: 5px;
    text-align: left;
}
#facebook-stream li .message img {
    border: 1px solid #666;
    margin: 5px;
    padding: 2px;
}
#facebook-stream li .message .read-more {
    background: #EEE;
    border: 1px solid #555;
    color: #000;
    margin: 5px;
    padding: 2px 15px;
}

/**
 * Slides
 */ 
 
#slides {
    margin: 20px 0 0 0;
}
#slides img {
     -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3+, Chrome */
          border-radius: 5px; /* Opera 10.5, IE 9 */    
} 
 
#pager {
    text-align: right;
    margin: 5px 0 0 0;
}
#pager a {
    background: #333;
    color: #333;
    display: inline-block;
    margin: 0 0 0 2px;
    padding: 2px 5px;
    width: 15px;
     -moz-border-radius: 25px; /* FF1+ */
  -webkit-border-radius: 25px; /* Saf3+, Chrome */
          border-radius: 25px; /* Opera 10.5, IE 9 */      
}
#pager a.activeSlide {
    background: #999;
    color: #999;
}


/**
 * Contact
 */ 
 
#content-contact {
    background: #EEE;
	margin: 35px 10px;   
     -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3+, Chrome */
          border-radius: 5px; /* Opera 10.5, IE 9 */    
} 

/**
 * Showcase
 */
#showcase-sidebar h2 {
	margin: 40px 0 20px;
}
 
#showcase h3 {
    text-align:left;
    border-bottom: 1px solid #666;
    color: #E6AD10;
    font-size:2.2em;
    margin: 20px 0;
}
ul#showcase-list * {
    margin: 0;
    padding: 0;
    list-style: none;
}
	#showcase-list li {
        float: left;
    }
    	#showcase-list li a {
        	float: left;
            height: 130px;
            background: #292929;
            margin: 5px;
            padding: 4px;
            width: 200px;
        }
        #showcase-list li a:hover {
            background: #666;
        }
    	#showcase-list li span {
            background: #292929;
            color: #FFF;
            float: right;
            padding: 3px 6px;
            position: relative;
            margin: 103px 0 0 -150px;
            text-align: right;
        }
#showcase-description {
    margin: 20px 0 0 0;
}        
 
#showcase-thumbnails * {
	margin: 0;
    padding: 0;
    list-style: none;
}
	#showcase-thumbnails li {
    	float: left;  
    }
    #showcase-thumbnails li a {
        background: #333;
        float: left;  
    	margin: 3px;  
    }
    #showcase-thumbnails li a:hover {
        background: #666;
    }
    #showcase-thumbnails li a.activeSlide {
        background: #666;
    }
    #showcase-thumbnails img {
        float: left;  
    	margin: 3px;   
    }
