@charset "UTF-8";
/* CSS Document */
.editAd {
	display:block;
	background-color:#CCC;
	height:100%;
	text-align:center;
	vertical-align:middle;
	width:100%;
}
.editNote {
	color:#FF0000;
	font-size:.6em;
	font-style:italic;
}

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}a:focus{-moz-outline-style: none;}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
a, a:hover, body {
	font-family:Helvetica, “Helvetica Neue”, Arial, sans-serif;
	text-decoration:none;
	
}
a {
	color:#4C4C4C;	
}
a:hover {
	color:#E8A800;	
}
body {
	background-image: url(../img/bgBar.jpg);
	background-repeat: repeat-x;
	background-position: 0px 104px;
	color:#4C4C4C;
	min-width:1024px;
}
h1 {
	color:#E8A800;
	font-size: 2.5em;
	font-weight:bold;
	line-height: 1em;
	padding-bottom: 10px;
}
h2 {
	color:#E8A800;
	font-size: 1.5em;
	font-weight:bold;
}
h3 {
	color:#4C4C4C;
	font-size: 1.2em;
	font-weight:bold;
}
h4 {
	color:#4C4C4C;
	font-size: 1em;
	font-weight:bold;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
}
#horizontalBanner {
	clear: both;
	display:block;
	height:90px;
	/* float: left; */
	padding-top: 10.5px;
	padding-bottom: 3.5px;
	padding-left: 148px;
	width:728px;
}
#tgpDesc {
	border-top: 3px solid #4C4C4C;
	float: left;
	font-size: 12px;
	margin: 10px 0px 20px 148px;
	padding: 10px 0px 0px 0px;
	width: 728px;
}
#tgpBranding {
	display:block;
	height:80px;
	margin-bottom:10px;
	padding-top:20px;
	text-align:center;
}
.headerRow {
	border-bottom: 7px solid #4C4C4C;
	height:30px;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
	vertical-align:bottom;
}
.topNav li a{
	border-bottom: 3px solid #4C4C4C;
	display:block;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:.05em;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:15px;
}
.topNav li a:hover {
	border-bottom-color: #E8A800;
}
.subnav li a{
	border-bottom: 1px solid #4C4C4C;
	letter-spacing:.05em;
	line-height:1.2em;
	font-size:.7em;
	font-weight:normal;
	display:block;
	padding-bottom:2px;
	padding-top:7px;
}
#navColumn {
	float:left;
	margin-left:29px;
	margin-right:10px;
	width:160px;
}
#navHeader {
	background-image:url(../img/home.jpg);
	background-repeat:no-repeat;
	background-position: 5px 0px;
	overflow:hidden;
}
#navHeader:hover {
	background-image:url(../img/homeOver.gif);
	cursor:pointer;
	/*border-bottom-color:#E8A800;*/
}
.navH2 {
	border-bottom: 2px solid #4C4C4C;
	display:block;
	font-size:1.25em;
	font-weight:bold;
	letter-spacing:.05em;
	margin-top:40px;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:15px;
}
#subscribeDescription {
	display:block;
	font-size:.7em;
	letter-spacing:.1em;
	line-height:1.4em;
	margin-top:10px;
	padding-left:5px;
	padding-right:0px;
}
#subscribeEmail {
	font-size:.6em;
	font-weight:bold;
	letter-spacing:.1em;
	margin-bottom:5px;
	margin-left:5px;
	margin-top:7px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	width:130px;
}
#subscriptionDisclaimer {
	border-top: 1px solid #4C4C4C;
	display:block;
	font-size:.5em;
	letter-spacing:.1em;
	line-height:1.4em;
	margin-bottom:20px;
	margin-top:10px;
	padding-left:5px;
	padding-right:0px;
	padding-top:10px;
}
#unsubscribe {
	margin-left:5px;
}
#subscribe label, #unsubscribeLabel {
	font-size:.6em;
	letter-spacing:.1em;
	line-height:1.4em;
	padding-left:5px;
}
#subscribe input[type=submit], #subscribeSubmit {
	font-size:.8em;
	letter-spacing:.08em;
	margin-top:10px;
	width:100%;
}
#search {
	float:left;
	font-size:.8em;
	letter-spacing:.05em;
	margin-top:4px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.searchForm .submit {
	float: left;
	margin: 4px 0px 0px 5px;
}
#searchSuggestion {
	cursor: pointer;
}
#noResults {
	margin: 10px
}
#rss {
	float:right;
	margin-top:3px;
}
#suggestionsFeedback {
	float:right;
	font-size:.7em;
	letter-spacing:.1em;
	margin-top:17px;
	padding-right:6px;
}
#contentHeader .headerContent {
	display:inline-block;	
}
#contentHeader input[type=submit] {
	font-size: .8em;
	margin: 3px 0px 0px 0px;
}
#content {
	float:left;
	margin-right:10px;
	width:625px;
}
.contentItem {
	border-bottom: 3px solid #4C4C4C;
	display:block;
	font-size: .9em;
	letter-spacing:.01em;
	line-height:1.5em;
	padding: 10px;
}
embed {
	float: left;
	margin: 35px 0px 0px 0px;
}
#slideshow {
	vertical-align:bottom;
	overflow:hidden;
	width: 605px;
}
.slideshow {
	text-align:center;	
}
#slideshow img {
	height: 95px;
}
#previous {
	background-image: url(../img/previous.gif);
	background-repeat: no-repeat;
	background-position: 11px center;
	float: left;
	height: 49px;
	width: 40px;
}
#previous:hover {
	background-image: url(../img/previousOver.gif);
	cursor:pointer;
}
#next {
	background-image: url(../img/next.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	clear:right;
	float: left;
	height: 49px;
	width: 40px;
}
#next:hover {
	background-image: url(../img/nextOver.gif);
	cursor:pointer;
}
#slideInfo {
	border-left: 3px solid #4C4C4C;
	border-right: 3px solid #4C4C4C;
	float:left;
	min-height: 49px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	width: 499px;
	overflow:hidden;
}
.slideTitle {
	color:#E8A800;
	display:block;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:.05em;
	line-height:1.1em;
	padding-bottom:3px;
	margin-left:-1000px;
}
.slideDescription {
	display:block;
	font-size:.7em;
	letter-spacing:.08em;
	line-height:1.2em;
	margin-left:-1000px;
}
.slideImage {
	border: 5px solid #4C4C4C;
	margin-top: 10px;
	margin-bottom: 10px;
}
#paddedPage #todaysPoll{
	float: left;
	margin: 10px;
}

