/*body {
	margin: 0;
	padding: 0;
	background: #71726E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}*/
body {
	margin:0;
	padding:0;
	font:75%/1.4 verdana,Helvetica,sans-serif;
	background-image:url(images/bg.gif);
	text-align:left;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #C1272D;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

.smallheading {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #C1272D;
	letter-spacing: 2px;
	font-size: 14px;
	text-align: left;
	padding-bottom: 10px;
}

.formtext {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333;
	font-size: 12px;
	text-align: left;
}

.slogan {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #C1272D;
	letter-spacing: 5px;
	font-size: 12px;
	font-variant: small-caps;
}
.slogan2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #C1272D;
	letter-spacing: 3px;
	font-size: 12px;
	font-variant: small-caps;
}

p {
	margin: 0 0 1.4em 0;
	text-align: left;
}

ul {
	/* margin: 0 0 1.4em 0;  */
	text-align: left;
	list-style: square outside;
}

ol {
	/* margin: 0 0 1.4em 0; */
	text-align: left;
	list-style: decimal outside;
}

a:link {
	text-decoration: none;
	color: #600;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active  {
	text-decoration: none;
	color: #900;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:active:hover {
	text-decoration: underline;
	color: #666;
}
a:visited:hover {
	text-decoration: underline;
	color: #666;
}



/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 939px;
	height: 5px;
	margin: 0 auto;
	background-color: #C1272D;
}

/* Menu */

#menu {
	float: left;
	width: 939px;
	height: 25px;
	background-color: #4e103d;
}

#menu ul {
	margin: 5px 0 0 20px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a:link {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 10px;
	background: url(images/img03.gif) no-repeat right 60%;
	text-decoration: none;
	text-transform: capitalize;
	font-weight:bold;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #4f0246;
}
#menu a:hover { 
	text-decoration: underline; 
	color: #4f0246;
	font-weight:bold;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
}
#menu a:active {
	text-decoration: none;
	color: #4f0246;
}
#menu a:visited {
	text-decoration: none;
	color: #4f0246;
}
#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo {
	float: left;
	width: 939px;
	height: 155px;
	margin-left: 10px;
	/*background: url(images/img02b.jpg) no-repeat left top;*/
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 60px 0 0 140px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	margin: 0;
	padding: 0 0 0 140px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-y left top;
}

/* Page */

#page {
	width: 939px;
	margin: 0 auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-color: #CCC;
	background-image: url(pm/img/plum.jpg);
	background-repeat: repeat;
	
}

/* Content */

#content {
	float: right;
	width: 647px;
	padding: 30px 30px 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #FFF;
}

/* Post */

.post {
}

.post .title {
	text-align: left;
}

.post h1 {
}

.post h2 {
}

.post .entry {
	padding-top: 10px;
}

.post .meta {
	padding: 7px 0 40px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding-right: 20px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	padding: 15px 0 0 0px;
}


#sidebar h2 {
	height: 32px;
}

#sidebar a: {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #900;
}
#sidebar a:active {
	text-decoration: none;
	color: #000;
}
#sidebar a:active:hover {
	text-decoration: underline;
	color: #600;
}
#sidebar a:visited {
	text-decoration: none;
	color: #000;
}
#sidebar a:visited:hover {
	text-decoration: underline;
	color: #600;
}



/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 135px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #3A0700;
}

#x {
	padding: 3px;
	border: none;
	background: #3A0700;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 939px;
	height: 90px;
	margin: 0 auto;
	background-color: #900;
}

#footer {
	margin: 0 auto;
	height: 50px;
	min-height: 30px;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	font-weight: bold;
	text-transform: none;
}

#legal a {
	text-decoration: none;
	color: #FFFFFF;
}
#legal a:hover { 
	text-decoration: underline;
	color: #FFFFFF;
}
#legal a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#legal a:active:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#legal a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#legal a:visited:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.leftimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: text-top;
}
.leftimagelinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	vertical-align: text-top;
}
.rightimage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	vertical-align: text-top;
}
.smallfont {
	font-size: 9px;
	color: #666;
}
