/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Georgia, serif;
	font-size: 14px;
	background-color: #fff;
	line-height: 1.5em;
}

#wrapper { 
	margin: 0 auto;
	width: 922px;
}

#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 10px;
	border: none;
	height: 100px;
	margin: 10px 0px 5px 0px;
	background: none;
}

#leftcolumn { 
	font-size: 16px;
	color: #333;
	border: none;
	background: none;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	width: 145px;
	float: left;
}

#leftcolumn a:link, #leftcolumn a:visited {
	color: #000;
	}
	
#leftcolumn a:hover {
	color: #36c;
	}

#leftcolumn ul {
	padding-bottom: 4px;
}

#leftcolumn ul li {
	list-style: none;
	text-align: center;
	padding: 4px;
}

#content { 
	float: left;
	color: #333;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: none;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	width: 556px;
	display: inline;
	min-height: 800px;
}

#content ul {
	padding-left: 40px
	}
	
#content ul li {
	list-style-image: url(media/ornament-2.png);
	}

#rightcolumn { 
	font-size: 16px;
	color: #333;
	border: none;
	background: none;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	width: 145px;
	float: left;
	}

#footer { 
	width: 900px;
	clear: both;
	color: #333;
	border: none;
	background: none;
	margin: 0px 0px 10px 0px;
	padding: 30px 0 10px 0;
	}
	
	
	
/* Global Styles */

p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin: .75em 0;
	}
	
h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	}

a:link, a:visited {
	text-decoration: none;
	color: #36c;
	}

a:hover {
	text-decoration: underline;
	}
	

#content-padding{
	padding: 0 30px;}
	

/* Tumblr Styles */

#content-padding p.permalink {
	padding: 8px 71px 0px 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: Georgia, serif;
	font-size: 13px;
	font-weight: normal;
	display: block;
	background-image: url(http://kathleenandjerry.com/media/line.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	color: #333333;
}


