html
{
	background: #FFF4E1 url(../_img/background-repeat.png) top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

#websiteWrapper
{
	background: url(../_img/background.png) top left no-repeat;
	min-height: 712px;
	width: 980px;
	padding-bottom: 20px;
}

a
{
	color: #CC800C;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #FFA00F; font-family: "Arial Rounded MT Bold", Arial, Helvitica, sans-serif; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #FFA00F; }

img { border: 2px solid #CCCCCC; }

img.noborder, #ie6w_div img { border: none; }

/**********/
/* Header */
/**********/

div#header h1
{
	display: block;
	width: 241px;
	height: 50px;
	padding: 13px 0 13px 251px;
}

div#header h1 a
{
	display: block;
	width: 100%;
	height: 50px;
	text-indent: -9999px;
	
	/* background-color: red;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50); */
}

/***********/
/* Content */
/***********/

#contentWrapperOuter
{
	background: url(../_img/content-middle.png) top left repeat-y;
	width: 559px;
	margin-left: 214px;
	float: left;
}

#contentWrapperInner
{
	background: url(../_img/content-bottom.png) bottom left no-repeat;
	min-height: 192px; /* This is the height of this bg image plus the height of the bg image of the div inside of this one */
	width: 559px;
}

#content
{
	background: url(../_img/content-top.png) top left no-repeat;
	min-height: 175px; /* This is the height of this bg image */
	padding: 30px 30px 30px 60px;
	width: 469px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 { padding-bottom: 10px; }

#content h2 { font-size: 1.9em; }

#content h3 { font-size: 1.5em; }

#content h4 { font-size: 1.3em; }

#content h5 { font-size: 1.1em; }

#content h6 { font-size: 1.0em; }

#content p.blogMeta
{
	padding-bottom: 15px;
	font-size: 0.875em;
}

#content p
{
	line-height: 1.2em;
	padding-bottom: 1em;
}

.singleBlog
{
	border-bottom: 2px solid #000;
	margin-bottom: 22px;
}

#content ul
{
	padding: 0 0 19.2px 10px;
}

#content ol
{
	list-style: decimal;
	padding: 0 0 19.2px 30px;
}

#content li ul { padding-bottom: 0; }

#content li ol { padding-bottom: 0; }

#content li ol li { background-image: url(../_img/clear.gif); }

#content ul li
{
	background: url(../_img/bullet.png) 0px 4px no-repeat;
	padding-left: 21px;
	line-height: 19.2px;
}

#content ol li
{
	padding-left: 0px;
	line-height: 19.2px;
}

#content .newerPosts, #content .olderPosts, #content .newerPost, #content .olderPost
{
	display: block;
	width: 115px;
	height: 20px;
	padding: 0;
}

#content .newerPosts, #content .newerPost { float: left; }
#content .olderPosts, #content .olderPost { float: right; }

#content .newerPosts a, #content .olderPosts a, #content .newerPost a, #content .olderPost a
{
	display: block;
	width: 115px;
	height: 20px;
	text-indent: -9999px;
}

#content .newerPosts a	{ background-image: url(../_img/posts-newer.png); }
#content .olderPosts a	{ background-image: url(../_img/posts-older.png); }
#content .newerPost a	{ background-image: url(../_img/post-newer.png); }
#content .olderPost a	{ background-image: url(../_img/post-older.png); }

/************/
/* Comments */
/************/

#comments
{
	clear: both;
	border-bottom: 2px solid #000;
	margin-bottom: 22px;
}

#comments p
{
	font-size: 0.875em;
}

#comments div.singleComment
{
	padding-bottom: 22px;
	clear: both;
}

#comments div.commenter
{
	font-size: 0.75em;
	text-align: center;
	width: 100px;
	float: left;
}

#comments div.commenter img
{
	margin-bottom: 10px;
}

#comments div.theCommentOuter
{
	background: url(../_img/comment-middle.png) top left repeat-y;
	width: 369px;
	margin: 0;
	float: left;
}

#comments div.theCommentInner
{
	background: url(../_img/comment-bottom.png) bottom left no-repeat;
	min-height: 58px; /* This is the height of this bg image */
	width: 369px;
}

#comments div.theComment
{
	background: url(../_img/comment-top.png) top left no-repeat;
	min-height: 58px; /* This is the height of this bg image */
	padding: 15px 5px 15px 20px;
	width: 344px;
}

#comments div.theComment a
{
	color: #666;
}

#comments div.theComment p.commentMeta
{
	color: #333;
	font-size: 0.75em;
	padding: 0 20px;
}

.oldercomments {float: left; padding: 0 10px 10px 0; }
.newercomments {float: right; padding: 0 0 10px 10px; }

/* Comment Form */

#commentFormContainer p
{
	font-size: 0.875em;
	padding: 0;
	margin: 0;
	padding-bottom: 25px;
}

#commentFormContainer label
{
	padding: 0 0 12px 7px;
	font-size: 0.875em;
	display: block;
	float: left;
	clear: both;
}

#commentFormContainer input#author, #commentFormContainer input#email, #commentFormContainer input#url, #commentFormContainer textarea#comment
{
	width: 213px;
	border: 2px solid #0DA3DD;
	background-color: #FFFCF7;
	height: 16px;
	padding: 8px 2px 9px 2px;
	font-size: 13px;
	float: left;
	clear: both;
	margin: 0 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#commentFormContainer textarea#comment
{
	height: 173px;
	padding: 8px 2px;
	margin: 0 0 11px 0;
}

#commentFormContainer input#submit
{
	float: right;
	clear: both;
}

.commentColumn1
{
	float: left;
	width: 221px;
}

.commentColumn2
{
	float: left;
	padding-left: 26px;
	width: 221px;
}

/***********/
/* Sidebar */
/***********/

#sidebarWrapperOuter
{
	background: url(../_img/sidebar-middle.png) top left repeat-y;
	width: 177px;
	margin-left: 24px;
	float: left;
}

#sidebarWrapperInner
{
	background: url(../_img/sidebar-bottom.png) bottom left no-repeat;
	min-height: 17px; /* This is the height of this bg image */
	width: 177px;
}

#sidebar
{
	background: url(../_img/sidebar-top.png) top left no-repeat;
	min-height: 34px; /* This is the height of this bg image */
	padding: 30px 11px;
	width: 155px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 { font-weight: normal; color: #0DA3DD; text-align: center; }
#sidebar h1 a, #sidebar h2 a, #sidebar h3 a, #sidebar h4 a, #sidebar h5 a, #sidebar h6 a { color: #0DA3DD; }

#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 { padding-bottom: 10px; }

#sidebar h2 { font-size: 1.9em; }

#sidebar h3 { font-size: 1.7em; }

#sidebar h4 { font-size: 1.5em; }

#sidebar h5 { font-size: 1.3em; }

#sidebar h6 { font-size: 1.1em; }

#sidebar p 
{
	font-size: 0.875em;
	padding-bottom: 5px;
}

ul#socialLinks
{
	display: block;
	width: 126px;
	margin: 10px auto;
}

#sidebar ul#socialLinks li
{
	display: block;
	width: 30px;
	height: 32px;
	float: left;
	margin: 0;
	padding: 0 6px 5px 6px;
	background-image: url(../_img/clear.gif);
}

#sidebar ul#socialLinks li a
{
	display: block;
	width: 30px;
	height: 32px;
	text-indent: -9999px;
	background-color: #0DA3DD;
}

#sidebar ul#socialLinks li a:hover
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

ul#socialLinks li a#facebook	{ background-image: url(../_img/icon-facebook.png); }
ul#socialLinks li a#twitter	{ background-image: url(../_img/icon-twitter.png); }
ul#socialLinks li a#linkedin	{ background-image: url(../_img/icon-linkedin.png); }
ul#socialLinks li a#myspace	{ background-image: url(../_img/icon-myspace.png); }
ul#socialLinks li a#aim		{ background-image: url(../_img/icon-aim.png); }
ul#socialLinks li a#email	{ background-image: url(../_img/icon-email.png); }
ul#socialLinks li a#friendfeed	{ background-image: url(../_img/icon-friendfeed.png); }
ul#socialLinks li a#google	{ background-image: url(../_img/icon-google.png); }
ul#socialLinks li a#youtube	{ background-image: url(../_img/icon-youtube.png); }
ul#socialLinks li a#foursquare	{ background-image: url(../_img/icon-foursquare.png); }

#sidebar input#s
{
	width: 146px;
	height: 16px;
	border: 2px solid #0DA3DD;
	background-color: #FFFCF7;
	margin: 0 0 11px 0;
	padding: 8px 2px 9px 2px;
	font-size: 13px;
}

#sidebar div.widget
{
	padding-top: 23px;
        text-align: justify;
}

#sidebar ul, #sidebar li { font-size: 14px; text-align: left; }

#sidebar li ul { padding-bottom: 0; }

#sidebar li ol { padding-bottom: 0; }

#sidebar li ol li { background-image: url(../_img/clear.gif); }

#sidebar ul li
{
	background: url(../_img/bullet.png) 0px 5px no-repeat;
	padding-left: 21px;
	line-height: 19.2px;
}

#sidebar ol li
{
	padding-left: 0px;
	line-height: 19.2px;
}

/* Cloud Tag */

div.widget div a
{
	color: #000;
	text-decoration: none;
}

div.widget div a:hover
{
	text-decoration: underline;
}

/* Archives Calendar */

div.widget table a
{
	color: #CC800C;
	text-decoration: underline;
}

div.widget table a:hover
{
	text-decoration: none;
}

div.widget table td, div.widget table th, div.widget table caption
{
	padding: 2px;
	text-align: center;
	line-height: 1.2em;
}

div.widget table td#prev { text-align: left; }

div.widget table td#next { text-align: right; }

/******************/
/* Search Results */
/******************/

#content div.singleSearchResult
{
	padding-bottom: 1em;
}

#content div.singleSearchResult p
{
	padding: 0;
	font-size: 0.875em;
}

#content div.singleSearchResult p.searchResultName
{
	font-size: 1em;
}

#content div.singleSearchResult p.searchResultMeta, #content div.singleSearchResult p.searchResultMeta a
{
	color: #666;
}

/****************/
/* Contact Page */
/****************/

div.contact form .wpcf7-form-control-wrap input, div.contact form .wpcf7-form-control-wrap textarea
{
	width: 453px;
	border: 2px solid #0DA3DD;
	background-color: #FFFCF7;
	height: 16px;
	padding: 8px 2px 9px 2px;
	font-size: 13px;
	margin: 0 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;
}

div.contact form .wpcf7-form-control-wrap textarea
{
	height: 200px;
}

div.contact form p input[type=submit]
{
	float: right;
	background-color: #FFA00F;
	color: #FFF;
	border: none;
	font-size: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 20px;
	margin-right: 10px;
}

div.contact #content p
{
	font-size: 0.875em;
}

div.contact #content input
{
	font-size: 1.14em;
}

/**********************/
/* Misc Classes, etc. */
/**********************/

.clearer { clear: both; }
.leftNoPad { float: left; }
.rightNoPad { float: right; }
.alignleft {float: left; margin: 0 10px 10px 0; }
.alignright {float: right; margin: 0 0 10px 10px; }
.aligncenter { margin: 0 auto; clear: both; text-align: center; display: block; }
.gallery { padding-bottom: 1em; }
.wp-caption { text-align: center; border: 2px solid #CCCCCC; background-color: #FFFCF7; padding: 5px; }
.wp-caption img { border: none; }
#content p.wp-caption-text { font-size: 0.875em; padding: 1em 0 0 0;}
blockquote { border: 2px solid #CCCCCC; background-color: #FFFCF7; padding: 5px; width: 90%; font-size: 0.875em; margin: 0 auto 1em auto; }
/*pre, .syntaxhighlighter {font-size: 0.5em !important;}*/