/*  
Theme Name: WordPress Llp
Theme URI: http://wordpress.org/
Description: The Low level Panel Theme.
Version: 1.5
Author: Abigail Davis
Author URI: http://www.riverpath.com

	llp v1
	 http://www.lowlevelpanel.com

	This theme was designed and built by Abigail Davis,
	whose blog you will find at http://www.lowlevelpanel.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	background-color: #fff;
	color: #333;
	text-align: left;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #99CC66;
	}

#content {
	font-size: 1.5em;
	margin: 0 0 0 0;
	}
	
#zfeeder {
	font-size: 1.3em;
	}

#post {
	line-height: 1.6em;
}
	
.content p{
	font-size: 1.4em;
	}

.widecolumn .entry p {
	font-size: 1.2em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

.date {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 0.8em;
	margin: 0 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0em;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	text-transform: uppercase;
	}

h1, h2, h3 {
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 0.9em;
	text-align: left;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.0em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 0.9em;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	color: #6A963F;
	margin: 0 0 10px 0;
	text-decoration: none;
	}

.entry p a:visited {
	color: #6A963F;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.postmetadata {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	font-weight: bold;

}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #black;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h3 a:link, {
	color: #6A963F;
	text-decoration: none;
	}

h3 a:visited, {
	color: #6A963F;
	text-decoration: none;
}
	
h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
	
a {
	color: #6A963F;
	text-decoration: underline;
	}
	
a:link, a:visited, {
	color: #6A963F;
	text-decoration: underline;
}

a:hover {
	color: #06c;
	text-decoration: underline;
}	
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


p {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 80%;
	color: #020A1C;
	line-height: 130%;
}

.green {
	background-color: #99CC66;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight:bold;
	text-decoration: none;
}

.title:link, .title:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight:bold;
	text-decoration: none;
}

.title:active, .title:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #92C85B;
	font-weight:bold;
	text-decoration: underline;
	}

.subtitle {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 0.9em;
	margin: 0 0 2px 0;
	font-weight:bold;
	text-transform:uppercase;
}

/* End Typography & Colors */


/* Footer */
.black {
	background-color: #000000;
}


/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 5% 10% 5% 3%;
	margin: 0px 0 0;
	width: 600px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.navigation {
	font-size: 1.3em;
	}
	
.nextprevious {
	font-size: 0.9em;
	}
	
/* navigation styles (styles.js) */
.mainnav, .mainnav:link, .mainnav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #99CC66;
	text-decoration: none;
	text-transform:uppercase;
}

.mainnav:active, .mainnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #0099CC;
	text-decoration: underline;
	}

.subnav, .subnav:link, .subnav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #6A963F;
	text-decoration: none;
	text-transform:uppercase;
}

.subnav:active, .subnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #999966;
	text-decoration: underline;
	}
.breadcrumbs, .breadcrumbs:link, .breadcrumbs:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #99CC66;
	font-size : 60%;
	text-decoration: underline;
}

.breadcrumbs:active, .breadcrumbs:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #999966;
	text-decoration: none;
	}
.breadcrumbsoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #99CC66;
	text-decoration: none;
	}

.caps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #6A963F;
	text-decoration: none;
	text-transform:uppercase;
}

.copyrightlink, .copyrightlink:link, .copyrightlink:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
}

.copyrightlink:active, .copyrightlink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999966;
	text-decoration: none;
	}
/* end navigation styles (styles.js)*/

/*	Begin Headers */
h1 {
	margin: 10px 0px 0;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 9px 20px;
	padding: 0;
	text-transform:uppercase;
	}
	
h3 {
	margin: 15px 0 0px;
	text-transform:none;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
#headings h2 {
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-transform:uppercase;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#newsfeed {
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-transform:none;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
/* End Headers */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
	
	

.hide {
	list-style-type:none;
	display:inline;
	} 

.hide ul {
	padding-top:0px;
	} 
	
ul{ 
	list-style:none; 
	font-size: 1em;
} 

ul h2 {
	text-transform:uppercase;
	font-size: 1.2em;
}

li{ 
	background-image:url(bullet.gif) no-repeat 0 50%; 
	padding-left:_px; 
} 


#navigation1 ul, #navigation1 ul ol {
	margin: 0;
	padding: 0;
	font-size:1em;
	}

#navigation1 ul li {
	list-style-type: none;
	list-style-image: none;
	font-size:1.2em;
	}

#linkcat-1 ul {
	font-size:0.8em;
	}
	
#linkcat-1 h2 {
	font-size:1.1em;
	}


/* End Entry Lists */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.sub {
	padding:0; 
	font: 11px Arial, Helvetica, Sans serif; 
	color:#666666;
	text-transform:none;
}

.alignleft {
margin: 0px 9px 0px;
}

.alignright {
margin: 0px 9px 0px;
}

.quote {
	font-size: 1em;
	font-weight:bold;
}

.author {
	color: #999999;
	font-size: 1em;
	font-weight:none;
	text-align:right;
}

/* zfeeder */

/*	zFeeder CSS style sheet
	works with the css template
	author: AB & LCX
	note: set elements to display:none if you don't want them showed
*/


/* the header part in the css template */
.zf_header {
    margin-bottom: 1px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1em;
	font-weight:bold;
	text-transform:uppercase;
}

/* the channel part in the css template */
.zf_channel {
	padding: 1px;
}

/* the channel logo part in the css template */
.zf_logo {
    padding: 5px;
}

/* the channel title part in the css template */
.zf_chantitle {
}

/* the channel rss part in the css template */
.zf_rss {
	font-size: medium;
	font-style: italic;
}

/* the controls part in the css template */
.zf_controls {
}

/* the moreurl part in the css template */
.zf_moreurl {
	font-style: italic;
}

/* the hideurl part in the css template */
.zf_hideurl {
	font-style: italic;
}


/* the lastupdated part in the css template */
.zf_lastupdated {
	font-style: italic;
	color: #FFFFFF;
}

/* the news container part in the css template */
.zf_news {
	line-height: 1.6em;
	margin-top: 5px;
	padding-left: 2px;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
}

/* the news title part in the css template */
.zf_title {
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
  }

/* the news description part in the css template */
.zf_description {
    text-align: left;
    margin: 1px;
    font-family: Verdana, Georgia, "Times New Roman", Times, serif;
}

/* the news publication date part in the css template */
.zf_pubdate {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0em;
}

/* the footer part in the css template */
.zf_footer {
	height: 10px;
}

/* the between channels part in the css template */
.zf_between {
	height: 10px;
}


