/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 15px;
	padding: 0;
	background: url(images/back.jpg)  center no-repeat fixed;
	
	text-align: justify;
	font-family: Arial, "Helvetica", Verdan, sans-serif;
	font-size: 12px;
	line-height: 200%;
	color: #660066;
}


h1, h2, h3 {
	margin-top: 0;
	
}

h1 {
	font-size: 1.9em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #FF3300;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	

}

/* Header */

#logo {
	width: 915px;
	height: 82px;
	margin: 0 auto;
	padding-left: 25px;
	background:  url(images/img01.jpg) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #333333;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #333333;
}

/* Menu */

#menu {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 18px 30px 0 30px;
	text-decoration: underline;
	text-transform: capitalize;
	background:  url(images/img03.jpg) no-repeat right top;
	font-family: Arial, "Helvetica", Verdan, sans-serif;
	font-size: 12px;
	color: #660066;
}

#menu a:hover {
	color: #000000;
}

#menu .current_page_item a {
	color: #333333;
}

#splash {
	width: 940px;
	margin: 0 auto;
	height: 132px;
	
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 5px 0px;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
	line-height: 200%;
}

/* Content */

#content {
	float: left;
	width: 490px;
}

.post {
     padding: 20px;
	padding-bottom: 10px;
	line-height: 200%;
}


}

.post h1 {
	font-weight: normal;
	color:#660033;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #660033;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #616161 dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 0px 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}
/*accordian CSS */
applemenu{
margin: 5px 0;
padding: 0;
width: 220px; /*width of menu*/
border: 1px solid #FFFFFF;
}

.applemenu div.silverheader a{
background: white url(images/img04.gif)  center top;
font: normal 18px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(images/img040ver.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 280px;
list-style: none; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
	background: #FFFFFF;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none ;
}

.sidebar li {
	padding: 0 0 10px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 10px;
	padding: 8px 0px;
	border-bottom: 1px #616161 dashed;
}


.sidebar li h2 {
	height: 31px;
	margin: 0 0 0 0;
	padding: 10px 5px 0px 40px;
	background: #FFFFFF url(images/img04.gif) no-repeat left top;
	letter-spacing: -1px;
	font-size: 12px;
	color: #FFCCFF;
}

.sidebar a {
	color: #660066;
}




/* Footer */

#footer {
	width: 940px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background:  url(pamphlet/images/img04.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
	color: #6E8A21;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

.flower {
	padding-left: 20px;
}