/*
Skin for websitetemplate XodaFields
http://www.xoda.se/projects/wordpress/2006/12/18/theme-xodafields/
Description: A theme with dark frame and grass in header.
Author: Mattias Wirf
Author URI: http://www.xoda.se
Version: 0.2

	Colors used:
		White - #FFF
		Lightyellow - #FFFFDF
		Lightgreen - #D9EFC2
		Green for links - #7B7
		Lightorange - #F93
		Darkorange - #C60
		Different Grays
*/

/* --- Main page layout --- */
html, body { /* give us control over your body and soul */
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body { /* main font, change here if you want another font */
	background: #111; /*url(images/middleback.gif) repeat-y 50% 0%;*/
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
}
#page { /* wraps everything */
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	width: 780px;
	background:  #FFF url(images/limeColumnBack.gif) repeat-y;
	text-align: left;
}
#header { /* header, with image */
	background: #427BD6 url(images/headerback.jpg);
	width: 780px;
	height: 140px;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #666;
}
#content { /* content column */
	float: right;
	width: 600px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;
}

/* --- Page menu ---*/
ul#pages {
	position: absolute;
	top: 102px;
}
* html ul#pages { /* stupid fix for stupid browser: IE 6 */
	top: 116px;
}
*+html ul#pages { /* stupid fix for stupid browser: IE 7 */
	top: 116px;
}
	ul#pages li {
		float: left;
		list-style-type: none;
		background: url(images/button.png);
		height: 25px;
		padding: 2px 10px 0 10px;
		margin-left: 10px;
		border: 1px solid #333;
		border-bottom-width: 0px;
		font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	* html ul#pages li { /* stupid fix for stupid browser: IE 6 */
		background-image: none;
		background-color: #FFF;
		/*border-bottom: 1px solid #666;*/
	}
	ul#pages li a  {
		color: #333;
	}
	* html ul#pages li a { /* stupid fix for stupid browser: IE 6 */
		color: #999;
	}
	ul#pages li.current_page_item {
		background: url(images/buttonFill.png);
	}
	ul#pages li.current_page_item {
		border-bottom: 0;
	}
	ul#pages li.current_page_item a {
		color: #C60;
	}

/* --- Sidebar column --- */
#sidebar {
	float: left;
	width: 160px;
	margin: 0;
	padding: 10px;
	border-top: 2px solid #ccc;
	font-size: 11px;
}
	* html #sidebar {
		padding-top: 25px;
	}
	*+html #sidebar {
		padding-top: 25px;
	}
	#sidebar h2 {
		font-size: 18px;	
		text-transform: capitalize;
	}
	#sidebar a {
		color: #666;
		font-weight: normal;
		text-decoration: none;
	}
	#sidebar a:hover {
		color: #7B7;
		text-decoration: underline;
	}
	#sidebar ul {
		list-style-type: none;
		padding-left: 0;
		margin-left: 0.6em;
	}

/* --- List of links --- */
ul#links {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
	ul#links li {
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}
	#links h2 {
		text-transform: capitalize;
	}

/* --- Headers --- */
h1, h2, h3, h4 {
	font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1 {
	text-transform: uppercase;
	margin: 0;
	padding: 1em 2em 0 85px;
	font-size: 32px;
}
h1 a {
	text-decoration: none;
	color: #FFF;
}
h1 a:hover {
	text-decoration: none;
	color: #FFFFDF;
}
h2 {
	color: #F93;
}


/* --- Links and text --- */
a {
	color: #7B7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	color: #666;
}
blockquote {
	border: 1px dashed #ccc;
	background: #FFF;
	padding: 6px;
	color: #999;
}
blockquote p {
	padding: 0;
	margin: 0;
	color: #999;
}

/* --- Posts --- */
.post {
	padding: 0 2em 1em 1em;
	border-top: 1px solid #D9EFC2;
	font-size: 90%;
	line-height: 150%;
}
	.post h2 {
		margin-bottom: 2px;
		padding-bottom: 0;
		font-size: 18px;
	}
	.post .postmetadata {
		font-size: 11px;
		text-align: center;
		color: #999;
	}
	/* every other posts get a different color, controlled by odd and even */
	.odd {
		background: #FFFFDF;
	}
	.odd h2 a {
		color: #C60;	
	}
	.odd small {
		color: #F93;
	}
	.even {
		background: #FFFFFF;
	}
	.even h2 a {
		color: #F93;	
	}
	.even small {
		color: #ccc;
	}
	h3.single a  {
		color: #C60;	
	}
/* --- Navigation links (previuos post and next post) --- */
.navigation {
	width: 600px;
	background: #FFFFDF;
	border-top: 1px solid #D9EFC2;
	color: #7B7;
	margin: 0;
	padding: 0;
}
	.navigation .alignleft {
		float: left;
		padding-left: 10px;
	}
	.navigation .alignright {
		float: right;
		padding-right: 10px;
	}

/* --- Footer --- */
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background: #111;
	width: 100%;
	border-top: 1px solid #D9EFC2;
	padding-top: 4px;
	padding-bottom: 20px;
}
	#footer p {
		color: #888;
	} 
	#footer a {
		color: #888;
	}
	#footer a:hover {
		color: #C60;
	}
	#footer #searchform div {
		margin: 0 auto;
	}
	#searchform input {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#searchform #s {
		background: #999;
		padding: 0.1em;
		padding-left: 0.2em;
		border: 1px solid #ccc;
		border-top-color: #333;
		border-left-color: #333;
	}
	#searchsubmit {
		font-size: 11px;
		background: #999;
		border: 2px solid #ccc;
		border-bottom-color: #333;
		border-right-color: #333;
		margin-left: 4px;		
	}

/* --- Comments --- */
#comments {
	width: 600px;
}
	h3#comments  {
		width: 100%;
		text-align: center;
		font-size: 11px;
		color: #ccc;
		border-top: 1px solid #D9EFC2;
		padding-top: 4px;
	}
	.commentlist {
		width: 500px;
		color: #666;
		font-size: 11px;
	}
	.commentlist li {
		padding: 0.4em;
	}

/* --- Commentform --- */
h3#respond {
	color: #F93;
}
	#commentform input, #commentform  textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		padding: 0.1em;
		padding-left: 0.2em;
		color: #666;
	}
	#commentform {
		width: 580px;
		margin: 0 auto;
	}
	#author, #email, #url, #comment {
		background: #FFFFDF;
		border: 1px solid #D9EFC2;
		border-top-color: #7B7;
		border-left-color: #7B7;
	}
	textarea#comment {
		width: 400px;
	}
	#commentform #submit {
		margin-bottom: 1em;
		font-size: 10px;
		color: #333;
	}

/* --- Miscellenious --- */
.clear {
	clear: both;
}
.description { /* Used below blogtitle */
	font-size: 12px;
	color: #FFF;
	margin: 0;
	margin-left: 86px;
	padding: 0;
}