/*  
Theme Name: Onyx House
Theme URI: http://www.onyxhouse.com/
Description: A custom theme created by Philip Renich of <a href="http://www.elfboy.com">www.elfboy.com</a>.
Version: 0.1
Author: Philip Renich
Author URI: http://www.elfboy.com/
*/

* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body
{
	height: 100%;
	margin: 0;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: trebuchet, verdana, sans-serif;
	background: #B0B7D1 url(images/container_bg.gif) repeat-y 50% 0;
	letter-spacing: .05em;
	line-height: 1.4em;
}

#container
{
	position: absolute;
	width: 776px;
	top: 0;
	left: 50%;
	margin-left: -388px;
	height: 100%;

	}
#banner
{
	width: 100%;
	height: 300px;
}


#nav
{
	width: 776px;
	height: 2.5em;
	background: url(images/nav_bg.gif) repeat-y;
	text-align: center;
	z-index: 9000;
	position: relative;
}

#content
{
	position: relative;
	width: 760px;
	padding: 1.5em 10px 0;
	font-size: 1.2em;
	z-index: 100;
}

#contentWithSidebar
{
	position: relative;
	width: 560px;
	padding: 1.5em 10px 0;
	font-size: 1.2em;
	z-index: 100;
	float: left;
}

#contentLeft {
	width: 366px;
	margin: 0;
	margin-right: -1px;
	padding: 0 10px;
	float: left;
	border-right: 1px solid #777;
}
#contentRight {
	width: 350px;
	margin: 0;
	padding: 0px 10px;
	border-left: 1px solid #777;
	float: left;
	text-align: center;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#3973AC;
}

a:hover {
	text-decoration:underline;
	color:#3973AC;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#footer
{
	clear: both;
	position: relative;
	bottom: 0;
	left: 0;
	padding-top: 25px;
	text-align: center;
	z-index: 10;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.contentheading {
	font-size:1.33em;
	color:#3973AC;
	font-weight: bold;
	line-height: 1.33em;
}
/* End Typography & Colors */



/* Begin Structure */

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */


h2 {
	margin: 0;
	color: #3973AC;
	font-weight: bold;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.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;
	}*/
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}

.clear {
	clear:both;
}

.imgbdr
{
	border: 1px solid #000;
	padding: 1px;
	margin: 7px;
}


/* DROP DOWN MENU */
ul.navbar {
	position: relative;
	top: .5em;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.navbar li {
	position: relative;
	margin: 0 25px;
	padding: .6em 0;
	display: inline;
}
ul.navbar li a {
	color: #000;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 1.35em;
}

ul.navbar li ul {
	position: absolute;
	left: 0;
	margin: .35em 0;
	padding: 0;
	display: none;
}
ul.navbar li:hover ul {
	display: block;
}
ul.navbar li ul li  {
	padding: 0;
}
ul.navbar li ul li a {
	display: block;
	width: 120px;
	margin-left: -40px;
	padding: 5px 0;
	font-size: .9em;
	background-color: #B0B7D1;
	border: 1px solid #6270A6;
	border-top: 0;
}
ul.navbar li ul li a:hover {
	color: #fff;
	background-color: #6270A6;
	border: 1px solid #6270A6;
	border-top: 0;
}
