/* layout */
* {
font-size: 100%;
margin: 0;
padding: 0;
line-height: 1.4em;
}
body {
position: relative;
/*background: url(http://www.kinggeorgeshall.com/kghblog/wp-content/themes/oceanmist/images/bg_body.gif) top left repeat-x #CCCCFF;*/
background:url(images/bg_page.jpg) center bottom fixed no-repeat #680959;
font-family: Helvetica, Arial, sans-serif;
font-size:70%;
color: #333;
}
#page {
	display: block;
	width: 750px;
	background: url(http://www.kinggeorgeshall.com/kghblog/wp-content/themes/oceanmist/images/bg_main.gif) center top repeat-y;
	text-align: left;
	margin: 0 auto;
}
#header {
	display: block;
	width: 750px;
	height: 200px;
	padding: 0;
	background-image: url(http://www.kinggeorgeshall.com/kghblog/wp-content/themes/oceanmist/images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position:left -18px;
}
* html #header {
height: 200px;
}
#content {
	display: block;
	width: 545px;
	background:#fff;
	float: left;
	margin-left:7px;
}
#sidebar {
	float: left;
	display: block;
	width: 185px;
}
.post {
	float: left;
	display: block;
	width: 520px;
	margin: 0 0 0 18px;
}
.page {
float: left;
display: block;
width: 507px;
margin: 0 0 0 18px;
}
.archive {
float: left;
display: block;
width: 507px;
margin: 0 0 18px 18px;
border-bottom: 1px solid #ccc;
}

#sidebar .post {
display: block;
width: 157px;
margin: 0 0 0 18px;
}
.title {
	float: left;
	display: block;
	width: 545px;
	background: url(http://www.kinggeorgeshall.com/kghblog/wp-content/themes/oceanmist/images/bg_h2.gif) bottom repeat-x #ccccff;
	margin: 0 0 18px 0;
}
#sidebar .title {
	float: left;
	display: block;
	width: 191px;
	background: url(http://www.kinggeorgeshall.com/kghblog/wp-content/themes/oceanmist/images/bg_h3.gif) bottom left repeat-x #CADFED;
}
.entry {
float: right;
display: block;
width: 350px;
margin: 0;
}
.postinfo {
float: left;
display: block;
width: 157px;
margin: 0 0 18px 0;
}
.archive .postinfo {
margin-left: 0;
}
.archive .entry {
margin-right: -24px;
}
* html .post, * html #sidebar .post, * html .archive  {
margin-left: 0;
position: relative;
left: 18px;
}
p img {
float: left;
margin: 0 18px 12px 0;
}

/* typography */
h1 {
color: #FFF;
padding: 165px 37px 0 25px;
margin: 0 0 -5px 0;
font-weight: normal;
font-family: Helvetica, Arial, sans-serif;
font-size: 22px;
}
h1 a, h1 a:visited {
color: #FFF;
text-decoration: none;
font-weight: normal;
}
.description {
color: #CADFED;
margin: 0 37px 25px 37px;
}
.title h2 {
font: 1.05em Arial, Helvetica, sans-serif;
text-transform: uppercase;
padding: 9px 24px 12px 24px;
}
#content .postwrapper .title h2 {
	font: 1.4em Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 9px 100px 12px 42px;
	color: #6a448f;
}
#sidebar .title h2 {
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 9px 0 12px 15px;
	background: none;
	color: #fff;
}
.title small {
float: right;
padding: 14px 24px 0 0;
color: #6a448f;
}
h2 a, h2 a:visited {
}
h3 {
font: bold 1.2em Arial, Helvetica, sans-serif;
}
p {
margin: 0 0 18px 0;
padding: 0;
}
.entry p {
padding-right: 24px;
}
.postinfo p {
padding: 0 6px;
}
.req {
padding-left: 3px;
color: #CC0000;
}
blockquote {
padding: 0 0 0 12px;
border-left: 3px solid #ccc;
}

/* lists */
ul {
margin: 0 0 24px 6px;
}
ol {
margin: 0 0 24px 6px;
}
ul li {
margin: 0 24px 0 14px;
}
ol li {
margin: 0 24px 0 14px;
}
.buttons {
float: left;
list-style: none;
margin-left: 0;
}
.buttons li {
float: left;
margin: 0 18px 0 0;
padding: 0;
}
* html .buttons li {
margin: 0;
}
.buttons a, .buttons a:visited {
display: block;
width: 145px;
padding: 6px;
text-align: center;
background: url(http://www.kinggeorgeshall.com/kghblog/wp-content/themes/oceanmist/images/menu.gif) bottom left no-repeat;
border-top: 1px solid #D1E0F0;
}
.buttons a:hover {
background-position: bottom right;
}
.catlist {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
	width: 150px;
	display: block;
}
.catlist li {
	border-bottom: 1px solid #CAD6E1;
	
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 0;
}
.catlist a, .catlist a:visited {
display: block;
width: 145px;
padding: 1px 6px 2px 6px;
margin: 1px 0;
}
.catlist a:hover {
background: #F2F2F2;
}
#themeswitcher {
list-style: none;
margin: 0 0 18px 0;
}
#themeswitcher li {
margin: 0;
}
#sidelist {
list-style: none;
}
#sidelist li {
margin: 0;
}
#sidelist li li {
margin: 0 24px 0 8px;
}
#sidelist ul {
list-style-type: disc;
}


/* links */
a, a:visited {
color: #472569;
text-decoration: none;
}
p a:hover, ul a:hover {
background-color: #CCCCFF;
}
#content p a:hover, #content ul a:hover {
background-color: #CCCCFF;
}




/* forms */
form {
margin: 0 0 18px 0;
}
#searchsubmit {
position: absolute;
}
#s {
width: 130px;
padding: 2px;
border: 1px solid #B9C3D1;
background: #CAD6E1;
color: #32474B;
margin-right: 2px;
}
select, .field {
width: 157px;
margin: 0 0 4px 0;
color: #32474B;
}
.field {
padding: 2px;
width: 153px;
}
textarea {
padding: 2px;
width: 308px;
font: 1em Arial, Helvetica, sans-serif;
}
select option {
padding: 1px;
}
#submit {
padding: 3px;
}


/* footer */
#footer {
clear: both;
display: block;
width: 736px;
background:#ccccff;
text-align: center;
padding:15px 0;
margin-left:7px;
}
* html #footer {
margin-top: 18px;

}

#footer p {
color: #798892;
padding: 0 37px 7px 37px;
}
#footer a, #footer a:visited {
color: #472569;
}
