/* 
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */		

	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		}	
	h1{font-size:2em;margin-bottom:.5em;}	
	h2{padding-top:.2em;font-weight:bold;font-size:1.25em;padding-bottom:10px;}	
	h3{font-size:.9m;margin-bottom:.7em;padding-top:.3em;text-transform:uppercase;}
	h4{font-size:1em;font-weight:bold;margin:0;padding-bottom:5px;margin:0;}
	h5,h6{font-size:.8em;margin-bottom:.5em;font-weight:bold;}
	h5 {text-transform:uppercase;}
	body.industrial h5 {color:#30787e;}
	body.demo h5 {color:#412f5a;}
	body.retail h5 {color:#8c8131;}
	h6{padding-top:1.5em;}
	p, li {font-size:.9em !important;}
	
	p, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
	p.last {margin:0 !important;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0;display:list-item;list-style-position:outside;list-style:square;}
	ul ul {margin:5px 0 5px 20px;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.8em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{display:none;}	
	table{width:100%;border-collapse:collapse;}
	th,caption{text-align:left;}
	form div{margin:.5em 0;clear:both;}
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	.top {margin:20px 0;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
	.maroon { color:#cd4828; }			
	.blue { color:#30787e; }		
	.green { color:#8c8131; }			
	.purple { color:#412f5a; }			
	.grey { color:#4e5846; }			

/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button{
		font:1em Helvetica, Arial, Sans-Serif;
		line-height:1.4em;
		color:#333;
		}		
	body{
		font-size:13px;
		background:#fff;
		margin:0;
		padding:0;
		text-align:center;
		background:url(http://westmemphis.com/wp-content/images/background.gif);
		}	
	body.home a, body.home a:visited{ text-decoration:none !important; color:#cd4828; }
	body.industrial a, body.industrial a:visited{ text-decoration:none !important; color:#30787e; }
	body.retail a, body.retail a:visited{ text-decoration:none !important; color:#8c8131; }
	body.demo a, body.demo a:visited{ text-decoration:none !important; color:#412f5a; }
	body.news a, body.news a:visited{ text-decoration:none !important; color:#4e5846; }
	div.entry-content a, div.entry-content a:visited{ text-decoration:none !important; color:#6699cc; }

	
	a:hover{ color:#999 !important; }
	
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		margin: 0 2em;
		font-style:italic;
		padding:10px;
		background:#fbdba5;
		}
	
	blockquote p {
		margin:0;
		}
		
	dt{font-weight:bold;}
	
	fieldset{
		border:1px solid #ccc;
		padding:1em 2em;
		margin:0 0 1.5em 0;
		}
	legend{padding:2px 5px;}	
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;}
	
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #aaa;
		padding:5px;
		background:#fff;
		width:300px;
		line-height:1em;
		margin:0;
		}
	select{width:312px;}
	textarea, .area{overflow:auto; height:150px; width:400px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{}
	button{
		border:none;
		background:#555;
		color:#fff;
		padding:0 2.5em;
		height:2em;
		line-height:2em;
		cursor:pointer;
		}
		
	.note, .success, .error{display:block;}
	.error{color:#900;}
	.success{color:#060;}
	.note{font-weight:bold;}
	.notvalid{border:1px solid #900 !important;}
	
	.pullquote{
		width:20%;
		float:left;
		margin-right:2em;
		padding-right:2em;
		border-right:1px solid #ccc;
		text-align:right;
		font-size:1.1em;
		font-style:italic;
		color:#777;
		margin-bottom:.5em;
		}
	.boxout{
		width:20%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		margin-bottom:.5em;
		}
	#easy_tooltip{
		border:1px solid #e1e1e1;
		padding:2px 10px;
		background:#f5f5f5;
		}

/* base */

/* layout */

	#container{	
		margin:10px auto;
		width:900px;
		min-height:700px;
		height:auto !important;
		height:700px;
		text-align:left;
		position:relative;
		background:#FFF;
		}
	.inner{
		position:relative;
		}
	#header{
		position:relative;
		}	
	#footer{
		position:relative;
		clear:both;
		}	
		
	.content{
		clear:both;
		padding:1em 0;
		}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{width:600px;}
	.secondary{width:280px;margin-left:40px;}
	.tertiary{}
	.quaternary{}
	
	/* grid */
		
		.cols{} /* main column container class */
		.col{
			float:left;
			display:inline;
			width:48%;/*margin-left:4%;*/ /* 2 equal width columns layout - default */
			}	
		.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
		.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
		
		/* use following classes to build custom grid (add as many as you want) */
		
		.col1, .col2, .col3, .col4, .col5, .col8, .col9, .col10, .col11 {
			float:left;
			display:inline;
			min-height:400px;
			height:auto !important;
			height:400px;}
			
		.col6, .col7 {
			float:left;
			display:inline;
			min-height:75px;
			height:auto !important;
			height:75px;}
				
		.col1{
			width:385px;
			text-align:center;
			border-right:1px solid #FFF;
			padding-top:20px;
			margin-top:20px;
		}
		.col2{
			width:365px;
			margin:0 20px;
			padding-top:40px;
		}
		
		.col3{
			width:130px;
			text-align:right;
			border-right: 1px solid #FFF;
			padding-top:20px !important;
			margin-top:20px !important;
		}
		.col4{
			width:385px;
			text-align:left;
			padding:30px;
		}
		.col5{
			width:165px;
			text-align:left;
			padding:5px;
			margin-top:20px;}
			
		.col6{
			width:70%;
		}
		.col7{
			width:30%;
		}
		.col8{
			width: 555px;
			padding:30px;
		}
		.col9{
			width:280px;
		}
		.col10{
			width:200px;
			margin-left:30px;
		}
		
		.col11{
			width: 575px;
			padding:30px;
		}
				
	/* grid */	

/* // layout */

/* site profiles and location listings */

.profile img {
	border:3px solid #30787e;
	margin:0 0 10px 0;
	}
	
img.SiteProfileImg {
	max-width:280px;
	}
	
.profile p, .profile li, .locations p {
	line-height:125%;
	}
	
.locations h3 {
	font-size:1em;
	margin-bottom:3px;
	}
	
.locations p { 
	margin-bottom:5px;
	}
	
.locations img {
	padding-bottom:10px;
	}
	
.locations img.overview {
	padding-bottom:0 !important;
	}
	
.profile li {
	padding-bottom:5px;
	}
	
.profile h2 {
	margin:0;
	padding:0 0 3px 0;
	width:480px;
	}
	
.profile small {
	line-height:normal;
	}
	
iframe {
	border:3px solid #30787e;
	}
	
.box {
	padding:15px;
	background-color:#fbdba5;
	margin-bottom:10px;
	}
	
#tab-retail, #tab-dist, #tab-ware, #tab-level {
	width:125px;
	height:33px;
	display:block;
	background:url(http://westmemphis.com/wp-content/images/profiletabs.png) no-repeat 0 0;
	margin-bottom:15px;
	}
#tab-dist { background-position: -125px 0; }
#tab-ware { background-position: -250px 0; }
#tab-level { background-position: -375px 0; }
	
.locations span {
	display:none;
	}
	
#page-tools {
	float:right;
	width:42px;
	}

#page-tools img { 
	border:none !important; 
	padding-bottom:0 !important;
	margin-bottom:5px !important;
	}
	
.square-note {
	width: 100px;
	height: 86px;
	padding: 10px 20px 10px 10px;
	background:url(http://www.westmemphis.com/wp-content/images/square_note.png) no-repeat;
	margin-bottom: 20px;
	}
.square-note h3 {
font-size:1em;
	margin-bottom:3px;
	}
.square-note h2 {
	font-size: .65em;
	color: #cb4827;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: -10px;
	}

#ind-landing_sidebar-header {
	color: #30787e;
	text-transform: uppercase;
	font-variant: small-caps;
	font-size: .6em;
	font-weight: normal;
	line-spacing: -.02em;
	}

/* //site profiles */


/* header */
	#header {
		padding:40px 0 0 0; 
	}
	#header h1{
		height:43px;
		width:800px;
		margin:0 auto;
		background-image:url(http://www.westmemphis.com/wp-content/images/header.png);
		background-repeat:no-repeat;
		}
		
	body.home h1 { background-color:#cd4828; }			
	body.industrial h1, body.pageid-8, body.parent-pageid-8 { background-color:#30787e; }		
	body.retail h1, body.pageid-5, body.parent-pageid-5 { background-color:#8c8131; }			
	body.demo h1, body.pageid-6, body.parent-pageid-6 { background-color:#412f5a; }			
	body.news h1{ background-color:#4e5846; }			
	
	#header h1 span { display:none; }

/* // header */

/* content */

	#breadcrumb {
		margin-bottom:20px;
		background-color:#fbdba5;
		padding:0 10px;
	}
	
	#content {
		width:800px;
		margin:0 auto;
		background-color:#fce3b5;
		min-height:480px;
		height:auto !important;
		height:480px;
	}

	#content a, #content a:visited{
		text-decoration:underline;
		}
	
/* // content */

/* feature */ 

	h2.turnto {
		background:url(http://westmemphis.com/wp-content/images/turntowestmemphis.png) no-repeat;
		height:35px;
		width:365px;
		padding-bottom:20px !important;
	}
	
	h2.turnto span {
		display:none;
	}

	#feature {
		width:308px;
		height:74px;
		background:url(http://westmemphis.com/wp-content/images/feature-box.png) no-repeat;
		padding:20px 50px 20px 20px;
	}
	
	#feature ul.rotate li {
		list-style:none;
		margin:0;
	}
	
	#feature h2 {
		font-size:1.5em;
		padding-bottom:0 !important;
	}
	
	#latest {
		padding:0 20px;
		background:url(http://westmemphis.com/wp-content/images/bar.png) no-repeat;
		margin-top:20px;
	}
	
	#latest ul {
		padding-top:36px;
	}
	
	#latest li {
		list-style:none;
		margin:0;
		border-bottom:1px solid #FFF;
		padding-top:5px;
	}
	
/* // feature */



/* buttons */
	
	#button-box {
		width:238px;
		margin:20px auto;
		}
	
	a.button {
		display:block;
		width:238px;
		height:17px;
		background:url(http://westmemphis.com/wp-content/images/button.png) no-repeat 0 0;
		text-align:center;
		color:#FFF !important;
		font-size:11px;
		text-decoration:none !important;
		margin:10px 0;
	}
	
	a.button span {
		color:#f9b040;
		font-weight:bold;
	}
	
	a.button img {
		margin-top:1px;
		}
	
	a.button:hover {
		background-position:0 -17px;
	}
	
	a.button:hover span {
		color:#FFF;
	}
	
	a.learn {
		display:block;
		width:74px;
		height:11px;
		float:right;
		background:url(http://westmemphis.com/wp-content/images/learn-more.png) no-repeat 0 0;
	}
	
	a.learn:hover {
		background-position:0 -11px;
	}
	
	a.learn span { display:none !important; }
	
	a.archive {
		display:block;
		width:53px;
		height:11px;
		float:right;
		background:url(http://westmemphis.com/wp-content/images/archive.png) no-repeat 0 0;
	}
	
	a.archive:hover {
		background-position:0 -11px;
	}
	
	a.archive span { display:none; }
	
	#latest a {
		margin-top:6px;
	}
#monthly-archives ul li { color: #4e5846; }
	
	
/* // button */

/* charts */

	.charts { margin-top:40px; }
	thead th {text-transform:uppercase;padding:0 0 .5em 0;}
	thead th span {text-transform:none;font-weight:normal;}
	th, td{font-size:.8em;line-height:normal;}		
	td {border-bottom:1px solid #fcd79f;padding-top:7px;}
	body.industrial th { color:#30787e; }
	body.demo th { color:#412f5a; }
	caption{font-style:italic;color:#777;margin:.5em 0;}
	tfoot th {font-size:.75em;font-weight:normal;line-height:normal;padding:10px 0 0 0;}
	.profile thead th {padding:0 0 5px 0 !important;}

/* // charts */

/* footer */
	
	#footer {
		width:800px;
		margin:0 auto;
		background: url(http://westmemphis.com/wp-content/images/footer-bg.png) no-repeat 0 0;
		color: #808285;
		font-size: 0.85em;
		padding-top:22px;
		}
	
	#footer p {
		padding-left:15px;
	}
	
	#footer img {
		float:right;
		padding-left:5px;
	}
	
	.uppercase {
		text-transform:uppercase;
	}
	
			
/* // footer */

/* news */
	
	small.excerpt {
		font-size:.9em;
		line-height:1.25em;
		display:block;
		margin-bottom:15px;
	}
	
	.news-list {
		border-bottom:1px dashed #FFF;
		margin-bottom:15px;
	}


	
#news-archives ul li h4 {	visibility: visible;	}

#nav-below small a, #nav-below small a:visited{	color: #CD4828;	}
#nav-below small a { margin-right: 10px; }


/* // news */

/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */
