/*
Theme Name: Effectivus
Theme URI: http://www.effectivus.com/
Description: Effective New Product Development
Author: Chris Steele
Author URI: http://www.steeleysolutions.com/
Template: thematic
Version: 0.2
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Colour definitions
 *
 * title dark green: #51611f
 * menu button background 1: #7fa01e
 * menu button background 2: #5f5529
 * menu button background 3: #574b58
 * menu button background 4: #9f004b
 */

body {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
  line-height: 1.5;
	}
	
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Serif;
	}

sup {
  font-size: 80%;
	}
	
#wrapper {
  border-top: 10px solid white;
	}
#header {
  background-color: white;
	}
	
#branding {
  background: #51611f url(images/effectivus_logo.jpg) no-repeat scroll 20px ;
	height: 108px;
	width: 938px;
	}

#blog-description {
  font-family: Georgia, Serif;
	font-size: 20px;
	font-style: italic;
	padding: 44px 0px 0px 330px; 
/*
  display: none;
*/
  }
	
#blog-title {
  border-bottom: none;
	padding: 0;
	display: none;
  }
	
#access {
  margin: 6px auto;
	width: 938px;
	background-color: white;
	border-top: none;
	margin-top: none;
	}
	
#breadcrumb {
	color: black;
  border-bottom: 1px solid black;
	margin: 2px 10px 4px 10px;
  }
	
.menu {
	margin: 0;
	padding: 0;
  }

.menu a {
  color: rgb(255,255,255);
	border-top: none;
	margin: 0;
	padding: 0 10px;
	width: 289px;
  height: 35px ;
}

h3 {
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 2px 0;
}

.menu p {
  margin-bottom: 0;
	line-height: 1.3;
}

.menu h3 {
  margin-left: -2px;
}

li.acc_cat_1  a {
  background-color: #7fa01e;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
  font-family: Georgia, Serif;
  }
li.acc_cat_2  a {
  background-color: #574b58;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
  font-family: Georgia, Serif;
	margin: 0 0 0 6px;
	}
li.acc_cat_3  a {
  background-color: #9f004b;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
  font-family: Georgia, Serif;
	margin: 0 0 0 6px;
	}

.amzshcs img{
  margin: 6px 0 0 0;
  }
	
#main {
  padding: 0;
  }
	
.main-aside {
  width: 210px;
  margin: 0;
  padding: 0 6px 0 10px ;
  }
	
.main-aside h3 {
  padding: 0 ;
  color: #7fa01e;
	margin-top: 18px
  }
	
.main-aside p {
  color: #574b58;
	font-size: 12px;
 	margin-bottom: 6px;
  }
	
.main-aside a {
  color: #574b58;
	line-height: 1.3;
	margin-bottom: 6px;
  }
	
.main-aside input, textarea {
	width:200px;
  }
	
.aside ul ul {
  padding: 0 ;
	margin: 0 0 0 1.5em;
  }

#categories ul {
  color: #7fa01e;
	font-size: 24px;
	margin: 0 0 0 20px;
  list-style-image: url(images/effectivus_bullet_25.png);
	}
		
#content {
  margin: 0 0 0 225px;
	width: 670px;
	border-left: 1px solid black;
	padding: 0 0 0 25px;
	}
	
#footer {
  padding: 0;
	border: 0;
  background-color: #51611f;
	width: 938px;
	height: 108px;
	position:relative;
  border-top: 6px solid white;
  border-bottom: 10px solid white;
	margin:0 auto;
	}
	
#comments {
  background: transparent;
	margin: 0;
	
	}
	
#comments h3 {
  color: #574b58;
	}
	
#respond h3 {
  color: white;
	}
	
#respond {
  background: #574b58;
	border-top: 0;
	max-width: none;
	padding: 0 20px;
	margin: 0 20px;
	}
	
#siteinfo {
  padding: 15px 0 0 20px;
  border-top: 0;
  color: white;
}

#siteinfo a {
  font-style: normal;
}

#nav-above, #nav-below {
  width: 0px;
	height: 0px;
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.hentry {
	width: auto;
  border-top: none;
  border-bottom:1px solid black;
  margin:9px 0 0;
  padding:0 0 20px 0;
}

.entry-excerpt {
  font-style: italic;
	font-weight: bold;
	color: #5f5529;
	}

#post-cat_head {
  color: #7fa01e;
  padding: 0 0 9px 0;
	margin: 9px 0 0 0 ;
	width: auto;
	}
	
#post-cat_head h1 {
  color: #7fa01e;
  padding: 0;
	}
	
#post-cat_head .entry-excerpt {
  color: #5f5529;
	}
	
.cur_cat h3, .cur_cat p {
  background-color: #dddddd;
	}

/* Print Styles */
@media print {
  body { 
		background:white; color:black; margin:0;
	  font-size: 12pt;
    }
	#branding {
    background: black url(images/effectivus_mono_med.jpg) no-repeat scroll 20px ;
		width: auto;
		height: auto;
    }
	#access {
	  display: none;
		}
	#primary {
	  display: none;
		}
	#secondary {
	  display: none;
		}
	#comments {
	  display: none;
		}
	#container {
	  margin: 0; width: auto;
		}
	#content {
	  margin: 0; width: auto; border: none;
		}
	#footer {
	  background: white; colour: black;
		}
	}
}
