/*
Theme Name: Simon Basic
Description: Four Column Theme for Simon 1.0  
Version: 1.0  
*/


/* General
------------------------------------------------ */

* html {
	margin: 0;
	padding: 0;
}

body {
	background: #73ADD7 url(graphics/gradient.gif) repeat-x;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: -15px 0;
	padding: 0;
	text-align: center;
}
#page {
	background: url(graphics/sky.jpg) no-repeat center top;
	width: 100%;
	display: table;
}

/* Links */

a:link, a:visited {
	font-weight: bold;
	color: #777;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #8bc;
	text-decoration: none;
}

/* Images */

img {
	border: none;
}

img a:link, img a:visited, img a:hover {
	border: none;
	background: transparent;
	text-decoration: none;
}

img.photo {
	border: none;
}

img.photo a:link, img.photo a:visited, img.photo a:hover {
	border: none;
	background: transparent;
	text-decoration: none;
}

/* Wrapper
------------------------------------------------ */


#wrapper {
	background: #ffd;
	width: 980px;
	margin: 190px auto 0;
	padding: 4px;
	overflow: auto;
}

/* Header
------------------------------------------------ */

#header {
	background-color: #dd7;
	height: 130px;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: auto;
}

#header img {
	float:right;
	margin: 45px 20px 0 0;
}

#header h1 {
	font-family: georgia, serif;
	color: #fff; 
	font-size: 4em;
	margin: 0;
	padding: 30px 0 0 10px;
}

#header p {
	font-family: georgia, serif;
	font-size: 2em;
	color: #fff; 
	margin: 10px 0 0 0;
	padding: 0 0 0 10px; 
}

/* Content
------------------------------------------------ */

#content {
	background: #ffd;
	width: 100%;
	position: relative;
	overflow: visible;
	padding: 0;
	margin: 0;
}

/* Midcontent
------------------------------------------------ */

#midcontent {
	background: #ffd;
	width: 720px;
	float: left;
	margin: 20px 0 0 0;
	text-align: left;
}

#midcontent h2 {
	font-size: 2.2em;
	color: #777;
	margin: 20px 10px 10px 15px;
}

#midcontent h3 {
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0 0 3px 0;
}

#midcontent h3 a:link, #midcontent h3 a:visited {
	font-weight: bold;
	color: #8bc;
	text-decoration: none;
}

#midcontent h3 a:hover {
	font-weight: bold;
	color: #d84;
	text-decoration: none;
}

#midcontent p {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #777;
	margin: 0 0 5px 0;
	text-align: justify;
}

#midcontent p.posted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #777;
	margin: 0 0 5px 0;
	text-align: left;
}

#midcontent img.photo {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: solid 1px #ddd;
}

/* Leftblogs
------------------------------------------------ */

#midleft {
	background: #ffd;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#midleft div {
	background: #ffd;
	margin: 20px 10px 20px 15px;
	display: block;
	overflow: hidden;
	min-height: 60px;
	clear: left;
}

/* Rightblogs
------------------------------------------------ */

#midright {
	background: #ffd;
	width: 50%;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#midright div {
	background: #ffd;
	margin: 20px 10px 20px 15px;
	display: block;
	overflow: hidden;
	min-height: 60px;
	clear: left;
}

/* Rightbar
------------------------------------------------ */

#right {
	background: #ffd;
	width: 250px;
	float: right;
	margin: 4px 0 4px 0;
	padding: 10px 0 10px 0;
}

#right a:link, #right a:visited {
	font-weight: bold;
	color: #777;
	text-decoration: none;
	border: none;
}

#right a:hover {
	font-weight: bold;
	color: #d84;
	text-decoration: none;
	border: none;
}

#right img {
	border: none;
}

#right h3 {
	font-weight: bold;
	font-size: 1.4em;
	color: 777;
	margin: 40px 15px 10px 10px;
	padding: 0 0 2px 0;
	text-align: left;
	text-transform: uppercase;
	border-bottom: solid 1px #999;
}

#right h4 {
	font-weight: bold;
	font-size: 1.3em;
	color: #777;
	margin: 0 15px 2px 10px;
	text-align: left;
}

#right p {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #777;
	margin: 0 15px 10px 10px;
	text-align: left;
}

#right p.update {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #999;
	margin: 0 15px 10px 10px;
	text-align: left;
}

#right p.image {
	text-align: center;
}

#right p.image img {
	border: none;
}

#right ul {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #777;
	margin: 0 20px 10px 0 !important;
	margin: 0 20px 10px 30px;
	text-align: left;
	list-style-type: disc;
}

#right ul li {
	margin: 0 20px 2px 0;
	padding: 4px 0 0 0;
}

/* Footer
------------------------------------------------ */

#footer {
	background: #dd7;
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin: 0;
}

.footerinfo {
	margin: 30px 0 20px 0;
}

#footer p {
	font-size: 8px;
	color: #777;
}

#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #d84;
	text-decoration: none;
}

#footer img a:link, #footer img a:visited, #footer img a:hover {
	border: 0;
	background: transparent;
	text-decoration: none;
}

#footer1 {
	background: #dd7;
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin: 0;
}

#footer1 p {
	font-size: 13px;
	color: #777;
}

#footer1 a:link, #footer1 a:visited {
	font-weight: bold;
	color: #777;
	text-decoration: none;
}

#footer1 a:hover {
	font-weight: bold;
	color: #d84;
	text-decoration: none;
}

#footer1 img a:link, #footer1 img a:visited, #footer1 img a:hover {
	border: 0;
	background: transparent;
	text-decoration: none;
}
