/*  
Theme Name: ABC golf'n'goal
Theme URI: 
Description: ABC golf'n'goal Theme for PLAY Media Idea + Concept
Version: 1.0
Author: Oliver Hulisz	
Author URI:  http://72dpi.de/
*/

@import url(css/shoptable.css);
@import url(css/sidebar.css);
@import url(css/cforms.css);
@import url(css/thickbox.css);

/*  
Links & Headlines (dark red) #E95E0F
#E95E0F


*/

body {
	margin:0;
	padding:0;
	color: #583E21;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	background: url(images/page_bg.gif) 0 0;
	text-align: center;
}

	html[xmlns^="http"] {
	 overflow-y: scroll;
	}
	
	img {
		border: none;
	}

	a:link, a:visited, a:active {
		color: #E95E0F;
		text-decoration: none;
	}
	
	a:hover {
		color: #33501B;
		outline: none;
	}
	
	a:focus {
		outline: none;
	}
	
	a.email {
		padding: 0 0 0 23px;
		background: url(images/icon_email.gif) left center no-repeat;
	}
	
	a#rss {
		padding: 0 0 0 20px;
		background: url(images/icon_feed.gif) left center no-repeat;
	}

#wrap {
	clear: both;
	margin: 40px auto;
	padding: 0;
	text-align: left;
	width: 810px;
}

	#header {
		padding: 0;
		margin: 0;
		background: #79BD30 url(images/header_bg.jpg);
	}
		#header-inner {
			padding: 0 0 0 5px;
			margin: 0;
			background: url(images/header_collage_bg.jpg) top center no-repeat;
		}
	
	#content {
		float: left;
		width: 520px;
		margin-bottom: 25px;
	}
	
	#sidebar {
		margin-top: 30px;
		float: right;
		width: 240px;
		line-height: 130%;
	}

/* Header 
----------------------------------------------------------------------- */


#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

	#header h1 a {
		display: block;
		padding: 0 0 130px 0;
		margin: 0 350px;
		xborder: 1px solid red;
	}

ul#navigation {
	width: 810px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	height: 30px;
}

	ul#navigation li {
		display: inline;
		margin: 1px 5px 0 0;
		padding: 0;
		font-size: 18px !important;
	}
	
		ul#navigation li a {
			float: left;
			margin: 0;
			padding: 5px 15px 4px 15px;
			color: #fff;
		}
		
		ul#navigation li#store a {
			float: right;
			margin: 0;
			padding: 5px 15px 4px 15px;
			background: url(images/storetab_bg.gif);
			color: #fff;
		}
		
		ul#navigation li.current_page_item a,
		ul#navigation li.current_page_ancestor a {
			background: url(images/page_bg.gif);
			color: #33501B;
		}


/* Content 
---------------------------------------------------------------------- */

DIV.thePost {
	display: block;
	clear: both;
	margin: .5em 0;
}


h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-weight: normal;
}

h2#newsHead {
	margin-top: 0 !important;
	padding: 47px 0 10px 15px !important;
	background: url(images/news_bg.jpg) 0 0 no-repeat;
}

#content h1 {
	margin: 0 0 .5em 0;
	padding: 0 0 0 15px;
	font-size: 2em;
	color: #6C9D2D;
	letter-spacing: -1px;
}

#content h2 {
	margin: 1.5em 0 .6em 0;
	padding: 0 0 0 15px;
	font-size: 1.5em;
	color: #6C9D2D;
}

#content h3 {
	margin: 1.2em 0 .5em 0;
	padding: 0 0 0 15px;
	font-size: 1.3em;
	color: #6C9D2D;
}

#content h4 {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 1.3em;
	color: #6C9D2D;
}

#content p {
	margin: 0 0 .8em 0;
	padding: 0 0 0 15px;
	font-weight: normal;
	line-height: 150%;
}


p.intro {
	font-size: 120%;
	color: #6C9D2D;
}

p#alert {
	padding: 15px 0 15px 50px;
	background: #F7F8F6 url(images/icon_warning.gif) 15px center no-repeat;
	border: 4px solid #E78383;
	margin: 0 0 0 15px;
}

