/*  
Theme Name: ThemeMin
Theme URI: http://themify.me/themes/thememin
Version: 1.4.0
Author: Themify
Author URI: http://www.themify.me

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css 
in the theme folder and it will automatically load in the <head>.

*/

/************************************************************************************
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 {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set img max width */
img {
	width: auto\9; /* ie8 */
	max-width: 100%;
	height: auto;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background-color: #fff;
	font: 14px/150% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #000;
	outline: none;
}
a:hover {
	text-decoration: none;
}
small {
	font-size: 87%;
}
em, i {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 105%;
}
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
blockquote {
	font: italic 15px/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	margin: 1.4em 0 .2em;
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
input, textarea, select {
	font-size: 100%;
	font-family: inherit;
}
textarea {
	line-height: 150%;
}
input[type=text], input[type=password], textarea {
	border: solid 1px #eaeaea;
	border-top-color: #d5d5d5;
	border-bottom-color: #f4f4f4;
	padding: 5px 7px 6px;
	background: #f9f9f9;
	color: #666;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus {
	border: solid 1px #ccc;
	color: #000;
}
/* set input width */
input[type=text], input[type=search] {
	width: 240px;
	max-width: 90%;
}
/* set textarea width */
textarea {
	width: 96%;
}
input[type=reset], input[type=submit] {
	background: #666;
	color: #fff;
	border: none;
	padding: 5px 15px;
	cursor: pointer;
}
input[type=reset]:hover, input[type=submit]:hover {
	background: #000;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 858px;
	padding-left: 130px;
	margin: 0 auto;
}

/* content */
#content {
	margin: 40px 0 60px;
	width: 560px;
	float: left;
}

/* sidebar */
#sidebar {
	width: 250px;
	float: right;
	margin: 50px 0;
	font-size: 95%;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #content.list-post {
	padding-left: 100px;
	width: 470px;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar none */
.sidebar-none #content {
	width: 100%;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 192px;
}
.col4-2, .col2-1 {
	width: 414px;
}
.col4-3 {
	width: 636px;
}
.col3-1 {
	width: 266px;
}
.col3-2 {
	width: 562px;
}

/* sidebar1 */
.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;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 180px;
	border-bottom: solid 2px #000;
	z-index: 100;
}
#site-logo {
	position: absolute;
	top: 44px;
}
#site-logo a {
	font: bold 34px/100% Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	letter-spacing: -.02em;
	margin-left: -1px;
}
#site-logo a:hover {
	text-decoration: none;
}
#site-description {
	position: absolute;
	top: 87px;
	font: italic 16px/110% "Times New Roman", Times, serif;
	color: #ccc;
}
/* topbar widget */
.topbar-widget {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 95%;
}
.topbar-widget a {
	margin-left: 5px;
}
.topbar-widget  a {
	text-decoration: none;
}
.topbar-widget  a:hover {
	text-decoration: underline;
}
.topbar-widget img {
	vertical-align: text-top;
	margin-top: -2px;
}
.topbar-widget .widget {
	float: left;
	margin-right: 10px;
}
.topbar-widget .widget div {
	float: left;
}
.topbar-widget .widget strong {
	float: left;
	margin-right: 5px;
}
.topbar-widget ul {
	margin: 0;
	padding: 0;
	float: left;
}
.topbar-widget ul li {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
	border: none;
	clear: none;
}
/* rss button */
.topbar-widget .rss {
	float: left;
}
.topbar-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 4px 0 3px 30px;
}


