@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

b {
	font-size: 110%;
}

em {
	color: red;
}

#maincontainer {
	margin: 0 auto; /*Center container on page*/
}

#topsection {
	height: 90px; /*Height of top section*/
}

#topsection h1 {
	margin: 0;
	padding-top: 15px;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#contentcolumn {
	margin-right: 350px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn {
	float: left;
	width: 350px; /*Width of right column*/
	margin-left: -350px; /*Set left margin to -(RightColumnWidth) */
	/*border-left: 2px solid black;*/
	background-image: url(../images/res/border.png);
	background-repeat: repeat-y;
	background-position: left;
}

#footer {
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	background:#312A24 url(../images/res/wood.gif) repeat-x scroll center top;
	min-height: 200px;
}

#footer a {
	color: #FFFF80;
}

.innertube {
	margin: 30px;
	margin-top: 0;
	/*border: 1px solid gray;*/
}

#header {
	height: 60px;
	min-height: 60px;

}

#header ul {
	background-color: #404040;
	border-top: 4px solid green;
	border-bottom: 4px solid green;
	height: 60px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0;
	position: absolute;
	padding-left: 30px;
	width: 100%;
}

#header ul li {
	display: inline;
	float: left;
}

#header ul a {
	-x-system-font: none;
	color: #FFFFFF;
	display: block;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 1.1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

#header ul a:focus,#header ul a:active,#header ul a:hover {
	background-color: green;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

#header ul a {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	padding: 10px 20px;
}

a {
	text-decoration: none;
}

#primary_package {
	margin: 10px 0;
	font-family: georgia, "times new roman", serif;
	font-size: 1.2em;
	clear: right;
	text-align: left;
}

#primary_package a {
	color: #333;
	text-decoration: none;
}

#primary_package div.headline,#primary_package div.pic {
	float: left;
}

#primary_package div.headline {
	margin: 10px;
}

#primary_package h5,#secondary_package h5 { /*display: block;*/
	margin: 0;
	font: normal 1em "arial black", helvetica, sans-serif;
	text-transform: uppercase;
	color: green;
}

#primary_package a:visited,#secondary_package a:visited {
	color: #666;
}

#primary_package a:hover,#secondary_package a:hover {
	color: green;
}

#primary_package a:active,#secondary_package a:active {
	color: #999;
}

#primary_package img,#secondary_package img {
	margin-bottom: 4px;
}

/* for ie6 & 7 */
#primary_package img,#secondary_package img { *
	margin-bottom: 2px;
}

#primary_package h5 {
	font-size: .8em;
}

/* IE6 hack */
* html #primary_package .headline h5 {
	font-size: .5em;
}

#primary_package div.headline h5 a:link {
	color: green;
}

#primary_package div.headline h5 a:visited {
	color: green;
}

#primary_package div.headline h5 a:hover {
	color: green;
}

#primary_package div.headline h5 a:active {
	color: #999;
}

div.headline .wiredItemTimeStamp {
	font: normal .9em georgia, "times new roman", serif;
	color: #666;
	margin-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #111111;
}

div.headline .wiredItemTimeStamp {
	-x-system-font: none;
	color: #666666;
	font-family: georgia, "times new roman", serif;
	font-size: 0.9em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin-top: 5px;
}

* html body #primary_package div.headline h5 {
	font-size: .9em;
}

#primary_package div.headline h1 {
	font-weight: normal;
}

/* not sure if this will be used for hpcurator */
div#ppack1 div.row1,div#ppack1 div#row2 {
	clear: both;
}

div.bar {
	border: 3px dashed green;
}

div#ppack1 div.pic {
	width: 100px;
	height: 100px;
}

div#ppack1 div.pic img {
	margin-bottom: 3px;
}

div#ppack1 div.headline {
	width: 180px;
}

div#ppack1 div#headline1 {
	width: 380px;
}

div#ppack1 div#headline2 {
	width: 180px;
}

div#ppack1 div#headline3 {
	width: 380px;
}

div#ppack1 div#headline4,div#ppack1 div#headline5 {
	width: 180px;
}

div#ppack1 div#headline1 h1 {
	font-size: 2em;
}

div#ppack1 div#headline2 h1,div#ppack1 div#headline3 h1 {
	font-size: 2em;
}

div#ppack1 div#headline4 h1,div#ppack1 div#headline5 h1 {
	font-size: 1.6em;
}

/* *************************************** */


#main_image {
	overflow:hidden;
	margin-bottom: 50px;
}

#main_image img {
	max-width: 600px;
	max-height: 400px;
	overflow:hidden;

}


.caption {
	font-style: italic;
	color: #887;
}

.gallery_container {

}

.gallery_demo {
	width: 702px;
}

.gallery_demo li {
	width: 68px;
	height: 50px;
	border: 3px double #111;

	background: #000;
	display: inline;
	float: left;
}


#header ul li {
	display: inline;
	float: left;
}



#footer p.status {
	background:#0B0E08 none repeat scroll 0 0;
	border:2px solid #222A1A;
	padding:20px 0 20px 20px;
	margin: 0 auto;
	width: 80%;
	margin-top: 30px;
}

#footer p {
	color:#FFFFFF;
	font-size:1.2em;
	line-height:2em;
}

