/* CSS Document */

html,body {
	height: 100%;
}
	
body {
	font-family: Arial, helvetica, sans-serif;
	font-size:small;
	text-align:center;
	padding: 0;
	margin: 0;
	background: #505050 url(../images/bg.gif) repeat-x fixed;
}
			
h1 {
	font-size: 110%;
	line-height: 1.2em;
	font-weight: bold;
	padding:0;
	margin:0;
	color: #FFD600;
	}
	
h2 {
	font-size: 110%;
	line-height: 1em;
	font-weight: normal;
	padding-top:10px;
	padding-left: 0;
	padding-bottom: 5px;
	color: #000000;
	}

h3 {
	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
	padding-left: 7px;
	padding-bottom: 0;
	color: #FFD600;
}

p {
	color: #d9d9d9;
	line-height: 1.5em;
	margin:0;
	padding:0;
}

a:link { 
	color: #FFD600; 
	text-decoration: none;
}	

a:visited {
	text-decoration: none;
	color: #999999;
}
	
a:hover {
	text-decoration: none;
	/*border-bottom: 1px solid #FFD600;*/
}
	
a:hover img {
	border: 0;
}

ul {
	color: #DADADA;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img, div { behavior: url('../images/common/iepngfix.htc') }

	
/* page structure
---------------------------------------------------------- */

#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	border-left: 1px #626262 solid;
	border-right: 1px #626262 solid;
	background: #333333 url(../images/front/container_bg.gif) repeat-y;
	height: 100%;
	min-height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;		
}
	
html>body #container {
	height: auto;
}

#header {
	background:#505050 url(../images/common/banner.jpg);
	padding:0;
	margin:0;
	height:68px;
}
	
#imageheader {
	width:749px;
	margin: 0;
	padding:0px;
	text-align:center;
	background:#333333;
	}

#mainContent {
	width:537px;
	float:left;
	padding: 25px 0 50px 0;
	}

#sidebar {
	width:210px;
	float:right;
	padding: 5px 0 50px 0;
	}
	
#footer {
	position: relative; /* Needed for Safari */
	bottom: 0;
	height:50px;
	width: 750px;
	margin: 0;
	padding-top: 15px;
	clear: both;
	font-size: 85%;
	text-align:center;
	color: #FFD600;
	background: #282828 url(../images/bg-foot.jpg) repeat-x;
	}
	
/* navigation
---------------------------------------------------------- */

#nav {
	text-align:center;
	background-color: #333333;
	}
	
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#nav li img {
	margin: 0;
	padding: 0;
	border: 0;
	display:inline;
	}
	
#nav li a:link {
	padding:0;
	margin:0;
	text-decoration: none;
	}
	
#nav li a:visited {
	padding:0;
	margin:0;
	text-decoration: none;
	}

#nav li a:hover {
	padding:0;
	margin:0;
	text-decoration: none;
	border-bottom: none;
	}

/* news item styles
---------------------------------------------------------- */

#latestnews {
	height: 25px;
	text-indent: -5000px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../images/common/headers-fullcolumn.gif) 0 -245px no-repeat;
}
	
.latest {
	margin: 0 15px 15px 15px;
	padding: 15px 0;
	border-bottom: #666666 1px dashed;
	}

.latest h2 {
	margin:0;
	padding:0;
}	
.latest h2 a {
	font-size: 125%;
	line-height: 1.2em;
	font-weight: normal;
	color: #FFD600;
	text-decoration: none;
}
	
.latest img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0px;
	clear:right;
}

.latest p {
	margin: 0 0 5px 0;
	padding: 0;
}

.latest a:link {
	color: #FFD600;
	text-decoration: none;
	padding: 0 0 1px 0;
	}
	
.latest a:hover {
	text-decoration: none;
	border-bottom: 1px #FFD600 solid;
	color: #FFD600;
}
	
.latest p.date {
	color: #A8A8A8;
	font-size: 90%;
	margin:10px 0;
	padding:0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.latest li {
	padding-bottom: 8px; 
	}

.posted {
	color: #666666;
	font-size: 85%;
}

#newsindex {
	margin: 15px 15px 0 15px;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight:bold;
	color: #FFD600;
	}

#newsindex a:visited {
	color: #FFD600;
}	

.fullstory {
	font-weight:bold;
	color: #FFD600;
}

#storebanner a:hover {
	border-bottom: none;
	margin: 0;
}

/* sidebar elements
---------------------------------------------------------- */

