/*

Theme Name: One Dollar - Green
Description: The official InfoLinkIT Wordpress One Dollar theme.
Author: InfoLinkIT
Template: infolinkit
Version: 2.9.2

*/

/* Import Reset CSS */

@import url("../infolinkit/reset.css");

/* Import Base CSS */

@import url("../infolinkit/style.css");

/* HTML Elements */

body {
	background: url('images/background.png') repeat-y top center;
}

h1, h2, h3, h4, h5, h6 {
	color: #388E00;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color: #388E00;
	text-decoration: none;
}

p {
	color: #555555;
}

a, a:link, a:visited, a:hover, a:active {
	color: #388E00;
}

hr {
	border-top: 1px dotted #B6E193;
}

input, textarea {
	border: 1px solid #B6E193;
	color: #388E00;
}

/* Layout Elements */

#page {
	background: url('images/page.png') repeat-y top center;
	border: none;
	margin: 0px auto;
}

#header {
	background: #007FCB url('images/header.png') no-repeat top left;
	border-bottom: 1px solid #226F00;
}

#title {
	padding: 35px 0px 35px 110px;
}

#name {
	float: none;
	font-size: 28px;
}

#name a, #name a:link,  #name a:visited,  #name a:hover,  #name a:active {
	color: #FFFFFF;
}

#description {
	color: #82CF45;
	float: none;
}

#navigation {
	background: #0087C9 url('images/navigation.png') repeat-x top left;
	border-top: 1px solid #7DDB00;
}

#navigation ul ul {
	background: #3A9B00;
	border-left: 1px solid #53BD00;
	border-right: 1px solid #53BD00;
	border-top: 1px solid #53BD00;
}

#navigation a {
	border-right: 1px solid #53BD00;
	font-size: 11px;
	padding-bottom: 11px;
}

#navigation a, #navigation a:link,  #navigation a:visited,  #navigation a:hover,  #navigation a:active {
	color: #FFFFFF;
}

#navigation ul ul a {
	border-bottom: 1px solid #53BD00;
}

.home {
	border-bottom: 1px dotted #B6E193;
}

#slideshow {
	border: none !important;
}

.more {
	color: #777777;
}

.share {
	border-top: 1px dotted #B6E193;
}

.share a {
	border-right: 1px dotted #B6E193;
}

.post-meta, #post-navigation, #comments, .comment, #trackbacks, #reply, #enquiry {
	background: #EEFFDF;
	border: 1px solid #B6E193;
	color: #759F4F;
}

.comment {
	background: #FFFFFF;
}

#post-navigation p, #comments p, .comment p, #trackbacks p, #reply p {
	color: #759F4F;
}

#post-navigation .previous a {
	border-right: 1px solid #B6E193;
}

#post-navigation .next a {
	border-left: 1px solid #B6E193;
}

#sidebar {
	border-left: none;
	color: #f27022 !important;
}

#sidebar .widget {
	border-bottom: 1px solid #B6E193;
}

#footer {
	background: #368600 url('images/footer.png') repeat-x top left;
	border-top: 1px solid #399000;
}

#footer li {
	border-right: 1px dotted #51B900;
}

#footer, #footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #51B900;
}
