@charset "utf-8";

/*
Theme Name: Design Principles
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: You
Author URI: Your website address.
*/

@import 'styles/baseline.css';
@import 'styles/menu.css';




/***************************
***** TABLE OF CONTENTS ****

 *. COMMON STYLE ELEMENTS
 
 *. PER PAGE ELEMENTS (page titles, etc.)
 
 *. HOME PAGE Specific styles
 
 *. CONTACT PAGE Specific styles
 
 *. FORM SPECIFIC STYLES (contact and comments)
 
 *. PAGE FOLIO PICTURES
 
 *. PORTFOLIO PAGE
 
 *. BLOG STYLES
 
****************************/







/**** COMMON STYLE ELEMENTS ****/


html {
	background: #576E30 url(images/page_bg.png) repeat-x;
}

body {
	background: url(images/bg_body.png) no-repeat top center;
	margin: 0;
	padding: 52px 0 15px 0;
    color: #555;
}

a {
	color: #576E30;
}

a:active, a:focus { /* removes the dotted line from around selected links */
    outline: 0;
}

#wrapper {
	width: 916px;  /* 895px + 21px of right-edge drop shadow = 916 total width */
	min-height: 1288px;
	margin: 0 auto 0 auto;
    padding: 88px 0 0 0;
	position: relative;
}

#logo {
	background: url(images/logo-trans.png);
	height: 151px;
	width: 136px;
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 20;
	margin: 0;
	padding: 0;
}

#logo span, #title span {
	display: block;
	height: 0px;
	width: 0px;
	overflow: hidden;
}
#secondarynav ul {
        z-index:100;
}

#folio {
	height: 434px;
	position: relative;
}

#location {
	position: absolute;
	top: -70px;
	right: 50px;
	width: 55px;
	height: 41px;
}

#location span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#location {
	background: url(images/icon_home.png) no-repeat;
}

#location.about {
	background: url(images/icon_about.png) no-repeat;
}

#location.blog {
	background: url(images/icon_blog.png) no-repeat;
}

#location.contact, #location.captchaerror {
	background: url(images/icon_contact.png) no-repeat;
}

#location.services, #location.services-creative, #location.services-training, #location.services-web {
	background: url(images/icon_services.png) no-repeat;
}

#location.portfolio{
	background: url(images/icon_portfolio.png) no-repeat;
}



#content {
	background: url(images/content_bg-trans.png) repeat-y;
	padding: 50px 80px 20px 40px;
	min-height: 646px;
	z-index: 10;
	position: relative;
	overflow: auto;
}

#maincontent {
	float: right;
	width: 580px;
}

#maincontent h2 {
    font-size: 189%;
    font-weight: normal;
    font-family: Georgia;
    border-bottom: solid 1px #CCC;
    padding-bottom: 10px;
    margin-top: 30px;
    clear: left;
}

#maincontent h3 {
    font-size: 108%;
    font-weight: bold;
    margin-top: 25px;
}

#sidebar {
	color: #666;
	font-size: 85%;
	line-height: 150%;
    position: absolute;
    left: 30px;
    top: 0;
	width: 180px;
	padding-top: 142px;
}

#sidebar h4 {
	font-weight: bold;
	margin-bottom: 7px;
}
#sidebar blockquote {
	margin: 1em 0px 0px;
	padding: 0px;
}
#sidebar blockquote p {
	margin: 0px;
	font-weight: bold;
}
#sidebar cite {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#rssbutton img {
        display: block;
        margin: 0 auto;
}

#servicesaccordion {
    margin: 15px 0;
}

#servicesaccordion h4 {
    margin: 0;
    padding: 0 0 0 20px;
	color: #4D721A;
	background-color: #EFF8DE;
    border-top: solid 2px #DEEEAC;
    border-bottom: solid 2px #9FC729;
}

#servicesaccordion h4:hover {
    cursor: pointer;
}

#servicesaccordion ul {
    margin: 0;
    padding: 25px 0 25px 25px;
}

#switcher {
	margin: 0 0 20px 0;
	padding: 0;
}

#switcher li {
	padding-left: 10px;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat 0px 6px;
}

#switcher a {
	display: block;
	color: #54781A;
}

#page-bottom {
	background: url(images/paper_bottom-trans.png);
	height: 100px;
	width: 916px;
}

#footer {
	font-size: 77%;
	color: #FFFFFF;
	background: #4D4948;
	border-top: 3px solid #CCE13A;
	border-bottom: 3px solid #93B839;
	line-height: 140%;
	padding: 10px 0;
	margin: 20px 0 0 0;
	text-align: center;
}

#footer p {
	margin: 0px;
}

#footer span {
	color: #80BE35;
	font-size: 110%;
}








/***************************/
/**** PER PAGE ELEMENTS ****/
/***************************/

#pagetitle-about {
	position: absolute;
}

#page- .entry h2 {
      font-size: 141%;
      border-bottom: none;
}







/***************************/
/**** HOME PAGE ************/
/***************************/

#projectstatus {
	background-image: url(images/checkyourproject.png);
	width: 111px;
	height: 76px;
	margin: 0 auto 20px auto;
}

#projectstatus span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#loginform h4 {
	cursor: pointer;
	color: #4D721A;
	background-color: #EFF8DE;
	padding: 3px;
}

#loginform label {
	float: left;
	width: 80px;
}

#loginform input {
	width: 80px;
	margin-bottom: 8px;
	float: left;
	clear: right;
}

.checkbox input {
	width: auto;
}

#loginform #identity_url {
	width: 170px;
	margin-top: 10px;
}

