/* Phillipsproductions.com redesign 10/2006 by Mike Snyder*/

/*-----TAGS-----*/

body {
	margin: 0;
	background: #000 url(../img/blacktogrey-100px.gif) repeat-y right top;
	font-family: arial;
	font-size: 12px;
	color: #fff;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #Fc6;
}    
a:visited
	{color: #996633;
}  
a:hover {
	color: #ec0;
	text-decoration: underline;
}
a:active {
	color: #fff;
}


ul {
	list-style: none outside;
	margin-left: 0px;
	padding-left: 0px;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}


/*-----IDS-----*/

#sitecontainer {
	padding: 0px;
	margin: 0px;
	width: 800px;
	background-color: #000;
}

#header {
	margin-bottom: 15px;
}

#main {
	width: 550px;
	padding: 5px;
	margin: 0 0 20px 0;
	background: #000 url(../images/222toblack-300px2.gifX) left top repeat-x;
	border-bottom: 0px;
	float: left;	
}

#info {
	text-indent: -9px;
	font-family: trebuchet MS;
	background: #1f1f1f url(../img/222toblack-300px2.gif) left top repeat-x;
	width: 160px;
	padding: 5px 3px 25px 12px;
	margin: 0 10px 20px 0;
	vertical-align: middle;
	border: 3px double #aaa;
	border-left: 0px;
	float: left;
}

#footer {
	margin: 0 0 0 70px;
	padding: 0 0 20px 0;
	text-align: center;
	clear: both;
	font-variant: small-caps;
	border-top: 3px double #aaa;
}

/*-----Classes-----*/

.video {
	width: 320px;
	height: 260px;
	border: 0px solid #fff;
	margin-left: 115px;
	margin-right: 115px;
}

.thumb {
	width: 160px;
	border: 2px solid #ddd;
	float: left;
	margin: 5px;
	text-align: center;
}

.strong {
	font-weight: bold;
}

.section {
	text-decoration: overline underline;
	text-transform: uppercase;
	font-family: serif;
	font-size: 18px;
	color: #fc6;
	margin-top: 0;	
}

.pullquote {
	color: #00f;
	font: italic 16px serif;
	text-align: center;
}

/*-----Solid Block Menu-----*/

.solidblockmenu{
margin: 0 80px 0 0;
padding: 0;
float: right;
font: bold 13px Arial;
border: 0px solid #ff0;
border-width: 0px 0;
background: black url(../img/blockdefault3.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../img/blockactive2.gif) center center repeat-x;
}