/* General styles */
html {
	background:#ccc;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:.85em;
	color:#ffc;
}

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#ccc;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
a:link {
    text-decoration: underline;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    color: #ffffcc;
}
a:visited {
    text-decoration: underline;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    color: #ffffcc;
}
a:hover {
	
    color: #ffffff;
    text-decoration: none;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}


h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:5px 0 5px;
}
#post-4 img,#post-4 table {
	border:none;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */

}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;	
}

.col1 {
	text-align:center;	
}

/* 2 Column (left menu) settings */
.leftmenu {
	background:#660000;		/* right column background colour */
	border:1px solid #ffc;
}
.leftmenu .colleft {
	right:75%;			/* right column width */
	background:#CC9933;	/* left column background colour */
	border-right:1px solid #ffc;
	
}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:25%;			/* left column content width (column width minus left and right padding) */
	left:4%;			/* (right column left and right padding) plus (left column left padding) */
}

.col2 p {
	text-align:center;

}

/*Left Nav Box Styles */
#logo-box {
	background-color:#FFCC66;
	text-align:center;
	padding-top:3px;
}

#slogan {
	background-color:#996600;
	border-top:1px solid #ffc;
	border-bottom:1px solid #ffc;
	padding:4px 6px;
	color:#ffc;
	text-shadow: black 0.1em 0.1em 0.1em;

}

ul#nav {
	padding-top:15px;
	width:200px;
	margin: auto;
	text-align: center;
}

#nav li {
	border: 1px solid #ffffcc;
	padding-left: 10%;
	width: 120px;
	margin-top:8px;
	text-align: left;	
	list-style: none;
    top: 10px;

}
#nav li a {
    text-decoration: none;
    text-shadow: black 0.1em 0.1em 0.1em;
}

#nav li a:hover {
    color: #590f08;
    text-shadow: black 0.1em 0.1em 0.1em;
}

.col1 h1 {
	font-size:4em;
	font-family: "New Century Schoolbook", "New York", Georgia, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	text-shadow: black 0.05em 0.05em 0.05em;
}

.col1 h2 {
	font-size:2em;
	font-family: "New York","Times New Roman",Times,serif;
}

.entry p {
	text-align:left;
}

.entry img {
	border:2px solid #669966;
	padding:1px;
}

.entry table {
	border:2px solid #ffc;
}

ul#bottom-nav  {
	margin-top:20px;
	list-style-type:none;
	display:inline;
	border-right:1px solid #ffc;
	
}

ul#bottom-nav  li {
	padding-right: 10px;
	padding-left: 15px;
	list-style-type:none;
	display:inline;
	border-left:1px solid #ffc;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;

}
#footer p {
	padding:10px;
	margin:0;
}

