/*  
Theme Name: 2013 - halee matthews
Theme URI: http://haleematthews.com/
Version: 1.0.0
Author: Levi Lansing
Author URI: http://zephlabs.org/
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}
body {
	font: 1.2em/120% 'Forum', sans-serif;
	color: #111;
}
b {
	font-weight: 700;
}
i {
}
a {
	color: #643478;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130%;/* "Times New Roman", Times, serif;*/
	padding: 8px 30px 15px;
}

/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #643478;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.35em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font: 0.8em sans-serif;
}
input[type=text], input[type=password], textarea, input[type=search] {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=text], input[type=search] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #827e79;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #55514d;
	color: #fff;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 246px;
	width: 100%;
	min-width: 1005px;
	max-width: 1106px;
	margin: 0 auto;
	background: #e4dfd0 url(images/header.jpg) center 0 no-repeat;
}
#header.home {
	background: #e4dfd0 url(images/header-home.jpg) center 0 no-repeat;
	height: 650px;
}
#header .content {
	position: relative;
	width: 1005px;
	margin: 0 auto;
}
#header .menu {
	position: absolute;
	top: 160px;
	right: -47px;
	width: 678px;
	height: 45px;
}
#header .item {
	position: absolute;
	top: 4px;
	color: rgba(0,0,0,0);
	font-size: 0.01em;
	font-size: 0px;
}
#header .item span {
	position: absolute;
	display: block;
	background: url(images/icons-borders.png);
	width: 140px;
	height: 36px;
}
#header .writer {
	left: 20px;
}
#header .writer span {
	background-position: -543px 0;
}
#header .editor {
	left: 220px;
}
#header .editor span {
	background-position: -683px 0;
}
#header .reader {
	left: 420px;
}
#header .reader span {
	background-position: -823px 0;
}
#header.home a.item {
	left: inherit;
	right: 45px;
	width: 600px;
	height: 70px;
}
#header.home a.item span {
	right: 20px;
	top: 20px;
}
#header.home a.item.writer {
	top: 120px;
}
#header.home a.item.editor {
	top: 240px;
}
#header.home a.item.reader {
	top: 360px;
}
#header .writer:hover span {
	background-position: -543px -40px;
}
#header .editor:hover span {
	background-position: -683px -40px;
}
#header .reader:hover span {
	background-position: -823px -40px;
}
#header .home1 {
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 360px;
	height: 200px;
}
#header .home2 {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 250px;
	height: 120px;
	display: block;
}
#topmenu {
	margin-left: -10px;
	float: left;
	font-size: 0.9em;
	height: 2em;
}
#topmenu table.menutable {
	padding-top: 4px;
	width: 700px;
}
#topmenu table.menutable td {
	width: 20%;
	text-align: center;
}
#topmenu a {
	padding: .1em 1em 0 1em;
	color: #323232;
}
#topmenu a:hover {
	background: rgba(69, 66, 62, 0.1);
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	text-decoration: none;
}
#topmenu a.selected {
	background: #63605c;
	color: #fff;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
#topmenu .underline {
	margin-top: -1px;
	width: 700px;
	height: 22px;
	background: url(images/icons-borders.png) center -82px;
}
#sidemenu {
	position: relative;
	float:right;
	width: 300px;
	margin-right: -10px;
	font-size: 0.95em;
	height: 40px;
}
#sidemenu a {
	position: absolute;
	top: 1px;
	width: 40px;
}
#sidemenu a {
	text-decoration: none;
}
#sidemenu .icon {
	display: block;
	background: url(images/icons-borders.png);
	width: 40px;
	height: 40px;
}
#sidemenu .text {
	display: none;
	margin: -3px -20px 0 -20px;
	text-align: center;
	font-size: 0.8em;
}
#sidemenu a:hover .text {
	display: block;
}
#sidemenu .about {
	left: 5px;
}
#sidemenu .about .icon {
	background-position: 0 0;
}
#sidemenu .about:hover .icon {
	background-position: -240px 0;
}
#sidemenu .about .text {
	margin-left: 0;
	text-align: left;
}
#sidemenu .contact {
	left: 45px;
}
#sidemenu .contact .icon {
	display: block;
	background-position: -40px 0;
}
#sidemenu .contact:hover .icon {
	background-position: -280px 0;
}
#sidemenu .facebook {
	left: 180px;
}
#sidemenu .facebook .icon {
	display: block;
	background-position: -80px 0;
}
#sidemenu .facebook:hover .icon {
	background-position: -320px 0;
}
#sidemenu .twitter {
	left: 220px;
}
#sidemenu .twitter .icon {
	display: block;
	background-position: -120px 0;
}
#sidemenu .twitter:hover .icon {
	background-position: -360px 0;
}
#sidemenu .pinterest {
	left: 260px;
}
#sidemenu .pinterest .icon {
	display: block;
	background-position: -160px 0;
}
#sidemenu .pinterest:hover .icon {
	background-position: -400px 0;
}
#sidemenu .pinterest .text {
	margin-right: 0;
	text-align: right;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
html,body {
	height: 100%;
}
body {
	background: #2b494c;
	background: #2b494c url(images/background.jpg) center top;	
}
div#bgswirl {
	position: absolute;
	z-index: -1;
	top: 50px;
	width: 100%;
	height: 720px;
	background: url(images/bg-swirl.png) center 0 no-repeat;
}
#pagesolid {
	position: absolute;
	width: 100%;
	min-width: 1005px;
}
/* main page width */
#pagewrap, #bottomFringe {
	width: 100%;
	min-width: 1005px;
	max-width:1106px;
	background: #e4dfd0 url(images/pagebg.jpg) center -277px repeat-y;
	margin: 0 auto;
	overflow: visible;
}
#bottomFringe {
	height: 20px;
	background: url(images/icons-borders.png) 0 -209px no-repeat;
}
#pagebg {
	width: 1005px;
	margin: 0 auto;
}
.pagewidth {
	width: 1030px;
	margin: 0 auto;
}

/* content */
#content {
	width: 680px;
	float: left;
	margin-left: 10px;
}
article {
	position: relative;
}
article .swirl {
	position: absolute;
	left: -35px;
	top: 0px;
	width: 57px;
	height: 57px;
	background: url(images/icons-borders.png) -981px -7px;
}
article .post-title {
	margin-left: 30px;
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.2em;
	color:#643478;
}
article .post-title a {
	color:#643478;
}
article time {
	display: block;
	margin: .5em 0 2em 30px;
	padding-left: 0.5em;
	font-size: 0.7em;
	color:#8d659e;
}
article time a {
	color:#8d659e;
}	

.postDivider {
	margin: 3em 0 4em 0;
	height: 36px;
	background: url(images/icons-borders.png) center -162px no-repeat;
	opacity: 0.6;
}

#comments {
	font-family: helvetica, sans-serif;
	font-size: 0.7em;
}
/* sidebar */
#sidebar {
	width: 276px;
	font-size: 0.85em;
	float: right;
	margin-top: 15px;
	padding: 0;
	color:#643478;
	clear:right;
}
#sidebar a {
	color:#643478;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar none */
.sidebar-none #content {
	width: 100%;
	float: none;
}

input.placeholder {
	color: #CCC;
}

ul.archiveList li {
	margin-left: 30px;
}
div.archiveTitle {
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 24px;
	cursor: pointer;
}
div.archiveTitle:hover {
	text-decoration: underline;
}
div.archiveTitle span {
	position: absolute;
	left: 0;
	display: block;
	background: url(images/icons-borders.png) -80px -80px no-repeat;
	width: 40px;
	height: 40px;
	margin: -10px;
}
div.archiveTitle.expanded span {
	background: url(images/icons-borders.png) -120px -80px no-repeat;
}

/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}

/* sidebar1 grid */
.sidebar1 .col4-1,
.sidebar1 .col4-2,
.sidebar1 .col4-3,
.sidebar1 .col3-1,
.sidebar1 .col3-2,
.sidebar1 .col2-1
{
	margin-left: 2%;
}
.sidebar1 .col4-1 {
	max-width: 23%;
}
.sidebar1 .col4-2, .sidebar1 .col2-1 {
	max-width: 48%;
}
.sidebar1 .col4-3 {
	max-width: 72%;
}
.sidebar1 .col3-1 {
	max-width: 31%;
}
.sidebar1 .col3-2 {
	max-width: 62%;
}

/* first col */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}


/* 
SOCIAL WIDGET
================================================ */
.social-widget {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 2px 0 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

/* 
RSS
================================================ */
.social-widget .rss {
	display: inline;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 3px 0 2px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* 
SEARCH FORM
================================================ */
#header #searchform {
	position: absolute;
	right: 0;
	top: 40px;
	width: 160px;
}
#header #searchform #s {
	width: 100px;
	color: #a5a099;
	background: #eee url(images/search.png) no-repeat 8px center;
	border: solid 1px #ddd;
	padding-left: 28px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#header #searchform #s:focus {
	width: 140px;
	color: #333;
}

/* 
MAIN NAVIGATION
================================================ */
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

/* main level link */
#main-nav a {
	display: block;
	padding: 5px 15px;
	margin: 0 5px 0 0;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* main level link :hover */
#main-nav a:hover {
	background: #eee;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background: #333;
	color: #fff;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}

/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #666;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 6px 6px 6px 15px;
	margin: 0;
	display: block;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: .5em 0 15px;
	padding: 0;
	font-size: 32px;
	line-height: 110%;
	color: #643478;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 50px;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 26px;
	margin: 0 0 5px;
	padding: 0;
}
.post-title a {
}

.post-edit-link-div {
	float: right;
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 7px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	float: right;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 4px 0 2px 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #827e79;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #55514d;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span.arrow {
	display: block;
	background: url('images/icons-borders.png') -44px -86px;
	width: 32px;
	height: 28px;
	float: left;
	margin-right: 7px;
}
.post-nav span.arrow.right {
	background-position: -4px -86px;
	float: right;
	margin-left: 7px;
	margin-right: 0;
}
.post-nav a:hover span.arrow.right {
	background-position: -4px -126px;
}
.post-nav a:hover span.arrow {
	background-position: -44px -126px;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
	color: #444438;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	background: rgba(255, 255, 250, 0.45);
	padding: 10px 10px 0 10px;
	margin: -10px -10px 5px -10px;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment-shoes.png) no-repeat 0 2px;
	padding-left: 50px;
	margin-top: -6px;
	margin-bottom: -24px;
	padding-top: 6px;
	display: block;
	min-height: 24px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	word-wrap: break-word;
	padding: 5px 10px 0 10px;
	margin: -5px -10px 0 -10px;
	background: rgba(255, 255, 250, 0.25);
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0;
	word-wrap: break-word;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;	
	font-size: 120%;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-bottom: 1px dotted #d5d0db;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}
.widget-divider {
	height: 15px;
	background: url(images/icons-borders.png) center -108px;
	margin: 20px 0 25px 0;
}
.widget-divider.twitter {
	height: 20px;
	background: url(images/icons-borders.png) center -129px;
}
.widget.widget_hl_twitter_widget .widgettitle {
	display: none;
}
/** subscribe **/
.widget .subscribe input[type="text"] {
	width: 170px;
	color: #aca8a3;
}
.widget .subscribe input[type="text"]:focus {
	color: #55514d
}
.widget .subscribe input[type="submit"] {
	padding: 5px 6px 4px 6px;
}
.widget .subscribe label {
	display: none;
}
.widget .blogroll a {
	font-weight: bold;
	text-decoration: underline;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	padding: 30px 0 0 0;
	clear: both;
}
/* back to top */
.back-top {
	clear: both;
	float: left;
	margin-top: -3px;
}
.back-top a {
	background: #827e79 url(images/arrow-up.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 10px 0;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.back-top a:hover {
	background-color: #55514d;
}

/* footer nav */
.footer-nav {
	margin: 7px 0 10px;
	padding: 0;
	text-align: left;
}
.footer-nav li {
	padding: 0;
	margin: 0 8px 5px 0;
	list-style: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* footer text */
#footer span.splat {
	display: block;
	float:left;
	background: url(images/icons-borders.png) -1050px 0;
	margin-top: -12px;
	margin-right: 10px;
	width: 50px;
	height: 40px;
}
.footer-text {
	font-size: 90%;
	width: 350px;
	margin-left: 20%;
	color: #643478; 	
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }