/* Layout for WPDS */

@import url(nav.css);

* {
	margin:0;
	padding:0;
}

body {
	background:#666 url('../images/bg_body.jpg') repeat-x;
}

#container {
	position:relative;
	width:860px;
	margin:  15px auto;
	background:#EAEAEA;
}

#header {
	position:relative;
	height:100px;
	background:#ccc url('../images/bg_header.jpg') no-repeat right;
}

.header-image {
	float:left;
}

.header-title {
	height:69px;
	margin-left:152px;
	border-bottom:1px solid #E99C2E;
	padding:30px 0 0 20px;
}

#columns {
	position:relative;
	background:#EAEAEA;
	border-left:1px solid #FFF;
}

#col-left {
	position:relative;
	width:152px;
	padding-top:20px;
	text-align:center;
}

#col-right {
	position:absolute;
	top:0;
	left:152px;
	width:666px;
	background:#FCFCF6;
	padding:20px
}

.wp-logo {
	margin-top:55px;	
}

#footer {
	position:relative;
	line-height:30px;
	margin-left:152px;
	border-top-width:0;
	border-top:1px solid #E99C2E;
	font-size:85%;
	font-weight:bold;
	color:#666;
}

.footer-logo {
	position:absolute;
	top:0;
	right:0;
}

.photo-right,
.photo-details img {
	float:right;
	margin:0 0 8px 8px;
}

.photo-left {
	float:left;
	margin:0 8px 8px 0;
}

.sidebar {
	float:right;
	width:300px;
	margin:0 0 7px 7px;
}

.photo-details {
	clear:right;
}
