a {
	color:#57adeb;
	text-decoration:none;
	border-bottom:1px dotted #99c;
}

a:hover {
	border:none;
	color:#57adeb;
}

body {
	font-family: 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-size: 10px;
	text-align:center;
	background-image: url(/blog/styles/default/images/body.jpg);
	background-repeat: repeat-x;
	background-position: top-left;
	background-color: #e0f6ff;
}

code {
	font-family: monospace;
	font-size: 0.9em;
	display: block;
	padding: 0px 10px 10px 10px;
	background: #e0f6ff;
	overflow: auto;
	white-space: pre;
}

code br {
	display:none;
}

#content {
	font-size: 1.2em;
	padding: 0px 10px 10px 10px;
	float:left;
	width:500px;
}

#content h2 em {
	font-size: 0.7em;
	color: #57adeb;
	padding: 0px 0px 0px 30px;
}

#content h2 a {
	border: none;
	color: #000000;
}

#content h2 a:hover {
	color: #69b5ec;
}

#content .info {
	color: #57adeb;
	font-size: 1em;
	border-top: 1px dotted #69b5ec;
	font-style: normal;
	display: block;
	padding: 4px 0;
}

#content .info a {
	color: #57adeb;
}

/* blog form stuff */

#blog_form {
	background: #e0f6ff;
	padding: 15px;
	margin-top: 10px;
	
}

#blog_form label {
	width:160px;
	display:block;
	float:left;
	clear:both;
	margin:5px 0 0 0;
}

#blog_form input, #blog_form textarea {
	margin:5px 0 0 0;
	width:460px;
}

#blog_form textarea {
	height:320px;
}

#blog_form .submit {
	padding:5px;
	clear:both;
	width:100px;
	margin:10px 0 0 0;
}

#blog_form .checkbox {
	padding:5px;
	clear:both;
	width:100px;
	margin:10px 0 0 0;
}

#index {
	text-align: center;
	width: 730px;
}

#header {
	background-image: url(/blog/styles/default/images/logo.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	width: 730px;
	height: 140px;
	text-align: right;
}

#header h1 {
	font-size: 2.2em;
	padding: 75px 45px 0 0;
	margin: 0;
}

#header p {
	padding: 0 45px 0 0;
	font-size: 1em;
	margin: 0;
}

h1, h2, h4, h5, h6 {
	font-size: 1.7em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #57adeb;
}

img {
	border-style: none;
}

li {
	list-style-type: circle;
	text-transform: lowercase;
	#color: #57adeb;
}

#rightmenu {
	float: right;
	width: 190px;
	font-size: 1.2em;
	padding: 0px 10px 10px 10px;
}

#wrapper {
	width:730px;
	margin: 10px auto;
	padding: 0;
	overflow: hidden;
	border: 5px solid #b9d9e6;
	text-align: left;
	background-color: #ffffff;
}