* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	color: #666;
}
/* Basic layout */

body {
	text-align: center;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	font-size: 62.5%;
}
#header {
	width: 1028px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear: both;
	text-align: left;
	background-image: url(images/logobar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 50px;
	background-color: #EFEFF1;
}
#page {
	width: 1028px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	background-image: url(images/gray_texture.jpg);
}
#content {
	width: 480px;
	float: left;
	padding-left: 15px;
}
#sidebar {
	float: right;
	width: 190px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
       margin-right: 115px;
}
#footer {
	width: 1028px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(images/white_texture.jpg);
        margin-top: 0px;
}
/* Header */

#headerimg {
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}
#header #headerimg h1, #header #headerimg a {
	font: 500 50px "Helvetica Neue", Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	clear: both;
	padding: 0;
	margin: 0;
}
.description {
	font: 500 1.0em Arial, 'Lucida Sans Unicode', sans-serif;
	color: #999;
	letter-spacing: .2em;
	float: right;
	padding-right: 30px;
	padding-top: 40px;
}
/* end header */


/* Post Formatting */

.post {
	width: 600px;
	margin-left: 50px;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
/* headings */

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	line-height: 150%;
}
h1, h1.posttitle, h2.posttitle {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 2.0em;
	color: #999;
	width: 600px;
}
#pagetitle {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 2.4em;
	color: #333;
}
.posttitle a {
	margin-left: 10px;
	font: 500 1.2em "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
}
.posttitle {
	padding-top: 5px;
}
h3.archive-title {
	padding-bottom: 10px;
}
h3.archive-title a {
	font-weight: 500;
	font-size: 1.4em;
	color: #333;
	text-decoration: none;
}
h2 {
	font-size: 1.6em;
	font-weight: 500;
	margin-left: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 1.4em;
	font-weight: 500;
}
h4, h5, h6 {
	font-weight: 500;
	color: #000;
}
h1 a:link, h1 a:visited, .posttitle a:link, .posttitle a:visited {
	color: #333;
}
/* paragraphs */

p, .post p, .entry p {
	font: 500 1.3em "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 10px;
	line-height: 150%;
}
/* unordered lists */

.post ul {
	list-style: none;
	margin-bottom: 10px;
}
.post ul li {
	list-style: none;
	background: url(images/square.gif) no-repeat top left;
	padding-left: 15px;
	line-height: 150%;
	font: 500 1.3em "Helvetica Neue", Helvetica, sans-serif;
}
/* ordered lists */
	
.post ol {
	margin-left: 20px;
	margin-bottom: 10px;
}
.post ol li {
	font: 500 1.3em "Helvetica Neue", Helvetica, sans-serif;
}
/* definition lists */

dl {
	clear: both;
	display: block;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.1em;
}
dl dt {
	left: 0;
	width: 110px;
	font-weight: 600;
	float: left;
	padding: 0;
	text-align: left;
	margin-bottom: 5px;
}
dd {
	border-left: 1px solid #ccc;
	margin: 0 0 10px 130px;
	padding: 0 0 1em 1em;
	width: auto;
	text-align: left;
}
/* miscellaneous */

.clear {
	width: 100%;
	clear: both;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* fieldsets and forms */

fieldset label {
	padding-bottom: 15px;
	padding-bottom: 5px;
	clear: both;
	font-size: 1.1em;
	line-height: 150%;
	text-align: left;
}
fieldset form {
	text-align: left;
}
fieldset {
	text-align: left;
	padding: 10px;
	border: 1px dotted #ccc;
}
legend {
	color: #000;
	background: #FE078B;
	border: 1px solid #ccc;
	padding: 0 4px;
	font-size: 1.2em;
}
p label, label {
	display: block;
	clear: both;
	margin-bottom: 0px;
	padding: 0;
	color: #000;
}
pre {
	width: 465px;
	overflow: scroll;
	margin-bottom: 10px;
}
input, textarea {
	margin-bottom: 10px;
	padding-top: 0px;
	background-color: transparent;
	background-image: url(images/opaque.gif);
	border: 1px solid #ccc;
	text-align: left;
}
select {
	margin-bottom: 10px;
	text-align: left;
}
input.file {
	background: transparent;
	border: none;
	text-align: left;
}
fieldset p, p input {
	text-align: left;
}
.button, input#submit {
	background: url(images/button-bg.gif) repeat-x;
	padding: 4px;
}
/* tables */

table, th, td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
th {
	background: url(images/opaque.gif) repeat;
	font-weight: 600;
}
th, td {
	padding: 5px;
}
/* blockquotes */

blockquote {
	display: block;
	width: auto;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 15px;
	padding: 10px;
	/*border: 1px solid #ccc;*/
	background: transparent url(images/opaque.gif) repeat;
}
/* sidebar formatting */

#sidebar ul li {
	list-style: none;
	width: 175px;
	line-height: 180%;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 1.4em;
	display: block;
}
#sidebar ul li ul li, #sidebar ul li ul li ul li {
	border: none;
	padding: 0;
	padding-left: 10px;
	font-size: .8em;
	border-top: none;
	margin-bottom: 0px;
}
#sidebar ul li ul li ul li {
	border: none;
	background-image: none;
	font-size: 100%;
}
#sidebar ul li div, #sidebar ul li h2 {
	width: 175px;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
}
li#searchfor, li#searchfor div {
	padding-left: 0px !important;
	border: none !important;
	height: auto;
	width: auto;
}
#sidebar ul li h2 {
	font-size: 100%;
}
.clear {
	background: transparent !important;
	border: none !important;
	padding: 0;
}
/* searchform */

#searchform {
	visibility: hidden;
	margin-bottom: 20px;
	display: block;
	clear: both;
	text-align: left;
	float: left;
}
#searchform div {
	visibility: hidden;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-image: none !important;
	border: none !important;
}
#s {
	width: 150px;
	border: 0px dotted #ccc !important;
	float: left;
	height: 23px !important;
	background: transparent url(images/opaque.gif) repeat;
	padding: 0;
	margin-left: 0px;
}
#searchsubmit {
	background: #fff url(images/button-bg.gif) repeat-x;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	height: 25px;
	margin-left: 5px;
	padding: 2px;
}
.hidden {
	display: none;
}
/* Date Button */

.post-date {
	width: 40px;
	height: 40px;
	float: left;
	background: transparent;
	text-align: left;
	padding: 0;
        margin-top: 5px;
	
}
.month {
	width: 40px;
	height: 16px;
	vertical-align: top;
	font: 500 11px "Helvetica Neue", Helvetica, sans-serif;
	color: #FE078B;
	background: #eee;
	
	text-align: center;
	padding-top: 2px;
}
.day {
	width: 40px;
	padding-top: 1px;
	vertical-align: bottom;
	height: 16px;
	font: 700 18px "Helvetica Neue", Helvetica, sans-serif;
	color: #FE078B;
	text-align: center;
}
.headertag {
	margin-bottom: 20px;
}
/* RSS, comment and edit links */
	
.tiny-rss {
	font: 500 .8em "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 15px;
	background: url(images/rss.gif) no-repeat top left;
	height: 16px;
}
.tiny-comments {
	width: 92px;
	height: 50px;
	text-align: center;
	padding-top: 5px;
	float: right;
	background: url(images/comment-box.gif) no-repeat left;
}
.tiny-comments a {
	text-decoration: none;
}
/* link colors */

a:link, a:visited {
	color: #666;
	text-decoration: none;
}
/* next-previous links navigation */



.navigation .alignright {
	width: 40%;
	float: right;
	background: transparent url(images/rarrow.gif) no-repeat top right;
	padding-right: 20px;
	text-align: right;
}
.navigation .alignleft {
	float: left;
	width: 40%;
	background: transparent url(images/larrow.gif) no-repeat top left;
	padding-left: 20px;
	text-align: left;
}
/* required classes */

.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	text-align: center;
}
/* comment form */

textarea#comment {
	background: transparent url(images/opaque.gif) repeat;
	border: 1px solid #ccc;
	width: 400px;
	height: 200px;
}
/* postmetadata */

p.postmetadata {
	padding-top: 10px;
}
.postmetadata small {
	font-size: 100%;
}
p.postmetadata {
	color: #666;
}
p.postmetadata a:link, p.postmetadata a:visited {
	color: #666;
}
p.postmetadata a:active, p.postmetadata a:hover {
	color: #000;
}
p.postmetadata, .navigation a {
	font-size: 1.0em !important;
}
p.byline {
	font-size: 1.0em;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}
.navigation a {
	text-decoration: none;
}
p.postmetadata a {
	text-decoration: none;
	color: #666;
	height: 25px !important;
}
.more-link {
	background: transparent url(images/rarrow.gif) no-repeat left;
	padding-left: 15px;
	padding-top: 2px;
	font-size: smaller;
	font-weight: 600;
}
/* Begin Calendar */

#calendar_wrap {
	text-align: left;
	width: 180px;
}
#wp-calendar {
	empty-cells: show;
	width: 180px;
	margin-left: 3px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
        color: #FE078B;
        font-weight: bold;
}
#wp-calendar caption {
	text-align: left;
	margin-top: 5px;
	letter-spacing: .4em;
}
#wp-calendar td, #wp-calendar th {
	padding: 0 !important;
	text-align: center;
	font-size: .8em;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: 600 .8em "Helvetica Neue", Helvetica, sans-serif;
	font-variant: small-caps;
	margin-top: 5px;
	color: #999;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 0;
	background: transparent url(images/opaque.gif) repeat;
}
#wp-calendar td {
	background: white;
}
/* Tags */

p.tagged {
	background-image: url(images/opaque-white.gif);
	border: 1px dotted #ccc;
	padding: 5px 10px;
	width: 275px;
	margin-top: 5px;
}
p.tagged a {
	text-decoration: underline;
	font-size: .7em;
	font-weight: 600;
}
/* text widgets */


#sidebar ul li div.textwidget {
	font: 500 .8em "Helvetica Neue", Helvetica, sans-serif;
	line-height: 150%;
	background: transparent url(images/opaque-white.gif) repeat;
	border: 1px solid #ccc;
	border-top: none;
	padding: 8px;
	width: 170px;
	height: auto;
	color: #666;
	margin-bottom: 0;
}
/* miscellaneous */

.goleft {
	float: left;
	padding-left: 15px;
}
.goright {
	float: right;
	font: 500 .8em "Helvetica Neue", Helvetica, sans-serif;
	padding-right: 15px;
}
.gocenter p {
	text-align: center;
	font: 500 .9em Verdana, Arial, sans-serif;
	width: 100%;
}
.goleft a, .goright a, .gocenter a {
	text-decoration: none;
}
.center {
	width: 100%;
	text-align: center;
}
.center p.tagged {
	margin-left: auto;
	margin-right: auto;
}
p.postmetadata, p.postmetadata small, p.postmetadata .alt, .entry p, .entry ul li, .entry ol li {
	line-height: 150% !important;
}
/* Comments */
	
h3#comments {
	padding-top: 20px;
	font-size: 1.8em;
	padding-bottom: 15px;
	width: 600px;
	color: #333333;
}
#respond h3 {
	padding-top: 15px;
	font-size: 1.8em;
	padding-bottom: 15px;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.commentlist li, #commentform input, #commentform textarea, #commentform p {
	font: 500 9px 'Lucida Sans Unicode', Arial, Verdana, Geneva, Helvetica, sans-serif !important;
}
.commentlist li .avatar {
	visibility: hidden;
	float: right;
	border: 1px solid #eee;
	padding: 5px;
	background: transparent;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-size: 160%;
	color: black;
}
.commentmetadata {
	font-weight: normal;
	font-size: 100%;
}
.reply a {
	height: 25px;
	background: url(images/button-bg.gif) repeat-x;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ddd;
	color: #333;
	text-decoration: none;
	padding: 2px 4px;
}
/* menu structure */

#absnav {
	z-index: 1000;
	left: 0px;
	margin-top: -50px;
	width: 100%;
	padding: 0;
	width: 1028px;
	text-align: left;
	margin: 0;
}
#nav {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 1028px;
	height: 18px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#nav li a {
	display: block;
	/* float: left; */
	height: 25px;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	padding-right: 11px;
	height: 25px;
	font-size: 20px;
	padding-left: 7px;
	background-image: url(images/spacer_wht_nav.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	margin-top: -50px;
}
#absnav #nav .page_item.page-item-91 a {
	color: #FE078B;
}
#nav li {
	float: left;
	position:relative;
}
#store {
	color: #C0C;
	float: right;
	margin-top: -67px;
}
#store_list {
	list-style-type: none;
}
#nav ul {
	position:absolute;
	display:none;
	width:8em;
	top:1.5em;
}

#nav, #nav ul, #nav ul ul {
	padding-left:0px;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.5em;
	font-size: 20px;
	text-align: left;
}
#nav ul ul {
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.5em;
	font-size: 20px;
	text-align: left;
	width: auto;
}

#nav li {
	height: 18px;
	/* float: left; */
	margin: 0;
	padding-left: 8px;
}


#sidebar ul li a:hover {
        color: #FE078B;
}
#nav li a:hover {
        color: #FE078B;
}

#li pagenav {
	visibility:hidden;
}

#absnav #nav .page_item.page-item-12 a {
        color: #FE078B;
}


