/*
ANNA-POPPLEWELL.ORG

All graphical designs and coding produced by REGINA SVPREMA for use at Anna-Popplewell.org;
Images are property of their rightful owners; no copyright infringement intended or implied.
Content information and texts compiled and written by REGINA SVPREMA; if you wish to duplicate
any content information, please contact webmistress for permission.

Original Content Copyright © 2008-2010 Anna-Popplewell.org
This site is a production of www.miachimera.net

*/


/* CORE LAYOUT DISPLAY */


* {
	margin: 0px;
	padding: 0px;	
}

body {
	background: #72c7dc url(http://www.anna-popplewell.org/body_bg_img.jpg) repeat-x;
	color: #434b4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wrapper {
	background-color: transparent;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 1000px;
}

#header {
	background: url(http://www.anna-popplewell.org/header_img.jpg) no-repeat;
	height: 342px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	width: 1000px;
}

#nav {
	background-color: transparent;
	height: 40px;
	margin: 0px;
	padding-top: 302px;
	text-align: center;
	width: 950px;
}

#left {
	background-color: transparent;
	color: #434b4d;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 25px;
	text-align: left;
	width: 275px;
}

#content {
	background-color: transparent;
	color: #434b4d;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 25px;
	text-align: left;
	width: 650px;
}

#footer {
	clear: both;
	background-color: transparent;
	color: #434b4d;
	font-family: "Times New Romance", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 15px;
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
}

/* GENERAL STYLISTIC OVERRIDES */


.clear {
	clear: both;
}

img {
	border: none;
}

.border {
	background-color: #eef8fb;
	border: 1px solid #a0a0a0;
	padding: 4px;
}

.center {
	text-align: center;
}

p {
	padding: 5px 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* TABLE STYLE ELEMENTS */


.walls-table {
	width: 450px;
	margin: 0px auto;
	border-style: none;
	text-align: center;
}

.walls-row {
	padding: 10px;
	width: 200px;
	margin: 0px auto;
	border-style: none;
	text-align: center;
}


/* TEXT AND FONT ELEMENTS */


b, strong {
	color: #3d636d;
	font-weight: bold;
}

i, em {
	color: #3d636d;
	font-style: italic;
}

small {
	color: #434b4d;
	font-size: 9px;
	font-weight: normal;
}

blockquote {
	border-left: 2px solid #0c6c95;
	color: #233258;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	line-height: 16px;
	margin: 25px;
	padding-left: 15px;
	width: 85%;
}


/* HEADING ATTRIBUTES AND STYLES */


h1 {
	background-color: transparent;
	border-style: none;
	color: #474173;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	padding: 5px 1px;
	text-align: left;
	text-transform: lowercase;
}

h2 {
	background-color: transparent;
	border-style: none;
	color: #474173;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0px 5px 25px;
	text-align: left;
	text-transform: lowercase;
}

h3 {
	background-color: transparent;
	border-style: none;
	color: #474173;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding: 5px 0px;
	text-align: center;
	text-transform: lowercase;
}


/* LINK COLORS AND STYLES */
#ulnav {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#ulnav li{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}

.nav1 a:link, .nav1 a:visited {
	color: #296dbc;
	font-family: "Times New Roman", serif;
	font-size: 32px;
	font-style: italic;
	line-height: 40px;
	text-decoration: none;
}

.nav1 a:hover, .nav1 a:active {
	color: #e6a430;
	font-family: "Times New Roman", serif;
	font-size: 32px;
	font-style: italic;
	line-height: 40px;
	text-decoration: none;
}

.nav2 a:link, .nav2 a:visited {
	color: #8c5da7;
	font-family: "Times New Roman", serif;
	font-size: 32px;
	font-style: italic;
	line-height: 40px;
	text-decoration: none;
}

.nav2 a:hover, .nav2 a:active {
	color: #e6a430;
	font-family: "Times New Roman", serif;
	font-size: 32px;
	font-style: italic;
	line-height: 40px;
	text-decoration: none;
}

a:link, a:visited {
	background-color: transparent;
	color: #0c6c95;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	background-color: transparent;
	color: #78479e;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	border-bottom: 1px dotted #0c6c95;
	color: #0c6c95;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	border: none;
	color: #9d59a5;
	text-decoration: underline;
}


/* ORDERED AND UNORDERED LIST STYLES */


#content ul {
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#content ul li {
	background-image: url(http://www.anna-popplewell.org/ul_img.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: transparent;
	color: #7b7b7b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 15px;
	padding-left: 20px;
}

#content li a:link, #content li a:visited {
	border-bottom: 1px dotted #686c85;
	color: #363b63;
	text-decoration: none;
}

#content li a:hover, #content li a:active {
	border-style: none;
	color: #6b47a1;
	text-decoration: none;
}

#content ol {
	list-style-position: inside;
	list-style-type: decimal;
	padding: 1px;
	margin-left: 15px;
}

#content ol li {
	color: #7b7b7b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
}

/* LISTING ADMIN FORM STYLING */

form {
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 95%;
}

fieldset {
	border-style: none;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 90%;
	margin: 0 0 12px 0;
}

fieldset label {
	color: #78479e;
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	width: 50%;
	vertical-align:text-top;
}

legend {
	border-style: none;
	color: #474173;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	padding: 5px 0px;
	text-transform: uppercase;
}

textarea {
	width: 350px;
	height: 100px;
	border: 1px solid #cccccc;
	color: #888888;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #d9e8eb;
	overflow: auto;

}

input, select {
	background-color: #d9e8eb;
	border: 1px solid #cccccc;
	color: #888888;
	display: inline;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

option  {
	background-color: #d9e8eb;
	border-style: none;
	color: #888888;
	display: block;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

/* END OF CSS STYLESHEET */