/* 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Title: Parkway Pastimes
Author: Dustin Keefer
Website: http://whitecoatstrategies.com
Description: This is the main stylesheet
Created: June 2nd, 2008
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
*/

body {
	margin:14px;
	padding:0;
	background-color: #D8C9A8;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	/*background-color:#c0c0c0;*/
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	}
p { padding:6px; margin:0;}
a { text-decoration:none;}

/* ====@ REPEATED CLASSES @==== */
.clear {clear:both; padding:0; margin:0;}
.bold_font { font-weight:bold;}
.link {
	float:left;
	padding:7px 0 10px 0;
	}
.link_img { border:0;}
.line_braeker {
	float:left;
	width:35px;
	text-align:center;
	padding:5px 0 10px 0;
	}
.line_braeker_footer {
	float:left;
	width:20px;
	text-align:center;
	padding:5px 0 10px 0;
	margin:0;
	}

#wrapper {
	margin:0 auto;
	padding:0;
	width:950px;
	/*border:1px solid #000000;*/
	}
#container, #header_wrap, #content_wrap {
	width:950px;
	}
#top_link {
	color:#FFFFFF;
	font-size:14px;
	text-align:right;
	/* padding:15px 70px 0 0; */
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#131313;
	}
#top_link a {
	color:#FFFFFF;
	font-size:14px;
	text-align:right;
	padding:0 10px 0 0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#131313;
	}

/* ==== HEADER STYLES ==== */
#banner{margin-top:.2em;}

/* ==== NAVIGATION ==== */
#navigation{
	background:url(images/nav_bg.jpg) repeat-x;
	width:925px;
	height:53px;
	padding:8px 0 3px 25px;
	margin:0;
	}
#navigation a {
	color:#323226;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	}
.bullets {
	background:url(images/bullet_img.jpg) no-repeat;
	float:left;
	width:20px;
	height:24px;
	}
#collection {
	float:left;
	width:65px;
	}
#game_use {
	float:left;
	width:165px;
	}
#expert_advise {
	float:left;
	width:155px;
	}
#fore_sale {
	float:left;
	width:60px;
	}
#wanted {
	float:left;
	width:55px;
	}
#contact {
	float:left;
	width:60px;
	}
	
	
/* ==== MAIN CONTENT STYLES ==== */
#form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content_wrap {
	background-color:#d8c9a8;
	padding:0 0 20px 0;
	}
	
	
/* ==== COLUMN LEFT ==== */
#column_left {
	float:left;
	width:550px;
	padding:5px 0 0 13px;
	margin:0;
	}
.title_box_wrap {
	color:#FFFFFF;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding:0;
	margin:0;
	}
.title_box_left { 
	background:url(images/title_boxleftbg.jpg) no-repeat;
	float:left;
	padding:7px 0 10px 0;
	width:5px;
	height:18px;
	}
.title_bigbox {
	background:url(images/title_boxbg.jpg) repeat-x;
	float:left;
	padding:7px 0 10px 0;
	width:528px;
	}
.title_mediumbox {
	background:url(images/title_boxbg.jpg) repeat-x;
	float:left;
	padding:7px 0 10px 0;
	width:244px;
	}
	
.title_mediumbox a {
	color: #ffffff;
	}
	
.title_small_box {
	background:url(images/title_boxbg.jpg) repeat-x;
	float:left;
	padding:7px 0 10px 0;
	width:238px;
	}
	
.title_small_box a{
	color: #ffffff;
}

.title_box_right { 
	background:url(images/title_boxrightbg.jpg) no-repeat;
	float:left;
	padding:7px 0 10px 0;
	width:5px;
	height:18px;
	}
.big_box_wrap {
	width:538px;
	border:3px solid #adc685;
	border-top:0;
	background-color:#ddd1b7;
	}
#bigbox_content {
	width:510px;
	height:200px;
	}
#bigbox_content.washington {
	width:538px;
	height:200px;
	background-image: url(images/washington.jpg);
	}
#bigbox_content.maryland {
	width:538px;
	height:200px;
	background-image: url(images/cole.jpg);
	}
#bigbox_content.baltimore {
	width:538px;
	height:200px;
	background-image: url(images/memorial.jpg);
	}
#bigbox_content2 {
	width:510px;
	/*height:410px;*/
	}
#bigbox_content a {
	color:#000000;
	text-decoration:none;
	}
#medium_box_wrappper {
	width:550px;
	padding:30px 0 0 0;
	}
