/*   
Theme Name: Simplicity
Theme URI: http://www.seahawksystems.com
Description: A search engine optimized website framework for WordPress.
Author: TJ Arnold
Author URI: http://www.seahawksystems.com
Version: 1.0
.
Copywrite 2011, Seahawk Systems.
This work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Import a basic layout */
@import url('2c-l.css');

/* Reset default browser styles */
@import url('reset.css');

/* Rebuild default browser styles */
@import url('rebuild.css');

/* Basic WordPress Styles */
@import url('wp.css');


body {
	margin: 1.5em 15%;
	background: #665CBA;
	color: #000000;
/* 	background: #677799;
 	background: url("seahawkemboss.jpg") repeat; */
}

html {
overflow-y:scroll;
}

hr {
	margin-left: 0px;
	margin-right: 10px;
}

/* =Header
-------------------------------------------------------------- */
#header {
	background: url("seahawk.jpg") ;
  	no-repeat bottom center;
  	margin:0; 
  	height: 187px; 
  	width: 733px; 
}

#branding {
	margin: 0 0 0 0;
}


/* =Menu
-------------------------------------------------------------- */
#access {
	display: none;
}

.skip-link {
	display: none;
}


#mainmenu {
 	text-align: right;
 	font-weight:bold;
 	font-style:italic;
 	font-size:1.3em;
 	margin-bottom: 10px;
        font-family: Arial;
	float: left;
	margin: 0;
	margin-left: -35px;
	padding: 0;
	width: 230px;
}
#mainmenu li {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
        list-style:none;
}
#mainmenu a {
/*	color: #0B034C;
        background: #3375cc; */
	color: #6D6700;
	background: #D4CB35;
	display: block;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none;
        border-top: 1px solid #cecece;
        border-bottom: 2px solid #4a4a4a;
        border-left: 1px solid #cecece;
        border-right: 2px solid #4a4a4a;
	border-radius: 20px;
}
#mainmenu a:hover {
 	background: #6D6700;
/* 	background: #2f328f; */
	color: #D4CB35;
 	border-bottom: 1px solid #cecece;
 	border-top: 2px solid #4a4a4a;
 	border-right: 1px solid #cecece;
 	border-left: 2px solid #4a4a4a;
}

html>body #mainmenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}

#current a{
/* 	background: #2f328f; */
 	background: #6D6700;
	color: #D4CB35;
	margin-left: 10px;
	margin-right: -10px;
}

/* =Content
-------------------------------------------------------------- */

#main {
	padding-top: 10px;
	border-top: 1px solid #000000;
}


/* =Footer
-------------------------------------------------------------- */
#site-info {
	text-align: center;
	color: #FFFFFF;
}


/* =Hidden items
-------------------------------------------------------------- */

/* hide site title */
#blog-title {
    display:none;
}
/* hide site description */
#blog-description {
  display:none;
}
/* hide widget title */
#primary .widget-title {
  display:none;
}

img {
	padding: 5px;
}

/* Title for each page */
.entry-title {
	font-size: 160%;
	font-weight: bold;
	color: #A86700;
}

strong {
	color: #A86700;
}


















