/*  
Theme Name: ThemeMin
Theme URI: http://themify.me/themes/thememin
Version: 1.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;
}

/************************************************************************************
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;
}
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;
}
input[type=reset], input[type=submit] {
	background: #666;
	color: #fff;
	border: none;
	padding: 5px 7px;
	cursor: pointer;
}
input[type=reset]:hover, input[type=submit]:hover {
	background: #000;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}
#inner-pagewrap {
	width: 840px;
	margin-left: 140px;
}
#content.fullwidth {
	width: 840px;
}

/************************************************************************************
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;
}
.topbar-widget .widget {
	display: inline;
	margin-right: 10px;
}
.topbar-widget .widget div {
	display: inline;
}
.topbar-widget ul {
	margin: 0;
	padding: 0;
}
.topbar-widget ul li {
	margin: 0;
	padding: 0 0 0 8px;
	display: inline;
}
/* rss button */
.topbar-widget .rss {
	display: inline;
}
.topbar-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 4px 0 3px 21px;
}


/* 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
*************************************************************************************/
#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;
}
.slides li {
	margin: 0 30px 20px 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: center;
}
.slides img {
	display: block;
}
.slides h3 {
	font: normal 95%/125% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 7px 0 3px;
	padding: 0 10px;
	text-align: center;
	width: 96%;
}
.slides h3 a {
	color: #999;
	text-decoration: none;
}
.slides h3 a:hover, .slides li:hover h3 a {
	color: #000;
	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;
}
#footer-slider .slides h3 {
	border: none;
	font-size: 11px;
	margin: 5px 0 3px;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	width: 550px;
	float: left;
	margin: 40px 0 60px;
}
.page-title {
	font: bold 28px/130% Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0 0 15px;
	padding: 0;
}
.post {
	padding: 0 0 50px;
	clear: both;
	position: relative;
}
.post-img {
	margin: 10px 0 20px;
}
.post-img.right img {
	margin-left: 25px;
}
.post-img.left img {
	margin-right: 25px;
}
.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;
}
/* post meta left */
.post-meta-left {
	position: absolute;
	top: 1px;
	left: 0;
	margin-left: -140px;
	width: 120px;
}
.post-meta-left .post-comments {
	border: solid 1px #ddd;
	border-left: none;
	border-right: none;
	text-align: right;
	padding: .5em 0;
	line-height: 100%;
}
.post-meta-left .post-comments a {
	color: #000;
	font-size: 95%;
	text-decoration: none;
}
.post-meta-left .post-comments a:hover {
	color: #000;
}
/* post date */
.post-date {
	margin: 0 0 13px;
	padding: 0;
	color: #333;
	text-align: right;
}
.post-date .day {
	font: italic 34px/100% "Times New Roman", Times, serif;
	float: right;
	margin-left: 5px;
}
.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;
}
.post-date .year {
	font: normal 11px/100% "Times New Roman", Times, serif;
	color: #666;
	display: block;
	margin: 2px 0 0;
}
/* post meta bottom */
.post-meta-bottom {
	margin: 20px 0 0;
	font: italic 13px/150% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left: -14px;
	color: #999;
	clear: both;
}
.post-meta-bottom em {
	font: italic 15px/100% "Times New Roman", Times, serif;
	color: #333;
	margin-left: 14px;
	margin-right: 2px;
}
.post-meta-bottom a {
	color: #999;
	text-decoration: none;
}
.post-meta-bottom a:hover {
	color: #000;
	text-decoration: none;
}

/* next prev post */
.next-prev-post {
	border-top: solid 1px #999;
	font: italic 17px/120% "Times New Roman", Times, serif;
	margin: 40px 0 0;
	clear: both;
}
.next-prev-post 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;
}
.next-prev-post a {
	text-decoration: none;
	margin: 15px 0 40px;
	display: block;
	color: #999;
	width: 47%;
}
.next-prev-post a:hover {
	color: #000;
	text-decoration: none;
}
.next-prev-post .prev a {
	float: left;
}
.next-prev-post .next a {
	float: right;
	text-align: right;
}
.next-prev-post span.arrow {
	color: #000;
	width: auto;
	font-size: 34px;
	font-style: normal;
	margin-bottom: 20px;
}
.next-prev-post .prev span.arrow {
	float: left;
	margin-right: 8px;
}
.next-prev-post .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;
	color: #000;
	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 .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 .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 .comment-reply-link:hover {
	text-decoration: none;
	color: #000;
}
/* comment form */
#respond {
	margin: 20px 0 30px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond .cancel-comment-reply a {
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 85%;
	text-decoration: none;
	padding: 2px 0;
	color: #999;
}
#respond .cancel-comment-reply a:hover {
	color: #000;
}
#respond .cancel-comment-reply span {
	color: #fff;
	background: #000;
	padding: 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 4px;
	display: inline-block;
	zoom:1;
	*display:inline;
}
#respond .cancel-comment-reply a: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
*************************************************************************************/
#sidebar {
	width: 250px;
	float: right;
	margin: 50px 0;
	font-size: 95%;
}
#sidebar .widget {
	margin: 0 0 35px;
}
#sidebar .secondary {
	width: 115px;
	float: left;
	margin-right: 20px;
}
#sidebar .last {
	margin-right: 0;
}
.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 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
	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;
}

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

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	border-top: solid 1px #000;
	padding: 10px 0 35px;
	font-size: 95%;
}
/* footer columns */
#footer .col {
	margin: 10px 30px 30px 0;
	float: left;
}
#footer .one {
	width: 840px;
}
#footer .two {
	width: 405px;
}
#footer .three {
	width: 260px;
}
#footer .last {
	margin-right: 0;
}

.footer-text {
	clear: both;
	font-size: 87%;
}
/************************************************************************************
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 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix, * html .widget li
{
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix, *:first-child+html .widget li 
{
	zoom: 1;
} /* IE7 */

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