#todaysPoll {
	border: 2px solid #4C4C4C;
	float:right;
	margin-left:20px;
	width: 180px;
}
.pollHeader {
	color:#4C4C4C;
	display:block;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:.05em;
	padding: 5px 10px 5px 10px;
}
.pollQuestion {
	background:#4C4C4C;
	color:#FFF;
	display:block;
	font-size:.7em;
	font-weight:bold;
	letter-spacing:.05em;
	line-height:1.5em;
	padding: 5px 10px 5px 10px;
}
#todaysPoll #pollAnswers {
	margin:10px;
	font-size:.7em;
	line-height:1.3em;
}
#pollAnswers label {
	display: block;
	float: left;
	margin: 0px 0px 10px 5px;
	width:140px;
}
#todaysPoll input[type=radio] {
	clear: both;
	display: block;
	float: left;
	padding: 10px 10px 0px 0px;
}
#todaysPoll .submit {
	margin: 0px 0px 10px 10px;
}
#todaysPoll .submit input[type=submit] {
	margin: 10px 0px 0px 0px;
	width: 158px;
}
.articleBrief {
	text-align:left;
}
.articleFull {
	padding-left:10px;
	padding-right:10px;
}
a .articleBrief:hover {
	cursor:pointer;
	color:#4C4C4C;
	background:#F1F1F1;
}
.articleBriefImg {
	border: 5px solid #4C4C4C;
	float:left;
	margin-right:10px;
}
#fullArticle {
	margin: 10px 0px 0px 0px;
}
#fullArticle a{
	color:#E8A800;
}
#fullArticle a:hover{
	font-weight: bold;
}
#comments {
	border-top: 3px solid #4C4C4C;
	padding: 10px;
}
#comments label{
	display: block;
}
#comments textarea, #comments input{
	margin: 0px 0px 10px 0px;
}
#commentForm {
	border-bottom: 1px solid #4C4C4C;
}
.comment {
	border-bottom: 1px solid #4C4C4C;
	padding: 10px; 
}
.comment h1{
	font-size: 1.3em; 
	margin: 0px;
	padding: 0px;
}
.comment h2{
	font-size: 1em; 
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.indexH2 {
	padding-bottom:10px;
	padding-top:5px;
}
.indexH3 {
	
}
.indexH4 {
	padding-bottom:10px;
}
#rightBar {
	clear: right;
	float:left;
	margin-right:29px;
	width:160px;
}
#sponsors {
	border: 1px solid #4C4C4C;
}
.sponsor {
	border-bottom: 1px solid #4C4C4C;
	padding-bottom:20px;
	padding-top:20px;
	text-align:center;
}
#sponsor15 {
	border-bottom: none;
}
#verticalAdvert {
	background-color:#FF0000;
	height:600px;
	margin-top:10px;
	width:160px;
}
.skyscraperAd {
	margin-top:20px;
	height:600px;
	width:160px;
	background-color:#CCC;
}
.footerRow {
	background:#4C4C4C;
	border-top:10px solid #FFF;
	clear:both;
	color:#FFFFFF;
	display:block;
	font-size:.9em;
	height:20px;
	letter-spacing:0.05em;
	margin-bottom:20px;
	padding-bottom:5px;
	padding-top:10px;
	text-align:center;
	width:100%;
}
.pagination {
	/* background: #F1F1F1; */
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 100%;
}
.paginateNav {
	font-size: 1.1em;
	padding: 5px;
}
.firstPaginate {
	font-size: .8em;
}
.lastPaginate {
	font-size: .8em;
}
.previousPaginate {
	border-right: 3px solid #4C4C4C;
	margin: 0px 10px 0px 0px;
}
.nextPaginate {
	border-left: 3px solid #4C4C4C;
	margin: 0px 0px 0px 10px;}
