/*
Theme Name: Wicked Friends
Theme URI: http://www.wickedfriends.com.au/
Description: Basic skin for the Wicked Friends AU site
Version: 1.0
Author: Chris Samios www.chrissamios.com
*/


/* Standard HTML Classes */
html {min-height:100%;margin-bottom:1px;}
body{margin:0px;  font-family:Geneva, Arial, Helvetica, sans-serif;}
a:active {outline:none;}
a:focus {outline:none;}
a{font-weight:bold;}
a:hover{font-weight:bold; text-decoration:none;}

h1{margin:2px; width:100%;}
h2, #searchform .hidden{margin:2px; font-size:22px; font-weight:bold;}
h3{}
h4{ font-size:10px; font-style:italic; margin:0px;}






/* Page Layout div's, the classes within them */
#header{ background:url(/wp-content/themes/wickedfriends/images/top.jpg) no-repeat center top #000000; 
			height:126px; margin:0px auto;}
		.topshadow{background:url(/wp-content/themes/wickedfriends/images/shadow.jpg) repeat-x top left; height:10px; width:100%;} 
	#headertext{display:none;}
	
#everything { width:1000px; margin:0px auto;}
#content{float:left; width:80%; margin:auto;} /* div */
	.entry{ width:100%;}
		
	.post{text-align:justify; margin:0px 70px; padding:5px; width:80%; }
	.post-alt {background-color:#EEEEEE;}
	.postinfo{ padding:5px;} 
		.thelogo{ float:left; border:none; margin-right:10px; width:150px; height:130px; }
		.thefield{ color:#000000; font-weight:bold;}
		.thedata{ font-size:12px; font-style:italic; font-weight:normal;}
		
		.themap {width:100%; margin:0px auto; border:none; padding:0px; height:450px;}
		
		#pagetags {width:60%; margin:0px auto; text-align:center; text-transform:lowercase;}
		#sidetags {margin-top:20px; text-align:center; text-transform:lowercase;}

#sidebar{float:right; width:20%;} /* div */
	#sidebarlist{ margin:0px auto; text-indent:none; padding:10px 3px;}
		#bookingbuttondiv {border:none; margin:auto; text-align:center; padding-bottom:10px;}
		#bookingbuttondiv a img{border:none; text-decoration:none;}
		#bookingbuttondiv a {border:none;}
		
		ul, li {marign-left: 0; padding-left: 0; list-style:none;}
		
		.widget{}
			.widgettitle{ text-align:center; margin:15px 0px 5px 0px;}
			
			.widget_categories{ text-align:center;}
				.cat-item{margin:0px; text-align:center;}
				.postform{ text-align:center;margin:0px;}
				
			.widget_pages{}
				.page_item{margin:0px; text-align:center; text-indent:0px;}
						
			#search{}
				#searchform{text-align:center;}
				#searchform input {}
				#s{}
				.widget_search{}



#footer{ background:url(/wp-content/themes/wickedfriends/images/bottomrepeat.jpg) repeat-x bottom; height:180px; margin:0px; float:left; width:100%;}
	#footerinner{width:1000px; height:175px; margin:0px auto; text-align:right;
		background:url(/wp-content/themes/wickedfriends/images/bottomlogo.jpg) no-repeat left;
				}
		#footertext {margin:142px 0px 0px 0px; float:right; font-size:11px;}


#notfound { width:60%; margin:0px auto; }



/* Easy Colours & Fonts changes! :) */

	/* Headers and Highlights */
	h1, a:hover, .widgettitle, #searchform .hidden {color:#FF0000;}
	
	/* Subheaders & secondary elements */
	h2, h3, h4, a, #searchform input, #header {color:#990000;}
	
	/* Normal Text Colours & font */
	body {color:#000000;}
	
	/* Footer Colours */
	#footer, #footerinner, #footertext, #footertext a {color:#FFCC00;}