.medium_box_wrap {
	background:url(images/box_contentbg.jpg) repeat-y;
	border-bottom:3px solid #d8a286;
	width:254px;
	float:left;
	/*border:1px solid #FFFFFF;*/
	}
.medium_box_content {	
	width:225px;
	height:200px;
	padding:0 0px 10px 10px;
	}
#medium_box_right { margin:15px 0 0 0;}
#left_box {margin:0 0 0 34px;}

.img_content { text-align:center; padding:20px 0 0 0;}

p.title {
	font-weight:bold;
}

p.small {
	font-size:12px;
	margin-left: 12px;
}

img.detail {
	margin: 5px 10px 5px 10px;
	border: solid 1px blue;
	width:160px;
	height:130px;
}

img.thumb {
	width: 130px;
	height:80px;
	margin: 20px 3px 10px 0;
	float: left;
}


/* ==== COLUMN RIGHT ==== */
#column_right {
	float:left;
	width:255px;
	margin:0;
	padding:0px 0 0 24px; 
	}
#search_featureitem_wrap {
	margin:0;
	padding:0;
	border:3px solid #adc686;
	border-top:0;
	}
#search_left {
	background:url(images/search_bgleft.jpg) no-repeat;
	width:5px;
	height:35px;
	float:left;
	}
#search_center {
	background:url(images/search_bgcenter.jpg) repeat-x;
	width:239px;
	height:30px;
	float:left;
	padding:5px 0 0 0;
	margin:0;
	text-align:center;
	}
#search_center2 {
	background:url(images/search_bgcenter.jpg) repeat-x;
	width:242px;
	height:30px;
	float:left;
	padding:5px 0 0 0;
	margin:0;
	text-align:center;
	}
.search_txt {
	width:70px;
	float:left;
	padding:2px 0 0 5px;
	color:#FFFFFF;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
.search_txt a {
	width:70px;
	float:left;
	padding:2px 0 0 5px;
	color:#FFFFFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
.input_box {
	float:left;
	width:50px;
	}
#search_right {
	background:url(images/search_bgright.jpg) no-repeat;
	width:5px;
	height:35px;
	float:left;
	}
.blue_title {
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	}
.blue_title_left{
	background:url(images/blue_title_leftbg.jpg) no-repeat;
	width:7px;
	height:25px;
	float:left;
	}
.blue_title_center {
	background:url(images/blue_title_centerbg.jpg) repeat-x;;
	height:24px;
	float:left;
	padding:3px 0 0 0;
	} 
.blue_title_right {
	background:url(images/blue_title_rightbg.jpg) no-repeat;
	width:7px;
	height:25px;
	float:left;
	}
#feature_item_wrap {padding:15px 0 0 0; height:205px;}
#feature_item_title { width:235px;}
#featured_item_content { padding:15px 0 10px 5px;}
.img_container {
	float:left;
	border:2px solid #FFFFFF;
	}
.descreption_container {
	width:220px;
	float:left;
	padding:0 0 0 5px;
	padding:10px 0 5px 15px;
	font-size:14px;
	}
.descreption_container a { 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}

#small_box_wrappper {
	border:3px solid #adc686;
	margin:20px 0 0 0;
	}
.small_box_content {
	padding:0px 10px 5px 10px;
	height:200px;
	}
	
.small_box_content2 {
	padding:0px 10px 5px 10px;
	background-color:#ddd2b7;
	/*height:350px;*/
	}

.small_box_content2 a {
	padding:0px 10px 5px 10px;
	background-color:#ddd2b7;
	height:350px;}
	
#small_box_content {
	padding:0px 10px 5px 10px;
	background-color:#ddd2b7;
	height:170px;}
	
.small_box_wrap {
	background:url(images/basketballbg.jpg) repeat-y;
	border-bottom:3px solid #d8a286;
	}
#hockey { background-color:#ddd1b7;}


/* ==== FOOTER STYLES ==== */
#footer {
	width:169%; 
	margin-left: -437px;
	/*background-color:#D8C9A8;*/
	background: #131313 url(images/footerbg.gif) repeat-x  0pt;
	overflow:hidden;
	/*background-color:#131313;*/
	padding:0 0 15px 0;
	}
#footer_menu_wrap {	
	padding:0 0 0 570px;
	}
#footer, #footer a {
	text-decoration:none;
	color:#FFFFFF;
	}
#copyright { text-align:center;}

/*=========LIGHTBOX=============*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }

