/* CSS Document */

/* Styling for Dan Johnson Photography */

/* Colours: 
	#e2e2e2 pale grey
	#000000 black
	#ffcc00 DJP Yellow
	#232323 Dark Grey
	#666666 Very Dark Grey
*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6 {
	margin:0; 
	padding:0; 
	border:0; 
	outline:0;
	font-weight:inherit; 
	font-style:inherit; 
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	text-align:justify;
}
/* The background of the main body of the page is black (#000000) with white (#FFFFFF) text */
body {
	background:#000000; 
	color:#e2e2e2;
}
/* Font colour for paragraphs is white #FFFFFF */
p {
	color:#e2e2e2; 
	margin-bottom:13px; 
	line-height:1.5em;
	font-size:14px;
}

strong {
	font-weight:bold;
	}
	
.yellowbold {
	color: #FFCC00;
	font-weight: bold;
}

.orangebold{
	color: #ff6600;
	font-weight: bold;

}

.whitebold{
	color: #ffffff;
	font-weight: bold;

}

.orange{
	color: #ff6600;
}

a:link {
	color:#ffcc00;
	text-decoration:none;
}

a:visited {
	color:#ffcc00;
	text-decoration:none;
}

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

h2 {
	color:#ffcc00;
	font-style:italic;
	font-size:22px;
	text-transform:none;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffcc00;
	font-style:italic;
	font-size:22px;
	text-transform:none;
}

h1#alt-h1, h1#alt-h1 a, h2#alt-h1, h2#alt-h1 a {
	height:0 !important;
	overflow:hidden;
	width:0 !important;
	display:none !important;
}

/* ---------------------- */
/* -----LAYOUT STUFF----- */
/* ---------------------- */
 
#wrapper {
	background:#000000;
	width:772px; 
	margin:0px auto 0px auto;
	border:solid 14px #232323;
	border-top:none;
	border-bottom:none; 
}

#header {
	background:#232323;
	padding-top: 20px;
}

#content-wrapper {
	padding-left:31px; 
	padding-right:31px; 
	padding-top:20px;
	border-bottom:10px solid #232323;
	font-size:14px;
}

#content {

}


/* ---------------------- */
/* ----HEADER LAYOUT----- */
/* ---------------------- */
/* #top-colored-bar {
	height:14px;
	background: #232323;
}	
*/
#logo {
	width:772px;
	height:68px;
	position:absolute;
	top: 30px;
	bottom: 5px;
	background:url(../images/walkway-on-grey.jpg);
}
#flash-header {
	width:772px;	
	float:none;	
	height:404px;
	margin-top: 98px;
	overflow:hidden;
	background: #232323;
}


/* ---------------------- */
/* ---NAVIGATION MENU---- */
/* ---------------------- */
/* nav area and links */
#topnav {
	text-transform:lowercase;
    z-index:2;
	padding-left: 30px;
	margin: 10px 0px 0px 0px;
	padding-bottom: 10px;
	list-style: none;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=95);opacity:0.95;
	background: #232323;
	line-height:24px;
}

#topnav a {
	display: block;
    z-index:7;
	font-style:normal;
	color:#e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:16px;
}

#topnav a:link {
	color:#e2e2e2;
	text-decoration:none;
}
#topnav a:visited {
	color:#e2e2e2;
	text-decoration:none;
}
#topnav  a:hover {
	color:#e2e2e2;
	text-decoration:underline;
}

#topnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
    z-index:3;
}

#topnav li li {
	padding-top:0;
	margin-right:0;
	}



/* self-clearing floats */
.self-clear:after { /* self-clear the float */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .self-clear { /* for IE 5,6 */
	height: 1%;
} 
*:first-child+html .self-clear { /* for IE7 */
	min-height: 1px;
}

#topnav li { /* all list items */
	float: left;
	margin-right: 25.2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#topnav li:hover {
	position:static; /* help IE7 a bit */
}
#topnav li ul { /* second-level lists */
	position: absolute;
	width: 120px;
	left: -999em; 
	margin-top:10px; 
	background: #232323;
}
#topnav li ul a {
	width:104px;
	padding: 5px 8px;
	font-size: 80%;	
}
#topnav li:hover ul, #topnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#topnav li.topnavright {
	margin-right: 0;
}
/* for child-categories, i.e, third-level lists */
#topnav li ul ul {
	margin: -2em 0 0 120px;
	#margin-top:-1.85em;
}
#topnav li:hover ul ul, #topnav li.sfhover ul ul {
	left: -999em;
}
#topnav li li:hover ul, #topnav li li.sfhover ul {
	left: auto;
}

/* try to keep suckerfish drowpdowns above flash */

#topnav ul li {
    z-index:4;
}
#topnav ul li ul {
    z-index:5;
}
#topnav ul li ul li {
    z-index:6;
}


h1#alt-h1, h1#alt-h1 a, h2#alt-h1, h2#alt-h1 a {
	height:0 !important;
	overflow:hidden;
	width:0 !important;
	display:none !important;
}
li#nav-rss a {
	float:left;
}

#topnav ul li {
	background: #232323;
	line-height: 16.5px;
}
/*li#search-top ul {
	background: #232323;
	}
	*/
#topnav li li,
#topnav li#search-top,
#topnav li#subscribebyemail-nav {
	padding-bottom:0;
}
#topnav li#search-top,
#topnav li#subscribebyemail-nav {
	padding-top:5.5px;
}

