* {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #737373;
	margin: 0;
	padding: 0;	
}

a, .post p.postmetadata a {
	text-decoration: none;
	color: #101010;
}

a:hover, .post p.postmetadata a:hover {
	color: #3A3A3A;
	text-decoration: underline;
}

a img {
	border: none;
}

body {
	background: #616161 url('../img/pattern.jpg');
	text-align:center;
}

#shadow {
	background-image: url('../img/shadow.png');
	background-repeat: repeat-y;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	width: 1027px;
	z-index: 20;

}

#page {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
	z-index: 30;
	width: 900px;	
}

#page .post {
	padding: 10px 0px 10px 0px;
}

.post h1, .post h1 a {
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 22px;
	color: #E00978;
}

.post h1 {
	padding: 0px 8px 0px 8px;
	clear: both;
	margin-top:20px;
}

.post h1 span {
	font-size: 11px;
	color: #BDBDBD;
}

.post p.postmetadata {
	font-size: 13px;
	color: #575757;
	background-color:#F2F2F2;
	padding: 5px;
	zoom:1;
}

.post p.postmetadata a {
	font-size: 12px;
}

h2.pagetitle {
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 30px;
	color: #E00978;
	padding: 8px;
}

h2.center {
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	color: #E00978;
	padding: 8px;
}

h3 {
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 18px;
	color: #E00978;
	padding: 10px 8px 0px 8px;
}

.commentlist {
	padding: 5px 8px 0px 8px;
}

.commentlist li {
	margin-left: 20px;
	padding-bottom: 5px;
}

.entry p, .commentlist li p {
	padding: 5px 15px 5px 15px;
	color: #737373;	
	font-size:13px;
}

.entry p img, .entry p object {
	margin-left: -15px;
	margin-right: -15px;
}

#commentform {
	padding: 8px;
}

#commentform p {
	padding-bottom: 8px;
}

#commentform p input, #commentform p textarea, #searchform input {
	border: 1px solid #4E4E4E;
	color: #4E4E4E;
	padding: 2px;
	font-size: 13px;
	background-color: white;
}

#header {
	position: relative;
	width: 900px;	

}

#header #wpa {
	position: absolute;
	top: 10px;
	right: 10px;
}


#menu {
	background-color: #616161;
	text-align: left;
	height: 26px;
	zoom:1;
	position: relative;
}

#menu a.left	{
	position: absolute;
	top: 1px;
	padding:2px 4px;
	right: 2px;
	color: #EBEBEB;
	font-family: "Century gothic", Tahoma, Verdana;	
	font-size: 14px;
} 

#menu a.left:hover {
		background:		#4E4E4E;
	text-decoration:none;
	outline:		0;
}

#menu a {
	color: #EBEBEB;
	margin: 0px;
}


#header #searchform {
	position: absolute;
	bottom: 10px;
	right: 10px;
}


ul {
	list-style: square;
}

li {
	margin-left: 15px;
}

.navigation {
	padding: 8px;
}

.navigation * {
	font-size:9px;
	font-family: Verdana;
}

.navigation a {
	text-decoration: none;
}

.navigation .alignleft {
	float: left;
	border: 1px solid #E2E2E2;	
	padding: 4px;
}

.navigation .alignright {
	float: right;
	border: 1px solid #E2E2E2;	
	padding: 4px;
	
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.alignleft img, .alignright img {
	margin: 0px;
}


#footer {
	text-align: left;
	background-color: black;
	padding: 14px;

}

#footer .blogopt {
	float:left;
	margin-left:14px;
}

#footer .blogopt li, #footer .blogopt li a {
	color: #CECECE;	
}

#footer .blogopt h4, #footer .blogopt h4 a {
	margin-bottom: 14px;
	font-size: 16px;
	color:white;
	font-family: "Century gothic", Verdana;
	font-weight: normal;
}

#footer .blogopt h5, #footer .blogopt h5 a {
	margin-bottom: 14px;
	font-size: 12px;
	color:white;
	font-family: "Century gothic", Verdana;
	font-weight: normal;
}

#footer p, #footer p a {
	color: #aaaaaa;
	text-align:center;
	font-size: 9px;
	clear:both;
}

#footer p {
	padding-top: 14px;
}
