/*  
Theme Name: Wanamaker Sports
Theme URI: http://www.kriesi.at/
Description: A Business & Portfolio Theme
Version: 1
Author: Christian "Kriesi" Budschedl
Author URI: http://www.kriesi.at 
*/

html{
	
	}

body{
	background:#000000 url(../images7/bg.jpg) top center;
	background-attachment:fixed;	
	}

/*****************************
1.) #head	
/****************************/	
	
				
					#top .logo a{
						height:115px;
						width:385px;
						left:0px;
						background:transparent url(../images7/logo.png) left top no-repeat;
						}
		
/*****************************
2.) #main
/****************************/		
			#main{

			}
			
			#subpage #main{
			background:transparent url(../images7/bg_slice.png) left top no-repeat;
			}
			
			
/*****************************
3.) #mainpage image slider
/****************************/	

				#featured{

				}
				

					#featured_bottom{
						background:transparent url(../images7/bg_slice2.png) right top no-repeat;	
					}
							
							.ticker, .ticker a{
								color:#fff;
								text-decoration:none;
								}
								
								.ticker a:hover{
								color:#fff;
								font-weight:bold;
								text-decoration:none;
								}
							
								
							.preview_images a img{
								border:1px solid #afafaf;
								background-color:#fff;
								}
								
							.preview_images a, .preview_images a:hover{
								border:1px solid #BBB;
								background-color:#ffffff;
								color:#BBB;
								}								
								
							.preview_images .current_prev, .preview_images a.current_prev:hover{
								border:1px solid #DDD;
								background-color:#EEE;
								color:#000;
								}
								
							
								
							.pointer{
								background:transparent url(../images7/pointer.png) no-repeat scroll left top;
								}
								
/*****************************
4.) breadcrumb navigation
/****************************/	
								
			
			.breadcrumb{
				color:#333;
				}
				
						.breadcrumb a{
							text-decoration:none;
							color:#fff;
							}
							
						.breadcrumb a:hover{
							text-decoration:underline;
							color:#fff;
							}
/*****************************
5.) content area below slider and on subpages
/****************************/	
						
			.content_top{
				background:transparent url(../images7/bg_slice2.png) left top no-repeat;
				}	
				
			#content{
				background:transparent url(../images7/bg_slice2.png) repeat-y scroll center top;
				}
				
/*****************************
6.) Portfolio Page (no sidebar)
/****************************/	
					
						
							.portfolio_item{
								border:1px solid #ddd;
								}
								
							
							
/*****************************
7.)pages with sidebar
/****************************/								
					
				
						
								.entry{}
									
									.more-link {
										float:right;
									}
										
										.categories, .comments, .entry-head a, .more-link, #top .portfolio_item h3 a{
											color:#5583C8;
											}
											
											
											.entry-head a:hover, .more-link:hover, #top .portfolio_item h3 a:hover{
											color:#5583C8;
											font-weight:bold;
											}
											
										
								
					
					
				
					#top .bg_sidebar{
						background:transparent url(../images7/bg_sidebar.png) repeat-y scroll center top;
						}
				
				
						
						
/*****************************
7.) Small Boxes and Sidebar "Widgets"
/****************************/	
				
							
							.small_box h3{
								border-bottom:1px solid #DDD;
								}
		
								
							.small_box img{
								border:1px solid #DDD;
								}
								
							.widget_categories a, .widget_pages a, .widget_archive a , .widget_recent_entries a, li.recentcomments, .widget_meta a{
							border-bottom:1px solid #ddd;
							}
								
								
							.widget_categories a:hover, .widget_pages a:hover, .widget_archive a:hover,  .widget_recent_entries a:hover, li.recentcomments:hover, .widget_meta a:hover{
							background:#f5f5f5;	
							}
							
							#wp-calendar th, #prev a, #next a{
							background-color:#282828;
							color:#fff;
							}
							
				
		#footer_home{
			background:transparent url(../images7/bg_slice2.png) right -20px no-repeat;
			color:#FFFFFF;
			}
		
		#footer{
			background:transparent url(../images7/bg_slice.png) right -20px no-repeat;
			color:#FFFFFF;
			}
		
				#footer a, #footer_home a{
					color:#FFFFFF;
					}
					
				
				
		




/*****************************
#basic & common styles	
/****************************/

h1 a, h2 a, h3 a, h4 a, h5 a h6 a{
	color:#5583C8;
	}

a{
	color:#333;
	text-decoration:underline;
	}

a:hover{
	color:#444;
	text-decoration:none;
	}
	
h1,h2,h3,h4,h5,h6, legend{
	color:#5583C8;
	}

	#featured h2, #featured h2 a{
		color:#5583C8;
		}
		
		
	#featured h2{
		border-bottom:1px solid #ddd;
		}	
		
	#inner_content h2, #inner_content h2 a, #inner_content_big h2, #inner_content_big h2 a{
		color:#5583C8;
		}


.aligncenter{
border-bottom:1px solid #ddd;
border-top:1px solid #ddd;
}

.meta{
	color:#a0a0a0;
	}
	
.read-more, .show-next{
	background:transparent url(../images7/read_more.png) no-repeat scroll right top;
	color:#fff;
	}
	
	
.read-more:hover, .show-next:hover{
	background:transparent url(../images7/read_more.png) no-repeat scroll right bottom;
	color:#eee;
	}
	
.entry ul, .entry ol{}
	
	
.entry li{}
	
blockquote{
	background:transparent url(../images7/quotes.png) no-repeat scroll left 6px;
	color:#555555;
	}
	
	
