/*
Theme Name: Wynter
Description: Wynter's Theme
Version: 1.0
Author: Maya Doyle

Main: #bf1919
Dark: #2d0606
Orange: #bb5800
Pale Yellow: #feffb7

#d19419
#f8d564
#d9b829
*/

			/* Main Elements */

#mainbody textarea { 
	width: 450px; 
	height:300px;
}

			
* {
	margin: 0;
	padding: 0;
}

body { 
	background: #000 url(images/bg.png) bottom left fixed repeat-x;
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	text-align: center;
}

#mainbody { 
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 820px;
}

#header { 
	background: url(images/header.png) no-repeat;
	height: 250px;
	margin: 0px auto;
	width: 820px;
}

#menu {
	height: 20px;
	margin: -29px 0px 0px 10px;
	padding: 2px;
	text-align: center;
	width: 820px;
}

#main {
	background: url(images/page.png) repeat-y;
	color: #000;
	margin: 5px 0px 0 0px;
}

#wrapper { 
	color: #000;
	float: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	margin: 0px 10px 0px 10px;
	padding: 20px 12px 15px 5px;
	width: 780px;
}

#footer { 
	background: transparent;
	clear: both;
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	height: 100px;
	margin: 10px 0 0 0;
	width: 820px;
}


			/* Menu */
			
#menu ul {
	list-style: none;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 3px;
}
#menu li {
	color: #a50000;
	display: inline;
	font-size: 10pt;
	height: 20px;
	margin: 5px;
	padding: 6px 2px 6px 3px;
	text-align: center;
}
#menu li a, #menu li a:visited {
	color: #a50000;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	border: none;
}
#menu li a:hover {
	color: #ce9b00;
	border-bottom: #ce9b00 2px solid;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
}


			/* Text Elements */
			
p {
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	margin: 0px 0 0 5px;
	padding: 10px 0;
}

a, a:visited {
	color: #a50000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}
a:hover {
	color: #ff0000;
	font-weight: bold;
	border-bottom: 1px #000 dotted;
}

.entry-content a, .entry-content a:visited {
	color: #a50000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}
.entry-content a:hover {
	color: #ff0000;
	font-weight: bold;
	border-bottom: 1px #000 dotted;
}

.edit-link a, .edit-link a:visited {
	color: #a5000;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
	font-variant:small-caps;
	border: none;
}
.edit-link a:hover  {
	color: #a5000;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
    font-weight:bold;
    font-variant:small-caps;
	border: none;
}

			/* H-Title & Links */

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	padding: 10px 0 10px 0;
}

h1.search {
	padding: 10px 0px 0 30px;
	color: #000;
}
h2.search {
	padding: 10px 0px 0 10px;
	color: #000;
}

h1.title {
	text-align: center;
	color: #d9b829;
}
h2.title {
	text-align: center;
	color: #a5000;
}
h3.title {
	text-align: center;
}

h2.search-title {
	padding: 0 0 0 15px;
	color: #000;
}

h1.title a, h1.title a:visited, h2.title a, h2.title a:visited {
	text-align: center;
	color: #a5000;
	text-decoration: none;
}
h1.title a:hover, h2.title a:hover {
	text-align: center;
	color: #000;
	text-decoration: none;
}

*h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	text-align: center;
}


			/* Post Elements */
			
.post {

	margin: 0 0 0px 15px;
	padding: 5px 5px 5px 5px;
}

.entry-content{
	margin: 1.5em 0 0 0;
}

.entry-content ol {
	margin-left: 0;
	margin: 8px 0px 10px 25px;
	padding: 10px 0 10px 0;
}

.entry-content ol li {
	margin-left: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0px 0;
}

.entry-content ul {
	list-style: circle;
	margin-left: 0;
	margin: 8px 0px 10px 20px;
	padding: 10px 0 10px 0;
}
.entry-content ul ul {
	list-style: disc;
	margin-left: 1.1em;
	border: none;
}
.entry-content ul ul ul {
	margin-left: 2.5em;
}

.entry-content li li {
	margin: 5px 0 0 0;
}


			/* Footer Elements */
			
#footer .content {
	margin: 0px 0px 0px 220px;
	color: #000;
	padding: 5px;
}

.footer-text {
	color: #000;
	padding: 25px 0 0 0px;
	text-align: center;
}

.footer-text a, .footer-text a:visited {
	color: #a5000;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
}
.footer-text a:hover {
	color: #ff0000;
	font-weight: normal;
	border-bottom: 1px #000 dotted;
}


			/* Extra Elements */
			
blockquote{
	background: #fdf495;
	font-style:normal;
	margin:16px;
	padding:16px;
}

.cleared {
	clear: both;
	margin: 0;
	padding: 0;
}

hr {
	background-color: #990000;
	border:0;
	height: 1px;
	margin-bottom: 1.5em;
}

del {
	text-decoration: line-through;
}

img {
	border: none;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

			/* Extra WP Elements */
			
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}












/* 
			If there's a Sidebar, change these
					
#wrapper { 
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	padding: 0px;
	margin: 25px 0px 10px 15px;
	width: 530px;
	float: left;

}

#sidebar1 { 
	color: #000;
	float: right;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	margin: 15px 25px 10px 0px;
	width: 230px;
}

#sidebar1 .content {
	color: #000;
	padding: 5px 7px 0px 7px;
}

#sidebar1 h3 {
	margin: 0px 0px 0 0px;
	padding: 5px 0px 5px 0;
	text-align: center;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background: #bf1919;
}

#sidebar1 ul {
	list-style: none;
	margin-left: 0;
	margin: 8px 0 10px 0;
	padding: 0px 0 0px 0;
}
#sidebar1 ul ul {
	list-style: disc;
	margin-left: 1.1em;
	border: none;
}
#sidebar1 ul ul ul {
	margin-left: 2.5em;
}

#sidebar1 li li {
	margin: 5px 0 0 0;
}

*/


/* 
				If there's a Blog 
				
.entry-meta {
	color: #000;
	width: 250px;
	padding: 2px 0 5px 8px;
	margin: 0px -10px 0 -10px;
	background: #bf1919;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.entry-utility {
	color: #000;
	padding: 6px 0 7px 8px;
	margin: 0px -10px 0 -10px;	background: #bf1919;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.entry-comment {
	margin: -20px 5px 0px 0px;
	float: right;
	padding-right: 4px;
	padding-left: 4px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#nav-above {
	border: 2px solid #000;
}
.single #nav-above {
    display:none;
	background: 2px solid #000;
}

#nav-below {
	padding: 10px;
}

.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

*/
