/*
	Theme Name: Anywear
	Description: WordPress Gallery Theme
	Version: 2.0.3
	Author: Yuuhy
	
	Based on HTML5 Blank by Todd Motto

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	color: #888;
	background-color: #eed;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#555;
	text-decoration:none;
	/*text-transform: uppercase;*/
}
a:hover {
	color:#555;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

input {
	border: 1px solid #ddd;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

button {
	border: 1px solid #ddd;
	background-color: #eed;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
header {
	max-width: 920px;
	margin: auto;
}

header .social_links {
	float: right;
}

header .social_links ul {
	margin: 0 0 10px;
}

header .social_links ul li {
	display: inline-block;
	list-style: none;
}

header .social_links ul li a {
	display: block;
	background-image: url(img/icons/social_ico.png);
	width: 30px;
	height: 20px;
	text-indent: -4000px;
}

header .social_links ul li a.twit-ico {
	background-position: 0 0px;
}

header .social_links ul li a.tumb-ico {
	background-position: -30px 0px;
}

header .social_links ul li a.twit-ico:hover {
	background-position: 0 -20px;
}

header .social_links ul li a.tumb-ico:hover {
	background-position: -30px -20px;
}

/* main */
main {
	max-width: 920px;
	margin: 10px auto;
	width: 220px; /* increases for wider screen widths */
}

main.single {
	width: 100%;
}

main > section.content {
	padding: 30px;
	margin: 20px auto;
	box-shadow: 1px 1px 6px #ccc;
	background-color: #fff;
	color: #775;
}

/* navigation */
#menu-top-nav {
	display: table;
	clear: both;
	list-style-type: none;
	padding-left: 0;
	border: 1px solid #aaa;
	margin: 0 auto;
}

#menu-top-nav li {
	display: table-cell;
	clear: both;
	border: 1px solid #aaa;
	margin: 0 auto;
	background-color: white;
}

#menu-top-nav li a {
	display: block;
	width: 115px;
	text-align: center;
	font-family: 'Times New Roman', serif;
	font-size: 19px;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #aaa;
}

#menu-top-nav li a:hover, #menu-top-nav li.current-menu-item a {
	color: #222;
}

.nav-links {
	text-align: center;
}

/* sidebar */
#sidebar {
	float: left;
	width: 230px;
	max-width: 100%;
	display: none; /* appear on higher browser widths */
}

#sidebar h2 {
	font-size: 14px;
	text-transform: uppercase;
}

#sidebar > div > div.widget {
	margin: 0 0 45px;
}

#sidebar > div > div.widget > ul {
	list-style: none;
	padding: 0;
}

#sidebar > div > div.widget > ul a {
	text-transform: uppercase;
}

/* content */
main > section > article {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}

main > section > article h2 {
	text-align: center;
	text-transform: uppercase;
}

/* footer */
.footer {
	clear: both;
	padding-top: 30px;
}

.footer p {
	text-align: center;
}

/*------------------------------------*\
    MAIN PAGE
\*------------------------------------*/

.blogpost {
	display: inline-block;
	margin-top: 20px;
}

.postcontent {
	width: 220px;
	height: 220px;
	margin: auto;
	border: 10px solid white;
	background-color: #fff;
	box-shadow: 1px 1px 6px #aa8;
}

/*------------------------------------*\
    POSTS
\*------------------------------------*/

.post-desc a {
	text-decoration: underline;
}

.post-desc img {
	width: 600px;
	height: auto;
}

.date {
	text-align: center;
	font-weight: bold;
}

.meta-footer {
	font-size: 85%;
	opacity: .8;
	text-align: left;
	color: #444;
	clear: both;
}

.meta-footer a {
	text-decoration: none;
}

.meta-footer a:hover {
	text-decoration: underline;
}

.item-list {
	margin: 10px 0 0;
	text-align: left;
}

.item-list .key {
	font-weight: bold;
}

.post-meta-key {
	font-weight: bold;
}

.post-meta {
	list-style: none;
	padding-left: 0;
}

.post-meta li {
	color: #444;
}

.pagination {
	width: 100%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 65px;
	display: block;
	clear: both;
}

.haul-list {
	text-align: center;
	margin-bottom: 10px;
}

.commentlist {
	list-style: none;
	text-align: left;
	padding: 0;
}

.commentlist .children {
	list-style: none;
}

.commentlist .comment-author {
	font-size: 1.5em;
}

.comment-respond h3#reply-title {
	display: none;
}

.comment-respond textarea {
	width: 100%;
}

.comment-respond #submit {
	border: none;
	border-radius: 4px;
	padding: 15px;
	color: #fff;
	background-color: #775;
	margin: auto;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.comment-respond #submit:hover {
	background-color: #555;
}


/*------------------------------------*\
    CLOSET
\*------------------------------------*/

#closet-cat h3 {
	display: inline-block;
	width: 225px;
	padding: 25px;
	text-align: center;
	background-color: white;
}

/*------------------------------------*\
    ITEM POSTS
\*------------------------------------*/

.item-post h2, .item-post p {
	text-align: center;
}

.item-post p {
	font-size: 120%;
	color: #444;
}

.item-post img {
	margin: 0 auto;
	width: 500px;
	height: auto;
	border: 10px solid white;
    	box-shadow: 1px 1px 6px #aa8;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.wp-post-image {
	display: block;
	height: auto;
	width: auto;
	margin: 0 auto;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h1 a, h1 a:focus {
	font-size: 100px;
	text-transform: uppercase;
	text-align: center;
	font-family: Futura, Arial, sans-serif;
	background-color: #eed;
	color: #fff;
	letter-spacing: 6px;
	text-decoration: none;
	text-shadow: 1px 1px 6px #aaa;
	opacity: 0.8;
}

h1 a:hover {
	background-color: #eed;
	color: #fff;
	text-decoration: none;
}

h2#tagline {
	text-align: center;
	background-color: #eed;
	color: #fff;
	text-shadow: 1px 1px 6px #aaa;
	opacity: .8;
}

p {
	text-align: justify;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.screen-reader-text {
	display: none;
}

@media only screen and (min-width:320px) {
}
@media only screen and (min-width:480px) {
  main {
	width: 480px;
  }
}
@media only screen and (min-width:768px) {
  h2 {
	margin-top: 0;
  }

  main {
	width: 730px;
  }

  .wp-post-image {
	width: 600px;
	height: auto;
	margin: 0 25px 20px 0;
  }
}
@media only screen and (min-width:1024px) {
  main {
	width: 100%;
  }
  #sidebar {
	display: block;
  }
  main > section > article {
	float: right;
  }
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}