/*
Theme Name: Juneberries
Theme URI: http://www.marteki.com/
Description: Based on WP-Andreas01 by Andreas Viklund.
Version: 1.0
Author: Naa Marteki Reed
Author URI: http://www.marteki.com/
*/

/* Body */
* { margin: 0; padding: 0; }
html, body { height: 100%; }
body {
	background: #fff url("img/bg6.gif") top left repeat;
	color: #000000;
	/*border-top: 7px solid #6666aa;*/
	font: 80% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
}
#wrap {
	width: 960px;
        overflow: hidden;
        margin: 0 auto;
	padding: 0 10px;
	padding-bottom: 40px;
	background-color: #ffffff;
	color: #303030;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* Links */
a {
	background-color: inherit;
	color: #339;
	text-decoration: none;
	font-weight: normal;
}
a:hover { text-decoration: underline; }
a img { border: 0; }

/* Header */
#header { margin: 0; padding-top: 10px; text-align: right; }
#header h1 {
	float: left;
	width: 400px;
	margin-bottom: 10px;
	background-color: inherit;
	color: #333;
        text-align: left;
	letter-spacing: -1px;
	font-size: 2em;
}
#header h1 a {
	background-color: inherit;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#header p {
	clear: both;
	float: left;
	background-color: inherit;
	color: #666;
	line-height: 1.3em;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}
#header div { padding: 0 0 15px 0; }
#header div img { vertical-align: middle; }
#header div a { color: #333; }
#frontphoto {
	clear: both;
	width: 960px;
	height: 125px;
	margin-bottom: 20px;
	background: #fff url("img/juneberries.jpg") top center no-repeat;
}

/* Sidebars */
.sidebar { width: 190px; margin-bottom: 5px; padding-top: 10px; line-height: 1.4em; }
#leftside { clear: left; float: left; }
#rightside { float: right; }
#sidebar #searchform #s { width: 115px; padding: 2px; }
#sidebar #searchsubmit { padding: 1px; }
.sidebar p, .sidebar ul, .sidebar div.textwidget {
	margin-bottom: 18px;
	font-size: 1em;
}
.sidebar li { line-height: 1.2em; list-style: none; margin-bottom: 30px; font-size: 1em; }
.sidebar ul ul { margin: 6px 0 0 10px; }
.sidebar ul ul li { margin-bottom: 4px; }
.sidebar ul ul li a { font-weight: normal; }
.sidebar ul.linklist { font-size: 1em; }
.sidebar ul.linklist ul { margin-bottom: 18px; }
.sidebar ul.linklist ul li a { font-weight: bold; }
.sidebar h2, .sidebar ul.linklist li h2, .sidebar h3 {
	margin-bottom: 10px;
	background-color: inherit;
	color: #333;
	font-size: 1.2em;
}
.sidebar label { display: none; }
.sidebar label.show { display: inline; }

/* Main menu */
ul.page { list-style: none; margin: 0 0 18px; width: 190px; }
ul.page li { display: inline; line-height: 1.4em; width: 190px; }
ul.page li a {
	float: left;
	width: 180px;
	padding: 3px 1px 3px 3px;
	/*background-color: #f4f4f4;
	color: #505050;
	border-left: 4px solid #cccccc;*/
	text-decoration: none;
	font-weight: bold;
}
ul.page li a:hover, ul.page li.current_page_item a {
	/*background-color: #eaeaea;
	color: #505050;
	border-left: 4px solid #286ea0;*/
}
ul.page ul { font-size: 1em;margin: 0 0 0 15px;padding: 0 0 5px;width: 175px; }
ul.page ul a { padding: 3px 1px 3px 5px;width: 165px; }
ul.page ul ul { width: 163px; }
ul.page ul ul a { width: 150px; }

/* Content */
#content, #contentwide {
	padding: 10px 10px 0 10px;
	border-left: 1px solid #e0e0e0;
	line-height: 1.6em;	
}
#content {
	margin: 0 200px 5px 200px;
	border-right: 1px solid #e0e0e0;
}
#contentwide {
	margin: 0 0 5px 200px;
	border-right: none;
}
#content h2, #contentwide h2 { font-size: 1.6em;margin: 0 0 10px; }
#content h2 a, #contentwide h2 a { color: #333; }
#content h3, #contentwide h3 { font-size: 1.4em;margin: 0 0 8px; }
#content h3 a, #contentwide h3 a { color: #333; font-weight: bold; }
#content img, #contentwide img {
	display: block;
	max-width: 800px;
	margin: 10px auto;
	border: 1px solid #000000;
}
#content img.wp-smiley, #contentwide img.wp-smiley { display: inline; margin: auto; border: none; }
#content ul, #contentwide ul, #content ol, #contentwide ol {
	margin: 0 0 16px 20px;
}
#content li, #contentwide li { padding: 0 0 0 5px; }
#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol {
	margin: 0 0 0 16px;
}

