@import	url(reset.css);
@import url(fonts.css);

/*****
******  structure
*****/

body {
	background: #92C748 url(../images/body_bg.gif) repeat fixed top left;
	text-align: center;
	margin: 0;
	-moz-opacity: 0.9999; /* Fix that ugly Firefox flickering text bullshit */
}
#content {
	background: transparent url(../images/content_bg.png) no-repeat top left; 
/*	background: white url(../images/trace.gif) no-repeat top left; */
	width: 720px;
	margin: 42px auto;
	text-align: right; /* to make the main-nav align to the right */
}
#nav {
	padding: 5px 26px 0 0;
}
#section-heading {
	background: transparent url(../images/section-heading_bg.gif) no-repeat top left;
	height: 106px;
	margin-left: 28px;
	padding: 54px 0 0 212px;
	text-align: left;
}
#section-image {
	float: left;
	margin-left: 52px;
	text-align: right;
}
#section-copy {
	float: right;
	width: 350px;
	margin-right: 52px;
	text-align: left;
	color: #5F8F1E;
}
#footer {
	clear: both;
	background: white url(../images/footer_bg.png) no-repeat top left;
	padding-top: 26px;
	padding-left: 26px;
	padding-bottom: 5px;
	text-align: left;
}

/*****
******  Universal styles
*****/

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h1#sitename {
	display: none;
}


/*****
******  home
*****/

body.home {
	background: white;
	background-image: none;
}
body.home #content {
	background: white;
	background-image: none;
}
body.home #nav {
	padding-bottom: 5px;
}
body.home #home-image {
	text-align: center;
}
body.home #footer {
	padding-top: 0;
	background-image: none;
}

/*****
******  main-nav
*****/

#nav ul li {
	display: inline;
	margin-left: 8px;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: black;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a:active {
	text-decoration: underline;
	color: #5F8F1E;
}


/*****
******  section-image
*****/

#section-image img {
	border: 1px dashed #5F8F1E;
	padding: 5px;
	margin: 0;
}

#thumbnails {
	padding-right: 6px;
}
#thumbnails img {
	cursor: pointer;
}

/* design-portfolio-item */

#section-image #images {
	width: 412px;
	height: 412px;
	overflow: hidden;
	background-image: url(../images/loading.gif);
}
#images ul {
	position: relative;
	display: none;
}

#images li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


/*****
******  section-copy
*****/

#section-copy p {
	margin-bottom: 1.22em;
	color: #666;
	line-height: 1.35em;
}
#section-copy a {
	color: #5F8F1E;
	font-weight: bold;
}
#section-copy a:link, {
	color: #5F8F1E;
}
#section-copy a:visited {
	color: #5F8F1E;
}
#section-copy a:hover, #section-copy a:active {
	color: #5F8F1E;
}
#section-copy h2 {
	font-size: 1.35em;
	margin-bottom: 1em;
	font-weight: bold;
}
#section-copy h2 .subcategory {
	font-size: .9em;
}
#section-copy h3 {
	font-weight: bold;
	line-height: 1.35em;
	color: #666;
}
#section-copy ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
	color: #666;
	margin-bottom: 1.22em;
	line-height: 1.35em;
}
#section-copy ul.category-images {
	list-style-type: none;
	margin-left: 0;
}
#section-copy ul.category-images li {
	list-style-type: none;
}

/* design-portfolio-item */

.design-portfolio-item #images {
	width: 406px;
}
.design-portfolio-item #section-copy {
	width: 191px;
}
form#categories {
	display: block;
	height: 37px;
}
form#categories select {
	width: 191px;
}
.design-portfolio-item #section-copy #description {
/*	height: 379px;*/
}
#item-nav {
	font-size: 95%;
	text-align: right;
	margin-top: 26px;
	margin-bottom: 26px;
}
#item-nav a:link,
#item-nav a:visited {
	color: #5F8F1E;
	text-decoration: none;
	font-weight: bold;
	width: 75%;
}
#item-nav a:hover,
#item-nav a:active {
	color: #5F8F1E;
	text-decoration: underline;
	font-weight: bold;
	width: 75%;
}

/* design-portfolio splash */

.design-portfolio #section-copy {
	float: none;
	width: 615px;
	margin-left: 52px;
}
.design-portfolio #section-copy ul {
	padding-top: 1.22em;
}
.design-portfolio #section-copy ul li {
	float: left;
	width: 205px;
	height: 14em;
	text-align: center;
}
.design-portfolio #section-copy ul li a:link,
.design-portfolio #section-copy ul li a:visited {
	color: #5F8F1E;
	text-decoration: none;
	font-weight: bold;
	width: 75%;
}
.design-portfolio #section-copy ul li a:hover,
.design-portfolio #section-copy ul li a:active {
	color: #5F8F1E;
	text-decoration: underline;
	font-weight: bold;
	width: 75%;
}
.design-portfolio #section-copy ul li a:link img,
.design-portfolio #section-copy ul li a:visited img {
	border: 1px dashed #5F8F1E;
	padding: 5px;
	display: block;
	margin: 0 auto .5em auto;
}
.design-portfolio #section-copy ul li a:hover img,
.design-portfolio #section-copy ul li a:active img {
	border: 1px solid #5F8F1E;
	padding: 5px;
	display: block;
	margin: 0 auto .5em auto;
}

/* service-offerings */

.service-offerings #section-copy ul {
	list-style-type: none;
	margin-left: 0;
}
.service-offerings #section-copy ul li {
	display: inline;
	margin-right: .5em;
	padding-right: .5em;
	border-right: 2px solid #5F8F1E;
}
.service-offerings #section-copy ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: 0;
}

/*****
******  footer
*****/

#footer ul li {
	display: inline;
	margin-right: 8px;
}

#footer ul li.copyright {
	font-size: 80%;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: black;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: underline;
	color: #5F8F1E;
}


/*****
******  buzz
*****/


body.buzz #section-copy {
	float: left;
	width: 400px;
	margin-left: 52px;
	text-align: left;
	color: #5F8F1E;
}
body.buzz #section-sidebar {
	text-align: left;
	float: right;
	margin-right: 52px;
	width: 150px;
	font-size: .9em;
}
body.buzz .date {
	clear: both;
}
.date-header, body.buzz h4 {
	border: 1px dashed #5F8F1E;
	padding: 5px;
	margin: 0 25px 0 0;
	width: 56px;
	float: left;
	font-weight: bold;
	clear: both;
	text-align: center;
}
body.buzz h4 {
	font-size: 2em;
}
body.buzz h4 .subtitle {
	font-size: .5em;
	font-weight: normal;
	display: block;
}
.post {
	float: right;
	width: 300px;
	margin-bottom: 1.22em;
	border-bottom: 1px solid #5F8F1E;
}
.post-body {
	color: #666;
	line-height: 1.35em;
}
.post-footer {
	padding-top: 1.22em;
	padding-bottom: 1.22em;
}
#section-sidebar h2 {
	font-weight: bold;
	color: #5F8F1E;
	margin-bottom: .5em;
	text-transform: uppercase;
}
#section-sidebar p, #section-sidebar dd, #section-sidebar ul {
	margin-bottom: 1.22em;
	color: #666;
	line-height: 1.35em;
}
#section-sidebar li {
	margin-bottom: .25em;
}
#section-sidebar li a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
#section-sidebar li a:link, {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
#section-sidebar li a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
#section-sidebar li a:hover, #section-copy li a:active {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
}
#comments {
	margin-top: 1em;
	padding-top: 1em;
	clear: both;
	font-size: .9em;
}
dl#comments-block {
	width: 300px;
	float: right;
}
dt.comment-poster {
	margin-bottom: 1em;
}
dd.comment-body {
	margin-bottom: 1em;
/*	padding-bottom: 1em;*/
	border-bottom: 1px dotted #666;
}
p.comment-timestamp {
	clear: both;
}
dd.comment-body p.comment-timestamp {
	text-align: right;
}

/*****
******  section styles for main-nav and footer
*****/

body.home #nav a.home:link,
body.home #nav a.home:visited,
body.home #nav a.home:hover,
body.home #nav a.home:active {
	text-decoration: none;
	font-weight: bold;
	color: #5F8F1E;
}
body.service-offerings #nav a.service-offerings:link,
body.service-offerings #nav a.service-offerings:visited,
body.service-offerings #nav a.service-offerings:hover,
body.service-offerings #nav a.service-offerings:active {
	text-decoration: none;
	font-weight: bold;
	color: #5F8F1E;
}
body.design-portfolio #nav a.design-portfolio:link,
body.design-portfolio #nav a.design-portfolio:visited,
body.design-portfolio #nav a.design-portfolio:hover,
body.design-portfolio #nav a.design-portfolio:active {
	text-decoration: none;
	font-weight: bold;
	color: #5F8F1E;
}
body.design-portfolio-item #nav a.design-portfolio:link,
body.design-portfolio-item #nav a.design-portfolio:visited,
body.design-portfolio-item #nav a.design-portfolio:hover,
body.design-portfolio-item #nav a.design-portfolio:active {
	text-decoration: none;
	font-weight: bold;
	color: #5F8F1E;
}
body.buzz #nav a.buzz:link,
body.buzz #nav a.buzz:visited,
body.buzz #nav a.buzz:hover,
body.buzz #nav a.buzz:active {
	text-decoration: none;
	font-weight: bold;
	color: #5F8F1E;
}
body.contact #nav a.contact-and-pricing:link,
body.contact #nav a.contact-and-pricing:visited,
body.contact #nav a.contact-and-pricing:hover,
body.contact #nav a.contact-and-pricing:active {
	text-decoration: none;
	font-weight: bold;
	color: #5F8F1E;
}
body.about #footer a.about:link,
body.about #footer a.about:visited,
body.about #footer a.about:hover,
body.about #footer a.about:active {
	text-decoration: none;
	font-weight: bold;
	color: #5F8F1E;
}
body.faq #footer a.faq:link,
body.faq #footer a.faq:visited,
body.faq #footer a.faq:hover,
body.faq #footer a.faq:active {
	text-decoration: none;
	font-weight: bold;
	color: #5F8F1E;
}
body.policies #footer a.policies:link,
body.policies #footer a.policies:visited,
body.policies #footer a.policies:hover,
body.policies #footer a.policies:active {
	text-decoration: none;
	font-weight: bold;
	color: #5F8F1E;
}


/*****
******  Legal Page
*****/

body.legal {
	background-position: top center;
}
body.legal #content {
	text-align: left;
	background-image: none;
	background-color: white;
	width: 75%;
	margin: 25px auto;
	padding: 15px;
	
}
body.legal h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1.5em;
	color: #5F8F1E;
}
body.legal h2 {
	font-size: 1em;
	font-weight: bold;
/*	margin-bottom: 1em;
*/}
body.legal p {
	margin-bottom: 1em;
	color: #666;
}
body.legal a {
	color: #5F8F1E;
	font-weight: bold;
}
body.legal a:link, {
	color: #5F8F1E;
}
body.legal a:visited {
	color: #5F8F1E;
}
body.legal a:hover, body.legal a:active {
	color: #5F8F1E;
}