/*
Theme Name: Wood
Theme URI: http://themey.com/wood-wordpress-theme
Description: Wood is an unusual looking theme with backgrounds using a wood grain pattern. The main colours are brown, green and yellow. A psd is included with the theme to enable the header image to be changed to suit your blog. This theme is widget ready. <a href="http://creativecommons.org/licenses/by-nc-sa/2.5/">Creative Commons License</a>, attribution links must remain.
Version: 1.0
 Author: Themey
Author URI: http://themey.com
Version: 1.1
 Author: Haero*/
 

/*- Page Structure */

html { /* Force Vertical Scrollbar */
 	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font: 62.5%  Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #ffffff;
	/*background: #eaa241 url('images/body_background1.jpg');*/
        background: #eaa241 url('images/bg1.jpg');
	text-align: center;
	margin: 0 0 30px;
	}

	
#page {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px;
	position: relative;
	width: 780px;
        border-top: none;
	}

/* IE hack */ 
* html #page {width: 780px;} 

/* IE hack */

#topbackground
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: #eaa241 url('images/bg2.jpg') repeat-x;
/*z-index: 1;*/
}

#headertop {
	padding: 0px;
	position: relative;
	height: 94px;
	margin: 0px;
	}

#header {
	padding: 0;
	position: relative;
	height: 290px;
	background: url('images/woodframeheader.png');
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* html #header {
    background: url('images/woodframeheader.png') center bottom repeat-y;
}*/

#headerbottom {
	padding: 0px;
	position: relative;
        margin-bottom: 5px;
	height: 18px;
	}
		
#HeaderNav {
        text-align: right;
	float: right;
	color: #c68d00;
	font-size: 1.2em;
	margin-top: 1px;
	margin-right: 22px;
}

* html #HeaderNav {
        margin-right: 15px;
}

#HeaderNav a{
	color: #c68d00;
}
#HeaderSearch {
        float: right;
	width: 191px;
        height: 38px;
        margin-right: 19px;
	font-size: 1.2em;
	text-align: right;
	padding-left: 2px;
        background: url('images/searchwood.png') center bottom no-repeat;
}
* html #HeaderSearch {
        margin-right: 5px; 
}
#HeaderBar {
	width: 780px;
	margin: 0;
	height: 38px;
        display: inline;
}
#searchsubmit {
	background: #805529;
        width: 50px;
	color: #cba675;
	border: 1px solid #000000;
        margin-left: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
#Headersponsor {
        text-align: right;
        float: right;
	color: #c68d00;
	font-size: 1.2em;
	margin-top: 5px;
	margin-right: 22px;
}

.breadcrumb {
	 text-align: left;
         font-weight: bold;
         margin-top: 0px;
         padding-left: 20px;
         padding-right: 20px;
         margin-bottom: 0px;
	 background: url('images/woodframeheader.png');
}

* html .breadcrumb {
    background: url('images/woodframeheader.png') center bottom no-repeat;
}

#primary {
	width: 545px;
	float: left;
        padding: 20px 0 0;
	/*padding: 0px 0 0px;*/
	margin: 0px 0px 0px 0px;
	display: inline;
	background: url('images/woodframeprimary.png');
}


/* html #primary {
        border: 1px solid black;
        background: url('images/woodframeprimary.jpg') center;
	width: 540px;
        overflow: visible;
}*/

#primarytop {
	width: 545px;
        position:relative;
        float:left;
}
	
#primarybottom {
	width: 545px;
        position:relative;
        float:left;
}

/* html #primarytop {
	width: 540px;
        background: #92663b url('images/woodprimarybartop.jpg') center bottom;
        position:relative;
}*/



* html #primarybottom {
        margin-bottom: -13px;
}
	

#primarycontent {
	margin-left: 10px;
	margin-right: 10px;
}
	
.comments {
	text-align: left;
	padding: 30px 10px 30px 20px;
	position: relative;
	}


	
a img,:link img,:visited img { border:none }


/*- Headings */

h1, h2, h3, h4 {
	font-family: Arial, Sans-Serif;
	}
#title, #title a {
        float: left;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0px;
        margin-left: 11px;
        padding-top: 1px;
	padding-left: 1px;
	color: #83bd3e;
}
* html #title { 
        margin-left: 12px;
        padding: 0;
}  

* html #title a {
        margin: 0;
        padding: 0;
}

#title a:hover {
	text-decoration: underline;
}
#description {
	font-size: 1.5em;
	margin: 5px 60px;
	padding-left: 25px;
	color: #000000;
	font-weight: bold;
}
h1 {
	font-size: 3.3em;
	font-weight: bold;
	margin: 0;
	padding: 20px 40px 0;
	color: #83bd3e;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #83bd3e;
}

h1 a:hover {
	text-decoration: underline;
	color: #83bd3e;
}



h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.4em;
	font-weight: bold;
        padding-left: 20px;
	letter-spacing: -1px;
        color: #d7f54c;
	}

#primary .entry-content h3 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 25px;
	color: #d7f54c;
	}
#primary .entry-content h3 a{
	color: #d7f54c;
	}

#primary .entry-content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
	}

#primary .k2-asides h3 {
	font-size: 1.6em;
	font-weight: normal;
	}

.entry-head {
	margin-top: 10px;
	}

body.page .entry-content h3 {
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
	}

body.page .entry-content h4 {
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	}


	
#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
#sidebar .metalink a, #sidebar .metalink a:visited,
#sidebar span a, #sidebar span a:visited {
	color: #e0a61e;
	font-weight: normal;
	}

#primary .hentry .entry-head .metalink {
	font-size: 1.8em;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-left: 15px;
	}

#primary .k2-asides .entry-head .metalink {
	font-size: 1.4em;
	}

.single #primary .k2-asides .entry-content {
	font-size: 1.5em;
	color: #e0a61e;
	}

.comment-meta {
	margin: 0 0px 0 0;
	float: none;
	}

.comment-login, .comment-welcomeback {
	margin-top: 15px;
	color: #e0a61e;
}

#comment-personaldetails {
	margin-top: 10px;
}



body.page .entry-edit {
	position: absolute;
	right: 0;
	margin-top: -15px;
	}

.entry-edit a {
	border: none;
	padding: 20px;
	height: 16px;
	font-weight: bold;
	color: #ffffff;
	}

.comment-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	height: 16px;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #83bd3e;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

.entry-title {
	font-size: 2em;
	color: #ffea00;
        padding-top: 30px;
        padding-left: 1px;
        padding-right: 1px;
	margin-top: 20px;
        margin-left: 19px;
        margin-right: 19px;
        margin-bottom: 2px;
        background: url('images/woodbar.png') top repeat-x;
        /*background: #83bd3e;*/
}

* html .entry-title {
	font-size: 2em;
	color: #ffea00;
	margin-bottom: 10px;
        padding-top: 30px;
        padding-left: 1px;
        padding-right: 1px;
	margin-top: 20px;
        margin-left: 19px;
        margin-right: 19px;
        margin-bottom: 2px;
}
.entry-title a{
	color: #ffea00;
	font-weight: bold;
}
.commentslink{
	font-size: .8em;
}
.commentslink a{
	color: #ffffff;
	font-size: .7em;
}

.entry-meta { /* Time and category for blog entries */
        width: 498px;
	font-size: 1.3em;
        height: 47px;
	display: block;
	margin-top: 1px;
        margin-left: 18px;
	background: url('images/woodbar.png') center bottom;
	color: #000000;
	padding-left: 10px;
	}

.entry-meta a, .comment-meta a {
	color: #000000;
	}

.chronodata {
	}

.quoter_comment {
	padding: 2px 0 2px 20px;
	margin-left: 5px;
	}

.entry-tags {
	display: block;
	padding: 20px 0 2px 0px;
	font-size: 1.2em;
	color: #ffffff;
	}

/*- Primary Contents */

.hentry {
	margin: 0px;
	padding: 0px;
        /*padding: 15px; original css*/
	position: relative;
	}

.entry-content {
	font-size: 1.2em;
        padding-left: 40px; /* modified from 0 to 20 because of the wood frame*/ 
        padding-right: 40px;
	line-height: 1.8em;
	text-align: justify;
	color: #fff58a;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 13px 0px;
	}

.entry-content ul {
        line-height: 1.6em;
}

.metalinks {
	margin-top: 3px;
	}

.commentsrsslink {
	background: url('images/feed.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	height: 16px;
	}

.trackbacklink {
	background: url('images/arrow_refresh.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}

.commentsrsslink a, .trackbacklink a {
	color: #ffffff;
	padding: 2px;
	}
.comment-meta a {
	color: #ffffff;
}
.nopassword {
	text-align: center;
	}

#commentlist {
	margin: 0;
	padding: 10px 0 20px;
	position: relative;
	}

#commentlist li {
	margin: 10px 10px;;
	padding: 10px 10px 5px;
	list-style: none;
	background: url('images/trans_block.png');
	}
	
* html #commentlist li {
        background: #83bd3e url('') center bottom no-repeat;;
}


#commentlist li .comment-content {
	padding: 10px 0;
	font-size: 1.2em;
	line-height: 1.8em;
	}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 13px 0;
	}

#commentlist li .comment-meta {
	padding: 2px 0 2px 2px;
	display: block;
	}

#commentlist li img {
	padding: 0;
	border: none;
	}



#commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

#commentlist li .counter {
	display: none;
	font: normal 1.5em Arial, Helvetica, Sans-Serif;
	color: #e0a61e;
	float: left;
	width: 35px;
	}

li.byuser {
	background: #f6f7f8;
	}

li.bypostauthor {
	background: #eee;
	}

li.bypostauthor blockquote {
	background: url('images/quote.png') no-repeat 10px 0;              
	}
	 

	
#leavecomment, .comments #loading {
	text-align: center;
	margin: 30px 0 20px !important;
	color: #ddd;
	font-size: 2em;
	letter-spacing: -2px;
	}

.comments #loading {
	margin-top: 20px !important;
	}

.comments #error {
	line-height: 2.0;
	padding: 5px;
	color: #FF0000;
	background-color: #FFFF99;
}

.comments #commentload {
	padding-top: 3px;
	float: right;
	vertical-align: middle;
}

.comments form {
	clear: both;
	padding: 1px 0 10px;
	margin: 0;
	}

.comments input[type=text], .comments textarea {
	font: 1.2em 'Courier New', Courier, Monospace;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #000000;
	border-color: #2c6a18;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments textarea {
	height: 250px;
	width: 80%;
	margin: 10px 20px;
	}

.comments form #submit {
	margin: 20px;
	float: right;
	}

#Footer {
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #ffeb00;
	text-align: center;
	}
#FooterCenter {
	width: 780px;
        float: center;
	margin: auto;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background: url('images/trans_block.png');
	}
	
* html #FooterCenter {
    background: #92663b url('') center bottom no-repeat;
}
#Footer a {
	color: #ffeb00;
	text-decoration: none;
	}
#Footer a:hover {
	border: none;
	text-decoration: underline;
	color: #ffeb00;
	}
#FooterLeft {
	float: left;
	text-align: left;
	margin-left: 10px;
}
#FooterRight {
	float: right;
	text-align: right;
	margin-right: 10px;
}

#primary a:hover, #primary a:visited:hover,
#sidebar a:hover, #sidebar a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #d7f54c !important;
	}

a {
	color: /*#fff79b;*/#83bd3e;
        font-weight: bold;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #d7f54c;
	}


.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

#primary .entry-content img {
	margin: 0 5px;
	padding: 4px;
	/*border: 1px solid #ccc;*/
	max-width: 100%;
	}

#primary table img {
	max-width: none;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/*series of image styles if used when posting the text wraps the image use with small images better*/
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	padding: 4px !important;
	margin: 0 0 2px 7px !important;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}

small {
        margin-left: 20px;/* added because of woodframe*/
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, strike {
        margin-left: 20px;/* added because of woodframe*/
	color: #e0a61e;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Monospace;
	}

.chronodata abbr { border: 0; }
/* changed from original css*/
blockquote {
	margin: 20px 0px;
	padding: 0 20px 0 50px;
        position: relative;
        left: 100px;
        font-size: 15px; 
	background: #83bd3e url('images/quote.gif') no-repeat 5px 5px;
        width: 60%;
	border: none;
	}

hr {
	display: none;
	}

.navigation {
	text-align: center;
	margin: 10px 0 10px;
	padding: 20px; /*added because of woodframe*/
        width: 90%;
	}

.comments .navigation {
	margin: 10px 0;
	}

.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a {
	color: #d7f54c;
	}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 5px !important;
	}


.archive-list {
	list-style: none;
	margin: 10px 0 0 0 !important;
	padding-left: 0px !important;
	}

.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 2px 0 2px 10px !important;
	width: 150px;
	}


.archive-list li:hover {
	background: url('images/trans_block.png');
}

.entry-content ol, .entry-content ul {
	padding: 0 0 0 35px;
	}
.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;
}

ol li {
	list-style: decimal outside;
}


#searchform {
	margin-top: 9px;
	display: block;
	position: relative;
	}

#search h2 {
	display: none;
	}

input[type=text], textarea {
        border: none;
        font-size: 0.9em;
	color: #444;
	padding: 1px;
	margin-left: 7px;
        /*background: url('images/searchboxbacktrans.png') center bottom no-repeat;*/
	}
/* to modify the size of the search input box*/
#s {
	height: 13px;
        width: 94px;
	}

.attachment {
	text-align: center;
	}

#HomePageImage {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
        background: url('images/sponsorbarsimple.jpg') center no-repeat;
}
#sidebar {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0px 10px 0px 10px;
	margin-left: 72%; /* 555px*/
	width: 24%;/*205px;*/ 
	color: #9acb28;
	position: relative; 
        background: url('images/woodframesidebar.png') center bottom;
}

* html #sidebar {
        margin-left: 555px; /*71%;*/
        width: 200px; 
        padding: 0px 10px 0px 10px;
        overflow: auto;
}