.pagination .current {
	color: #E8A800;
	font-size: 1.5em;
	font-weight: bold;
}
#topPaginator {
	border-bottom: 3px solid #4C4C4C;
	border-top: 3px solid #4C4C4C;
}
#counter {
	font-size: .8em;
	margin: 10px 0px 15px 10px;
}
#counter h1 {
	font-size: 4em;
}
#counter h1, #paddedPage h1{
	color: #4C4C4C;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#counter h2 {
	color: #4C4C4C;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#rssPage {
	padding: 20px 10px 20px 10px;
}
#rssPage a{
	text-decoration: underline;
}
#paddedInfo {
	display: block;
	padding: 10px;
}
#rssItems {
	border-top: 1px solid #4C4C4C;
	padding: 10px;
}
#rssItems a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
}
#articleRating {
	border-top: 3px solid #4C4C4C;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}
#articleRating legend, #commentTitle {
	color: #4C4C4C;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}
#commentTitle {
	display: block;
	padding: 0px 0px 5px 0px;
}
#articleRating label {
	padding: 0px 10px 0px 3px;
}
#articleRating .submit {
	margin: 10px 0px 0px 0px;
}
.note {
	display: block;
	font-size: .6em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
#paddedPage h1{
	border-bottom: 3px solid #4C4C4C;
	font-size: 3.3em;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
#paddedPage h2{
	padding: 15px 0px 0px 0px;
}
#paddedPage {
	/*padding: 10px;*/
}
#membershipForm {
	margin: 10px 0px 0px 0px;
}
#CameraManufacturer  {
	border-bottom: 3px solid #4C4C4C;
	/* margin: 10px 0px 20px 0px; */
	padding: 10px;
}
#CameraManufacturer h1 {
	padding: 0px 0px 0px 0px;
	
}
#CameraManufacturer h2{
	padding: 5px 0px 0px 0px;
}
#CameraManufacturer label {
	font-size: .9em;
	margin: 0px 0px 0px 5px;
}
#CameraResultsForm input[type=submit] {
	margin: 10px;
	width: 605px;
}
#compare {
	width: 100%;
}
#cameraResults {
	border: 3px solid #4C4C4C;
	overflow: auto;
	margin: 10px 0px 10px 0px;
	width: 620px;
}
#cameraResults table table, #cameraResults table table td, #cameraResults table table th{
	border: 1px solid #000;
}
#cameraResults table table th, #cameraResults table table td {
	padding: 10px;
}
#cameraResults th {
	background: #4C4C4C;
	color: #FFF;
}
#letters{
	/* background: #F1F1F1; */
	font-size: .9em;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 100%;
}
.flash {
	background-color: #FF0000;
	/* border-bottom: 7px solid #4C4C4C; */
	color: #FFFFFF;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	text-align: center;
	width: 615px;
}
#error {
	margin: 20px 0px 20px 0px;
}
#captcha {
	margin: 0px 0px 10px 0px;
}
.errorNote {
	color:#E8A800;
	font-size:1.1em;
	font-weight:bold;
}
/* FIXES */
.floatFix {
	clear:both;	
}