/* Footer */
#footer {
	clear: both;
	width: 980px;
        height: 40px;
	margin: 0 auto;
	margin-top: -50px;
	padding-top: 10px;
	background-color: #ffffff;
	color: #808080;
	border-top: 1px solid #dddddd;
	text-align: center;
	line-height: 1.3em;
	font-size: 0.9em;
	font-weight: normal;	
}
#footer p { margin: 0;padding: 0; }
#footer a {
	background-color: inherit;
	color: #808080;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { color: #333333; text-decoration: underline; }

/* Subpage menu */
#subpages {
	float: right;
	width: 190px;
	margin: -5px 0 8px 15px;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	line-height: 1.3em;
	font-weight: bold;
}
#subpages h2 { font-size: 1.2em; font-weight: bold; letter-spacing: -1px; line-height: 1.3em;margin: 0 0 12px; }
#subpages ul.submenu { line-height: 1.4em; list-style: none; margin: 0; }
#subpages ul.submenu li { display: inline; line-height: 1.4em; width: 180px; padding: 0; }
#subpages ul.submenu li a {
	float: left;
	width: 180px;
	margin-bottom: 5px;
	padding: 3px 1px 3px 5px;
	background-color: #f4f4f4;
	color: #505050;
	border-left: 4px solid #cccccc;
	font-weight: bold;
	text-decoration: none;
}
#subpages ul.submenu li ul { margin: 0 0 5px 10px;width: 170px; }
#subpages ul.submenu li ul li a { width: 170px; }
#subpages ul.submenu li ul ul { margin: 0 0 5px 10px;width: 160px; }
#subpages ul.submenu li ul ul li a { width: 160px; }
#subpages ul.submenu li ul ul ul { margin: 0 0 5px 10px;width: 150px; }
#subpages ul.submenu li ul ul ul li a { width: 150px; }
#subpages ul.submenu li a:hover, #subpages ul.submenu li.current_page_item a {
	background-color: #eaeaea;
	color: #505050;
	border-left: 4px solid #286ea0;
}
#subpages ul.submenu li.current_page_item ul li a {
	background-color: #f4f4f4;
	color: #505050;
	border-left: 4px solid #cccccc;
}

/* Tags */
p,ul,ol { margin: 0 0 16px; }
blockquote { border-left: 4px solid #e0e0e0; margin: 20px; padding: 8px 8px 8px 15px; }
blockquote p { background-color: inherit;color: #505050; font-size: 0.9em; line-height: 1.3em; }
label { background-color: inherit; color: #606060; font-size: 0.9em; font-weight: bold; }
table#wp-calendar { margin: 0 0 18px; width: 190px; }

/* Forms */
#s,#submit {
	width: 130px;
	margin: 0;
	padding: 4px;
	background-color: #ffffff;
	color: #505050;
	border: 1px solid #cccccc;
	font-size: 0.9em;
}
#author,#email,#url,#comment {
	margin: 0;
	padding: 4px;
	border: 1px solid #cccccc;
	font-size: 1em;
	font-family: Verdana,"Tahoma",Arial,sans-serif;
}
#commentsection { margin: 25px 0 0; }
#commentsection p { margin: 0 0 6px; }

/* Float fix */
.contenttext { overflow: hidden; }
* html .contenttext { height: 1px; overflow: visible; }
* html .contenttext p { overflow: hidden; width: 99%; }

/* Various classes */
.left { border: 1px solid #cccccc; float: left; margin: 10px 15px 10px 0; }
.right { border: 1px solid #cccccc; float: right; margin: 10px 0 5px 10px; }
.center { border: 1px solid #aaaaaa; margin: 5px auto 12px; text-align: center; }
.textright { text-align: right; }
.small { font-size: 0.8em; }
.bold { font-weight: bold; }
.hide { display: none; }
.post { margin: 0 0 25px; }
.postinfo {
	margin: 1px 0 40px;
	padding: 8px 5px 8px 8px;
	background-color: #f4f4f4;
	color: #606060;
	border-left: 4px solid #cccccc;
	line-height: 1.5em;
	font-size: 0.9em;
	font-weight: bold;
}
.postinfo a { font-weight: bold; }
.navigation { display: block; margin: 10px 0; padding: 0 0 15px; text-align: center; font-size: 1.2em; }
.navigation p { margin: 0; padding: 0; }
.prevlink { margin-right: 20px; }
.nextlink { margin-left: 20px; }

/* Begin Comments*/
.alt { margin: 0; padding: 10px; }
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}



.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}



.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Comments */
.comment {
	margin: 0 0 10px;
	padding: 8px 5px 4px 8px;
	background-color: #f4f4f4;
	color: #606060;
	border-left: 4px solid #cccccc;
}
.comment p.commenthead { line-height: 1.6em; }
.comment p { font-size: 0.9em; line-height: 1.3em; margin: 0 0 6px; }
#comment {
	margin: 0;
	padding: 4px;
	border: 1px solid #cccccc;
	font-size: 1em;
	font-family: Verdana,"Tahoma",Arial,sans-serif;
}
#commentsection { margin: 25px 0 0; }
#commentsection p { margin: 0 0 6px; }

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}