/*
Theme Name: Blunomad Template
Theme URI: http://www.blunomad.com/
Description: Custom Wordpress template for the Blunomad website
Version: 1.0
Author: C. Lupu
Author URI: http://www.orangecreative.net/
Tags: Blunomad, Richard Pearse Photography
*/

html , body{
	height: 95%;
	font-family: Verdana, Arial;
	font-size: 10pt;
	background: #000;
	color: #FFF;
}

body {
	/*padding: 0 50px 0 100px;*/
	padding: 0 2% 0 4%;
}

a, a:active, a:visited  {
	color: #FFF;
}

a:hover {
	color: #FFF;
}

a img {
	border: none;
}

h3 a { 
	text-decoration: none;
}

#page {
	height: 100%;
	display: block;
	overflow: hidden;
}

.cb {
	clear: both;
}

.fl {
	float: left;
}

#header {
	width: 99%;
	background: url('images/line-bg.gif') repeat-x top;
}

#header-left {
	float: left;
	width: 400px;
}

#header-left a, #header-left a img, #header-left img{
	float: left;
}

#header-left a img{
	margin-top: 5px;
}

#header-left a {
	width: 115px;
	height: 55px;
	display:block;
	overflow: hidden;
	background-image: url('images/logo.gif');
}

#header-left a:hover {
	background-image: url('images/logo-rollover.gif');
}

#header-right {
	float: right;
}

.phone-number {
	text-align: right;
	padding: 12px 10px 0 0;
	font-size: 11px;
}

.top-menu {
	margin-top: 15px;
	font-size: 10px;
}

.top-menu ul {
	padding: 0;
	margin: 0;
}

.top-menu li, .top-menu p {
	list-style: none;
	float: left;
	margin: 0 9px;
}

.top-menu li a {
	text-decoration: none;
}

#menu_item_1 {
	margin-left: 0;
}

#breadcrumb {
	float: right;
	font-size: 10px;
	margin-bottom: 20px;
}

#content, #content-narrow {
	width: 100%;
	height: 80%;
	padding-top: 3%;
	display: block;
	text-align: center;
}

.entry, .post, #flash-container {
	width: 100%;
	height: 100%;
}

.post-narrow {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	position: relative;
}

.entry-narrow {
	width: auto;
	height: 100%;
	float: left;
	text-align: center;
	position: relative;
}

#side-menu {
	/*float: right;*/
	text-align: right;
	width: 180px;
	margin: 50px 30px 0 0;
	padding-left: 150px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 10px;
}

#side-menu li {
	list-style: none;
	margin: 10px 0;
}

#side-menu li a, #side-menu a{
	text-decoration: none;
}

#static-content, #static-content-2 {
	width: 50%;
	text-align: center;
	display: block;
	margin: 0 auto;
}

#static-content *, #static-content-2 * {
	font-size: 10px;
	line-height: 16px;
}

#static-content-2 {
	width: 800px;
	padding-left: 250px;
}

#static-content-3 {
	width: 800px;
}


#contact-form, #contact-form-submit {
	width: 50%;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 5px 0;
}

#contact-form *{
	text-align: left;
	font-size: 10px;
}

#contact-form input, #contact-form textarea{
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}

#contact-form-submit input{
	width: 100px;
	text-align: center;
}

#contact-form-body .contact-form-label {
	width: 150px;
	float: left;
	text-align: right;
	margin: 0 10px 5px 0;
	padding: 0;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 80%;
}

.current_page_item a{
	font-weight: bold;
	color: #1292D3;
}

#breadcrumb {
	visibility: hidden;
}
