/* DEFINES GLOBAL CONTAINERS AND STYLES */

body
{
	background: #fff url(../images/global/global_bground.jpg) repeat-x;
	margin: 0 auto;
	text-align: center;
	font: 11px/19px verdana, arial, sans-serif;
	color: #000;
}

a:link,
a:visited,
a:active
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	color: #004caf;
	text-decoration: none;
}

#container
{
	width: 760px;
	margin: 0 auto;
	border-top: 16px solid #004caf;
	border-bottom: 32px solid #004caf;
}

/* DEFINES THE GLOBAL SITE NAVIGATION */

#sitenav
{
	padding: 0;
	margin: 0;
}

/* DEFINES CONTENT LAYOUT */

#sidebar
{
	float: left;
	width: 180px;
	padding: 20px 0 0 0;
}

#content
{
	margin-left: 180px;
	padding: 20px 0 20px 20px;
	border-left: 1px solid #004caf;
}

#sidebar, #content
{
	text-align: left;
}

/* DEFINES SIDEBAR APPERANCE */

#announcement,
.feeds
{
	width: 150px;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #004caf;
}

.recentwork .feeds {
	margin-bottom: 0;
	width: auto;
}

#announcement p
{
	margin: 5px 0 0 0;
	padding: 0;
}

#archives 
{
	margin-bottom: 20px;
}

#links
{
	padding: 0 0 20px 0;
}

#links h2 {
	margin-top: 8px;
	font-size: 14px;
}

#links ul,
#archives ul
{
	width: 160px;
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#links li,
#archives li
{
	margin: 0;
	padding: 0;
}

#archives a:link,
#archives a:visited,
#archives a:active,
#links a:link,
#links a:visited,
#links a:active
{
	color: #000;
	text-decoration: none;
}

#archives a:hover,
#links a:hover
{
	color: #004caf;
	text-decoration: underline;
}


/* DEFINES ARTICLE SYNOPSIS */

.articlesynopsis,
.entry
{
	margin-top: 10px;
}

.articlesynopsis h1,
.entry h1
{
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.entry h1 a {
	text-decoration: none;
}

.entry h1 a:hover {
	text-decoration: underline;
}

.entry img.image-right {
	float: right;
	margin: 0 0 8px 8px;
}

h1.datearchivetitle
{
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #004caf;
}

.articlesynopsis h4.byline,
.entry h4,
.recentwork h4.byline
{
	font-size: 10px;
	font-weight: 900;
	color: #808080;
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 16px;
	font-weight: normal;
	color: #004caf;
	margin: 0 0 8px 0;
	padding: 0;
}

.articlesynopsis p,
.entry p
{
	margin: 0 0 10px 0;
	padding: 0;
}

.entry p.footnotes,
p.comment-footer
{
	text-align: right;
	font-style: italic;
}

.entry p.metadata{
	font-style: italic;
}

input.button
{
	background-color: #fff;
	font: 11px verdana, arial, sans-serif;
	font-weight: 900;
	border: 1px solid #004caf;
	padding: 2px;
}

/* USED ON INDEX */

#indexcontent
{
	margin-left: 180px;
	text-align: left;
	border-left: 1px solid #004caf;
}

#indexcontent .recentposts
{
	float: left;
	width: 400px;
}

#indexcontent .recentposts .gutter
{
	padding: 20px;
}

#indexcontent .recentposts .additionallinks
{
	border-top: 1px solid #004caf;
}

#indexcontent .recentposts .additionallinks a
{
	font-weight: 900;
}


#indexcontent .recentwork .gutter
{
	margin: 0;
	padding: 10px 0 0 20px;
}

#indexcontent .recentwork
{
	float: left;
	width: 173px;
	border-left: 1px solid #004caf;
}

#indexcontent .recentwork img#subtitle
{
	margin: 20px 0 0 0;
}

#indexcontent .recentwork h1
{
	font-size: 11px;
	font-weight: 900;
	margin: 0;
	padding: 0;
}

#indexcontent .recentwork .articleblurb
{
	margin-bottom: 10px;
}

/* Twitter Blurb on Index page */

#twitter_div ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#twitter_div ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

#twitter_div a#twitter_link
{
	display:block;
	text-align:right;
	font-weight: 900;
}


#twitter_div {
	overflow: hidden;
	word-wrap: break-word;
}

#recaptcha_widget_div {
	margin: 0 0 10px 0;
}


/* Controls Error Message on Contact Form */

form #errormsg
{
	border: 1px solid red;
	background: #fcc;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 300px;
}

form #errormsg p
{
	margin: 0 0 6px 0;
	font-weight: 900;
}

form #errormsg ul
{
	margin: 0;
	padding: 0;
}

form #errormsg ul li
{
	list-style-type: none;
}
    
form .error
{
	border: 1px solid red;
	background:#fcc;
}

/* DEFINES QUOTES ON COMMONPLACE BOOK */

.commonplace-book-entries .entry {
	background: #fff url(/images/global/global_bground_quotes.gif) no-repeat;
	padding: 0 0 0 26px;
}



/* CSS HACKS FOR CLEARING FLOATS PROPERLY AND MAKING STUFF STRETCH RIGHT */

#content:after,
#indexcontent:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* for IE7 */
#content,
#indexcontent
{
	* height: 1%;
}

#indexcontent
{
	* min-height: 800px;
}

#content
{
	* min-height: 400px;
}

/* for IE6 */
* html #content,
* html #indexcontent
{
	height: 1%;
}

* html #indexcontent
{
	height: 800px;
}

* html #content
{
	height: 400px;
	margin-left: -20px;
}

* html #content .articlesynopsis
{
	width: 550px;
}

