
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}




body {
 font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
 color:#222;
 font-size: 12px;
}


h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-style: normal;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px;}

#img-container	 { margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


/* /// Main links /// */
a:link, a { 
padding-bottom:3px;
text-decoration: none; 
color: #274b8c; 
}


p a:hover {
background: #222;
	color: #fff;
}

img a:link, img a { 
padding-bottom:0px;
}

a img { 
	text-decoration: none; border: none;
 }



/* /// Menu Section // */

#menu {
    width: 180px;
    top: 0;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
			font-size: 10px;

}
#menu .container {
	padding: 20px;
	border: 1px solid #ddd;
	border-top:none;
	background: #fff;
	  opacity:0.85;
/*	background: url("http://www.ahhfred.com/gallery/files/bgtile.png") repeat;*/

}

#menu a { 
	color: #274b8c; 
	padding:1px 4px;

}

#menu ul {
	list-style: none;
	margin: 0px 0px 12px 0px;
}

#menu ul li {
	margin-top: 0px;
	margin-bottom: 4px;
}
	
#menu ul li a:hover {
	padding:1px 4px;
	background: #222;
	color: #fff;
}
	
	
#menu ul li.section-title {
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	color: #000;
	border-top: 1px dashed #000;

}


	

			
p.nav {
color: #999;
}
p.nav a {
background: #222;
font-size:15px;
color: #fff;
padding: 3px 15px;
border: 1px solid #444;
}

p.nav a:hover {
color: #999;
}


.img-bot {
padding:5px;
border: 1px solid #999;
-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.6);
}


/* Content Section */

	#content {
	    height: 100%;
	    margin: 0 0 0 215px;
	    top: 0;

	}
	#content .container {
		margin: 14px 0 0 0;
	}
	.container {

	    padding: 5px 5px 25px 5px;
	}

	#content p { width: 400px; margin-bottom: 9px; }


/* stretching background image */


.stretch {
float:left;
z-index: -1;
width:100%;
position:absolute;
left:0px;
top:0px;
}


/* Slideshow */


	#TB_window, #TB_caption, #TB_secondLine {
	background: #666;
	font-size:14px;
	color:#fff !important;
	text-decoration:none;
	}

	#TB_window a:link, #TB_window a {
	font-size:15px;
	color: #fff;
	}

	#TB_secondLine {
	padding:5px;
	}
	
	
	 #TB_secondLine a {
	 color: #fff;
	 font-size:14px;
	 }

	#TB_caption {
	padding:0px 0px 0px;
	text-align:center;
	}

	#TB_Image {
	border: 1px solid #fff;
	}

	#image-container img {
	border: 1px solid #666;
	}

	a.thickbox img {
	border: 1px solid #666;

	}

	.twtr-ft {
	  display:none !important;
	  }
  
 
	 #TB_window a:link, #TB_window a:focus {
	 color: #fff !important;
	}

#menu .nohover {
background: #fff;
padding:0px;
}
