/* --------  FRAMEWORK August 1 2009 --------*/
/* --------  REVISED August 9 2009 --------*/


/* SCROLLBAR */
div#scrollbar { display: none; }

/* below in external file */
div#wn	{
	position: relative;
	width: 960px;
	height: 260px;
	overflow: hidden;
}
div#scrollbar {
	position: relative;
	margin: 15px 0 0 0;
	width: 960px;
	height: 11px;
	display: block; /* display:none initially */
	font-size: 1px; /* so no gap or misplacement due to image vertical alignment *//* so no gap or misplacement due to image vertical alignment */
}

div#track {
	position: absolute;
	left: 12px;
	top: 0;
	width: 940px;
	height: 11px;
	background: #4D4D4D;
}
div#dragBar {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 20px;
	height: 9px;
	background-color: #4C1200;
}  
div#left {
	position: absolute;
	left: 0;
	top: 0;
}  
div#right {
	position: absolute;
	right: 0;
	top: 0;
}

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
	display: block;
} 




































* { margin: 0; padding: 0; }

html, body { height: 100%; }
html { overflow: auto; }

body {
	height: 100%;
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: Black;
}

/* -----------------------  LINKS  ---------------------- */

a { color: #8A7600; outline: none; }
a:focus, a:hover { color: #EC3B0F; }

img { border: none; }

/*  Dotted Link Underline  */
x-a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #b3322d;
	!important: ;
}



/* -----------------------  Headers  ---------------------- */

p { font-size: 1.2em; line-height: 1.8em; margin: 0 0 .7em 0; color: #606060; }





h1 { font-size: 2.4em;  margin: 0 0 .3em 0;  }
h2 { font-size: 2.2em;  margin: 0 0 .4em 0;  }
h3 { font-size: 2em;  margin: 0 0 .4em 0;  }
h4 { font-size: 1.7em;  margin: 0 0 .4em 0;  }
h5 { font-size: 1.5em;  margin: 0 0 .4em 0;  }
h6 { font-size: 1.3em;  margin: 0 0 .6em 0;  }








/* -------------------  Blockquotes  (Pick One) ----------------- */
blockquote { xmargin: 2em; color: #666; font-style: italic; padding: 5px 0 0 0; }

/*  puts a line above and below*/
x-blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }

/* Can put quotes in the text */
x-blockquote *:first-child:before { content: "\201C"; }
x-blockquote *:first-child:after { content: "\201D"; }








/* -------------------  Lists   ----------------- */

ul { margin: 0 0 8px 0; }
ul li {
	font-size: 1.2em;
	margin: 2px 0 0 12px;
	list-style-type: none;
	padding: 0 0 0 14px;
	background: url(file:///D|/%7E%7EWebsites%7E%7E/Bobby%20Friedel/images/bullet.gif) no-repeat 0 4px; 
	/*adjust background position here, 
	  the first value is the x and the second the y position */
}


ol { margin: 0 0 12px 0; }
ol li { font-size: 1.2em; margin: 2px 0 0 32px; }















/* ----------------------------------------------------  Page Architecure -------------------------------------------------------- */	

/* ------------  Centers the Block in the Page -------------- */	

#distance {
	float: left;
	width: 1px;
	height: 50%;
	margin-bottom: -340px; /* ENTER half of container's height */
}

#wrapper {
	margin: 0 auto;
	clear: left;
	position: relative;
	text-align: left;
	width: 100%;
	height: 680px; /* ENTER full container height */
	background: Black url(../images/background-repeater.gif) repeat-x;
}







/* -----------------------------------------------  Header ------------------------- ------------- */	
#header {
	width: 444px;
	height: 22px;
	margin: 73px 0 0 0;
	xborder: 1px solid blue;
	background: url(../images/bobby-friedel-photography.gif) no-repeat;
	padding:40px 0 0 0; 
	float: left;
}



/* -----------------------------------------------  NAV1 ------------------------------------------ */	
#nav {
	xwidth: 960px;
	xheight: 60px; 
	xmargin: 0 auto;
	xborder: 1px solid blue;
}

/* -----------------------------------------------  NAV2 ------------------------------------------ */	
#nav { width: 200px; xheight: 60px; xmargin: 0 auto; xborder: 1px solid red; text-align: right; float: right; }
#nav ul { text-align: right; margin: 0 10px 0 0;}
#nav li {
	font-size: 1.5em;
	line-height: 1.7em;
	background: none;
}

#nav li a { text-decoration: none;color: #FBD765; }
#nav li a:hover { color: #E66419; }
#nav h2 { color: white; }

#nav ul ul { margin: 0px 0px 6px 0; }
#nav ul li li { font-size: .8em; line-height: 1.4em; }
#nav ul li li a { xfont-size: .6em; line-height: 1.4em; color:white; font-style: italic;}
























/* -----------------------------------------------  Wrapper OR Container-------------------------------------- */	
#column {
	width: 960px;
	margin: 0 auto;
	xborder: 1px solid blue;
}

/* ------------  Full Height Container -
#container {
	min-height: 100%;
	background-color: #DDD;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	width: 960px;
	margin: 0 auto;	
	padding: 20px
}
* html #container {
	height: 100%;	
}
------------- */	



