/*
mysite
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 40px 0;
	background: #625b6d url(images/img01.gif) repeat-x;
	font: small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2 {
	text-transform: uppercase;
	font-family: Arial, "Times New Roman", Times, serif;
	font-weight: x-small;
	font-style: bold;
	color: #241b31;
}


p, blockquote, ul, ol {
}


.boxed {
	width: 600px;
	margin: 0 auto;
	padding: 5px 0 0 0px;
	background: #cacaca;
	border: 7px solid #241b31;
}

.boxed .title {
	height: 30px;
	padding: 10px 0 0 0px;
	background: url(images/img03.gif) #8CBEF5; 
	background-repeat: repeat-x;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #DCEBFC;
}


.post {
	padding: 10px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	font-size: 1.5em;
}

.post .date {
	float: right;
	padding: 10px 20px;
	font-size: x-small;
}


.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}


.post .story {
	clear: both;
	padding: 30px;
	border-top: 1px solid #EEEEEE;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}



#page {
	width: 600px;
	margin: 0 auto;
	background: #cacaca;
	border: 7px solid #241b31;
}

#logo_container {	
	background-color:  #cacaca;
	background-repeat: no-repeat;
	width: 600px;
	height: 85px;
	position: absolute;
	
}

.logo {	
	
	position: absolute;
	top: 7px;
	left: 87px;	
	z-index: 6;	
	
}

.logo2 {	
	
	position: absolute;
	top: 64px;
	left: 390px;
	z-index: 4;	
	
}

.birdpicture {
	
	width: 450px;
	height: 197px;
	
	position: absolute;
	top: -20px;
	left: -30px;
	
	z-index: 5;
}




#logo a {
	text-decoration: none;
	color: #625b6d;
}

#menu {
	height: 40px;
	background: url(images/img03.gif) repeat-x #dedbe3;
	margin-top: 85px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu a {
	float: right;
	margin-right: 10px;
	padding: 12px 0 0px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#footer {
	clear: both;
	padding: 40px 1;
	background: #cacaca;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #999999;
}








/*
.logo {	
			
	position: relative;
	top: -147px;
	left: 125px;
	z-index: 6;
	
}

.logo2 {	
	
	position: relative;
	top: -154px;
	left: 124px;
	z-index: 4;
	
}

.birdpicture {
	width: 520px;
	height: 140px;
	
	position: relative;
	top: -20px;
	left: -30px;
	
	z-index: 5;
}*/