#sidebar div {
	margin: 20px 18px 0; 
	padding: 0;
	position: relative;
}

#sidebar select {
	margin: 5px 10px 0; 
	padding: 0px 10px 0px 20px;
}

* html #sidebar div {
        margin: 10px 0 0 20px;
	padding: 0;
}

#sidebar span a {
	margin-left: 10px;
}
#sidebar div p {
	margin-top: 0.5em;
}
#sidebar ul, #sidebar ol, #sidebar div div {
	margin: 5px 0 0;
	padding-left: 0;
}
#sidebar ol {
	margin-left: 15px;
}
#sidebar ul li, #sidebar ol li {
	margin: 0;
	padding: 1px 0;
}
#sidebar ul li h2 {
	width: 164px;
	padding-left: 8px;
        margin: auto;
	background: url('images/woodbar.png') center bottom;
	color: #000000; 
	font-weight: bold;
	font-size: 1.2em;
	height: 47px;
	line-height: 20px;
}
#sidebar ul li {
	color: #d7f54c;
}

#sidebar ul li {
	list-style: none;
}
#sidebar ul ul li{
	list-style: circle;
	margin-left: 15px;
	color: #d7f54c;
}
#sidebar ul ul{
	margin: 20px;
}
#sidebar ul ul ul{
	margin: 0;
}
.pagetitle {
	margin-left: 20px;
	color: #ffffff;
}
.tag_cloud {
         margin-left: 20px;
}
#wp-calendar {
	/*margin: 2em auto 0 auto;*/
        float: center;
	margin: auto;
}
#wp-calendar caption {
	/*margin: 2em auto 0 auto;*/
        float: center;
	margin: auto;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#SideBarNav {
        width: 200px;
	float: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#SideBarNav a{
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
        margin-left: 5px;
}
* html #SideBarNav { 
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
} /* IE hack */


#SideBarNav a img{
	margin-bottom: 1px;
}
#SideBarNavRSS {
	width: 90px; 
	margin: auto;
	padding: 0px;
	display: inline;
}
/*#SideBarNavFav {
	width: 90px; 
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: right;
}*/

.SideBarTop {
        /*background: url('images/woodsidebartop.png') center top;*/
        margin-left: -9px;
}
.postmetadata {
        margin-left: 20px;
}
.postmetadata small {
        margin-left: 20px;
	color: #ffffff;
}
.comments h3 {
	color: #ffffff;
}

object {
        margin-left: 30px;
}

iframe {
        padding-left: 10px;
}
/* menu */
div#menu {
        margin: 0
}

div#menu ul {
        width: 545px;
        height: 38px;
        overflow: hidden;
        list-style-type: none;
        margin: 0;
        padding: 0;
        background:url(images/h-matrix.jpg) no-repeat 0 -38px;
}

div#menu li { 
        margin: 0;
        padding: 0
}

div#menu li,div#menu a {
        float: left; 
        height: 38px;
}


div#menu a {
        text-indent: -9000px;
        text-decoration: none;
        padding: 38px 0 0 0;
        overflow: hidden; 
        height: 0px !important; 
        height /**/:38px;
        background-image: url(images/h-matrix.jpg);
}

li#mhome a {
        width: 50px; 
        background-position: 0px 0px;
}

li#mhome a:hover {
        width: 50px;
        background-position: 0 -38px;
}

div#home li#mhome a {
        width: 50px; 
        background-position: 0 -76px;
}

li#mabout a {
         width: 56px; 
         background-position: -50px 0px;
}

li#mabout a:hover { 
         width: 56px; 
         background-position: -50px -38px;
}

div#about  li#mabout a {
         width: 56px; 
         background-position: -50px -76px;
}

li#mlinks a {
         width: 50px; 
         background-position: -106px 0px;
}

li#mlinks a:hover {
         width: 50px; 
         background-position: -106px -38px;
}

div#links li#mlinks a {
         width: 50px; 
         background-position: -106px -76px;
}

li#mcercviagg a {
         width: 143px; 
         background-position: -156px 0px;
}

li#mcercviagg a:hover {
         width: 143px; 
         background-position: -156px -38px;
}

div#cercviagg li#mcercviagg a {
         width: 143px;
         background-position: -156px -76px;
}

li#mportfolio a {
         width: 83px; 
         background-position: -299px 0px;
}

li#mportfolio a:hover {
         width: 83px; 
         background-position: -299px -38px;
}

div#portfolio  li#mportfolio a {
         width: 83px; 
         background-position: -299px -76px;
}

li#msmgo a {
         width: 163px; 
         background-position: -382px 0px;
}
li#msmgo a:hover {
         width: 163px; 
         background-position: -382px -38px;
}
div#smgo li#msmgo a {
         width: 163px; 
         background-position: -382px -76px;
}