/* header ad */
#header .header-ad {
	position: absolute;
	top: 40px;
	right: 0;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 3px;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
	float: left;
	position: relative;
}
/* main level link */
#main-nav a {
	font: 14px/110% Georgia, "Times New Roman", Times, serif;
	color: #999;
	display: block;
	padding: 12px 15px 5px;
	margin: 0 5px 0 0;
	text-decoration: none;
	border-top: solid 1px transparent;
}
/* main level link :hover */
#main-nav a:hover {
	color: #000;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	color: #000;
	border-top: solid 1px #ccc;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #000;
}
/* 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 {
	color: #666;
	font-size: 90%;
	padding: 6px 0 6px 15px;
	margin: 0;
	width: 180px;
	background: none;
	border-top: 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 {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 1px;
	list-style: none;
	position: absolute;
	background: #fff;
	border: solid 1px #999;
	border-bottom-color: #666;
	border-top-color: #ccc;
	z-index: 100;
	display: none;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: 5px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}


/************************************************************************************
SEARCH FORM
*************************************************************************************/
#header #searchform {
	position: absolute;
	bottom: 10px;
	right: 0;
}
#searchform #s {
	width: 200px;
	font: italic 14px/100% Georgia, "Times New Roman", Times, serif;
}
#searchform #s:focus {
	font-style: normal;
}

/************************************************************************************
SLIDER
*************************************************************************************/
#header-slider {
	margin: 20px 0 0;
	overflow: hidden;
	border-bottom: solid 1px #000;
	clear: both;
}
.slides {
	margin: 0;
	padding: 0;
	/* hide slider and then expand by js */
	height: 0;
	overflow: hidden;
	font-size: 85%;
	line-height: 130%;
}
.slides li {
	margin: 0 30px 20px 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
}
.slides .slide-feature-image {
	margin: 0 0 10px;
}
.slides .slide-post-title {
	font: normal 120%/125% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0 0 5px;
	text-align: center;
}
.slides .slide-post-title a {
	text-decoration: none;
}
.slides .slide-post-title a:hover {
	text-decoration: none;
}
.slider-nav {
	width: 20%;
	margin: 0 auto;
	padding: 8px 0 12px;
	text-align: center;
	border-top: solid 1px #ddd;
	color: #ddd;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
.slider-nav a {
	color: #999;
	text-decoration: none;
	margin: 0 4px;
	position: relative;
}
.slider-nav a:hover {
	color: #000;
	text-decoration: none;
}
.slider-nav a span {
	color: #000;
	font-size: 22px;
	bottom: -2px;
	position: relative;
}

/* footer slider */
#footer-slider {
	margin: 20px 0 0;
	padding-bottom: 10px;
	overflow: hidden;
	border-top: solid 1px #000;
	clear: both;
}
#footer-slider .slider-nav {
	border-top: none;
}

/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	font: bold 28px/130% Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0 0 15px;
	padding: 0;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 50px;
	position: relative;
}

/* post image */
.post-image {
	margin-bottom: 10px;
}
.post-image.right {
	margin-left: 25px;
}
.post-image.left {
	margin-right: 25px;
}

/* post title */
.post-title {
	font: bold 26px/130% Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0 0 6px;
	padding: 0;
	color: #000;
}
.post-title a {
	color: #000;
	text-decoration: none;
}
.post-title a:hover {
	color: #000;
	text-decoration: underline;
}

/* post date wrap */
.post-date-wrap {
	position: static;
	width: auto;
	margin: 0 0 .7em;
	font-size: 90%;
}
.post-date {
	display: inline;
	font-variant: small-caps;
}
/* post comment */
.post-comment {
	display: inline;
	font-size: 100%;
	font-variant: small-caps;
	margin-left: 10px;
}
.post-comment a {
	color: #000;
	text-decoration: none;
}
.post-comment a:hover {
	color: #000;
	text-decoration: underline;
}

/* list post post-date-wrap */
.list-post .post-date-wrap {
	position: absolute;
	top: 1px;
	left: 0;
	margin-left: -130px;
	width: 110px;
}
.list-post .post-date {
	display: block;
}
.list-post .post-comment {
	border: solid 1px #ddd;
	border-left: none;
	border-right: none;
	text-align: right;
	padding: .5em 0;
	line-height: 100%;
	display: block;
}