.extras p {
	clear: left;
	padding-top: 10px;
}

.extras a {
	color: #96D343;
}

#loginform img {
	margin: 0 0 0 30px;
}

#loginform #submit {
	float: none;
	clear: none;
	margin: 0 0 0 50px;
}









/***************************/
/**** CONTACT PAGE *********/
/***************************/


#sidebar dl {
	margin: 0;
	padding: 0;
}

#sidebar dt {
	font-weight: bold;
	color: #4D721A;
	background-color: #EFF8DE;
	margin-top: 15px;
	padding: 3px;
}

#sidebar dd {
	margin-top: 5px;
}









/******************************/
/**** FORM SPECIFIC STYLES ****/
/******************************/


fieldset {
	background: url(images/fieldset.gif) left bottom repeat-x;
	font-size: 85%;
	width: 100%;
	padding: 0 0 20px 0;
	border-top: solid 1px #91BD44;
}

fieldset legend {
	font-weight: bold;
	padding-right: 10px;
}

fieldset ol {
	margin: 0 8px;
	padding: 0;
}

fieldset li {
	padding: 10px 0;
	border-bottom: solid 1px #BED991;
	border-top: solid 1px #FFF;
	list-style-type: none;
}

fieldset li input, fieldset li #message {
	width: 300px;
}

fieldset label {
	float: left;
	width: 170px;
}

label em {
	color: #F00;
	font-weight: bold;
}

fieldset input, fieldset #message {
	margin-left: 10px;
}

fieldset p {
	padding-top: 10px;

}

fieldset #submit {
	width: 60px;
	height: 60px;
	margin: 0 20px 20px 200px;
	float: left;	
}

#captcha span {
	float: left;
	width: 170px;

}

#recaptcha_image {
	border: 1px solid #ABADB3;
	margin: 0 10px 10px 180px;
}

#contact #recaptcha_response_field {
	margin-bottom: 10px;
}









/***************************/
/**** PAGE FOLIOS **********/
/***************************/

#page-home #folio, #page- #folio {
	background: url(images/folios/folio_home.jpg) no-repeat;
}

#page-services #folio {
	background: url(images/folios/folio_services.jpg) no-repeat;
}

#page-services-creative #folio {
	background: url(images/folios/folio_creative_services.jpg) no-repeat;
}

#page-services-training #folio {
	background: url(images/folios/folio_training_services.jpg) no-repeat;
}

#page-services-web #folio {
	background: url(images/folios/folio_internet_division.jpg) no-repeat;
}

#page-contact #folio {
	background: url(images/folios/folio_contact.jpg) no-repeat;
}

#page-about #folio {
	background: url(images/folios/folio_about.jpg) no-repeat;
}

#page-portfolio #folio {
	background: url(images/folios/folio_portfolio.jpg) no-repeat;
}

#page-testimonials #folio {
	background: url(images/folios/folio_home.jpg) no-repeat;
}

#page-thankyou #folio {
	background: url(images/folios/folio_thankyou.jpg) no-repeat;
}

#page-captchaerror #folio {
	background: url(images/folios/folio_thankyou.jpg) no-repeat;
}

#page-blog #folio { /* this is the blog page */
	background: url(images/folios/folio_blog.jpg) no-repeat;
}








/********************************/
/**** PORTFOLIO LANDING PAGE ****/
/********************************/

#page-portfolio #maincontent {
    width: 600px;
}

#casestudies, #slideshow {
	margin: 15px 0;
	padding: 0;
}

#casestudies li, #slideshow li {
    float: left;
    list-style-type: none;
}

#casestudies img, #slideshow img {
    display: block;
    margin: 0 18px 18px 0;
	padding: 5px;
	border: solid 1px #FFF;
}

#casestudies img:hover, #slideshow img:hover {
    border: solid 1px #CCC;
}








/*******************************/
/**** PORTFOLIO ITEM PAGE ******/
/*******************************/

#portfoliocrumbs {
	font-size: 85%;
	text-transform: capitalize;
	margin-bottom: 20px;
}

#portfoliothumbs a { /* to eliminate #576E30 color on links in this section in IE */
	color: #FFF;
}

#portfoliothumbs img {
	padding: 4px;
	border: solid 1px #FFF;
	height: 100px;
}

#portfoliothumbs img:hover {
	border: solid 1px #CCC;
}












/************************************/
/**** WORDPRESS EXCLUSION STYLES ****/
/************************************/

p.linklove {
    display: none;
}









/***************************/
/**** BLOG STYLES **********/
/***************************/
.blogtitle {
    font-size: 138.5%;
    font-weight: normal;
}

.blogtitle a {
    color: #666;
    text-decoration: none;
}

.blogtitle a:hover {
    text-decoration: underline;
}

.postauthor {
	font-size: 85%;
	color: #777;
	margin: 0 0 15px 0;
	text-align: right;
}

.postmetadata {
    font-size: 77%;
    color: #888;
    margin-bottom: 40px;
}

.commentmeta {
	font-size: 77%;
	color: #888;
	font-weight: normal;
}

h2#comments, h2#postcomment {
	font-size: 167%;
}

h2#postcomment {
	color: #999;
	margin-top: 45px;
	margin-bottom: 15px;
}

#commentlist {
	margin: 0;
	padding: 0;
}

#commentlist li {
	padding: 6px;
}

#commentlist .alt {
	background-color: #F1F9E8;
	border: solid 1px #C6E5A2;
}

#commentlist .commenttitle {
	margin: 0;
	padding: 0;
}
