/** 
 * SilverStripe Jay Davis Theme
 * http://www.jaydavis.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
 
/* a much better css reset */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	height: 100%;
	background: #333 url(../images/bg.png) repeat;
}

body {
	height: 100%;
	color: #fff;
 	font-size: 62.5%; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 100%;  
	padding: 30px 0 0 0;
	background: transparent url(../images/top.png) repeat-x top left;
}
#Container { 
	width: 960px;
	margin: 0 auto;
}
#Layout {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin: 10px 0;
}

/* HEADER
----------------------------------------- */
#Header { 
 	width: 960px;
	height: 100px;
 	margin: 0 auto;
	padding: 0;
	font-size: 1.4em;
}
#logo {
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	width: 300px;
	height: 100px;
}

#logo img {
	height: 0;
}

#logo a, 
#logo span {
	color: #fff;
	display: block;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 100px;
	background-image: url(../images/logo.png);
}
	
#logo a:hover {
	color: #fff;
	background-image: url(../images/logo.png);
}	
	
/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	float: right;
	width: 650px;
	margin: 0;
	padding: 0 5px 0 0;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
}
#Navigation ul { 
	float: right; 
	margin: 40px 0 0 0;
}
#Navigation ul li { 
	list-style: none; 
	margin: 0;
	float: left;
	display: block;
}
#Navigation ul li a { 
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 4px;
	display: block; 
	font-size: 18px; 
	margin-left: 15px;
	color: #b3b3b3;
}

#Navigation ul li a:hover { 
	color: #fff;
	padding: 4px 4px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
}
#Navigation ul li a.current,
#Navigation ul li a.section,
#Navigation ul li a.section:hover,
#Navigation ul li a.current:hover { 
	color: #fff;
	padding: 4px 4px;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	background: transparent url(../images/contentbg.png) repeat-x top left;
}

#slide {
	margin: 10px;
	padding: 0;
	height: 620px;
	width: 920px;
	background: #fff;
	box-shadow:	5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px  #000;
	-moz-box-shadow: 5px 5px 5px #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
#slide img {
	margin: 10px;
	padding: 0;
	height: 600px;
	width: 900px;
}

#content {
	margin: 10px 10px;
	width: 940px;
}

#content-inner {
	float: left;
	margin: 0;
	padding: 0;
	width: 940px;
	background: transparent url(../images/contentbg.png) repeat top left;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
}
div.contact {
	float: right;
	height: 100%;
	width: 100%;
	background: transparent url(../images/contact-us.png) no-repeat top right;
}
div.about {
	float: right;
	height: 100%;
	width: 100%;
	background: transparent url(../images/about-us.png) no-repeat top right;
}

#content h2 {
	margin: 20px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #b3b3b3;
	-moz-text-shadow: 2px 2px 2px #000;
	-webkit-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
}

#content h3 {
	margin: 10px 20px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #b3b3b3;
	-moz-text-shadow: 2px 2px 2px #000;
	-webkit-text-shadow: 2px2px 2px #000;
	text-shadow: 2px 2px 2px #000;
}

#content p {
	margin: 0 20px 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #e6e6e6;
}

#content p:hover {}

#content strong {
	color: #b3b3b3;
	-moz-text-shadow: 1px 1px #000;
	-webkit-text-shadow: 1px 1px #000;
	text-shadow: 1px 1px #000;
}

#content a {
	color: #e6e6e6;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #b3b3b3;
	text-decoration: underline;
	color: #b3b3b3;
	-moz-text-shadow: 1px 1px #000;
	-webkit-text-shadow: 1px 1px #000;
	text-shadow: 1px 1px #000;
}

#content-inner ul {
	margin: 0 0 20px 40px;
	list-style: square inside;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #e6e6e6;
}

#portfolio-landing {
	float: left;
	margin: 0;
	padding: 0;
	width: 940px;
	background: transparent url(../images/contentbg.png) repeat top left;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
}
#portfolio-wrap {
	float: left;
	width: 900px;
	margin: 0 20px 20px 20px;
	width: 900px;
}

#portfolio-nav {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	text-decoration: caps;
}

#senior {
	float: left;
	margin: 0px 30px 20px 10px;
	padding: 10px;
	width: 400px;
	background: transparent url(../images/contentbg.png) repeat top left;
	box-shadow:	5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px  #000;
	-moz-box-shadow: 5px 5px 5px #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#portrait {
	float: left;
	margin: 0px 0px 20px 0;
	padding: 10px;
	width: 400px;
	background: transparent url(../images/contentbg.png) repeat top left;
	box-shadow:	5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px  #000;
	-moz-box-shadow: 5px 5px 5px #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#wedding {
	float: left;
	margin: 0px 30px 20px 10px;
	padding: 10px;
	width: 400px;
	background: transparent url(../images/contentbg.png) repeat top left;
	box-shadow:	5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px  #000;
	-moz-box-shadow: 5px 5px 5px #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#sport {
	float: left;
	margin: 0px 0px 20px 0;
	padding: 10px;
	width: 400px;
	background: transparent url(../images/contentbg.png) repeat top left;
	box-shadow:	5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px  #000;
	-moz-box-shadow: 5px 5px 5px #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#headshot {
	float: left;
	margin: 0px 30px 0 10px;
	padding: 10px;
	width: 400px;
	background: transparent url(../images/contentbg.png) repeat top left;
	box-shadow:	5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px  #000;
	-moz-box-shadow: 5px 5px 5px #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#other {
	float: left;
	margin: 0px 0px 0 0;
	padding: 10px;
	width: 400px;
	background: transparent url(../images/contentbg.png) repeat top left;
	box-shadow:	5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px  #000;
	-moz-box-shadow: 5px 5px 5px #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#portfolio {
	float: left;
	margin: 0;
	padding: 0px;
	width: 940px;
	background: transparent url(../images/contentbg.png) repeat top left;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
}

/* FOOTER
----------------------------------------------- */

#Footer {
 	clear: both;
	padding: 0;
	width: 100%; 
	height: 35px; 
	background: transparent url(../images/bottom.png) repeat-x bottom left;
	position: relative;
	bottom: 0;
}
#Footer .inner {
	width: 960px;
	max-width: 960px;
	min-width: 960px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
}
#Footer p { 
	float: left;
	margin: 0;
	padding: 12px 0 0 5px;
	color: #fff;
	font-size: 1.1em;
	text-align: left; 
}
#Footer a { 
	color: #fff; 
	text-decoration: none;
}
#Footer a:hover, #Footer a:active {
	color: #b3b3b3;
	text-decoration: underline;
	-moz-text-shadow: 1px 1px #000;
	-webkit-text-shadow: 1px 1px #000;
	text-shadow: 1px 1px #000;
}
#Footer ul {
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 12px 5px 0 0;
}
#Footer ul li {
	float: left;
	margin: 0 0 0 10px;
	list-style: none;
	font-size: 1.1em;
	display: block;
}
#Footer ul li a {
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border: none;
}
#Footer ul li a:hover, #Footer ul li a.active {
	color: #b3b3b3;
	text-decoration: underline;
	-moz-text-shadow: 1px 1px #000;
	-webkit-text-shadow: 1px 1px #000;
	text-shadow: 1px 1px #000;
}
