/*
Theme Name: geoff
Description: Some day, Felipe, this will all make sense.  --Thomas Jefferson
Version: 0.001
Author: Geoff Katz
*/

/* BIG TOP */
	body {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 12px; /* Resets 1em to 10px */
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		/*background: white url('images/kubrickbgcolor.jpg');*/
		background-color:#5F5F5F;
		color: #333;
		text-align: center;
	}
	#page {
		background-color: white;
		border-color:#959596;
		border-style:solid;
		border-width:1px;
		text-align: left;
		margin: 20px auto;
		padding: 0;
		width: 960px;
	}
	#frame-left, #frame-right {
		float:left;
		width:479px;
		padding-left:1px;	
	}
	
/* HEADER */
	#header {
		margin: 1px auto;
		padding: 0;
		height: 200px;
		width: 958px;
	}
	#headerLeft, #headerRight {
		float:left;
		width:479px;
		height:200px;
	}
	.header1 {
		background: #4F221D url('images/header_1.png') no-repeat;
	}
	.header2 {
		background: #3C4023 url('images/header_2.png') no-repeat;
	}
	.header3 {
		background: #585753 url('images/header_3.png') no-repeat;
	}
	.header4 {
		background: #4F7B9D url('images/bg_pattern_blue.png') no-repeat;
	}
	#logo {
		float:left;
		height:250px;
		margin-left:-50px;
		position:relative;
		width:440px;
		top:5px;
		z-index:1;
		background: transparent url('images/biloya_logo.png') no-repeat;
	}
	#logo:hover {
		background: transparent url('images/biloya_logo_gl.png') no-repeat;
	}
	#headerBox {
		float:left;
		padding-top:16px;
		width:408px;
		height:170px;
	}
	.description {
		font-size:11px;
		color:white;
		width:375px;
	}
	#dictionary {
		padding:45px 0 0 135px;
		width:335px;
		height:100px;
		text-shadow:0 1px 0 black;
	}
	#navigator {
		clear:both;
		background: transparent url('images/navigator.png') no-repeat;
		height:60px;
		width:500px;
		position:relative;
		top:-188px;
		left:-66px;
	}
	.clearFloats {
		clear:both;
		padding-bottom:5px;
	}

/* Navigation Strip */
	#navBlock {
		background: transparent url('images/divider.png') no-repeat;
		width:958px;
		height:25px;
		margin:auto;
	}
	#navList {
		margin-left:369px;
		height:25px;
		font-size:14px;
		color:#FEFF9F;
		color:#3C3F33;
	}
	.navItem {
		float:left;
		height:19px;
		padding:3px 15px;
		text-transform:lowercase;
		cursor:pointer;
		border:1px solid transparent;
		color:#6F2222;
		text-shadow:0 1px 10px #FFFFFF;
		font-weight:bold;
	}
	.navItem:hover {
		color:#BD3939;
		text-decoration:overline;
		/*
		background: transparent url('images/nav_hl.png') repeat-x;
		color:#FFFFCF;
		border-color:white;
		border-style:solid;
		border-width:0 1px;
		text-shadow:none;
		*/
	}
	#navList .navItem a, #navList .navItem a:hover {
		text-decoration:none;
		color:inherit;
	}
	
/* CONTACT BOX */
	#contactBlock, #dialog {
		background: transparent url('images/contactBG.png') no-repeat;
		border-style:solid;
		border-width:1px 3px 5px;
		margin:1px 0 0 600px;
		position:absolute;
		text-align:center;
		width:315px;
		height:215px;
		z-index:1;	
	}
	.closeContacts {
		position:absolute;
		width:14px;
		height:14px;
		text-align:right;
		margin:4px 0 0 295px;
		cursor:pointer;
		opacity:0.75;
	}

/* SEARCH BOX */
	.search-block{
		background: transparent url(images/search-bg.png) no-repeat left top;
		margin-left:18px;
	}
	.search-block .searchform-wrap{
		background: transparent url(images/search-go.png) no-repeat right top;
		width: 146px;
		height: 30px;
	}
	.search-block input{
		background: none;
		border: 0;
		color: #928a85;
		color:#3F3F3F;
		float: left;
		width: 100px;
		padding: 0;
		margin: 0;
	}
	.search-block input.searchfield{
		font-family: "Lucida Grande";
		font-size:15px;
		padding:5px 0 0 5px
	}
	.search-block fieldset{
		border: 0;
		padding: 0;
	}
	.search-block input.go{
		width: 35px;
		height: 30px;
		text-transform: uppercase;
		text-align: center;
		float: right;
		color: #fff;
	}
	
/* FOOTER */
	#footer {
		padding: 0;
		margin: 0 auto;
		width: 960px;
		height:70px;
		height:75px;
		position:relative;
		top:-1px;
		clear: both;
		background: transparent url('images/footer-1.png') no-repeat top;
		border: none;
	}
	#footer p {
		margin: 0;
		padding: 20px 0;
		color:#5F1D17;
		text-align: center;
	}
	
