/*

Found @ http://www.wicked-wordpress-themes.com 


To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

body.custom {
background-image: url('http://www.camburg.com/wordpress/wp-content/wordpress-site-images/graphics/camburglayout.jpg');
background-color: #191919;
background-repeat: repeat-x ;
background-position: center top;
background-attachment: fixed;
}

body.custom #featuredImg {
	height: 346px; width: 0px;
	position: absolute;
        margin: -125px 0px 0px 525px;
	z-index: 9999;
}
	#featuredImg p {
		top: 0; right: 15px;
		position: absolute;
		z-index: 9999;
	}


body.custom ul#showcase {
	float: left;
	display: inline;
	width: 480px;
	margin: 225px 0 20px 25px;
	padding: 0 0 0 5px;
}
	body.custom ul#showcase li {
		float: left;
		display: inline;
		margin: 15px 0 0 20px;
	}
		body.custom ul#showcase li a {
			float: left;
			border: none;
			width: 98px;
		}
	
			body.custom ul#showcase li a img { display: block }
			
.wp-post-image, .pie-image { border: 5px solid #000000; 
                 margin-top:7px;
  -moz-border-radius:3px 3px 3px 3px; -moz-box-shadow:0 0 4px #000000;
}



.pro-player-container {border:5px solid black; width:530px; height:501px;}

body.custom div#wrapper {background: transparent;}


body.custom div#header {background: transparent;}

div.sidebar span.widget-title  {background:url("http://www.camburg.com/wordpress/wp-content/wordpress-site-images/graphics/navtile.jpg") repeat-x scroll left top #000000; border:1px solid #111111; -moz-border-radius:3px 3px 3px 3px; -moz-box-shadow:0 0 4px #000000; height: 20px; text-indent:10px;}

div.box  {background: transparent;}

.leaf-top, div.box input.inline-title-edit {background:url("http://www.camburg.com/wordpress/wp-content/wordpress-site-images/graphics/navtile.jpg") repeat-x scroll left top #000000; border:1px solid #111111; -moz-border-radius:3px 3px 3px 3px; -moz-box-shadow:0 0 4px #000000; height: 20px; width: auto; text-indent:10px;}

div.leaf-content div.rotator-images img {
border:0px solid #FFFFFF;
}

input#s, input#s:focus {background: #ffffff repeat-x scroll left top #000000; border:5px solid #111111; -moz-border-radius:3px 3px 3px 3px; -moz-box-shadow:0 0 4px #000000; }

a.more-link:link, a.more-link:visited {background:url("http://www.camburg.com/wordpress/wp-content/wordpress-site-images/graphics/navtile.jpg") repeat-x scroll left top #000000; border:1px solid #111111; -moz-border-radius:3px 3px 3px 3px; -moz-box-shadow:0 0 4px #000000; text-indent:2px;}

div.nav-below, p.nocomments {margin-left: -3500px;}