/* -----------------------------------------------  Content -------------------------------------- */	
#content {
	width: 960px;
	margin: 0 auto;
	xborder: 1px solid blue;
}
#main {
	float: left;
	width: 960px;
	height:322px;
	padding: 42px 0 0 0;
	xborder: 1px solid red;
}

#sidebar {
	width: 190px;
	float: right;
	padding: 30px;
	background-color: gray;
	xborder: 1px solid blue;
}


/* -----------------------------------------------  Footer ---------------------------------------- */	
#footer {
	width: 960px;
	height: 120px; 
	xmargin: 0 auto;
	xborder: 1px solid blue;
	text-align: right;
}



/* -------------- CONTACT PAGE  ----------------- */

#contactform { width: 370px; float: right; margin: 0 80px 0 0; color: white; font-size: 1.1em; display: inline; }
.contact { text-indent: -100em; overflow: hidden; width: 367px; height: 38px; background: url(file:///D|/%7E%7EWebsites%7E%7E/Bobby%20Friedel/images/contact-us.gif) no-repeat 0 7px; }
#contactinfo { float: left; width: 230px; height: 300px; border-right: 1px solid #BDD9EA; margin: 0 0 10px 0; }


/* ------------------  Contact Form V2 -------------------- */	

#contactform {
	margin: 20px 0 60px 0;
	width: 230px;
	float: left;
}

#contactform p {
	padding: 0 0 2px 0;
	margin: 0;
}

.mailformfield{
	background-color: #EDEDED;
	border: 1px solid #9E9E9E;
	height: 18px;
	padding: 0 0 0 5px;
	margin: 2px 0 15px 0;
	width: 230px;
	color: #506569;
	font-family: Arial, Helvetica, sans-serif;
}

.messageformfield{
	background-color: #EDEDED;
	border: 1px solid #9E9E9E;
	height: 85px;
	margin: 2px 0 8px 0;
	padding: 3px 0 0 5px;
	width: 230px;
	color: #506569;
	font-family: Arial, Helvetica, sans-serif;
}























.field { color: #506569; background-color: #E5E5E5; border: 0px solid #9E9E9E; font-size: 1.1em; font-family: arial, helvetica, sans-serif; }
.single { height: 18px; width: 162px; margin: 0; padding: 3px; }
.comment { height: 85px; width: 363px; padding: 3px 0 0 3px; overflow: hidden; !important: ; }

/* -------------------- submit button with rollover -------------------- */	
.submit { background: url(file:///D|/%7E%7EWebsites%7E%7E/Bobby%20Friedel/images/send.gif) no-repeat; height: 17px; width: 82px; border: none; padding-top: 17px; float: right; cursor: pointer; margin: 0 3px 0 0; }
.submit:hover { background: url(file:///D|/%7E%7EWebsites%7E%7E/Bobby%20Friedel/images/send.gif) no-repeat 0 -17px; }













/* -----------------------------------------------  Fancy Bits ---------------------------------------- */	

/* -------------------- stupid table tricks -------------------- */	
table { margin: 0 0 16px 0; }
.cell { padding: 0px 0 12px 0; }
.wide { width: 370px; }
.one { width: 200px; padding: 0  30px 10px 0; }




/* ------------------------  hr fixes ------------------------*/

*+html hr { xmargin: 0em 0 -7px 0; /*IE 7 bugfix*/ }
* html hr { xmargin: 0em 0 -7px 0; /*IE 6 bugfix*/ }

hr { background: #ddd; margin: 25px 0  20px 0; clear: both; float: none; width: 100%; height: 2px; border: none; }

*hr { background: #ddd; color: #ddd; clear: both; float: none; width: 100%; height: 2px; margin: 5px 0 1.45em 0; border: none; }








caption { background:#eee;padding: 10px;}
.small { font-size: .9em; margin-bottom: 1.875em; line-height: 1.875em; }
.xsmall { xfont-size: 85%; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }

.quiet { color: #666; }
.loud { color: #000; }
address { font-size: 1.3em; margin: 0 0 1.5em 1em; font-style: italic; }
abbr, acronym { xborder-bottom: 1px dotted #666; }
sup, sub { line-height: 0; }
/* to create serif italic dramatic text, use this class */
.fancy { color: #666; font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; font-style: italic; font-weight: normal; font-size: 1.2em; }  

/* creates small caps */
.caps { font-variant: small-caps; letter-spacing: 1px; text-transform: lowercase; font-size: 1.2em; font-weight: bold; padding: 0 2px; }

.box { padding: 1.5em; margin-bottom: 1.5em; background: #E5ECF9; }
cite { text-decoration: none; }
.floatleft { float: left; }
.floatright { float: right; }

.center { text-align: center; }

.picleft { float: left; padding: 4px 8px 8px 0; }
.picright { float: right; padding: 4px 0 8px 8px; }
#clear { clear: both; }
.clear {clear: both;}

/*Opacity?? http://arbent.net/blog/css-tips-that-every-beginning-developer-should-know-about
.class {
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity:0.5;
}
*/









