/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
======================
* Modified by Rust Belt Media for
* FlexCrete: Masonry Edition Theme
* http://www.rustbeltmedia.com
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Logo
	#Navigation
	#Lists
	#Images
	#Tabs
	#Forms
	#Core Block Styling
	#Misc */


/* #Reset & Basics
================================================== */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	br.clear { clear: both; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Basic Styles
================================================== */
	html{height:100%;}
	body {
		height:100%;
		color: #fff; /* default font color */
		background-attachment: fixed !important;
		background-color:#000; /*default background color*/
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	}
	.header { background: #000;
		-webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
		behavior: url(http://www.lasguerrillas.com/themes/469_concrete/border-radius.htc);
		-moz-box-shadow: 0 0 3px #ffff00;
		-webkit-box-shadow: 0 0 3px #ffff00;
		box-shadow: 0 0 3px #ffff00;
		margin: 8px 0 8px 0; padding: 0px;
	}
 	.header h1, .header h2 { border-bottom: 0; }
 	.header h1 { font-size: 36px;
 		font-family: 'MisoBold', trebuchet ms, tahoma, Arial, sans-serif;
 		line-height: 44px;
 		padding: 15px 15px 5px 15px;
 		margin: 0;
 	}
 	.header h2 { font-size: 24px; line-height: 28px; padding: 5px 15px 15px 15px; margin: 0; }
 	.breadcrumbs { clear: both; padding: 2px 15px 5px 15px; border-bottom: 2px solid #fff;}
 	
 	.full { color: #fff; }
 	.main { color: #fff; }
	
	.pageSection h1 { color: #fff; }
	.pageSection a:link, .pageSection a:visited { color: #A29797; text-decoration: none;}
	.pageSection a:hover { text-decoration: underline; }
	p.meta	{ font-weight: bold; }
 	
 	#footer { 
		background: #000;
		color: #fff;
		margin-bottom: 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		behavior: url(http://www.lasguerrillas.com/themes/469_concrete/border-radius.htc);
		-moz-box-shadow: 0 0 3px #ffff00;
		-webkit-box-shadow: 0 0 3px #ffff00;
		box-shadow: 0 0 3px #ffff00;
		
        }
        .footer { background: #000;
	       	color: #fff;
        	margin: 10px 0 10px 0;
        	padding: 0px;
        	-webkit-border-radius: 5px;
       		-moz-border-radius: 5px;
        	border-radius: 5px;
			behavior: url(http://www.lasguerrillas.com/themes/469_concrete/border-radius.htc);
			-moz-box-shadow: 0 0 3px #ffff00;
			-webkit-box-shadow: 0 0 3px #ffff00;
			box-shadow: 0 0 3px #ffff00;
		
        }
        .footer p { padding: 10px; display: block; }
        .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
        	color: #fff;
        	margin: 0;
        	padding: 5px 10px 5px 10px;
        }
 	#footer p { text-align: center; padding: 5px; margin: 0; display: block; }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		display: block;
		padding: 5px 10px 5px 10px;
		color: #fff;
		font-family: 'MisoRegular', trebuchet ms, tahoma, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 5px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 4px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 3px;}
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 2px;}
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }

	p { margin: 0 0 5px 0; padding: 8px 8px 8px 8px; /* text-align: justify;*/ }
	p img { margin: 0; padding: 0; }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 13px; line-height: 17px; font-style: italic; text-align: justify; padding: 0 0 4px 0; }
	blockquote { margin: 0 0 10px 10px; padding: 5px 10px 0 6px; border-left: 2px solid #fff; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #fff; }

	hr { border: solid #ccc; border-width: 1px 0 0; clear: both; margin: 8px 0 20px; height: 0; }


/* #Links
================================================== */
	a { color:#fff; text-decoration: none; outline: 0; }
	a:visited { color:#fff; text-decoration: none; outline: 0; }
	a:hover, a:focus { text-decoration: underline; color:#fff;}
	p a, p a:visited { line-height: inherit; color:#fff; }
	
/* #Logo
================================================== */
	h1.logo {
		float: left;
		color:#fff;
		font-size: 50px;
		font-family: 'MisoBold', tahoma, arial, sans-serif;
		line-height: 56px;
		padding: 10px 15px 5px 15px;
		margin: 0px 20px 0px 0px;
	}
	h1.logo p { padding: 2px 8px 2px 8px; margin: 0; }
	
/* #Navigation
================================================== */
/* Floating Menu bar & Top Button */
#stickymenu #main-nav-holder {
	height:50px;
}

.sticky #main-nav {
	position:fixed;
	top:0;
	width:930px;
	z-index:1 !important;
}


/* Nav has been disabled in place of using Mega Menu addon
ul.nav {
	padding: 5px 10px 10px 10px;
	margin: 10px 0 0 0;
	list-style: none;
	border: none;
	font-weight: bold;
	background: transparent; 
	display: block;
	text-transform: uppercase;
}
ul.nav li { padding: 0px 0px 6px 0px; }

ul.nav li a { 
	background: #3366cc;
	-webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        behavior: url(http://www.lasguerrillas.com/themes/469_concrete/border-radius.htc);
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: capitalize;
}
.nav ul li {
	list-style: none inside;
	display: block;
	margin-top: 5px;
	padding: 0px 10px 0px 10px;
}
.nav ul li ul li a, .nav ul li ul li a:visited { 
	color: #fff;
	background: #336699;
	margin-top: 5px;
}

.nav a {
	display: block;
	color: #FFF;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	font-weight: bold;
}

.nav a:hover {
	background-color: #666;
	color: #FFF;
}

.nav li li a {
	display: block;
	list-style: none;
	color: #FFF;
	background: #6699cc;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	-webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        behavior: url(http://www.lasguerrillas.com/themes/469_concrete/border-radius.htc);
} */

/* #Lists
================================================== */
	ul, ol { margin-bottom: 10px; }
	ul { list-style: disc inside; padding: 0 10px 0 10px; }
	ol { list-style: decimal; padding: 0 10px 0 10px; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 20px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 0px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Forms
================================================== */
/* NOTE: Feel free to add your own styling below. Be sure to un-comment it. */

/*	form { }
	fieldset { }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select { }
	select { }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus { }
	textarea { }
	label,
	legend {  }
	select { }
	input[type="checkbox"] { }
	label span,
	legend span { }
*/

/* #CORE BLOCKS STYLING
================================================== */
/* Tag Block */
.ccm-tags-display 			{ padding: 10px; }
.ccm-tags-display h4			{ font-weight: bold; color: #fff; padding: 2px 5px 5px 0px; }
.ccm-tags-display ul.ccm-tag-list li	{ color: #fff; font-size: 16px; line-height; 20px; margin-right: 12px; font-style: italic; }

/* Guest Book */
h4.guestBook-title			{ font-family: arial, tahoma, sans-serif; padding: 10px 10px 0px 10px; margin: 0; color: #fff; }
h5.guestBook-formBlock-title		{ font-family: arial, tahoma, sans-serif; padding: 0px; margin: 0; color: #fff; }
.guestBook-entry.authorPost 		{ display: block; padding: 0 10px 0 10px; }
.contentByLine				{ display: block; padding: 0 5px 0 0; }
.guestBook-manage-links			{ display: block; padding: 0 0 0 5px; }
.guestBook-entry			{ padding: 10px; margin: 0; }
.guestBook-formBlock			{ display: block; position: relative; padding: 10px; }
.guestBook-formBlock form		{ margin: 0; clear: both; }
.guestBook-formBlock form textarea	{ width: 95%; height: 70px; }

/* Login Block (free add-on from marketplace) */
form.login_block_form	{ padding: 10px; }
span.sign-in 		{ display: block; padding: 10px; }

/* Search Block */
form.ccm-search-block-form	{ padding: 10px; }

/* Date Nav */
.ccmDateNav { padding: 8px; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
		
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
     .sticky #main-nav {
	position:relative;}  
    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.sticky #main-nav {
	position:relative;}
    }
	