/*
Theme Name: Pete's Wordpress Theme
Description: Custom theme for Peter Agg's personal website
Author: Nicole Bouchard
Author URI: http://www.white-ink-art.com/
*/

/*--- GLOBAL STYLES ---*/
html, body	{ height: 100%;}
body		{ background-color:#215679; 
			font: normal normal normal .9em Arial, Helvetica, Verdana, sans-serif;
			color: #000000;}

.cleaner	{ clear: both; margin:0; padding:0; height:0px;}
.hide		{ display: none;}
.center		{ width: 100%; text-align: center;}

.floatleft	{ float: left;}
.floatright	{ float: right;}



h1	{ font-size: 1.4em; font-weight:bold; color: #324e7e; margin-bottom: 10px;}
h2	{ font-size: 1.2em; font-weight:bold; color: #324e7e; margin-bottom: 5px;}
h3	{ font-weight:bold; color: #324e7e; }

p	{ margin: 15px 0px 15px 0px;}

/*--- LINKS ---*/
a		{ text-decoration: none; color: #324e7e; font-weight: bold;}
a:hover	{ text-decoration: underline;}

#blogLeft a			{ text-decoration: none; color: #333333; font-weight: normal;}
#blogLeft a:hover	{ text-decoration: underline;}

.post_info a 		{ text-decoration: none; color: #333333; font-weight: normal;}
.post_info a:hover	{ text-decoration: underline;}

.noUnderline a:hover	{ text-decoration: none;}

/*--- LISTS ---*/

ul		{ margin:0px 0px 0px 20px;}
ul li	{ list-style: circle;}
ul.noListStyle li	{ list-style: none;}

/*--- HEADER ---*/

#headerWrap		{ width: 1200px; height: 212px;}
.titleBlock	{ float: left; width: 365px; height: 212px; margin-left: 191px;}
.menuBlock	{ float: left; width: 458px; height: 191px; margin-left: 100px;}



/*--- PAGE BLOCKS ---*/
#contentBlock2	{ width: 1200px; height:auto; border: 1px solid black; margin: auto; margin-top: 25px; background: url(images/bg2.jpg) no-repeat; background-color: #bfbfb8;}

#bodyWrap2		{ width: 1000px; margin-left: 100px;}

#blogLeft		{ width: 354px; float:left;}
#blogRight		{ width: 640px; float: right; margin-bottom: 20px;}


/*--- CONTENT MODULES ---*/

.blogModule		{ background-color: #fffef0; width: 330px; border: 2px solid #999999; padding: 10px 10px; margin-bottom: 8px;}
.blogContent	{ background-color: #fffef0; width: 616px; border: 2px solid #999999; padding: 10px 10px;}
.blogEntry		{ margin: 5px 10px;}

.postWrap		{ margin: 20px 0px 40px;}
.postInfo		{ text-align: center;}

/*--- CONTENT AREA ---*/
#blogRight b.blue	{ font-weight:bold; color: #324e7e; }
#blogRight h1		{ font-size: 1.5em; font-weight:bold; color: #324e7e; margin-bottom: 10px; padding-bottom: 3px; margin-bottom: 5px; display:block; border-bottom: 2px dotted #324e7e;}
#blogRight h2		{ font-size: 1.3em; font-weight:bold; color: #324e7e; margin-bottom: 10px; padding-bottom: 3px; margin-bottom: 5px; display: inline-block; border-bottom: 2px solid #324e7e;}

.blogContent h2		{ margin: 3px 0px 10px 0px;}
.blogContent hr		{ width: 80%; border: 1px solid #5b7195; margin-top: 15px; margin-bottom: 25px; }

.searchBox	{ border:1px solid #324e7e; padding:2px 3px; width: 250px; height: 17px; float: left; margin: 3px 5px 0px 0px;}
.searchBtn	{ border:1px solid #324e7e; text-align: center; padding-top: 3px; height:18px; width: 60px; display: block; float: left; margin-top: 3px; color: #8db49d; text-decoration: none; font-size:.9emk; color: #324e7e;}

.entry		{ margin:25px 0px 20px 0px;}
.editPost	{ margin-bottom: 15px;}

.pagination		{ text-align:right; font-size: .9em; margin-top: -30px; margin-bottom:30px; height:15px;}
.pagination2	{ text-align:center; font-size: .9em;}
.pagination3	{ text-align:center; font-size: .9em; margin-bottom:20px;}
.pagRight		{ margin-left: 20px;}



/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

/* Comment form */
.commentWrap		{ font-size: .85em}
.commentWrap p		{ margin: 5px 0px;}

#comment				{ border: 2px solid #c6c6c6;}
#author, #email, #url	{ border: 1px solid #c6c6c6;}


ol.commentlist	{ margin-top: 10px; list-style: none;}
li.comment		{ padding: 10px 10px; margin: 5px 0px; border: 2px solid #c6c6c6; background-color:#FFFFFF;}

.authorName 	{ font-size: 1.3em; font-weight:bold; color: #324e7e;}
/* End comment form */
