/*
---------------------------------------------------
Thomas Trofimuk.com
June 2009 Reboot
-  Design By Mike Gravel (www.michaelgravel.com)
Base Stylesheet
---------------------------------------------------
*/
@import url("/css/reset.css");
@import url("/css/drop-caps.css"); 
@import url("/css/nav.css");

/*
------------------
Main Blocks
------------------
*/

em {
font-style: italic;
}

strong {
	font-weight: bold;
	}

body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
	}
	
#container {
	width: 770px;
	margin: 0 auto;
	background: url("/images/background.jpg") repeat-y;
	}
	
#top {
	margin: 0 auto;
	background: url("/images/masthead-rev.jpg") center top no-repeat;
	height: 430px;
	width: 720px;
	}

#content-container {
	width: 720px;
	margin: 0 auto;
	border-top: 4px double #d8d8d8;
	padding: 1em 0 0 0;
	background: #efefef;
	}
	
#content {
	width: 480px;
	float: left;
	padding: 0 20px 0 0;
	border-right: 1px solid #d8d8d8;
	font-size: 14px;
	color: #333;
	text-align: left;
	line-height: 1.5;
	}

#column {
	font-size: 12px;
	color: #333;
	line-height: 1.4;
	float: right;
	width: 200px;
	text-align: left;
	}	
	
/*
------------------
Content Styles
------------------
*/
	
/* Page Title */ h2 {
	color: #59749b;
	font-variant: small-caps;
	font-size: 20px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 1em 0;
	letter-spacing: 2px;
	font-weight: bold;
	}	
	
/* Post Title */ h3.post-title {
	color: #59749b;
	font-size: 17px;
	line-height: 1;
	margin: 0 0 3px 0;
	font-weight: bold;
	}
	
h3.post-title a {
	color: #59749b;
	text-decoration: none;
	border: none;
	font-weight: bold;
	}
	
h3.post-title a:hover {
	color: #a4bfe5;
font-weight: bold;
	}		
	
h3.post-date {
	color: #59749b;
	font-size: 13px;
	margin-bottom: 1.5em;
	}	
	
/* Subheading; also used in column */ h4 {
	color: #59749b;
	font-size: 13px;
	padding: 0 0 2px 0;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #d8d8d8;
	text-transform: capitalize;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-weight: bold;
	}
			
p {
	padding: 0;
	margin: 0 0 1.5em 0;
	}	

p.post-meta {
	font-size: 0.857em;
	}

p.action-message {
	color: #59749b;
	text-align: center;
	margin: 2em 0 2em 0;
	padding: 0;
	}

/*
===================
Image Handling
===================
*/

img, a.imglink {
	display: block;
	border: 1px solid #484848;
        padding: 4px;
        background: #59749b;
	float: left;
	margin-right: 15px;
	margin-bottom: 21px;
}

img.full, a.imglink.full {
margin-right: 0;
float: none;
}

#column a.imglink {
margin-right: 0;
}

img.ctr, a.imglink.ctr {
margin-right: auto;
margin-left: auto;
float: none;
}

a.imglink img {
display: block;
margin: 0;
padding: 0;
float: none;
border: none;
}

a.imglink:hover {
background: #a4bfe5;
}
	
div.divider {
	background: url("/images/div.gif") center top no-repeat;
	height: 25px;
	margin:  42px 0;
	padding: 0;
clear: both;
	}
	
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 0 0 1.5336em 0;
  border: none; 
}

	
/*
------------------
Column Styles
------------------
*/

	
div.clear {
	clear: both;
	height: 1px;
	}	

div.side-search {
	margin: 0 0 1em 0;
	padding: 0;
	}

/*
------------------
Link Styles
------------------
*/

a:link, a:active, a:visited {
	color: #7492bd;
	font-weight: normal;
	text-decoration: underline;
	}

	
a:hover, #column a:hover {
	color: #a4bfe5;
	font-weight: normal;
	text-decoration: underline;
	}

#column a {
text-decoration: none;
}
		
/*
------------------
Form Styles
------------------
*/


input, textarea {
	padding: 3px;
	background: #f8f8f8;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 2px inset #e8e8e8;
	font-size: 1em;
	margin-bottom: 2px;
	}

input.submit, input.button {
	border: 2px outset #e8e8e8;
	}	
	
label {
	vertical-align: middle;
	padding: 3px;
	}	

/*
------------------
List Styles
------------------
*/

#content ul, #column ul { 
	margin: 0 0 1.5em 1.5em; 
	list-style: circle;
	}
	
#content ul.clean, #column ul.clean {
	list-style: none;
	margin: 0 0 1.5em 0;
	}	

#content ol, #column ol { 
	margin: 0 0 1.5em 2em; 
	list-style: decimal;
	}
	
	
#content ul.archive-list {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0 0 2em 1.5em;
	}
	
#content ul.archive-list li {
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	}	

/*
------------------
Footer / Bottom Styles
------------------
*/

#bottom {
	margin: 0 auto;
	padding: 2em 0 1em 0;
	text-align: center;
	border-top: 1px solid #d8d8d8;
	font-size: 0.875em;
	width: 720px;
	}	

#footer {
	height: 46px;
	background: url("/images/background-bottom.jpg") center top no-repeat;
	}		