/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
 background: url(smalltile.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}

h1, h2 {
	font-weight: normal;
}

p, ol, ul {
	margin-top: 0;
	line-height: 180%;
}

a {
	color: #666666;
        text-decoration: none;
}

a:hover {
	color: #000000;
        text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	height: 130px;
	margin: 0 auto;
	 	background: rgb(122, 163, 167);
        color: #ffffff;}
#header a:hover { 
        color: #ffffff;
}
#header a { 
        color: #ffffff;
}


#logo { 
        background: url(ionlion.png) no-repeat 10px 5px;
	float: left;
	padding: 10px 0 0 100px;
	
}

#logo h1, #logo p {
	margin: 0px;
	color: #ffffff;
	
}

#logo h1 {
	padding: 10px;	

}

#logo p {
	padding-left: 1px;
	line-height: normal;
	font-size: .85em;
	font-style: italic;
}

#menu {
	float: right;
	padding-top: 5px;
        font-size: .85em;
        width: 500px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

#menu h1 {
	display: block;
	float: left;
	padding: 0;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
color:#ffffff;
}
#menu a:hover {
	text-decoration: underline;
}

#menu table {text-align: left;
             border-spacing: 0px;
font-size:9pt;
color:#ffffff;
}

.dropbar {
      
}

 
/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
	margin: 20px 0 0 0;
	float: left;
	width: 640px;
	
 }

.post {
}

.meta {
	margin: 0;
	padding: 10px 0 15px 20px;
	border-top: 1px solid #800000;
}

.meta a {
	text-decoration: none;
}

.meta a:hover {
	text-decoration: underline;
}

.meta .more {
	padding-left: 12px;
	background: url(images/img09.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 15px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
 	margin: 20px 0 0 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li {
background: #FFFFFF
}

#sidebar li ul {
	
	;
}

#sidebar li li {
	padding: 5px 20px;
	border-bottom: 1px solid #A9A9A9;
      
}

#sidebar h2 {
	height: 53px;
	margin: 0 0 -20px 0;
	padding: 10px;
	background: #7aa3a7;;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
	
}

/* Big Box */

.bigbox ul{
	width: 550px;

	
}

.bigbox h1{
	font-family: Georgia, serif;
        float: right center;
	font-size: 3.7em;
        margin: 0 0 0 0;
        padding: 10px;
        color: #ffffff;
       
}
.bigbox{
	float: top;
	background-color: #7aa3a7;
	color: #800000;
	margin:0;

}

.bigbox.title {
	text-align: center;
	 
}



.bigbox .entry {
	background-color: #ffffff;
        width: 640px;
	float: left;

}


/* Two Columns */

.two-columns {
	clear: both;

	
}

.two-columns .title {
}

.two-columns .title h2 {
	height: 53px;
	margin: 0;
	padding: 15px 0 0 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #7aa3a7;
        color: #ffffff;
}

 
}

.two-columns .columnA, .two-columns .columnB {
	width: 100px;
}

.two-columns .columnA {
	float: left;
}

.two-columns .columnB {
	float: right;
	width: 200px;
	
}

.two-columns .btm {
	clear: both;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: #FFFFFF;
	text-align: center;
	font-size: smaller;
}