/*CONTACT FORM*/	
.valid .text_input, .valid .text_area{border:1px solid #70A41B;} /*#70A41B*/
.error .text_input, .error .text_area{border:1px solid #EE2A00;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}


#s, .text_input, .text_area, textarea, #commentform input{
	border:1px solid #ababab;
	color:#333;
	}


#searchsubmit, #send, #top #submit{
	border:1px solid #ababab;
	background-color:#5583C8;
	cursor:pointer;
	color:#fff;
	
	}
	
#searchsubmit:hover, #send:hover, #top #submit:hover{
	background-color:#fff;
	color:#5583C8;
	border:1px solid #5583C8;
	}

	
.corner_left, .corner_right{
	background:transparent url(../images7/jquery_corners.png) no-repeat scroll top left;
	}
	
#top .corner_right{
	background:transparent url(../images7/jquery_corners.png) no-repeat scroll top right;
	}
	
/*navigation*/

.navwrap{
	background:transparent url(../images7/menu.png) no-repeat scroll right bottom;
	}

#top #nav{
	background:transparent url(../images7/menu.png) left top no-repeat;
}





/*naviagation*/
#top #nav a{
	color:#888;
}

#top #nav ul {
	border:1px solid #DFDFDF;
	border-top:none;
}

#top #nav li ul a{
	border-bottom:1px solid #fff;
	border-top:1px solid #DFDFDF;
}

#top #head #nav ul a, #top #head #nav ul li{
	background-color:#fff;
	background-image:none;
}

#top #head #nav ul a:hover, #top #head #nav ul a:focus {
	background-color:#ffffff;
	color:#555;
}

#top #head #nav a:hover, #top #head #nav a:focus {
	color:#555;
}

#top #nav .current_page_item a{
	color:#000000;
	font-weight:bold;	
}

#top #nav .current_page_parent .current_page_item a, #top #nav .current_page_item ul a{
	border-right:1px solid #f5f5f5;
	border-left:none;
	background-image:none;
	color:#444;
}


/* ---------------------- Pagination -------------------*/

.pagination span, .pagination a{
	border:1px solid #333;
	color:#fff;
	background-color:#999;
}

.pagination a:hover{
	border:1px solid #333;
	color:#fff;
	background:#747474;
}
.pagination .current{
	border:1px solid #333;
	color:#fff;
	background-color:#747474;
}

/*----------------------- Additional Styling -------------*/
.box_excerpt .excerpt_info {
	float: left;
	width: 545px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	display: inline;
	color: #999;
	line-height:1.3em;
	padding-bottom:10px;
}
.box_excerpt h4 {
	float: left;
	width: 545px;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	display: inline;
}
.box_excerpt .excerpt_meta {
	float: left;
	width: 545px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.box_excerpt h4 a, .excerpt_info a, .excerpt_desc a {
	color: #253A61;
	text-decoration: none;
}
.box_excerpt h4 a:hover, .box_excerpt h4 a:active, .box_excerpt h4 a:focus, .excerpt_info a:hover, .excerpt_info a:active, .excerpt_info a:focus, .excerpt_desc a:hover, .excerpt_desc a:active, .excerpt_desc a:focus {
	text-decoration: underline;
}
.excerpt_meta .excerpt_image {
	float: left;
	width: 100px;
}
.excerpt_meta .excerpt_image img {
	width: 100px;
	height: 100px;
	padding: 5px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}
.excerpt_meta .excerpt_desc {
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	display: inline;
	line-height: 1.5em;
	text-align: justify;
}
.excerpt_meta .excerpt_more {
	float: right;
	width: 435px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	display: inline;
}
.excerpt_meta .excerpt_more a {
	float: right;
	text-align: center;
	color: #FFFFFF;
	background: #253A61;
	width: 90px;
	height: 20px;
	line-height: 20px;
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}
.separator {
	float: left;
	width: 545px;
	height: 3px;
	margin: 5px 0px;
	padding: 0px 0px;
	display: inline;
	background: url(/_img/dot.gif) repeat-x bottom;
}
.post_social_bookmark {
	display: block;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px;
	text-align: justify;
	color: #666666;
}
.post_social_bookmark img {
	float: left;
	width: 35px;
	height: 35px;
	border: 0;
	display: inline;
}
.post_social_bookmark a {
	float: left;
	display: inline;
	margin: 2px;
	padding: 5px;
}
.post_social_bookmark a:hover {
	background-color:#f1f1f1;
}
.ngg-galleryoverview {
	margin-left:35px;
}
.formBuilderInput input {
	width:250px;
}
.formBuilderLargeTextarea textarea {
	width:375px;
}
.formBuilderSelect select {
	width:255px;
}
.formBuilderSubmit input {
	margin-top:20px;
	padding:5px;
}
#formBuilderCSSIDContact_Us, #formBuilderCSSIDSample_Kit {
	margin-top:15px;
}
#formBuilderCSSIDSample_Kit div.formBuilderLabelRequired {
	width:260px;
	text-align:right;
}
ul.checklist {
	list-style-type:none;
}

ul.checklist li {
	background:url(../../../../_img/li_checkmark.gif) no-repeat 0px 15px;
	padding-left:45px;
}
.entry img {
	border:1px solid #DDDDDD;
	padding:2px !important;
	padding:0;/*ie6 fix for png elemnts needs this*/
	margin-bottom:0px;
	margin:0px 10px 0px 0px;
}
.entry img.size-full {
	border:0px;
	}
.entry h3 {
	border-top:1px dotted #DDDDDD;
	padding-top:10px;
}