html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #65a6e8;
	line-height: 1.3;
	font-family: "lucida grande", "helvetica neue", helvetica, sans-serif;
	font-size: 76%;
}
/* ol, ul {
	list-style: none; */
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	color: red;
	font-weight: bold;
}

a:hover {
	border-bottom: 1px solid;
}

/*
			MAIN TYPOGRAPHY
*/

h1 {

}

h2 {
	letter-spacing: 1px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.5em;
}

h3 a {
	color: #000;
}

h3.commentsh3 {
	margin-top: 10px;
}

h3.subhead {
	margin-top: 1em;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 15px 0 0 0;
	width: 100%;
	padding-bottom: 10px;
}

blockquote {
	margin-left: 1em;
	color: #555;
	font-style: italic;
}

/*
			MAIN ELEMENTS
*/

.wrapper {
	margin: 0 auto;
	width: 830px;
}

#header {
	background: transparent url('img/top-logo.gif') no-repeat 100% 10px;
	height: 230px;
	position: relative;
	margin-top: 10px;
}


#tweet ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0;
}

#tweet {
position: relative; left: 190px; top: 78px; right: 300px; z-index: 100; width: 340px;height:60px}

#vacantann{float:left;}


#header img {
	position: absolute;
	left: 0px;
	bottom: 0;
}

#info {
	background: #fff url('img/bottom-logo.gif') no-repeat top;
	border-bottom: 0px solid #65a6e8;
	margin-bottom: -10px;
	padding: 15px 290px 10px 20px;
	float: left;
	width: 520px;
}

#info P {
	float: left;
	margin: 0.5em 0;
	width: 100%;
	clear: left;
}

#info P .info-meta1 {
	display: block;
	float: left;
}

#info P .info-meta2 {
	display: block;
	float: right;
}

#info h2 {
	font-weight: bold;
	font-size: 1.5em;
	float: left;
}

.post-meta {
	list-style: none;
}

.entry-meta {
	margin-top: 1em;
	color: #555;
}

.entry-meta a {
	color: #4974a0;
}

.entry-meta span {
	text-transform: uppercase;
	letter-spacing: 1px;
}

#main {
	background: transparent url("img/seperator.gif") no-repeat top;
	padding-top: 17px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#content {
	background: #fff url('img/main-rounded-bottom.gif') no-repeat bottom;
	float: left;
	width: 460px;
	margin-top: 10px;
	padding: 5px 20px 20px;
}

.blogentry {
	margin-bottom: 20px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 2em;
}

.blogentry P, .pageentry P {
	margin-top: 1em;
}

.pageentry img {
	float: left;
	padding: 0 10px 10px 0;
}

.latest-img {
	float: left;
	padding: 0 10px 10px 0;
}

.entry-img {
	margin: 0.5em 0;
	max-width: 460px;
}

a:hover .entry-img {
	border: 0;
}

.browse {
	float: left;
	clear: both;
	width: 460px;
	margin: 0 0 -20px -20px;
	padding: 0 20px 20px 20px;
}

.prevlink {
	float: left;
}

.nextlink {
	float: right;
}

#commentlist {
	list-style: none;
}

#commentlist li {
	background: #b2d2f3;
	padding: 10px;
	margin-top: 10px;
}

#commentlist li a {
	color: #555;
}

#commentlist cite {
	color: #555;
}

#commentlist P {
	margin: 0 0 10px;
}

#comment {
	width: 458px;
}

#sidebar {
	background: #b2d2f3 url('img/sidebar-rounded-bottom.gif') no-repeat bottom;
	float: right;
	width: 280px;
	border-left: 10px solid #65a6e8;
	padding: 5px 20px 20px 20px;
	margin-top: 10px;
	font-size: 0.87em;
}

#main #sidebar ul, #sidebar .categories, #sidebar .linkcat {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 2px;
}

#sidebar ul li a {
	color: #555;
}

#sidebar P#intro {
}

#sidebar P#intro span {
	margin-top: 5px;
	padding-bottom: 15px;
	display: block;
	border-bottom: 1px solid #65a6e8;
}

#sidebar .side-more a {
	padding-top: 5px;
}

#footer {
	height: 100px;
	float: left;
	clear: both;
}

/*
			NAVIGATION
*/

#nav {
	position: absolute;
	top: -10px;
	left: 0;
	list-style: none;
	font-size: 1em;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	padding: 20px 10px 10px;
	margin: 0 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #333;
}

#nav li a:hover {
	background: #5b9bdb;
	border: 0;
}

#nav .current_page_item a {
	background: #fff;
	color: #000;
}

#nav .current_page_item a:hover {
	background: #fff;
	color: #000;
}
