/*-----------------------------------------------------------*/
/* File			: styles.css
/* Project	: Site Template
/* Author		: Matt Johnston @ Bigwig Monster Media
/* URL			: http://bigwigmonster.com
/* Created	: 2011-05-19
/*-----------------------------------------------------------*/

/* LEGEND
-----------------------------------------------
1. 	Global
2. 	Contents
3. 	Asides
4. 	Media
5. 	Navigations (Next - Prev)
6. 	Comments
7. 	Widgets
8. 	Infinite Scroll
9. 	Page Layout (Author Styles proceed here) <<
10. Misc
11. Media Queries
12. Font Face
*/


/* =Global
----------------------------------------------- */

body {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	background: url(../images/monster.png) no-repeat right bottom #000;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: sans-serif; /* Declare font family if necessary */
}
html, body {
    height: 100%;
}

h1, .h1 {}
h2, .h2 {}
h3, .h3 {}
h4, .h4 {}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* ============================================================================================
/* 		Author/ Designer Styles Start Here 
/* ============================================================================================

/* =Page Layout
----------------------------------------------- */

/* Please specify your container width here. e.g. 978px (PSD width) + 30px (15px left & 15px right - bootstrap gutter) =  1008px
.container {
	max-width: 1008px;
}*/



/* This is for NON-Responsive Container ==
.container {
	max-width: none !important;
	width: 1008px; 
}*/


/* Navbar override styles here */

/* Content */

.upload-wrapper { width: 100%; min-height: 100%; }

.ax-file-list { 
	color: #8A8888;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 180px 0 0; }
.ax-file-list li { margin-bottom: 15px; min-height: 38px; overflow: hidden; position: relative; }
.ax-file-list li .ax-prev-container { display: none; }
.ax-file-list li .ax-details { display: block; font-size: 12px; padding: 10px 0; text-align: center; }
.ax-file-list li .ax-details .ax-file-name { margin: 0 5px; }
.ax-file-list li .ax-details .ax-file-size { float: left; margin: 0 5px; display: none; }



.ax-progress-container { 
	background: none repeat scroll 0 0 #202020; 
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px; 
	width: 120px; 
	height: 120px;
	margin: 0 auto;
}

.ax-file-list li .ax-progress { 
	clip: rect(0px, 120px, 120px, 60px);
    height: 120px;
    position: absolute;
    width: 120px; 
	

}
.ax-file-list li .ax-progress.gt50 {
	clip: rect(auto, auto, auto, auto);
}
	
.ax-file-list li .ax-progress .ax-progress-bar { 
	background: none repeat scroll 0 0 #727070;
    display: block;
    height: 120px;
    left: 0;
    position: absolute;
    top: 0; 
	clip: rect(0px, 60px, 120px, 0px);
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
}
.ax-file-list li .ax-progress .ax-progress-bar.fill { 
	-moz-transform: rotate(180deg) !important; 
	-webkit-transform: rotate(180deg) !important; 
	-o-transform: rotate(180deg) !important; 
	transform: rotate(180deg) !important; 
	width: 120px; height: 120px; }



.ax-progress-container  .ax-progress-info { background: none repeat scroll 0 0 #000000;
    border-radius: 40px;
    display: block;
    font-family: 'Oswald',sans-serif;
    font-size: 46px;
    height: 80px;
    line-height: 78px;
    margin: 20px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 80px; }

.ax-main-title { padding: 15px; margin: 0; display: none; }
.ax-browse-c { color: #404040; cursor: pointer; font-size: 12px; position: absolute; top: 100px; width: 100%; }
.ax-browse-c:hover { color: #404040; cursor: pointer; font-size: 12px; text-decoration: none; }
.ax-browse-c .ax-text { margin-left: 15px; display: none; }
.ax-browse-c .ax-browse { background: url("../images/upload-new.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 52px;
    line-height: 0;
    margin: 0 auto;
    padding: 10px;
    text-indent: -9999px;
    width: 52px; }
.ax-upload-all { display: none; font-size: 12px; margin-left: 15px; color: #404040; cursor: pointer; }
.ax-upload-all:hover { font-size: 12px; margin-left: 15px; color: #404040; cursor: pointer; text-decoration: none; }
.ax-clear { display: none; font-size: 12px; margin-left: 15px; color: #404040; cursor: pointer; }
.ax-clear:hover { font-size: 12px; margin-left: 15px; color: #404040; cursor: pointer; text-decoration: none; }

#ax-box { display: none; }

.monster { position: absolute; z-index: 0; top: 50%; left: 10px; }

.notification { background: none repeat scroll 0 0 #161616;
    font-size: 22px;
    padding: 15px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%; }
.notification a { color: #404040; }

/* Loading Circle */
.loader-circle { left: 0; position: absolute; top: 0; z-index: 1; display: none; }
.ball {
	background-color: rgba(0,0,0,0);
	border:3px solid rgba(138,136,136,1);
	opacity:.9;
	border-top:3px solid rgba(0,0,0,0);
	border-left:3px solid rgba(0,0,0,0);
	border-radius:50px;
	/*box-shadow: 0 0 35px #2187e7;*/
	width:37px;
	height:37px;
	margin:0 auto;
	-moz-animation:spin 1s infinite linear;
	-webkit-animation:spin 1s infinite linear;
	position:relative;
	top:0;
	z-index: 1;
}

.ball1 {
	background-color: rgba(0,0,0,0);
	border:3px solid #474747;
	opacity:.9;
	border-radius:50px;
	/*box-shadow: 0 0 15px #2187e7; */
	width:37px;
	height:37px;
	margin:0 auto;
	position:relative;
	top:-37px;
	z-index: 0;
	/*-moz-animation:spinoff .5s infinite linear;
	-webkit-animation:spinoff .5s infinite linear;*/
}

@-moz-keyframes spin {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg); }
}
@-moz-keyframes spinoff {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}
@-webkit-keyframes spin {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-webkit-keyframes spinoff {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(-360deg); }
}


/* =MISC
----------------------------------------------- */
.half-bottom {margin-bottom: 10px;}
.add-bottom {margin-bottom: 20px;}
.nodisplay {display: none;}


/* =MEDIA QUERIES
----------------------------------------------- */
/* Tablet Portrait size to standard 991 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 991px) { }


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
body {

	background: none repeat scroll 0 0 #000000;
}
.monster {
 
    width: 250px;
}

}

/* Activate if necessary */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* @media only screen and (max-width: 479px) {

	.site-header.container,
	.site-content.container,
	.site-footer .container {
		width: auto;
		max-width: 100%;
	}

} */

/* =FONT FACE
----------------------------------------------- */

