/*
Main CSS sheet for Jamie Willmott Photography Site
Author: Jamie Willmott
Author URI: http://www.jamiewillmott.com
*/
	
* {margin:0; padding:0;} /* REMOVES all padding & margin from EVERYTHING */	
	
body {
	background: #1e1f21;
	color: #6e7073;
	font: 11px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

a {
	color: #6e7073;
	outline: none;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #ff0000;
}

p {
	margin: 0 0 10px 0;
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 960px;
	margin: 0 auto;
}
	
a.gallery {
	color: #ffffff;
	font-size: 3em;
}
	
a.gallery:hover {
	color: #ff0000;
}

a.gallery:active {
	color: #ffffff;
}		

a.blog {
	color: #ffffff;
	font-size: 3em;
	margin: 0 0 0 170px;
}
	
a.blog:hover {
	color: #ff0000;
}

a.blog:active {
	color: #ffffff;
}
	
#header {
	 height: 100px; 
}

#navbar{
	background: #4a4f54;
	border-top: 1px solid;
	height:40px;
}

#navbar ul{
	margin: 10px 0;
}

#navbar li {
	list-style-type: none;
	display: inline;
}

#navbar li a {
	text-decoration: none;
	font-weight: bold;
	background-color: #4a4f54;
	color: #ffffff;
	padding: 12px;
	vertical-align: middle;

}

#navbar li a:hover {
  	color: #ff0000;
}

#navbar li a:active {
	color: #ffffff;
}

#content {
	padding: 20px 0 0 0;
	background: #fff;
}

#content-left {
	float: left;
	width: 690px;
}

#content-right {
	float: right;
	width: 250px;
}

#home-legal {
	color: #6e7073;
}

#home-content {
	position: absolute;
	left: 50%;
	width: 460px;
	margin-left: -255px;
	margin-top: 100px;
}


#picture-strip {
	margin: 0px 5px;
}

#picture-strip ul {
	display: block;
}

#picture-strip ul li{
	list-style-type: none;
	display: block;
	float: left;
	padding: 20px 16px 16px 20px;
	background: #4a4f54;
}

#picture-strip li.centerpic{
	margin: 0 9px 20px;
}

#picture-strip li.leftpic{
}

#picture-strip li.rightpic{
}

#link-strip {
	margin: 15px 0;
}


/*	##################################
   	HEADINGS
	################################## */

	
h1, h1 {
	margin: 0 0 20px 0;
}

h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}
	


/*	##################################
   	HEADER
	################################## */

.clearit{
	clear:both;
}

	
#top-nav {
	position: absolute;
	top: 10px;
	right: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

/*	##################################
   	CONTENT
	################################## */


h3.about-title {
	font-size:1.8em;
	font-weight:normal;
	margin: 0 20px 0;
	color: #ff0000;
}

.info-pic-block {
	background:#4a4f54;
	padding:20px
}

.info-desc-block	{
	background:#e6e7e8;
	color:#6e7073;
	padding:20px;
	vertical-align: top;
	border: 1px solid #ff0000;
	font-size: 1.1em;
}
	
/** CONTENT LEFT */

.box-left, .post, .page {
	margin: 0 0 20px 20px;
}


/** CONTENT RIGHT */

.box-right {
	margin: 0 20px 20px 0;
	padding: 20px;
	background: #f7f7f7 url(img/bg-box-right.gif) no-repeat left top;
}

.box-right ul {
	margin: 0 0 5px 0;
	list-style: none;
}

.box-right li {
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}

.box-right li ul {
	margin: 0 0 0 20px;
	list-style: square;
}

.box-right li li {
	border: none;
}

img {
	border: none;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 960px;
	padding: 5px 0;
}

#legal {
	float: left;
	width: 480px;
	margin: -5px 0;
}
	
/*	##################################
   	USEFUL
	################################## */
	
.clear {
	clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 0%;
}

/** CSS BASIC ELEMENTS */

hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #dedede;
	border: none;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

fieldset {
	margin: 0 0 20px 0;
	padding: 0 20px 20px 20px;
	background: #f7f7f7;
	border: none;
}

legend {
	font-size: 14px;
	font-weight: bold;
}

input, textarea {
	width: 90%;
	height: 22px;
	margin: 0 0 20px 0;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
	font-size: 11px;
}

textarea {
	width: 90%;
	height: 100px;
}

select {
	width: auto;
	margin: 0 0 20px 0;
	padding: 6px;
	background: #fff;
	border: 1px solid #dadada;
	color: #5e5e5e;
	font-size: 11px;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	background: #fff;
}

input.password {
	width: auto;
}

input.button {
	width: auto;
	height: 30px;
	padding: 0 20px;
	background: #6e7073;
	border: none;
	color: #fff;
}

pre {
	font-family: Courier, serif;
}