/*spiritofthewildak.us and spiritofthewildak.com stylesheet. all content copyright 2005*/

/* Main  */
	
  	body {
  	background-image:  url("../images/siteparts/cgr.gif");
	background-repeat:repeat-x;
  	font-family: Georgia, Times, serif;
	background-color:#F4FCE2;
	color:#000000;
	margin:0px;
	text-align:center;	
	}

	a:link { 
	text-decoration:none;
	}
	
	a:visited { 
	text-decoration:none;
	}
	
	a:hover {
	text-decoration:underline;
	}
	
	a:active {
	}
	
	a:link img {
	border: 0; 
	}
	
	a:visited img{ 
	border:0;
	}
	
	p { 
	font-size:13px;
	font-weight:lighter;
	font-family: Georgia, Times, serif;
	letter-spacing: 1px;
	text-align:justify;
	margin-top:1px;
	margin-bottom: 0;
	padding-bottom:10px;
	}
	
	h1 {
	}
	
	h2 {
	font-size:15px;
	font-family: Georgia, Times, serif;
	letter-spacing: 1px;
	text-align:center;
	margin-top:0px;
	margin-bottom: 0;
	padding-bottom:10px;
	}
	
	h3 {
	}
	
	h4 {
	}
	
	img {
	}
	
	hr {
	width:500px;
	border:0;
	border-bottom:1px solid #666666;
	}
	

/* Forms
------------------*/

	form {
	font-size:13px;
	font-weight:lighter;
	font-family: Georgia, Times, serif;
	letter-spacing: 1px;
	}

   	input {
	} 
	
	select {
	font-family: Georgia, Times, serif;
	background-color:#EEEEEE;
	border:0px solid #EEEEEE;
	}
		
	.textfield {
	} 
		
	.formtext{
	}
	
	button {
	font-size:13px;
	font-weight:lighter;
	font-family: Georgia, Times, serif;
	letter-spacing: 1px;
	}
	

/* Containers	
-------------------*/	
	
	#container { 
	position:relative;
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:center;
	}	
	
	#bottomb {
	background-image: url("../images/siteparts/bottomb.gif");
	background-repeat:no-repeat;
	width:100%;
	height:33px;
	text-align:center;
	}
	
	#border {
	background-image: url("../images/siteparts/bggrad.gif");
	background-repeat:repeat-y;
	height:100%;
	width:100%;
	text-align:center;
	}
	
	#content {
	position:relative;
	min-height:100%;
	height:100%;
	width:926px;
	margin-left:36px;
	margin-right:auto;
	}	
	
	#columnleft {
	float:left;
	width:270px;
	background-color:#CCCCCC;
	border-right:1px solid #666666;
	font-size:13px;
	font-weight:lighter;
	font-family: Georgia, Times, serif;
	letter-spacing: 1px;
	}
	
	#columnleft a img{ 
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	}
	
	#columnleft a:link {
	}
	
	#columnleft ul {
	list-style: none;
	padding: 20px 0 0 80px;
	text-align:left;
	}
	
	#columnleft li {
	text-decoration:none;
	padding: 0 0 5px 0;
	}
	
	#columnright {
	float:left;
	width:600px;
	height:100%;
	padding:10px;
	padding-top:0px;
	padding-left:30px;
	color:#333333; 
	}
	
	#columnright p {
	font-size:13px;
	font-weight:lighter;
	font-family: Georgia, Times, serif;
	letter-spacing: 1px;
	text-align:justify;
	margin-top:1px;
	margin-bottom: 0;
	padding-bottom:10px;
	}
	
	#columnright img {
	padding-top:10px;
	padding-bottom:10px;
	}
	
	#columnright .date {
	font-size:13px;
	font-weight:lighter;
	font-variant: small-caps;
	font-family: Georgia, Times, serif;
	letter-spacing: 1px;
	text-align:left;
	margin-top: 20px;
	margin-bottom:10px;
	}
	
	#footer {
	}
	
	
/* Banner
--------------------*/

    #banner {
	position:relative;
	background-image: url("../images/siteparts/photo.jpg");
    background-repeat:no-repeat;
    width:1000px;
    height:268px;
    margin-left:auto;
	margin-right:auto;
	}	
	
	#banner ul {
	font-size:13px;
	font-weight:lighter;
	font-family: Georgia, Times, serif;
	/*letter-spacing: 1px;*/
	position:relative;
  	list-style: none;
  	padding:0;
	padding-right:30px;
	padding-top:203px;
	/padding-top:200px;
	margin: 0;
	}
	
	#banner li {
	float:right;
	}
	
	#banner li a {
	display:block;
	text-decoration:none;
	color:#EEEEEE;
	width:80px;
	margin-left:0px;
	margin-right:0px;
	font-size:12px;
	text-align:center;
	}
	
	#banner li a:link { 
	}
	
	#banner li a:visited {
	}
	
	#banner li a:hover {
	color:#FFFF00;
	}
	
	#banner li a:active {
	}
	
	
/* Pullquotes
---------------------*/
	
	.pullright { 
	width:180px;
	color:#333333;
	margin-left:8px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:16px;
	font-weight: bold;
	text-align:left;
	padding:5px;
	float: right;
    line-height: 140%; 
	} 
	
	.pulleft {
	width:180px;
	color:#333333;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:16px;
	font-weight: bold;
	text-align:left;
	padding:5px;
	padding-right:0px;
	float: left;
    line-height: 140%; 
	} 	
	
	.imageright {
	float:right;
	padding:5px;
	padding-left:10px;
	}
	
	.imageleft {
	float:left;
	width:210px;
	padding:5px;
	padding-right:5px;
	}	

/* Text Styling
-----------------------------------*/
	.centered {
	text-align:centered;
	font-size:13px;
	font-weight:lighter;
	font-family: Georgia, Times, serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	}


/* Clear float fix
-----------------------------------*/
	.clearfix:after {
	display:block;
    content:"*"; 
	visibility:hidden; 
    height:0px; 
    clear:both; 
	}
	
/* Odds and Sods
-----------------------------------*/

.video {
	font-size:12px;
	}

	
  