/* Last-Modified: Sat, 23 Aug 2014 16:57:36 GMT [ver: ] */
/* Current-Time:Sat, 23 Aug 2014 17:12:49 -0500*/
/*** GENERAL STYLES ***/

html {font-size: 62.5%;}
body {background: #272229; font-family: Merriweather, serif; font-weight: 400; font-size: 13px; font-size: 1.3rem; line-height: 1.846; color: #FFCC66;}

h1, h2, h3, h4, h5, h6 {line-height: 1.2;}
h1 {color: #FFCC66; font-size: 39px; font-size: 3.9rem; margin: 35px 0 30px; font-weight: 400;}
h2 {color: #FFCC66; font-size: 24px; font-size: 2.4rem; margin: 25px 0; font-weight: 400;}
h3 {color: #FFCC66; font-size: 16px; font-size: 1.6rem; margin: 10px 0;}
h4, h5, h6 {color: #FFCC66;}
h2:first-child, h3:first-child {margin-top: 0;}

nav ul, nav li {margin: 0; padding: 0; list-style: none;}
hr {border-top: 0; border-bottom-color: #313131; margin: 30px 0;}

p {margin-bottom: 20px;}
b, strong {font-weight: 700;}
a {color: #FFCC66; text-decoration: none;}
a:hover {color: #FFCC66; text-decoration: underline;}
a.buttonlink {display: inline-block; padding: 7px 20px 5px; background: #D4D0C8; border: 1px solid #D4D0C8; color: #000000; text-transform: uppercase; font-weight: 700; font-size: 12px; font-size: 1.2rem;}
a.buttonlink:hover {background: #D4D0C8; border: 1px solid #D4D0C8; color: #000000; text-decoration: none;}

.gray {color: #FFCC66;}
.font12 {font-size: 12px; font-size: 1.2rem;}

.margin-none {margin: 0 !important;}

.img-left {float: left; margin-right: 20px; margin-bottom: 20px;}
.img-right {float: right; margin-left: 20px; margin-bottom: 20px;}

table td {background-color: #353831; color: #FFCC66;}


/*** STRUCTURAL STYLES ***/

#outer {width: 940px; padding: 30px 15px; margin: 30px auto 0; background: #353831;
	-webkit-box-shadow: 	0 0 10px rgba(0,0,0,.25);
	-moz-box-shadow: 		0 0 10px rgba(0,0,0,.25);
	box-shadow: 			0 0 10px rgba(0,0,0,.25);
}
header {position: relative; text-align: center; padding-top: 25px;}
footer {width: 940px; margin: 0 auto; padding: 10px 0 30px; color: #FECC62; font-size: 11px; font-size: 1.1rem;}
footer a {color: #FFCC66;}
footer a:hover {color: #FFCC66;}


/*** HEADER / NAV STYLES ***/

#logo {color: #FECC62; font-size: 36px; font-size: 3.6rem; font-weight: 700; margin: 30px 0 18px;}
#logo a {text-decoration: none;}

#mainnav {background: #000000;; line-height: 30px; padding: 10px; font-size: 14px; font-size: 1.4rem;}
#mainnav > li {display: inline-block; border: 0;}
#mainnav > li > * {display: inline-block; padding: 0 22px; color: #FFCC66; cursor: pointer;}
#mainnav > li.selectednavlink > * {color: #FFCC66;}
#mainnav li a:hover {color:#FFCC66; text-decoration: none;}
#mainnav li.emptynavlink {display: none !important;}

#socialnav {position: absolute; left: 0; right: 0; top: 0;}
#socialnav li {display: inline-block; padding: 0 4px;}
#socialnav a {display: block; width: 32px; height: 32px;}

.works-nav {text-align: left;}


/*** FORM STYLES ***/

form {margin: 30px 0;}
label {font-weight: 700; margin: 15px 0 8px;}
label.error {color: #ff0054;}
input[type="text"], input[type="password"], textarea {font-family: Merriweather, serif; color: #000000; border: 1px solid #FFCC66 !important; background-color: #FFFFFF; border: 0; padding: 10px 10px; height: 40px;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	-webkit-box-shadow: 	0 0 0 rgba(0,0,0,.5);
	-moz-box-shadow: 		0 0 0 rgba(0,0,0,.5);
	box-shadow: 			0 0 0 rgba(0,0,0,.5);
	-webkit-border-radius: 	0;
	-moz-border-radius: 	0;
	border-radius:			0;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {background-color: #FFFFFF; color: #000000; border: 1px solid #FFCC66;
	-webkit-box-shadow: 	0 0 5px rgba(0,0,0,.25);
	-moz-box-shadow: 		0 0 5px rgba(0,0,0,.25);
	box-shadow: 			0 0 5px rgba(0,0,0,.25);
}
textarea {height: 200px;}
input[type="submit"] {display: inline-block; padding: 7px 20px 5px; text-transform: uppercase; font-size: 12px; font-size: 1.2rem; font-weight: 700; border: 0; margin-top: 20px; font-family: Merriweather, serif; color: #000000; border: 1px solid #D4D0C8; background-color: #D4D0C8;}
input[type="submit"]:hover {color: #000000; background-color: #D4D0C8; border: 1px solid #D4D0C8; text-decoration: none;}

input[type="checkbox"], input[type="radio"] {float: left; margin-right: 10px;}

#sidebar input[type="text"], #sidebar textarea {width: 100%;}
#sidebar input[type="submit"] {margin-top: 10px;}


/*** CONTENT STYLES ***/

.post-meta {margin: -10px 0 20px; background: rgba(0,0,0,.05);}
.post-meta p {padding: 5px 15px 3px; margin-bottom: 0;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}
hr + .comments {margin-top: -20px;}
.comment {position: relative; padding: 20px 20px 20px 90px; line-height: 1.45;}
.comment:nth-child(even) {background-color: #222222;}
.comment .avatar {position: absolute; left: 20px; top: 20px;}
.comment .user-info {padding: 0 0 3px;}
.comment .user-info p {margin-bottom: 10px;}
.comment .user-info span {display: block;}
.comment .user-name {font-weight: 700;}
.comment .user-via {font-size: 12px; font-size: 1.2rem;}
.comment .comment-date {font-size: 11px; font-size: 1.1rem;}
.comment-content > :last-child {margin-bottom: 0;}

.success_message { background-color:#313131; border: #313131 1px solid; padding:10px; margin-bottom:10px; }
.error { font-size: 13px; font-weight:bold; color: #CC0000;	}
.captcha_message { font-weight:bold; font-size:13px; color: #CC0000;}
.captcha_box { border: 1px #313131 solid; }

.grid {overflow: hidden; margin-right: -30px;}
.grid li {float: left; margin: 0 30px 25px 0;}
.grid .thumbnail {border: 0; padding: 0; margin: 0 auto 5px; background: rgba(0,0,0,.05);
	-webkit-box-shadow: 	0 0 0 rgba(0,0,0,.5);
	-moz-box-shadow: 		0 0 0 rgba(0,0,0,.5);
	box-shadow: 			0 0 0 rgba(0,0,0,.5);
	-webkit-border-radius: 	0;
	-moz-border-radius: 	0;
	border-radius:			0;
}
.grid .description {font-size: 12px; font-size: 1.2rem; line-height: 1.5;}
.grid .page {display: none;}
.grid .page:first-child {display: block;}

.pagination {clear: both; margin: 0 0 30px; font-size: 14px; font-size: 1.4rem; font-weight: 400;}
.pagination ul {
	-webkit-box-shadow: 	none;
	-moz-box-shadow: 		none;
	box-shadow: 			none;
	-webkit-border-radius: 	0;
	-moz-border-radius: 	0;
	border-radius:			0;
	
}
.pagination ul > li {color: #313131; float: none; display: inline-block; padding: 0 5px; margin: 0;}
.pagination ul > li:first-child {padding-left: 0px;}
.pagination ul > li:last-child {padding-right: 0px;}
.pagination ul > li:first-child > a, .pagination ul > li:last-child > a {
	border: none;
	-webkit-border-radius: 	0;
	-moz-border-radius: 	0;
	border-radius:			0;
}
.pagination ul > li > a {padding: 0; border:  none; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; background-color: #313131; border: 1px solid #FFCC66; color: #FFCC66; text-decoration: none;}
.pagination ul > li > a:hover {background-color: #FFCC66; color: #313131; border: 1px solid #313131;}
.pagination ul > li > a.current {background-color: #FFCC66; color: #313131; border: 1px solid #313131; font-weight: 700;}

.twosided .pagination {text-align: right;}

.social-buttons {float:left; margin: 0;}
.social-buttons ul {list-style:none; float:left;}
.social-buttons li {float:left; display: inline; padding-right: 10px; margin-bottom: 20px;}
.social-buttons li a {text-decoration: none !important; border: none;}
.social-buttons img {border: none !important;}

.well {padding: 5px; margin-bottom: 30px; overflow: hidden; background-color: #313131; border: 1px solid #313131;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.item img {margin-bottom: 5px; display: block; height: auto; width: 100%; max-width: 100%}


/*** SIDEBAR STYLES ***/

#sidebar .inner {margin-top: 110px; padding: 30px; background: rgba(0,0,0,.05); font-size: 12px; font-size: 1.2rem; line-height: 1.5;}
#sidebar .inner > :last-child {margin-bottom: 0;}
#sidebar p {margin-bottom: 10px;}

#sidebar .grid {margin: 20px -5px 20px 0; overflow: hidden;}
#sidebar .grid li {float: left; margin: 0 5px 0 0;}

.grid100x100 .thumbnail {width: 100px; height: 100px; line-height: 100px;}
.grid100x100 .thumbnail img {max-width: 100px; max-height: 100px;}

/*** ISOTOPE ***/

.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/* CLEAR FIX*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*** MEDIA QUERIES ***/

@media (min-width: 1200px) {
	#outer {width: 1170px; margin: 100px auto 0;}
	#footer {width: 1170px; padding-bottom: 100px;}
}

@media (min-width: 768px) and (max-width: 979px) {
	#outer {width: 724px;}
	#footer {width: 724px;}
	#sidebar .grid li {float: none;}
}

@media (max-width: 767px) {
	body {font-size: 15px; font-size: 1.5rem;}
	a.buttonlink, input[type="submit"], #sidebar .inner, .font12, .comment .user-via, .grid .description {font-size: 14px; font-size: 1.4rem;}
	.comment .comment-date, footer {font-size: 13px; font-size: 1.3rem;}
	h3 {font-size: 18px; font-size: 1.8rem;}

	#outer {width: auto;}
	footer {width: auto;}
	footer .span10, footer .span2 {float: none; width: auto; text-align: center; margin: 10px 0;}

	#mainnav {padding: 0; font-size: 16px; font-size: 1.6rem;}
	#mainnav .visible-phone span {background: url(http://umartists.com/styles/cosmic-chameleon/images/ui/expandcollapse.png) right top no-repeat;}
	#mainnav .visible-phone span.open {background-position: right bottom;}
	#mainnav > li {display: none; border-top: 1px solid rgba(255,255,255,.15);}
	#mainnav > li > * {display: block; padding: 10px 22px;}

	.grid li {float: none;}
	.paging {text-align: center; font-size: 16px; font-size: 1.6rem;}
	.twosided {margin: 10px 0;}
	.twosided p {width: auto; text-align: center; margin: 0;}
	.twosided .pagination {text-align: center;}
	.twosided .pagination ul {margin-top: 20px; margin-left: 0px;}
	#sidebar .inner {margin-top: 0;}
	
	.works-nav {text-align: center;}
}

@media (min-width: 321px) and (max-width: 600px) {
	#posts .span2 {width: 167px; float: left; margin-left: 20px;}
}

@media (min-width: 600px) and (max-width: 768px) {
	#posts .span2 {width: 228px; float: left; margin-left: 20px;}
}

@media (min-width: 769px) and (max-width: 980px) {
	#posts .span2 {width: 228px;}
}

@media (min-width: 981px) and (max-width: 1200px) {
	#posts .span2 {width: 193px;}
}

@media (min-width: 1200px) {
	#posts .span2 {width: 170px;}
}