#topnav li li a {
	font-size:11px;
}
#topnav li ul a:hover {
	background:#e2e2e2; 
}
/*#topnav li#search-top {
	float:right;
	margin-right:10px;
	padding-right:0;
}
#topnav li#subscribebyemail-nav {
	float:right;
	margin: 0 0 0 20px;
}
 #topnav-outer {
	background: #232323;
} 
li#nav-rss a#nav-rss-subscribe {
	padding-left:7px; 
}*/

/* ---------------------- */
/* ------INTRO AREA-------- */
/* ---------------------- */
#intro h2 {
	font-family:Verdana, Tahoma, sans-serif;
	color:#9d9d9d;
	padding-bottom:10px;
}
#intro p {
	font-family:Arial, Helvetica, sans-serif;
	color:#e2e2e2;
}

#intro-outer {
	background: #232323;
	display: block;	
}
#intro-inner {
	padding: 0 0 10px 0;
	margin-bottom: 0px;
}

#introlayout {
	display:inline;
	float:left;
	margin:10px 20px 0px 30px;
	width:700px;
	clear: both;
}
/* ---------------------- */
/* ------ Section--------- */
/* ---------------------- */
h2.section-title a, 
h3.section-title a {
	font-size:22px; 
	color:#f7cb1d;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	font-style:italic;
	text-decoration:none;
}
body.single h1.section-title,
body.page h1.section-title {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffcc00;
	font-style:italic;
	font-size:22px;
	text-transform:none;
		 
} 
h2.section-title,
h3.section-title,
h1.section-title {
	margin-bottom: 6px;
}
.section-meta-top p {
	font-size:11px;
	text-transform:uppercase;
}
.section-meta-top p a:link, 
.section-meta-top p a:visited, 
.section-meta-top p a:hover {
	text-transform:uppercase;
	font-style: 
}
/* .section-meta-bottom a:link, 
.section-meta-bottom a:visited, 
.section-meta-bottom a:hover {
	text-transform:;
	font-style: 
}
.section-meta-bottom p {
	font-size:11px;
} */
 .section-content li {
	font-size:14px;
	line-height:1.275em;
	margin-bottom: 1em;
	margin-left: 3em;
}

.section-title, .section-meta-top{
	text-align:left;
}
/*.posted-in {
	display:block;
} */
.section {
	border-bottom:10px solid #232323;
}
/* body.archive .section {
	margin-bottom:35px;	padding-bottom:27px;
	border-bottom:1px solid #cccccc;
} */
.section-content {
	margin-top:0px;
	margin-bottom:20px;
}

.section-content-left {
	padding-bottom:30px;
}

.section-content-left img{
	float:left;
	padding: 0px 20px 0px 0px;
	}

.section-content-right {
	border-top:10px solid #232323;
	padding:10px 0px 10px 0px;
	margin-bottom:10px;
}

.section-content-right img{
	float:right;
	padding: 0px 0px 0px 20px;
	}

.blockquote {
	border-left: 1px dotted #e2e2e2;
	margin-left:20px;
	padding-left: 10px;
	padding-right: 10px;
}

/* ---------------------- */
/* -------FOOTER--------- */
/* ---------------------- */

#footer {
	text-align:center;
	background:#000000;
	padding-bottom:20px;
	color:#666666;
	font-size:10px;
	margin-top:13px;
	margin-bottom:0;
}

#footer p {
	color:#666666;
	font-size:9px;
	text-align:center;
	}

#footer h1 {
	color:#666666;
	font-size:11px;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

#footer h2 {
	color:#666666;
	font-size:10px;
	font-style:italic;
	text-align:center;
	padding-bottom:10px;
}


/* ---------------------- */
/* -----CLIENT AREA------ */
/* ---------------------- */

#clientarea {
}

.client {
	margin-top: 5px;
	margin-bottom: 20px;
	border: solid #666666 1px;
	background-color: #232323;
	padding-left: 10px;
	padding-right: 20px;
	height: 240px;
	font-family:Arial, Helvetica, sans-serif;
	}

.client img {
	float: left;
	margin: 15px 10px 10px 10px;
	}
	
.client h1 {
	margin-top: 20px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:14px;
	font-weight:bold;
	}

.client p {
	margin-top:5px;
	margin-bottom:10px; 
	line-height:1.5em;
}

/* ---------------------- */
/* ----PICTURES PAGE----- */
/* ---------------------- */

#picturespage {
	margin: 10px;
	}

.pictures {
	margin-top: 5px;
	margin-bottom: 20px;
	border: solid #666666 1px;
	background-color: #232323;
	padding-left: 10px;
	padding-right: 20px;
	height: 240px;
	font-family:Arial, Helvetica, sans-serif;
	}

.pictures img {
	float: left;
	margin: 15px 10px 10px 10px;
	}
	
.pictures h1 {
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:14px;
	font-weight:bold;
	}

.pictures p {
	margin-top:5px;
	margin-bottom:10px; 
	line-height:1.5em;
}

/* ---------------------- */
/* ---------FORM--------- */
/* ---------------------- */

div.row {
  clear: both;
  padding-top: 10px;
  font-size:12px;
  }

div.row span.label {
  float: left;
  width: 250px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  padding-right: 100px;
  } 
  
  