/* post date */
.list-post .post-date {
	margin: 0 0 13px;
	padding: 0;
	text-align: right;
}
.list-post .post-date .day {
	font: italic 34px/100% "Times New Roman", Times, serif;
	float: right;
	margin-left: 5px;
}
.list-post .post-date .month {
	font: italic 16px/100% "Times New Roman", Times, serif;
	font-variant: small-caps;
	padding-top: 2px;
	margin-right: -2px;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.list-post .post-date .year {
	font: normal 11px/100% "Times New Roman", Times, serif;
	display: block;
	margin: 2px 0 0;
}

/* post meta */
.post-meta {
	border-top: solid 1px #eee;
	padding-top: 5px;
	margin: 20px 0 0;
	font: italic 85%/150% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #999;
	clear: both;
}
.post-meta span {
	margin-right: .8em;
}
.post-meta em {
	font: italic 110%/100% "Times New Roman", Times, serif;
	color: #333;
	margin-right: 2px;
}
.post-meta a {
	color: #999;
	text-decoration: none;
}
.post-meta a:hover {
	color: #000;
	text-decoration: none;
}

/************************************************************************************
LAYOUTS
*************************************************************************************/
/* grid4 post */
.grid4 .post {
	width: 192px;
	margin-left: 30px;
	float: left;
	font-size: 85%;
	line-height: 130%;
	margin-bottom: 20px;
}
.sidebar1 .grid4 .post {
	width: 23%;
	margin-left: 2.5%;
}
.grid4 .post-date {
	font-size: 80%;
	margin: 7px 0 0;
}
.grid4 .post-title {
	font-size: 140%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid3 post */
.grid3 .post {
	width: 266px;
	margin-left: 30px;
	float: left;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 135%;
}
.sidebar1 .grid3 .post {
	width: 30%;
	margin-left: 3.5%;
}
.grid3 .post-title {
	font-size: 150%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid2 post */
.grid2 .post {
	width: 414px;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 130%;
}
.sidebar1 .grid2 .post {
	width: 48%;
	margin-left: 3.75%;
}
.grid2 .post-title {
	font-size: 170%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid2-thumb post */
.grid2-thumb .post {
	width: 48%;
	margin-left: 4%;
	float: left;
	line-height: 140%;
}
.grid2-thumb .post-title {
	margin: 0 0 5px;
	font-size: 150%;
}
.grid2-thumb .post-image {
	float: left;
	margin: 5px 14px 10px 0;
}
.grid2-thumb .post-content {
	overflow: hidden;
}

/* list thumb post */
.list-thumb-image .post-image {
	float: left;
	margin: 7px 16px 10px 0;
}
.list-thumb-image .post-content {
	overflow: hidden;
}

/* list large image */
.list-large-image {
	padding: 25px 0 15px;
	border-bottom: solid 1px #ddd;
}
.list-large-image .post-image {
	float: left;
	margin: 7px 22px 10px 0;
}
.list-large-image .post-title {
	font-size: 180%;
	margin: 0 0 5px;
	padding: 0;
}

/************************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-top: solid 1px #ccc;
	margin: 0 0 20px;
	padding: 10px 0 0;
}

/************************************************************************************
PAGE NAGIVATION
*************************************************************************************/
.pagenav {
	clear: both;
	margin: 10px 0 30px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 4px 8px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a:hover {
	text-decoration: none;
	background: #666;
}
.pagenav .current {
	background: #fff;
	color: #333;
	border: solid 1px #ddd;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	border-top: solid 1px #999;
	font: italic 17px/120% "Times New Roman", Times, serif;
	margin: 40px 0 0;
	clear: both;
}
.post-nav span em {
	text-transform: uppercase;
	font: normal 10px/100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: block;
	margin-bottom: 1px;
	letter-spacing: .04em;
	color: #000;
}
.post-nav a {
	text-decoration: none;
	margin: 15px 0 40px;
	display: block;
	color: #999;
	width: 47%;
}
.post-nav a:hover {
	color: #000;
	text-decoration: none;
}
.post-nav .prev a {
	float: left;
}
.post-nav .next a {
	float: right;
	text-align: right;
}
.post-nav span.arrow {
	color: #000;
	width: auto;
	font-size: 34px;
	font-style: normal;
	margin-bottom: 20px;
}
.post-nav .prev span.arrow {
	float: left;
	margin-right: 8px;
}
.post-nav .next span.arrow {
	float: right;
	margin-left: 8px;
}


/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	border-top: solid 1px #ccc;
	margin: 20px 0 20px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
.comment-title {
	font-size: 110%;
	line-height: 100%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 0px;
}
.next-prev-comment {
	position: absolute;
	top: 13px;
	right: 0;
}
.next-prev-comment a {
	text-decoration: none;
	font-size: 85%;
	font-variant: small-caps;
}
.next-prev-comment a:hover {
	text-decoration: underline;
}
.next-prev-comment .next {
	margin: 0 0 0 20px;
}
/* commentlist */
.commentlist {
	margin: 10px 0 0;
	padding: 15px 0 0;
	list-style: none;
	border-top: solid 1px #ccc;
}
.commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 10px;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	left: 0;
	margin-left: -88px;
}
.commentlist ul .avatar {
	width: 54px;
	height: 54px;
	margin-left: -70px;
}
.commentlist cite {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	line-height: 140%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	color: #999;
	font: italic 85%/140% "Times New Roman", Times, serif;
}
.commentlist .commententry {
	border-bottom: solid 1px #eee;
	position: relative;
	min-height: 40px;
}
.commentlist ul {
	margin: 0 0 0 68px;
	padding: 0;
}
.commentlist ul li {
	margin: 0;
	padding: 0;
}
.commentlist #cancel-comment-reply-link {
	position: absolute;
	top: 4px;
	right: 0;
	z-index: 10;
	text-decoration: none;
	text-transform: uppercase;
	font: normal 11px/100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: .04em;
	color: #bbb;
}
.commentlist #cancel-comment-reply-link:hover {
	text-decoration: none;
	color: #000;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	position: absolute;
	top: 10px;
	right: 0;
}
.commentwrap .pagenav.bottom {
	margin: 30px 0 5px;
}

/* comment form */
#respond {
	margin: 20px 0 30px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 2px 0;
	color: #999;
}
#respond #cancel-comment-reply-link:hover {
	color: #000;
}
#respond #cancel-comment-reply-link span {
	color: #fff;
	background: #000;
	padding: 3px 6px 4px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 4px;
	display: inline-block;
	zoom:1;
	*display:inline;
}
#respond #cancel-comment-reply-link:hover span {
	background: #F30;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-variant: small-caps;
}
#commentform label small {
	font-style: italic;
	font-variant: normal;
}
#commentform textarea {
	width: 97%;
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
	font-weight: bold;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 35px;
}
#sidebar .secondary {
	width: 115px;
	float: left;
}
#sidebar .last {
	float: right;
}
.widgettitle {
	font: bold 13px/110% Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 7px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
	color: #000;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	clear: both;
	border-bottom: solid 1px #eee;
}
.widget ul ul {
	margin: 6px 0 0 10px;
	padding: 0;
}
.widget ul ul li {
	border-top: solid 1px #eee;
	border-bottom: none;
}
.widget ul a {
	text-decoration: none;
}
.widget ul a:hover {
	text-decoration: underline;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list .post-img {
	margin: 4px 10px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic 90% "Times New Roman", Times, serif;
}
.widget .feature-posts-list .feature-posts-title {
	font-size: 105%;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 90% Georgia, "Times New Roman", Times, serif;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 10px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}
#sidebar .secondary #searchform #s {
	width: 87%;
}


/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	border-top: solid 1px #000;
	padding: 10px 0 35px;
	font-size: 95%;
}
/* footer columns */
#footer .col {
	margin: 10px 0 30px 30px;
	float: left;
}
#footer .col2-1, #footer .col4-2 {
	width: 414px;
}
#footer .col3-1 {
	width: 266px;
}
#footer .col4-1 {
	width: 192px;
}
#footer .first {
	margin-left: 0;
}

.footer-text {
	clear: both;
	font-size: 87%;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 10px;
}

#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 12px 10px 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;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-top: 10px;
	margin-bottom: 10px;
}
.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: 30px;
	margin-top: 10px;
	max-width: 100%;
}
.wp-caption-text {
	font: italic 95%/120% "Times New Roman", Times, serif;
	margin: 6px 0;
}

/************************************************************************************
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, #footer:after, .pagenav:after, #main-nav: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, footer, .pagenav, #main-nav, .main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #footer, .pagenav, #main-nav, .main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }