/*
	Base styles for travishartwell.net blog
*/

/*	
	=Layout: General layout structures
*/ 

#header {
	border-bottom: 1px solid silver;
}

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

#footer {
	display: block;

	height: 31px;

	margin: 2px;	
	border-top: 1px solid silver;
	
	font-size: 85%;
	
	color: gray;
	background: white; 
}

/*
	=Sidebar Layouts
*/
.sidebar {
	margin: 0; 
	padding: 0;		

	font-size: 90%;
}

#leftbar {
	float: left;
	
	width: 195px;	
}

#rightbar {
	float: right;
	
	width: 225px;
}

/*
	=Content: Content layout
*/
#content {
	margin: 0px 225px 0px 195px;
	
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

/* 
	=Helpers: General layout helpers 
*/
.column-in {
	margin: 0;
	padding:0.5em 1em;
}

.cleaner {
	clear: both;

	height: 1px;

	margin: 0;
	padding: 0;
	border: none;
	
	font-size: 1px;
	
	background: transparent;
}

/*
	=Common: Common Formatting
*/

body {
	font-family:"Georgia", "Times New Roman", Times, serif;
}

img {
	border: 0px;
}

a:link, a:visited {
	text-decoration: none;
}

.small_link_list a:link, .small_link_list a:visited, 
	#relatedstories a:link, #relatedstories a:visited {
	color: gray;
	background: white;
}

.small_link_list a:hover, #relatedstories a:hover {
	text-decoration: underline;
	color: #0033CC;
	background: white;
}

/*
	=Header: Header contents
*/
#title {
	position: relative;
	margin: 0px 0px 0px 5px;
	padding: 0px;

	text-align: left;	
	font-size: 1.2em;
}

#title a:link, #title a:visited {
	color: #0033CC;
	background: white;
}

#title a:hover {
	color: #B6C5F2;
	background: white;
}

#tagline {
	position: relative;
	
	margin: 0px 0px 4px 5px;
	padding: 0px;

	text-align: left;	
	font-size: 0.9em;
	font-style: italic;
}

/*
	=Sidebar: General sidebar formatting
*/
.side_group {
	margin-top: 10px;
	margin-bottom: 10px;

	text-align: left;
}

.side_title {
	font-size: 1em;
	font-weight: bold;
	color: #595959;
	background: white;	
}

.side_group .small_link_list {
	margin-left: 20px;
}

/*
	=Left Sidebar: Left Sidebar formatting
*/
#leftbar .side_group {
	margin: 10px 6px 0px 0px;
}

/*
	=Right Sidebar: Right Sidebar formatting
*/
#rightbar .side-list {
	margin: 10px 16px 0px 0px;
}

#google_search {
	margin: 0px 16px 0px 0px;
	padding: 0px;
}

#rss_links img {
	vertical-align: middle;
	
	margin: 0px 10px 0px 0px;
}

#rss_links {
	font-size: 1em;
}

#rss_links a:visited, #rss_links a:link {
	color: gray;
	background: white;
}

#rss_links a:hover {
	color: #0033CC;
	background: white;
}

/*
	=Tag Cloud: Tag Cloud formatting
*/
#tagcloud {
	text-align: center;
}

.smallestTag:link, .smallestTag:visited { 
	font-size: xx-small; 
	color: #C9C9C9; 
	background: white; 
}

.smallTag:link, .smallTag:visited { 
	font-size: x-small;
	color: #AAAAAA; 
	background: white; 
}

.mediumTag:link, .mediumTag:visited { 
	font-size: small; 
	color: #999999; 
	background: white; 
}

.bigTag:link, .bigTag:visited {
	font-size: medium;
	color: #777777;
	background: white;
}

.biggestTag:link, .biggestTag:visited {
	font-size: medium; 
	color: #555555; 
	background: white; 
}

.hugeTag:link, .hugeTag:visited {
	font-size: large;
	color: #333333;
	background: white;
}

.hugestTag:link, .hugestTag:visited { 
	font-size: large;
	color: #222222;
	background: white; 
}

.mostHugeTag:link, .mostHugeTag:visited {
	font-size: x-large;
	color: #111111;
	background: white;
}

#tagcloud > a:hover {
	text-decoration: underline;
	color: #0033CC;
	background: white;
}

/*
	=Entry:  General entry formatting
*/
.entry {
	margin: 0px 0px 10px 0px;
}

.entry_title {
	margin-bottom: 0px;
	
	border-bottom: 1px solid black;
	
	font-size: 1.1em;
}

.entry_title a:link, .entry_title a:visited {
	color: #0033CC;
	background: white;
}

.entry_title a:hover {
	color: gray;
	background: white;
}

.entry_body {
	margin: 0px 10px 0px 10px;
}

.entry_body a:link, .entry_body a:visited {
	color: #0033CC;
	background: white;
}

.entry_body a:hover {
	color: gray;
	background: white;
}

.entry_body h2 {
	font-size: 1em;
	
	color: black;
	background: white;
}

.entry_footer {
	font-size: 85%;
}

.post_date {
	float: left;
	text-align: left;
}

.entry_footer > .small_link_list {
	text-align: right;
}

#relatedstories {
	margin-top: 20px;
	
	font-size: 90%;
}

#stories_header {
	margin-bottom: 0px;
	padding: 0px;
	
	border-bottom: 1px solid black;
	
	font-size: 1em;
	
	color: black;
	background: white;	
}

/*
	=Content: General Content Formatting
*/
#pager {
	text-align: center;
}

#pager a:link, #pager a:visited {
	color: #0033CC;
	background: white;
}

#pager a:hover {
	color: gray;
	background:white;
}

/*
	=Footer: General Footer Formatting
*/
#pyblosxom_home {
	float:left;
	
	margin: 2px 2px 2px 2px;
}

#validators {
	float: left;

	margin: 7px 2px 7px 2px;

	color: white;
	background-color: inherit;
}

#copyright {
	margin-top: 4px;

	text-align: right;
	font-size: 95%;
}
