/*
      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: Arial, Helvetica, sans-serif;
 font-size: 16px;
 background: #ffffff;
}

 hr {
  width: 98%;
  margin: 0 auto 20px auto;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#wrapper { 
 margin: 0 auto;
 width: 1000px;

}
#header {
 color: #333;
 width: 1000px;
 float: left;
 height: 200px;
 background: #BD9C8C url(headerbg.jpg); background-repeat: no-repeat;
}
#leftcolumn { 
 width: 650px;
 float: left;
 background: #ffffff;
}
#rightcolumn { 
 float: right;
 color: #333;
 width: 350px;
 text-align: right;
 display: inline;
}

#aims{
 width: 300px;
 text-align:left;
 margin: 0 auto;
 color:#000000;
 }
 
#recentphoto{
 width: 320px;
 margin-top: 10px;
 margin-bottom: 20px;
 float:right;
 }

#recentphoto img {
 border: 0px;
 }
#rlcolumn{
 width: 125px;
 float:left;
 }
#rrcolumn{
 width: 170px;
 float:left;
 margin-left:30px;
 } 
#footer { 
 width: 1000px;
 color: #333;
 background: #1E2B39;
 float:left;
 padding: 20px 0;
}

#footer2 { 
 width: 1000px;
 clear: both;
 color: #333;
 background: #E5FFFF;
 padding: 20px 0;
}


#header-menu {
	height: 33px;
	font-size: 13px;
	margin-left: 50px;
	background: white;
	width: 490px;
	
}

#header-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	
}

#header-menu li {
	display: block;
	float: left;
	height: 26px;
	width: 70px;
	border-right: 1px;
	border-color: white;
	
}

#header-menu a {
	display: block;
	background: #3A4454;
	width: 59px;
	height: 26px;
	text-align: left;
	text-decoration: none;
	padding: 7px 5px 0px 5px;
	color: #CCCCCC;
}

#header-menu a:hover {
	
	background: #15273C;
	color: #FFFFFF;
}

#header-menu .current_page_item a {
	background: #FFFFCF;
	color: #333333;
	}




#blogitem {
 width: 610px;
 margin: 10px;
 margin-bottom: 30px;
 }
#blogitem .subject {
 font-weight: bold;
 }
#blogitem .dateline {
 font-size: small;
 color:#B0091B;
 }
#blogitem  a {
 color:#08A2AC;
}

#blogitem a:hover {
 background: #08A2AC;
 color: #ffffff;
 text-decoration: none;
 }
 
#blogitem p {
 margin-bottom: 15px;
 }
 
 
 .item {
 width: 610px;
 margin: 10px;
 margin-bottom: 30px;
 border-bottom:1px solid #999;
 }
h3.subject {
 font-weight: bold;
 font-size:16px;
 }
.dateline {
 font-size: 12px;
 color:#B0091B;
 }
.item  a {
 color:#08A2AC;
}

.item a:hover {
 background: #08A2AC;
 color: #ffffff;
 text-decoration: none;
 }
 
.item p {
 margin-bottom: 15px;
 }
 
 div#tumblr-intro {
  width: 590px;
  padding:10px;
  margin:10px 0;
  background-color:#FFFFCF;
 }
 
 div#tumblr-intro p {
  margin-bottom:10px;
 }

.cat-title {
 color:#B0091B;
 font-weight:bold;
 margin-bottom: 12px;
}
 
.cat-items {
 font-size: 16px;
}
 
.cat-items ul {
 list-style: none;
}

.cat-items li {
 margin-bottom: 6px;
 }
  
.cat-items a {
 color:#08A2AC;
}
   
.cat-items a:hover {
 background: #08A2AC;
 color: #ffffff;
 text-decoration: none;
}

#footer a {
	color: #FFFFFF;
	
}

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

#footer li {
	display: block;
	float: left;
	width: 450px;
	padding-left: 29px;
}

#footer li.first {
	padding-left: 50px;
}

#footer li ul {
	margin: 0;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 2px 0;
	
}

#footer li li a {
	padding-left: 21px;
	
}

#footer h2 {
	color:#08A2AC;
	margin-top: 0;
	padding-left: 20px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
}

#copyright {
 padding-left: 20px;
 font-size: 12px;
}

#copyright a {
 color: black;
}


