/*   
Theme Name: Bonza Bait
Theme URI: None
Description: Bonza Bait
Author: Bonza Bait
Version: 0.0.1
*/

@media screen {

* {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
}

body {
	background: url('images/bonza_bg.jpg') top center no-repeat fixed #1e2249;
}

#page-wrap {
	margin: 0 auto;
	width: 740px;
	height: 100%;
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0 0 7px #000;	
}

#top-area {
	width: 100%;
	height: 20px;
	margin-bottom: 105px;
	background-color: #111335;
}

#header {
	position: relative;
	height: 141px;
	background: url('images/bonza_header_bg.png') repeat #0066b3;
}

#header h1 {
	font-family: "Gill Sans", "Gill Sans MT", Arial, sans-serif;
	font-size: 36pt;
	font-weight: normal;
	font-style: italic;
	color: #FFF;
	text-align: right;
	padding-top: 30px;
	padding-right: 60px;
	margin-bottom: -5px;
}

#header h2 {
	font-family: "Gill Sans", "Gill Sans MT", Arial, sans-serif;
	font-weight: lighter;
	font-size: 14pt;
	color: #FFF;
	text-align: right;
	padding-right: 65px;
}

#logo {
	position: absolute;
	top: -103px;
	left: -25px;
	width: 347px;
	height: 248px;
	background: url('images/bonza_logo.png') no-repeat;
}

#nav{
	background: url('images/bonza_nav_bg.jpg') repeat-x #e8bd5d;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
	height: 38px;
}

#nav ul li{
    display:inline;
	line-height: 38px;
}

#nav ul li a {
    display:inline-block;
    padding:0 20px;
}

#nav ul a:link, #nav ul a:visited {
	text-decoration: none;
	color: #000;
}

#nav ul a:hover, #nav ul a:active {
	color: #000;
	background: url('images/bonza_nav_hover.jpg') repeat-x #faf9f3;
	text-decoration: none;
	margin-left: -1px;
	margin-right: -1px;
	border-left: solid 1px #e8bd5d;
	border-right: solid 1px #e8bd5d;
}

#display_image {
	width: 740px;
	height: 160px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-top: -10px;
}

#promotion {
	border: 0;
	background: none;
}

#main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#content {
	width: 490px;
	height: 100%;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	background-color: #faf9f3;
}

#contentother {
	width: 720px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	background-color: #faf9f3;
}

#content p, #contentother p {
	font-size: 13pt;
	color: #000;
	font-weight: lighter;
	line-height: 25px;
	letter-spacing: 0.4px;
	margin: 10px 0 10px 0;
}

#content li, #contentother li {
	font-size: 13pt;
	color: #333;
	font-weight: lighter;
	line-height: 25px;
	letter-spacing: 0.4px;
	margin-left: 30px;
}

#content h1, #contentother h1 {
	font-size: 15pt;
	color: #333;
	font-weight: normal;
	font-style: italic;
	line-height: 25px;
	letter-spacing: 0.4px;
	margin: 10px 0 15px 0;
}

#content h2, #contentother h2 {
	font-size: 14pt;
	color: #1e2249;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0.4px;
	margin-top: 5px;
}

#content table, #contentother table {
	border: solid 1px #000;
	font-size: 11pt;
	color: #000;
	font-weight: lighter;
	line-height: 25px;
	letter-spacing: 0.4px;
	margin: 10px 0 10px 0;
}

#content tr, #content td, #contentother tr, #contentother td {
	border: solid 1px #000;
	padding: 5px;
}

#content a:link, #content a:visited, #contentother a:link, #contentother a:visited {
	font-size: 13pt;
	text-decoration: none;
	color: #b28318;
}

#content a:hover, #content a:active, #contentother a:hover, #contentother a:active {
	font-size: 13pt;
	color: #dcad44;
	text-decoration: none;
}

#sidebar {
	width: 215px;
	padding: 5px;
	float: right;
}

#sidebar h1 {
	font-size: 10pt;
	color: #000;	
}

#sidebar h2 {
	color: #1E2249;
    font-size: 14pt;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 25px;
    margin-top: 5px;
	font-style: italic;
}


#sidebar_promotion {
	border: 0;
	background: none;
	background-image: none;
}

.promo_slider .panel {
	background-image: none !important;
}

#footer {
	width: 640px;
	margin: 5px auto 50px auto;
}

#footer p {
	font-size: 10pt;
	color: #faf9f3;
	text-align: center;
	padding: 5px;
}

#footer ul {
	margin: 0;
	list-style: none;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	display: block;
	padding: 0 20px 0 20px;
	border-right: solid 1px #e8bd5d;
}

#footer ul li.page_item page-item-17 {
	border-left: solid 1px #e8bd5d;
}

#footer ul a:link, #footer ul a:visited {
	text-decoration: none;
	font-size: 10pt;
	color: #faf9f3;
}

#footer ul a:hover, #footer ul a:active {
	color: #e8bd5d;
	font-size: 10pt;
}

#contentother label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

#contentother .submit input
{
margin-left: 2em;
}
 
#contentother input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

#contentother .submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 

#contentother fieldset
{
border: 1px solid #781351;
width: 20em
}

#contentother legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}


blockquote { }
blockquote p { }


.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }

} /* END screen media */

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */