/*NOTES
	line-height:15px;

	SHADOWS (or do I want black borders?)
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
*/

/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	/*font-size:100%;
	font-weight:normal;*/
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color:#9CAD94; /*green*/
    background-color:#ac93a7; /*purple*/
    background-image:url('../images/background.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center top;}
	
h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
	
h1 {
	font-size:125%;
}
	
.p1,.h3 {
	padding-bottom: 10px;
}	
.p2 {
	padding-bottom: 5px;
	font-size: 80%;
	color: #705D00;
}	
	
.Bullet {
	margin-left: 40px;
	margin-bottom: 10px;
}

/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	margin-left: 10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	padding-right:10px;
	padding-left:10px;
	color:#fff;
	background:#333;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#6f916f;
	text-decoration:underline;
}
/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	/*padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#6f916f;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}

#Shirt {
	/*background-image: ..\images\buy1.png;*/
	/*float: right;*/
	position:absolute;
	z-index:5;
	top: 5px;
	left: 800px;
	/*opacity: .2;
	/*margin-left: 20px;
	margin-top: 30px;*/
}

#Buy1 {
	/*background-image: ..\images\buy1.png;*/
	/*float: right;*/
	position:absolute;
	z-index:5;
	top: 5px;
	left: 830px;
	/*opacity: .2;
	/*margin-left: 20px;
	margin-top: 30px;*/
}

#Buy2 {
	position:absolute;
	z-index:5;
	top: 90px;
	left: 830px;
}

#Logo {
	margin-top: 10px;
}
	
#Container {
	width: 1000px;
	height: 800px;
	/*background: silver;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position:relative;
}

#Header {
	text-align: left;
	padding: 5px;
	padding-left: 20px;
	/*text-align: center;
	background: #fdff7a;
	background-image: -webkit-gradient(linear,0 50%,0 100%,from(#ffeeaa),to(#ffe680));
	background-image: -moz-linear-gradient(#ffeeaa,#ffe680);*/
	background: #b3b3b3;
	background-image: -webkit-gradient(linear,0 50%,0 100%,from(#f6f6f6),to(#cccccc));
	background-image: -moz-linear-gradient(#f6f6f6,#cccccc);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}

#breaking {
	background: white;
	padding: 10px;
	margin-bottom: 10px;
	height: 120px;
	overflow: auto;
	width: 980px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}
#NIC {
	background: white;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	height: 520px;
	width: 306px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}
#NII {
	background: white;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	height: 520px;
	width: 307px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}

#NFF {
	background: white;
	padding: 10px;
	margin-bottom: 10px;
	height: 520px;
	width: 306px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}

#About {
	background: white;
	padding: 10px;
	height: 475px;
	width: 475px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}

#Reviews {
	background: white;
	padding: 10px;
	margin-left: 10px;
	height: 475px;
	width: 475px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}

#Clock {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
}

#Nerni {
	float: left;
	margin-right: 15px;
	margin-top: 20px;
}

.Cover {
	float: left;
	margin-right: 10px;
}

.NICCover {
	float: left;
	margin-bottom: 10px;
}

#Facebook{
	width: 245px;
	padding: 10px;
	float: left;
	background: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}

#News{
	width: 535px;
	float: left;
	background: white;
	padding: 10px;
	margin-left: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}

#Fathergeek{
	width: 140px;
	margin-left: 10px;
	padding: 10px;
	float: left;
	background: white;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}

#FG_Approved{
	margin: 5px;
}

#Tips{
	width: 470px;
	float: left;
	background: white;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}
#Tips2{
	width: 850px;
	float: right;
	background: white;
	padding: 10px;
	margin-top: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	box-shadow: 0 0 10px 0 #000;
}