/* CSS Document */

body {

	background-color: #932e46;
	font-family: "Gill Sans",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/transparency.png); 
	background-repeat:repeat-x, repeat-y;
}


#container {
	background-color: #FFFFFF;
	width: 805px;
	margin: 0 135px;
	top: 10px;
	
}

#circle {
	float: right;
}



#header {
	height: 200px;
}

#logo h1 {
	display:none;
	color: #000000;
	font-size: 36px;
	top: 60px;
	margin: 0 25px;

}

#logo  {
	height: 165px;
	width: 300px;
	padding-left: 5px;
	
}


#content a {
	color: #932e46;
}

a {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration:none;
}

#menu a {
	font-size: 14px;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration:underline;
}


#navigation {
	width: 790px;
	background-color: #932d45;
	height: 30px;
	margin-top: -7px;
	
}


#nav1 ul {
	list-style: none;
	padding-top: 5px;

}


#nav1 li {
 	display:inline;
	padding: 10px 50px 5px 50px;
	margin-left: -65px;
	
}


#content {
	clear:left;
	padding-top: 10px;
	padding-left: 25px;
	
}

#source {
	
	width: 500px;
	height: 50px;
	
}


#footer {
	font-size: 11px;
	clear:both;
	padding: 10px 0 0 300px;
}

#circle2 {
	float:left;
}


/* Word Press */

#menu {
	float: right;
	background-color: #47413a;
	width: 175px;
	margin-top: 20px;
	margin-right: 11px;
	margin-bottom: 100px;
}

#menu h2 {
	margin: 5px 0 0 10px;
	color: #ffffff;
	font-size: 20px;
}

#menu li {
	color: #ffffff;
	font-size: 20px;
	padding-top: -1px;
}

#searchform {
	margin-top: 10px;
	padding-bottom: 10px;
}

#searchform s {
	margin-bottom: 10px;
}

#s{
	margin-bottom: 10px;
	margin-top: -5px;
}

#menu ul {
	list-style: none;
	margin-left: -25px;
}

h2 a {
	color: #000000;
}

div.clear {
	clear: both;
}

.entry {
	margin-bottom: 15px;
	margin-right: 25px;

}

.post {
	width: 500px;
	
}