#subscribe {
	text-align:center;
	padding:0;
	margin:0;
	color: #CECECE;
}

#subscribeheader {
	background: url(../images/common/headers-fullcolumn.gif) 0 -215px no-repeat;
	height:25px;
	text-indent: -5000px;
	margin:0 0 10px 0; padding:0;
}
	
#subscribe p {
	font-size: .85em;
	line-height: 1.3em;
	margin:0 0 5px 0;
	padding:0;
	}
	
#subscribe a {
	padding:0;
	margin:0;
}

#pcablog {
	text-align:center;
	padding:0;
	margin:0;
	color: #CECECE;
}

#pcablogheader {
	background: url(../images/common/headers-fullcolumn.gif) 0 -395px no-repeat;
	height:25px;
	text-indent: -5000px;
	margin:0 0 10px 0; padding:0;
}
	
#pcablog p {
	font-size: .85em;
	line-height: 1.3em;
	margin:0 0 5px 0;
	padding:0;
	}
	
#pcablog a {
	padding:0;
	margin:0;
}
	
.form { 
	margin: 10px 0 10px 0;
	padding: 0;
	height: 19px;
	background-color: #FFD600;
	border: 1px solid #666666; 
	color:#333333;
	text-align: center;
}
	
.button { 
	margin: 0 0 10px 0;
	padding:0;
	background-color: #DEDEDE;
	border: 1px solid #666666; 
	text-align: center;
	color:#333333;
	}

form {
	padding: 0;
	margin: 0;
}

#sponsors {
	text-align:center;
	margin: 0;
	padding:0;
}
#sponsorsheader {
	height: 25px;
	text-indent: -5000px;
	background: url(../images/common/headers-fullcolumn.gif) 0 -275px no-repeat;
	padding: 0;
	margin:0;
}

#sponsors a {
	display: block;
	clear: both;
	border: 0 !important;
}

#sponsors a img { 
	padding: 20px 0 10px 5px; 
	
}


#sponsors a:hover {
	border-bottom: none;
}
	
#testimonials {
	margin: 15px 0;
}

#testimonialsheader {
	background: url(../images/testimonials-head.gif);
	height:25px;
	text-indent: -5000px;
	margin:0 0 20px 0;
	padding: 0px;
}
#testimonials p {
	font-weight: normal;
	font-size: 85%;
	line-height: 1.4em;
	margin: 0 10px;
	letter-spacing: 1px;
	padding: 0;
	text-align:left;
}
	
#photogallery {
	margin-top: 25px;
}

#photogalleryheader {
	background: url('../images/common/headers-fullcolumn.gif') 0 -95px no-repeat;
	height: 25px;
	text-indent: -5000px;
	margin:0 0 10px 0;
	padding:0;
}
	
#photogallery p {
	font-size: .85em;
	color: #CECECE; 
	line-height: 1.3em;
	padding: 10px 10px 0 10px;
	margin:0;
	text-align:left;
}
	
#photogallery img {
	text-align:center;
	margin: 10px 0 0 0;
	border: 1px #666666 solid;
	padding: 0;
}

#photogallery a:link {
	border: none;
	text-decoration: none;
	padding: 0;
}

#photogallery a:visited {
	border: none;
	text-decoration: none;
	padding: 0;
}

/* footer elements
---------------------------------------------------------- */
	

#footer p.copyright {
	color: #666666;
	}

#footer a:visited {
	color: #FFD600;
}

/* misc elements
---------------------------------------------------------- */

.green {
	color: #FFD600;
	}

.skiplink {
	display:none;
	}

.bold {
	font-weight: bold;
	}
blockquote {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 0;
	border-left: #e6e6e6;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	color:#d9d9d9;
	line-height:1.5em;
	font-style:italic;
}
#storebutton {
	position: static;
	margin-left:555px;
	margin-top:34px;
}

a.post-edit-link {
	color: #666666;
}

/* adding in Twitter Widget styling
---------------------------------------------------------- */

.widget_twitter h2 {
	/*color: #FFD600; */
	background: url("http://www.patricklong.com/wp-content/uploads/2010/01/twitter1.png") no-repeat;
	height:25px;
	width: 100px;
	text-indent: -9999px;
	padding: 0 !important;
}

#twitter-4 {
	padding: 10px;
}

#twitter-4 li {
	padding: 0 0 10px 0;
}

/* adding Facebook Sidebar link
---------------------------------------------------------- */

#text-6 img {
	margin: 10px 0 10px 0;
}