@charset "UTF-8";

/*------------------------------------------------------------------------------------
* Filename: master.css
* Version: 1.0.0 (2008-11-05)
* Description: Handles the site layout.
    ------------------------------------------------------------------------------------*/
	
/*
[Color codes]

Light Brown (text): #726e68
Brown (heading) #4d4843
Dark Brown (sidebar) #1e1913
*/

/*------------------------------------------------------------------------------------
      Global 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
} 

body { 
	line-height: 1;
	color: black; 
	background: white;
	margin: 0;
	padding: 0;  
}
 
ol, ul { 
	list-style: none; 
} 

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

caption, th, td { 
	text-align: left; 
	font-weight: normal; 
} 

blockquote:before, blockquote:after, q:before, q:after { 
content: ""; 
} 

blockquote, q { 
quotes: "" ""; 
}

fieldset,img, abbr { 
	border: 0;
}



/*------------------------------------------------------------------------------------
      Global Styles
    ------------------------------------------------------------------------------------*/
body  {
	font: 100% Helvetica, Arial, sans-serif;
	background: #f7f4eb url(../images/background.jpg) repeat-y scroll 0;
	margin: 0;
	padding: 0;
	color: #000;
}

p {
	font-size: 12px;
	line-height: 16px;
	color: #726e68;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 20px;
}

a {
	color: #726e68;
	text-decoration: underline;
	border: none;
}

a:hover {
	color: #dc0183;
	text-decoration: none;
}


/*------------------------------------------------------------------------------------
      Header
    ------------------------------------------------------------------------------------*/
	
.lighting { 
	background: url(../images/lighting.jpg) no-repeat;
	margin: 0;
}  

#header { 
	background: url(../images/header_bg.jpg) repeat-x;
	margin: 0;
	padding: 60px 20px;
}


 /*------------------------------------------------------------------------------------
      Page Structure
    ------------------------------------------------------------------------------------*/

#wrapper { 
	width: 979px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc5b2;
	text-align: left;
}

#sidebar {
	float: left;
	position:absolute;
	width: 260px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#content {
	margin-left: 260px;
	padding: 0;
}

.designRow {
	height: 300px; 
	background: url(../images/design/designRow_bg.jpg) no-repeat;
	margin: 0;
}

.designLink {
	height: 146px; 
	background: url(../images/design/designLink_bg.jpg) no-repeat;
	margin: 0;
} 

.designText { 
	margin: 0 20px 0 370px;
	padding-top: 8px;
} 

.photoRow_single {
	height: 548px; 
	background: url(../images/photography/photoRow_bg_single.jpg) no-repeat;
	margin: 0;
} 

.photoText { 
	margin: 0 20px 0 20px;
}

.blankRow {
	margin: 0;
} 

.blankText { 
	margin: 0 20px 0 20px;
	padding: 7px 0 0 0;
}

#footer {
	margin: 0 20px;
	padding: 10px 0 0 0;
	
} 
	
/*------------------------------------------------------------------------------------
      Headings
    ------------------------------------------------------------------------------------*/
	
h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #4d4843;
	margin: 0;
	padding-bottom: 3px;
}

h2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #4d4843;
	margin: 0;
	padding-bottom: 10px;
}

h3 {
	font-size: 10px;
	line-height: 16px;
	color: #726e68;
	margin: 0;
	padding-bottom: 15px;
}

h4 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #4d4843;
	margin: 0;
}

	
/*------------------------------------------------------------------------------------
      Text Styles
    ------------------------------------------------------------------------------------*/

#footer p {
	font-size: 11px;
	line-height: 15px;
	color: #8c8780;
	margin: 0;
	text-align: right;
}
	
/*------------------------------------------------------------------------------------
      Navigation
    ------------------------------------------------------------------------------------*/
	
 #nav {
 	padding: 55px 0 0 18px;
}

#nav a {
	display: block;
	height: 33px;
	overflow: hidden;
	text-indent : -9999px;
}

#nav a#active {
	background-position: center top;
}

#nav a.home:link, #nav a.home:visited {
	background:transparent url(../images/navigation/nav_home.jpg) no-repeat scroll bottom;
	width: 228px;
}

#nav a.prof:link, #nav a.prof:visited {
	background:transparent url(../images/navigation/nav_aboutus.jpg) no-repeat scroll bottom;
	width: 228px;
}

#nav a.info:link, #nav a.info:visited {
	background:transparent url(../images/navigation/nav_liveinfo.jpg) no-repeat scroll bottom;
	width: 228px;
}

#nav a.repe:link, #nav a.repe:visited {
	background:transparent url(../images/navigation/nav_youtube.jpg) no-repeat scroll bottom;
	width: 228px;
}

#nav a.photos:link, #nav a.photos:visited {
	background:transparent url(../images/navigation/nav_photography.jpg) no-repeat scroll bottom;
	width: 228px;
}

#nav a.bbs:link, #nav a.bbs:visited {
	background:transparent url(../images/navigation/nav_bbs.jpg) no-repeat scroll bottom;
	width: 228px;
}

#nav a.links:link, #nav a.links:visited {
	background:transparent url(../images/navigation/nav_links.jpg) no-repeat scroll bottom;
	width: 228px;
}

#nav a.home:hover, #nav a.home:active, #nav a.prof:hover, #nav a.prof:active, #nav a.info:hover, #nav a.info:active, #nav a.repe:hover, #nav a.repe:active, #nav a.photos:hover, #nav a.photos:active, #nav a.bbs:hover, #nav a.bbs:active, #nav a.links:hover, #nav a.links:active {
	background-position: center top;
}

	
/*------------------------------------------------------------------------------------
      Misc.
    ------------------------------------------------------------------------------------*/

.divider {
	background: url(../images/divider.jpg) no-repeat;
	width: 719px;
	height: 10px;
	margin: 0;
}

.imageThumb {
	float: left;
	width: 320px;
	height: 180px;
	margin: 17px 0 0 25px;
}

.imageLink {
	float: left;
	width: 320px;
	height: 130px;
	margin: 12px 0 0 25px;
}

.imageFull {
	padding: 17px 0 30px 5px;
	height: 445px;
}

.icon {photoRow_single
	float: right;
	padding: 0 0 20px 20px;
}

.button {
	float: right;
	padding: 0 0 0 20px;
}

.link {
	background: url(../images/link_icon.png) left no-repeat;
	font-size: 10.5px;
	color: #726e68;
	padding-left: 10px;
}

.stop {
	padding-left: 2px;
}

#tooltip {
	position: absolute;
	font-size: 12px;
	background: url(../images/tooltip_bg.jpg) repeat-x bottom #4d4843;
	padding: 10px 16px;
	color: #FFF;
	display: none;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.contactField {
	background: #FFF;
	border: 1px solid #ccc5b2;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 14px;
	font: 100% Helvetica, Arial, sans-serif;
	color: #4d4843;
}

.submit {
	background: url(../images/tooltip_bg.jpg) repeat-x bottom #4d4843;
	border: none;
	margin: 0;
	padding: 5px 10px;
	font-size: 14px;
	color: #FFF;
}

