/*  
Theme Name: Mint Chocolate Chip Revamped
Theme URI: http://www.daikos.net/mintchocolatechiprevamped/
Description: Based on the XHTML/CSS design from Andrew Strojny @ www.andrewstrojny.com. Sidebar Widget ready. http://automattic.com/code/widgets/.
Version: 0.6
Author: Rune Fjellheim
Author URI: http://www.daikos.net/


/* ----- Structure and Layout ----- */

body {
	text-align : center;
	background-color: #A9CF9C;
	min-width : 1100px ;
	}

#wrapper {
	width : 1100px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#header {
    background: url("images/container.png") repeat-y;
	z-index:-1;
 	}

.logo {
	padding: 0 0 0 30px;
	}

#header p {
	font: small Verdana, Sans-serif;
	font-size: 1.2em;
	}

#header img {
	border-style:none;
	z-index:-1;
	}

#header h1 {
	font: small Verdana, Sans-serif;
	font-size: 1.8em;
	font-style: bold;
	color: #000000;
	}
#header a {
	font: small Verdana, Sans-serif;
	font-size: 1.8em;
	font-style: bold;
	color: #000000;
	}
#header a:visited {
	font: small Verdana, Sans-serif;
	font-size: 1.8em;
	font-style: bold;
	color: #000000;
	}
#header a:hover {
	font: small Verdana, Sans-serif;
	font-size: 1.8em;
	font-style: bold;
	color: #000000;
	}
	

#header a {
	text-decoration: none;
	}

#maincontainer {
	float: left;
	width : 1100px;
        background: url("images/container.png") repeat-y;
	}

#padding {
	clear: both;
	padding: 30px 0 0 0;
	}

#content {
	float: left;
	width: 700px;
	padding: 0 0 10px 40px;
	}

#newsbox {
	float: right;
	padding: 5px 0 0 0;
	margin-top:-150px;
	z-index:1000;
	}
	
#innernews {
	width: 250px;
	margin: 0 40px 0 0;
	padding: 10px 10px 10px 10px;
	background: #EDF3EB;
	border: 1px solid #DCEAD7;
	}

#innernews ul li {
	list-style-type: none;
	list-style-image: none;
	}

#innernews ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}


#innernews ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#innernews ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}


ol li, #innernews ul ol li {
	list-style: decimal outside;
	}


/* ----- Navigation -----  */

#nav {
	float: left;
	padding: 0 0 2px 13px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 743px;
	height: 41px;
	background: #A9CE9B;
	border-top: 2px solid #87BA74;
	border-bottom: 2px solid #87BA74;
	}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F1F7EE;
	border-bottom: 2px solid #A9CE9B;
	border-right: 2px solid #A9CE9B;
	
	}
	
#nav li a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #6CAB54;
	border-right: 2px solid #6CAB54;
	background: #86BA72;
	
	}
	
.current_page_item a {
	color: #FFFFFF;
	background: #86BA72;
	border-bottom: 2px solid #6CAB54;
	border-right: 2px solid #6CAB54;
	}
	

/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #444444;
	}

#content h2 {
	padding-top: 20px;
	font-size: 2em;
	color:#422100;
     font-style:normal;
	 font-weight:normal;
	}
#content h2 a:link,#content h2 a:visited {text-decoration:none}
#content h2 a:hover {text-decoration:none;background-color:#422100;color:#f1f7ee}

h2 {
	font-size: 1em;
	font-style:italic;
	color: #422100;
	}


#innernews {
	font-size: 0.8em;
	line-height: 1.2em;
	}


#innernews li h2 {
	margin-left: 0px;
	padding: 0 0px 0 0px;
	font-size: 1.3em;
	font-style:italic;
	color: #422100;
	}

.textwidget {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #422100;
	}

.postmetadata {
	background: #EDF3EB;
	border: 1px solid #DCEAD7;
	}

/* ----- Links ----- */

		#commentform input {
			width: 138px;
			padding: 2px;
			margin: 5px 5px 1px 0;
		}

		#commentform textarea {
			width: 100%;
			padding: 2px;
		}
.navigation a {
        color:#6CAB54;
        text-decoration: none;
        }

.navigation a:hover {
        color:#422100;
        text-decoration: none;
        }

.navigation a:visited {
        color:#422100;
        text-decoration: none;
        }

.post a ,.post a:visited{
        color:#422100;
        text-decoration: underline;
        }
.post a:hover {text-decoration:none;background-color:#422100;color:#f1f7ee}


.entry a {
	color: #6CAB54;
	}

.entry a:visited {
	color: #422100;
	}

.entry a:hover {
	text-decoration:none;background-color:#422100;color:#f1f7ee
	}

#innernews a {
	color: #6CAB54;
	}

#innernews a:visited {
	color: #422100;
	}

#innernews a:hover {
	color: #422100;
	}

.alignleft {
        float: left;
        }

.alignright {
        float: right;
        }

#footer a {
	color: #333333;
	text-decoration: none;
	}

#footer a:visited {
	color: #333333;
	text-decoration: none;
	}

#footer a:hover {
	color: #422100;
	text-decoration: underline;
	}



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

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}