/* ABOUT PAGE */
#abt_mainframe {
	padding:15px;
	height:350px;
}
#abt_fullwidth {
	border:2px solid #AFAFAF;
	height:311px;	
}
#abt_image {
	float:left;
	height:311px;
	width:425px;
	border-right:1px solid #AFAFAF;
  background:#DADADA url('images/flying.png') no-repeat scroll 0 0;	
}
#abt_textbox {
	float:right;
	height:311px;
	width:425px;
	background-color:#AFAFAF;	
}
#abt_title {
	font-size:50px;
	color:white;
	margin:5px 0 5px 1px;
  text-align:right;
	text-shadow:-185px 225px 5px #9f9f9f;	
}
#abt_text {
	padding:10px;
	font-size:16px;
	text-align:justify;
	text-shadow:0 1px 10px #DADADA;	
}

/* BLOG FORMATTING */
#bl-title-box {
	/*background:transparent url(/wp-content/themes/geoff/images/footer-2.png) no-repeat;*/
	-moz-border-radius: 5px;-webkit-border-radius: 5px;
	width:825px;
	margin:auto;	
}
#bl-title {
	padding-left:50px;
	border-bottom:1px solid #DADADA;
	color:silver;	
}
#bl-author {
	padding-left:50px;
	color:#8B9F9C;	
}
.bl-post-box {
	width:725px;
	margin:auto;	
}
.bl-post-date {
	width:150px;
	float:left;
	border-top:1px dotted;	
}
.bl-post-entry {
	float:left;
	padding-left:1px;
	padding-top:10px;
	border-left:1px dotted;
	border-top:1px dotted;
}
#respond {
  clear: both;
  padding-top: 10px;
}

/* H / A FORMATTING */
	
	h1, h2, h3 {
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: bold;
		margin:0;
	}
	h1 {
		font-size: 30px;
	}
	#headerimg .description {
		font-size: 1.2em;
		text-align: center;
	}
	h2 {
		font-size: 20px;
	}
	h2.pagetitle {
		font-size: 1.6em;
	}
	h3 {
		font-size: 14px;
	}
	h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
		text-decoration: none;
	}
	h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
		color: #5F5F5F;
	}
	h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
		text-decoration: none;
	}
	a, h2 a:hover, h3 a:hover {
		color: #06c;
		text-decoration: none;
	}

	a:hover {
		color: #147;
		text-decoration: underline;
	}

/* COMMENTS */
	.entry p a:visited {
		color: #b85b5a;
	}
	.sticky {
		background: #f7f7f7;
		padding: 0 10px 10px;
	}
	.sticky h2 {
		padding-top: 10px;
	}
	.commentlist li, #commentform input, #commentform textarea {
		font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	.commentlist li ul li {
		font-size: 1em;
	}
	.commentlist li {
		font-weight: bold;
	}
	.commentlist li .avatar { 
		float: right;
		border: 1px solid #eee;
		padding: 2px;
		background: #fff;
	}
	.commentlist cite, .commentlist cite a {
		font-weight: bold;
		font-style: normal;
		font-size: 1.1em;
	}
	.commentlist p {
		font-weight: normal;
		line-height: 1.5em;
		text-transform: none;
	}
	#commentform p {
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	.commentmetadata {
		font-weight: normal;
	}
	.alt {
		margin: 0;
		padding: 10px;
	}
	.commentlist {
		padding: 0;
		text-align: justify;
	}
	.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
	}
	.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
	}
	.commentlist p {
		margin: 10px 5px 10px 0;
	}
	#commentform p {
		margin: 5px 0;
	}
	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.commentmetadata {
		margin: 0;
		display: block;
	}

/* POST CONTENT */
	.post {
		margin: 0 0 40px;
		text-align: justify;
		clear:both;
	}
	.nomar {
		margin:0;
	}
	.post hr {
		display: block;
		}
	.postmetadata {
		clear: both;
	}
	.clear {
		clear: both;
	}
	.widecolumn {
		margin:auto;
		width:95%;
	}

/* Images */
	.rotateIt {
		/* for firefox, safari, chrome, etc. */
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		/* for ie */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);		
	}
	p img {
		padding: 0;
		max-width: 100%;
	}
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}
	img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}
	.alignright {
		float: right;
	}
	.alignleft {
		float: left;
	}
	
	img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	

/* Begin Lists */
	.entry {
		padding:0 5px 5px 10px;
		text-align:justify;
	}
	html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
	}
	html>body .entry li {
		margin: 7px 0 8px 10px;
	}
	.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
	}
	.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
	}
	.entry ol li {
		margin: 0;
		padding: 0;
	}
	.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
	}

/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* MISCELLANEOUS */
	.center {
		text-align: center;
	}
	.hidden {
		display: none;
	}	
	hr {
		display: none;
	}
	a img {
		border: none;
	}
	.navigation {
		text-align: center;
		margin-top: 23px;
		border:1px solid #DADADA;
		padding:5px 5px 0 5px;
		height:23px;
	}
	.left {
		float:left;
	}
	.sm {
		font-size:smaller;
	}

/* Captions */
	.aligncenter, div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		margin: 10px;
		width:550px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;
	}