/*  
Name: Jersey Shore: Best of the Beach

*/

/***Misc Tags***/

* {
	padding: 0px;


	background-color: ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14pt;
	font-weight: bold;
	color: #679CEA;
	list-style-type: none;
}

body {
	background: #222 url(headergrunge.jpg) repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #222;
	cursor: default;
	width: 780px;
	}
 
a img{ border: 0px; }

a {
	text-decoration: none;
	font-size: 14pt;
}

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.pink { color: #D01A71;}
.bluetitle { color: #679CEA; font-size: 14px}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left {
	float: left;
	font-size: 10pt;
	color: #222;
	font-weight: normal;
	text-align: left;
}
.center {
	margin: 0 auto;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	color: #222;
	list-style-type: circle;
}


/**** Site Container ****/

#container {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 950px;
	height: 850px;
	}


/***Header***/

 
#logo {
	float: left;
	width: 820px
}

#logo h1 { 
 margin-top: 30px;
 margin-left: 10px;
 font-size: 1.6em;
 letter-spacing: -0.1em;}
 
#search {
 margin-top: 30px;
 float: right;}
 
#search button { margin-left: 5px; padding: 0 2px 2px 2px;}

/***left Side Bar***/

#navlist {
	width: 160px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

 
#navlist ul {
	list-style: none;
	font-weight: bold;
}

#navlist li a{
	display: block;
	height: 25px;
	width: 145px;
	padding: 5px;
	margin: 5px;
	background:;
	color: #999;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 0.7em;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFF;
	vertical-align: middle;
}
 
#navlist li a:hover {
	color: #FFF;
	font-weight: bold;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #679CEA;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	font-family: Verdana, Arial, sans-serif;
	vertical-align: middle;
}
 
 #navlistt3 li a:hover {
	color: #679CEA;
	font-family: Verdana, Arial, sans-serif;
}

#navlist li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #444;}


/***Content***/

#content {
	float: right;
	width: 510px;
	margin-top: 10px;
	margin-left: 2px;
	list-style-type: circle;
	z-index: 1;
	display: none;
	background-color: #CC3333;
}

#content2{
	width: 700px;
	margin-top: 0px;
	margin-left: 5px;
	list-style-type: circle;
	background-color: #FFF;
	color: #222;
	font-size: 0.7em;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #679CEA;
	border-right-color: #679CEA;
	border-bottom-color: #679CEA;
	border-left-color: #679CEA;
	height: 600px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}

#content a {
	color:#679CEA;
	font-weight: bold;
}

#content a:hover {
	color: #fff;
	font-weight: bold;
	background-color: #679CEA;
}
 
#content p {
	line-height: 1.4em;
	font-size: 0.7em;
	margin-bottom: 20px;
	cursor: default;
	color: #CCCCCC;
}

 
#content h3 {
	text-indent: 0px;
	color: #679CEA;
	letter-spacing: -0.1em;
	margin-bottom: 4px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#content h3:hover {
}

	#content .code{
	  color: #CCC;
	  background: #F4f4f4 url(codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  font-size: 0.8em;
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#content  code {
	  color: #222;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #333;
	  font-size: 1.2em;}

#content blockquote { color: #222; font-style: italic; text-align: center; width: 300px; margin: 10px auto;}
 
/***Footer***/

#footer {
 text-align: center;
 color: #666;
 margin-top: 30px;
 font-size: 0.7em;
 }
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}
	

 #container #logo .blue {
	color: #679CEA;
}

@charset "utf-8";
.blue {
	color: #669BE9;
}
#container #content2 p strong {
	text-align: center;
}
#container #content2 h3 strong {
	color: #666;
}
#container #content2 h3 strong {
	font-size: 12px;
}
.test {
	color: #222;
	font-size: 10pt;
}
#container #content2 h3 {
	text-align: center;
}
#container #content2 p {
	font-size: 10pt;
	text-align: center;
	color: #222;
}
#container #content2 h3 {
	font-size: 14px;
}
#container #content2 table tr td .test strong {
	text-align: center;
}
#container #content2 table {
	text-align: center;
}
#container #content2 table {
	font-weight: normal;
	font-size: 10px;
	color: #222;
	text-align: left;
	vertical-align: middle;
}
#container #content2 {
	text-align: center;
}
.bluesmall {
	font-size: 12px;
	font-weight: bold;
	color: #679CEA;
}
#container #content2 .bluesmall {
	font-size: 10pt;
	font-weight: bold;
	color: #679CEA;
}
#container #content2 {
	text-align: left;
}
#container #content2 br {
	text-align: center;
}
#container #content2 {
	text-align: center;
	font-weight: normal;
	font-size: 10pt;
	width: 700px;
	float: right;
}
left {
	text-align: left;
}
#container #content2 p {
	font-weight: normal;
	text-align: left;
}
#container #content2 .test2 {
	font-weight: bold;
}
#container #content2 .test {
	font-weight: bold;
}
tablein {
	font-size: .7em;
	font-weight: normal;
	color: #222;
}
#container #content2 table tr td {
	font-size: 0.7em;
	color: #222;
	font-weight: normal;
}
#container #content2 p .bluesmall {
	text-align: center;
}
#container .br table tr td {
	text-align: center;
}
#container .br table {
	text-align: left;
}
.just {
	text-align: justify;
	font-size: 10pt;
	color: #222;
	font-weight: normal;
}
bullet {
	font-size: 10pt;
	font-weight: normal;
	color: #222;
	list-style-position: inside;
	list-style-type: circle;
}
#container #content2 p {
	text-align: center;
}
#container #content2 .left .left {
	text-align: center;
}
#list {
	list-style-position: inside;
	list-style-type: circle;
}
#bullet {
	color: #679CEA;
	font-size: 10pt;
	font-weight: bold;
}
#container #content2 p #bullet2 {
	font-size: 10pt;
}
#container #content2 p #bullet3 {
	font-size: 10pt;
}
#container #content2 p #bullet {
	text-align: left;
}
#container #content2 nnn {
	text-align: center;
}
#container #content2 .left {
	text-align: left;
}
#leftonly {
	text-align: left;
	font-weight: normal;
	font-size: 10pt;
	color: #222;
}
#container #navlist p aaa {
	color: #679CEA;
}