p.right {
	float: right;
}

p.meta {
	clear: both;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: .5em 0;
	padding: 0 0 0 15px;
	font-size: .75em;
	font-weight: normal;
	color: #8AAB41;
}

#content ul {
	font-size: 1em;
	padding: 0 0 0 20px;
	list-style-type: none;
}

	#content ul li {
		margin: 0.4em 0;
		padding: 0 0 0 22px;
		background: url(images/icon_accept.gif) 0 4px no-repeat;
		line-height: 150%;
	}
	
sup {
	font-size: .7em;
}


/* Image Aligning
---------------------------------------------------------------------- */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

img.series {
	float: left;
	padding: 5px;
	margin: 0 5px 1em 0;
	background-color: #fff;
		border-bottom: 1px solid #DAD9CD;
		border-right: 1px solid #DAD9CD;
}

img.alignleft {
  float: left;
	padding: 5px;
	margin: 5px 15px 5px 0;
	background-color: #fff;
	border-bottom: 1px solid #DAD9CD;
	border-right: 1px solid #DAD9CD;
}

img.alignright {
  float: right;
	padding: 5px;
	margin: 5px 0 5px 15px;
	background-color: #fff;
	border-bottom: 1px solid #DAD9CD;
	border-right: 1px solid #DAD9CD;	
}

img.banner {
	margin: .5em 0;
		border-bottom: 1px solid #DAD9CD;
		border-right: 1px solid #DAD9CD;
}

img.cardicon {
	float: right;
	margin-left: 10px;
}

	
/* Diverses 
---------------------------------------------------------------------- */

#content form fieldset {
	margin: 15px 0 15px 15px;
	width: 465px;
	padding: 20px;
	background: url(images/fieldset_bg.gif) 0 0;
	border: none;
}

#content form fieldset legend {
	display: none;
}

#content form fieldset p {
	margin: 0;
	padding: 0;
}

#content form ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content dl.form input,
#content form textarea,
#contactForm dd input {
	width: 340px;
	padding: 5px;
	margin: 3px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #BCBAA7;
	background-color: #fff;
}

input.button {
	padding: 5px;
	background: url(images/storetab_bg.gif);
	color: #fff;
	font-weight: bold;
	border: 1px solid;
}

label {
	display: block;
}

h3#respond {
	margin-top: 2em;
}

ol#commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	ol#commentlist li {
		padding: .5em .5em .5em 0;
		margin: .5em 0;
	}
	
		ol#commentlist li.alt {
			background: url(images/fieldset_bg.gif) 0 0;
		}
		
		
/* Browse 
---------------------------------------------------------------------- */

#browse {
	margin: 1em 15px;
	border-top: 1px solid #DAD9CD;
	padding: 5px 0;
}

	.browseLeft {
		float: left;
	}
	
	.browseRight {
		float: right;
	}		
		

/* Footer 
---------------------------------------------------------------------- */

#footer {
	clear: both;
	margin: 2em 0;
	padding: 0;
	background: url(images/fieldset_bg.gif) 0 0;
}

	#footer p {
		margin: 0;
		padding: .5em 15px;
		font-size: .9em;
		color: #8AAB41;
	}
	

/* the Bubble 
---------------------------------------------------------------------- */

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
		background: url(images/storetab_bg.gif);
		color: #fff;
		padding: 8px;
		border: 1px solid
}
	

/* the Badge 
---------------------------------------------------------------------- */
#badge { /* remember the 'position: absolute;' fix in the header */
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	height: 165px;
	width: 165px;
	background: url(images/badge.gif) 0 0 no-repeat;
}





/*-- BREAK to terminate floats ----------------------------------------------------*/
br.clear { visibility:hidden; clear:both; line-height:0px; background:#fff; height:0px; font-size:0px; padding:0; margin:0; }

/*-- class to adjust height of container box to actual height of contained floating elements ------------------*/
/* see <http://www.positioniseverything.net/easyclearing.html> */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */


