/*  
Theme Name: Americana
Theme URI: 
Description: Clean Corporate Theme
Version: 1.0
Author: Ivor Padilla    
Author URI: http://ivorpadilla.net
Tags: clean, corporate, enterprise, business
*/

/*---------- @ Table of Content -----------
    1.- Import Styles
    2.- General Styles
    3.- General Layout
    4.- Superfish Menu
	5.- Header
	6.- Nivo Slider
	7.- Default Content
	8.- Blog- Custom Page
	9.- Work - Custom Page
	10 .-Widgets
		11.- Map Widget
		12.- Search Widget
		13.- Twitter Widget
	14.- Social Widget
		15.- Dark - (Social)
		16.- Light - (Social)
	17.- Feedburner Widget Footer
	18.- Subscribe Module
	19.- Testimonials
	20.- Homepage Boxes
	21.- Custom Page Gallery
	22.- Sidebar Lists
	23.- Footer List
	24.- WordPress WYSIWYG Editor Styles
	25.- Columns
	26.- Comments Template
	27.- Fancy Buttons
	28.- Contact Form
	29.- Sidebar Generator Widget Titles
	30.- Pagination
	31.- Twitter Connect Styles - Override
	32.- Footer
*/
/*-----------------------------------------------------------------------------------*/
/* Import Styles
/*-----------------------------------------------------------------------------------*/
@import url(css/960.css);
@import url(css/reset.css);
@import url(css/text.css);
/*-----------------------------------------------------------------------------------*/
/* General Styles 
/*-----------------------------------------------------------------------------------*/
body {
    background: #f2f2f2 url(http://jandmstructural.com/wp-content/themes/americana/images/backgrounds/grid.jpg) repeat;
}
body.squares { background: #f2f2f2 url(http://jandmstructural.com/wp-content/themes/americana/images/squares.png) repeat !important }
a { color: #6e8c5c }
a:hover { text-decoration: none }
a:active,
a:focus { color: #6e8c5c }
#maincontent a:active,
#logo h1 a:active {
    position: relative;
    top: 1px;
}
.stripe {
    background: url("images/top-pattern.png") repeat-x;
    height: 7px;
    position: relative;
    z-index: 10;
}
#container {overflow:hidden;}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4e4e4e;
    line-height: 1.3;
}
p,
li,
dt,
dl,
td {
    color: #5a5a5a;
    text-shadow: 0px 1px 0px #fff;
}
b { color: #666 }
.divider {
    border-bottom-color: #e1e1e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.divider,
.divider_padding {
    clear: both;
    display: block;
    margin-bottom: 20px !important;
    padding-top: 20px !important;
    width: 100%;
}
:-moz-any-link:focus { outline: none }
b.intro {
    font-size: 110%;
    color: #777;
}
.hide { display: none !important }
.left { float: left }
.right { float: right }
.search-highlight {
    background: #FFF615; /* old browsers */
    background: -moz-linear-gradient(top, #FFF615 0%, #F5CF00 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF615), color-stop(100%,#F5CF00)); /* webkit */
    color: #000000;
    padding: 3px;
    text-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.preloader {
    background: url(images/loading.gif) center center no-repeat;
    display: inline-block;
}
a.post-edit-link {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	background:#1d1d1d;
    background: rgba(51,51,51,.7);
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #000000;
	font-size:11px;
	margin-bottom:20px;
}
a.post-edit-link:hover {
	background:#111;
    background: rgba(51,51,51,.5);
    text-shadow: 0 1px 0 #000000;
    color: #FFFFFF;
    text-decoration: none !important;
}
code, samp, kbd {
	font-family: "Courier New", Courier, monospace, sans-serif;
	text-align: left;
	color: #555;
	}
pre code {
	line-height: 1.6em;
	font-size: 13px;
	}
pre {
    -moz-box-shadow: 0 2px 7px -4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 7px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px -4px rgba(0, 0, 0, 0.3);
    background: url("images/code.gif") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    border-left: 4px solid #CCCCCC;
    border-right: 1px solid #DDDDDD;
    color: #777777;
    margin: 1.7em 0 1.7em 0.3em;
    overflow: auto;
    padding: 0.1em 0.5em 0 0.7em;
    width: 93%;
	}
/* target IE7 and IE6 */
*:first-child+html pre {
	padding-bottom: 2em;
	overflow-y: hidden;
	overflow: visible;
	overflow-x: auto; 
	}
* html pre { 
	padding-bottom: 2em;
	overflow: visible;
	overflow-x: auto;
	}
video {
background: rgba(0, 0, 0, 0.1) !important;
padding: 1px 3px !important;
}

/*-----------------------------------------------------------------------------------*/
/* Boxed Layout
/*-----------------------------------------------------------------------------------*/

.boxed #container { 
	-moz-box-shadow: -1px 0 2px 0px rgba(168,168,168,.1), 1px 0 2px 0px rgba(168,168,168,.3);
	-webkit-box-shadow: -1px 0 2px 0px rgba(168,168,168,.1), 1px 0 2px 0px rgba(168,168,168,.3);
	box-shadow: -1px 0 2px 0px rgba(168,168,168,.1), 1px 0 2px 0px rgba(168,168,168,.3);
	background: #FCFCFC;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 0 30px;
}

.boxed .stripe {
	margin: 0 -30px;
}

.boxed #maincontent {
	background: #f1f1f1 url("images/mcontent-bg.jpg");
	border-top: 1px solid #CCCCCC;
	margin: 0 -30px;
	padding: 0 30px;
}

.boxed .footer-top-stripe {
-moz-box-shadow: -2px 0 1px 0 rgba(168, 168, 168, .5), 2px 0 1px 0 rgba(168, 168, 168, 0.5);
-webkit-box-shadow: -2px 0 1px 0 rgba(168, 168, 168, .5), 2px 0 1px 0 rgba(168, 168, 168, 0.5);
box-shadow: -2px 0 1px 0 rgba(168, 168, 168, .5), 2px 0 1px 0 rgba(168, 168, 168, 0.5);
	margin: 0 -30px;
}

.boxed #footer-outer {
-moz-box-shadow: -2px 0 1px 0 rgba(168, 168, 168, .5), 2px 0 1px 0 rgba(168, 168, 168, 0.5);
-webkit-box-shadow: -2px 0 1px 0 rgba(168, 168, 168, .5), 2px 0 1px 0 rgba(168, 168, 168, 0.5);
box-shadow: -2px 0 1px 0 rgba(168, 168, 168, .5), 2px 0 1px 0 rgba(168, 168, 168, 0.5);
	margin: 0 -30px;
}

.boxed #thumb-stripes {
    margin: 0 -30px;
}

.boxed #maincontent-outer {
    margin: 4px -30px 0;
}

.boxed #mainmenu {
 margin: 0 -30px;
}

/*-----------------------------------------------------------------------------------*/
/* General Layout 
/*-----------------------------------------------------------------------------------*/

div#logo {
    display: block;
    margin: 30px auto 50px;
    margin-bottom: -50px;
	
}
#mainmenu {
    -moz-box-shadow: 0 3px 0 rgba(217, 217, 217, 0.6);
    -webkit-box-shadow: 0 3px 0 rgba(217, 217, 217, 0.6);
    box-shadow: 0 3px 0 rgba(217, 217, 217, 0.6);
    border-bottom: 1px solid #CCCCCC;
    height: 52px; /* Added to put the arrow of the current state */
    padding-bottom: 5px;
}

/*-----------------------------------------------------------------------------------*/
/* Superfish Menu
/*-----------------------------------------------------------------------------------*/
.sf-menu {
    display: table;
    margin: 0 auto;
}
.sf-menu li {
    float: left;
    list-style: none;
    margin: 0 20px;
}
.sf-menu li a,
.sf-menu li a span {
    display: block;
    text-decoration: none;
}
.sf-menu li a {
    color: #333333;
    font-size: 1.3em;
    font-weight: 300;
}
.sf-menu li a:hover,
.sf-menu li a.current {
    background: url("images/nav-arrow.png") no-repeat scroll 50% 53px transparent;
    color: #2F535B;
}
.sf-menu li ul li a:hover {
    background: #f9f9f9;
    margin: 0;
    color: #2F535B;
    text-shadow: 0px 1px 0px #fff;
}
.sf-menu li a.current { font-weight: bold }
.sf-menu li a span {
    color: #5a5a5a;
    font-size: .7em;
    font-weight: normal;
}
.gecko .sf-menu li a span {
    font-size: .71em;
}
.sf-menu li ul li a {
    font-size: 12px;
    font-family: Arial, sans-serif;
}
ul.sf-menu li ul li ul li a { font-size: 12px }
.sf-menu ul li a {
    padding: 13px 7px;
    color: #999;
}
.sf-menu ul li a:hover { color: #818181 }
.sf-menu,
.sf-menu * {
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.3 }
.sf-menu ul {
    margin-left: 15px;
    margin-top: 25px;
    position: absolute;
    top: -999em;
    width: 10em;
}
.sf-menu ul li ul {
    margin: 0;
    left: 160px !important;
}
.sf-menu ul li {
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.sf-menu ul li:last-child { border: none }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em; /* match top ul list item height */
    z-index: 10000;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
/*** DEMO SKIN ***/
.sf-menu a {
    padding: .75em 1em;
    text-decoration: none;
}
.sf-menu li li {
    background: #fff;
    margin: 0;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active { outline: 0 }
/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('images/arrows-menu.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    background-position: 0 -100px;
    right: 21px;
    top: 1.9em;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0 }
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}
ul.sf-menu ul {
    border: 1px solid #ddd;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

ul.sf-menu li.current-menu-item a,
ul.sf-menu li.current-menu-ancestor a {
 background: url("images/nav-arrow.png") no-repeat scroll 50% 53px transparent;
color:#2F535B;
font-weight:400;
}


ul.sub-menu li.menu-item a {
color:#5a5a5a !important;
-moz-box-shadow:0px 0px 4px 4px rgba(157,157,157,.1) inset;
-webkit-box-shadow:0px 0px 4px 4px rgba(157,157,157,.1) inset;
box-shadow:0px 0px 4px 4px rgba(157,157,157,.1) inset;
}

ul.sub-menu li.menu-item a:hover {
color:#2F535B !important;

}

ul.sub-menu li.menu-item a:active {
-moz-box-shadow: 0 0 2px 2px rgba(157, 157, 157, 0.2) inset;
-webkit-box-shadow: 0 0 2px 2px rgba(157, 157, 157, 0.2) inset;
box-shadow: 0 0 2px 2px rgba(157, 157, 157, 0.2) inset;
}

/*-----------------------------------------------------------------------------------*/
/* Menu Without Description
/*-----------------------------------------------------------------------------------*/
#mainmenu_nodesc {
    -moz-box-shadow: 0 3px 0 rgba(217, 217, 217, 0.4);
    -webkit-box-shadow: 0 3px 0 rgba(217, 217, 217, 0.4);
    box-shadow: 0 3px 0 rgba(217, 217, 217, 0.4);
	background:#eee;
  	background: none repeat scroll 0 0 rgba(238, 238, 238, 0.5);
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #e9e9e9;
}
.sf-menu.no_desc li a {
font-size:13px;
}
.sf-menu.no_desc a {
    padding: 1.3em 2em;
    text-decoration: none;
}
.sf-menu.no_desc li:hover ul, .sf-menu.no_desc li.sfHover ul {
left: -16px;
top: 2em;
z-index: 10000;
}

.sf-menu.no_desc ul.sub-menu a {
	padding:13px 7px;
}
.sf-menu.no_desc li {
margin:0;
}
.sf-menu.no_desc li a:hover,
.sf-menu.no_desc li a.current {
    background: rgba(255,255,255,.5);
}
/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
#top_search {
    position: relative;
    z-index: 1;
    top: -10px;
}
#search {
    position: absolute;
    right: 9px;
    width: 193px;
    top: -55px;
}
#search form {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    background: none repeat scroll 0 0 #E9E9E9;
    border: 1px solid #CCCCCC;
    clear: both;
    height: 37px;
    padding: 10px;
    position: relative;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
#search form input[type=text] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    color: #999999;
    font-size: 1.3em;
    margin-top: 5px;
    padding: 8px 5px;
    position: absolute;
    width: 159px;
}
#search form input[type=image] {
    position: absolute;
    right: 18px;
    top: 25px;
}
#search a#open {
    background: url("images/search-open.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 26px;
    margin-top: 0px;
    position: relative;
    text-indent: -999em;
    width: 22px;
    z-index: 1;
}
#search a#close {
    background: url("images/close.png") no-repeat;
    bottom: 8px;
    display: block;
    left: 183px;
    opacity: 0.8;
    position: relative;
    text-indent: -999em;
    width: 15px;
	height: 15px;
    z-index: 10;
}
/*-----------------------------------------------------------------------------------*/
/* Nivo Slider
/*-----------------------------------------------------------------------------------*/
#slider-wrapper {
    height: 388px;
    margin-top: 48px;
    margin-bottom: 150px;
}
#slider {
    position: relative;
    width: 960px;
    height: 246px;
    background: url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#slider a {
    border: 0;
    display: block;
}
.slider-title { margin-bottom: 10px; 	font-size:0em;}
.slider-title a {
    text-decoration: none;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}
.nivo-controlNav {
    position: absolute;
    bottom: -42px;
}
.nivo-controlNav a {
    display: block;
    width: 70px;
    height: 47px;
    text-indent: -9999px;
    border: 0;
    margin-right: 24px;
    float: left;
}
.nivo-controlNav a.active span.outline {
	background: rgba(0, 0, 0, 0.3);
}
.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
a.nivo-prevNav { left: 15px }
nivo-caption {
    background: rgba(0, 0, 0, 0.0);
    left: 579px;
    margin-left: -30px;
    padding: 15px;
    position: absolute;
    width: 0px;
    bottom: 30px;

}


.shadow_slider {
    background: url("images/shadow.png") no-repeat scroll center 0 transparent;
    height: 15px;
}
.nivo-caption a.read-more {
    font-weight: bold;
    float: right;
    margin-top: 10px;
}

.nivo-caption h2 a {
    color: #fff;
    text-decoration: none;
}
.nivo-caption p p {
    text-shadow: 0px 1px 1px #000;
    color: white;
}
.nivo-caption a.read-more,
.nivo-caption h2 a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: text-shadow .5s linear;
    -moz-transition: text-shadow .5s linear;
    -o-transition: text-shadow .5s linear;
    transition: text-shadow .5s linear;
}
.nivo-caption a.read-more:hover,
.slider-title a:hover {
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
}
#slider-outer { margin-bottom: 35px }
#thumb-stripes {
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    height: 101px;
}
/*-----------------------------------------------------------------------------------*/
/* Default Content
/*-----------------------------------------------------------------------------------*/
.home #content { padding: 52px 0; }
#content { padding: 20px 0 }
#maincontent-outer {
    background: url(images/mcontent-bg.jpg) repeat;
    margin-top: 4px;
    overflow: hidden;
}
.single ol#breadcrumb { margin-bottom: 20px }
#breadcrumbs {
	background:#fff;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 0;
    padding-top: 17px;
    font-size: .75em;
}
ol#breadcrumb li {
    list-style: none;
    float: left;
    margin: 0 15px 0 0;
}
.sidebar { float: right }
ul.sidebar.list li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
ul.sidebar.list li a {
    display: block;
    padding: 6px 0;
    color: #818181;
    text-decoration: none;
}
ul.sidebar.list li a:hover {
	background:#fff;
    background: rgba(255,255,255,.5);
    -moz-box-shadow: 0 3px 0 rgba(167, 167, 167, 0.1);
    -webkit-box-shadow: 0 3px 0 rgba(167, 167, 167, 0.1);
    box-shadow: 0 3px 0 rgba(167, 167, 167, 0.1);
}
/*-----------------------------------------------------------------------------------*/
/* Blog - Custom Page
/*-----------------------------------------------------------------------------------*/
.postmetadata_box {
    position: absolute;
    margin-top: 10px;
	width: 175px;
}
div.postmetadata_box ul li {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    background: url(images/metaicons.gif) no-repeat 0 9px;
    padding-left: 17px;
}
div.postmetadata_box ul li.comment { background-position: 0px -18px }
div.postmetadata_box ul li.author { background-position: 0px -45px }
div.postmetadata_box ul li.tags { background-position: 0px -73px; line-height:1.7; }
div.postmetadata_box ul li a {
    text-decoration: none;
    color: #666;
    font-size: .9em;
    border-bottom: 1px solid #CCCCCC;
    font-weight: 500;
}
div.postmetadata_box ul li a:hover {
    border-bottom: 1px solid #999;
    text-decoration: none;
    color: #B13838;
}
.page-template-custom-page-blog-php h2.posttitle {
    margin-bottom: 20px;
    font-size: 3em;
}
.page-template-custom-page-contact-php h2.posttitle {
    margin-bottom: 10px;	
}
.single-post h2.posttitle {
	margin-bottom: 0;
}
h2.posttitle {
    color: #333;
    font-weight: bold;
    text-shadow: 0px 1px 0px #fff;
}
.archivestitle { border-bottom: 4px solid #ddd }
.posttitle a {
    text-decoration: none;
    color: #555;
    padding: 4px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.posttitle a:hover {
    background: #e9e9e9;
    border-bottom: 1px solid #e1e1e1;
    text-decoration: none;
    color: #555;
    text-decoration: none !important;
}
.postmetadata {
    font-size: 10px;
    font-style: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.postmetadata em {
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    font-weight: bold;
}

.entry_container { margin-left: 196px }
.page-template-default .post,
.page-template-custom-page-fullwidth-php .post {
    border-bottom: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.post a:hover { text-decoration: underline }
.post_entry {
 -moz-box-shadow: 0px 3px 0px rgba(127,127,127,.1);
 -webkit-box-shadow: 0px 3px 0px rgba(127,127,127,.1);
 box-shadow: 0px 3px 0px rgba(127,127,127,.1);
 border-bottom: 1px solid #CCCCCC;
 margin-bottom: 30px;
 padding-bottom: 20px;
 padding-right: 5px;
 position: relative;
}

.entry img.attachment-blog-thumbs {
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background: #EAEAEA;
    border: 1px solid #CCCCCC;
    padding: 4px;
}
a.thumb-open-post {
    position: relative;
    text-decoration: none;
}
a.thumb-open-post:hover { text-decoration: none }
span.open-post {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.5);
background:#555;
background: rgba(68, 68, 68, 0.8);
bottom: 80px;
color: #BBBBBB;
display: block;
font-size: 11px;
left: 42%;
padding: 3px 5px;
position: absolute;
text-decoration: none;
text-shadow: 0px 1px 0px rgba(0,0,0,.3);
}
a.more-link span { color: #b13533 }
#alt-login-methods a:hover { text-decoration: none }
#alt-login-methods p:first-child {
    float: left;
    margin-right: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* Work - Custom Page
/*-----------------------------------------------------------------------------------*/
ul.portfolio-main.filter {
	margin: 20px 0 25px;
	    padding-left: 15px;
}
ul.portfolio-content { margin-top: 35px }
ul.portfolio-content li {
    float: left;
    margin: 0;
    list-style: none;
    margin: 0 24px 24px 0;
    width: 296px;
}
ul.portfolio-content li h4 { margin-bottom: 5px }
ul.portfolio-content li.last { margin-right: 0 }
.filter li a {
    color: #444;
    text-decoration: none;
    margin-bottom: 1px;
}
.filter li {
float: left;
list-style: none;
margin-left: 0;
margin-right: 20px;
}
ul.filter li a {
    font-weight: bold;
    display: block;
}
ul.filter li a:hover {
	color:#B13533;
}
ul.filter li.active a {
	color:#B13533;
}
.portfolio-content {
    overflow: hidden;
 
}
.portfolio-content div.project {
    margin: 15px;
    float: left;
}
.portfolio-content div.project img.attachment-quicksand_gallery {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CFCFCF;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-top: 4px;
}
.single-gallery .postcontainer, .single-cptportfolio .postcontainer {
	margin-top:30px;
	margin-bottom:40px;
}

.portfolio-content .portfolio-item a {
    position: relative;
    text-decoration: none;
	display:block;
}
.portfolio-content .portfolio-item a.readmore {
	display:inline;
	text-decoration:underline;
}
.portfolio-content .portfolio-item a.readmore:hover {
	text-decoration:none;
}
span.caption {
	background:#111;
    background: rgba(0, 0, 0, 0.6);
    bottom: 8px;
    color: #FFFFFF;
    margin-left: 5px;
    padding: 10px 5px;
    position: absolute;
    text-shadow: 0 1px #000000;
    width: 276px;
    display: none;
}
.portfolio-item {
	width:290px;
}

.portfolio-item h3 {
	margin-bottom: 10px;
	    margin-top: 10px;
}
.portfolio-item p {
	font-size: 12px;
    text-align: justify;
}

li.filter_title {
font-family: Georgia;
font-style: italic;
}

/*-----------------------------------------------------------------------------------*/
/* Widgets
/*-----------------------------------------------------------------------------------*/
.widget { margin-bottom: 40px }
#tabs .widget { margin-bottom: 40px }
ul.tabs {
    list-style: none;
    height: 28px;
    margin: 0;
}
ul.tabs li {
    float: left;
    height: 28px;
    line-height: 25px;
    border: 0;
    background: transparent;
    overflow: hidden;
    position: relative;
    margin-left: 0;
    top: 1px;
}
ul.tabs li a {
    text-decoration: none;
    display: block;
    padding: 2px 20px 0;
    margin: 1px;
    cursor: 0;
    font-size: .9em;
    color: #818181;
}
ul.tabs li a:hover {
    color: #999;
    background: #eaeaea;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
ul.tabs li a.current {
    background: #fff;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    margin: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
ul.tabs li.active a { background: none; margin: 0  }
.tabbed_container {
    border: 1px solid #e3e3e3;
    border-top: none;
    clear: both;
    float: left;
    width: 498px;
    background: #f7f7f7;
    margin-bottom: 18px;
}
.tabcontent {
    -moz-box-shadow: 0 2px 0 rgba(127, 127, 127, 0.1);
    -webkit-box-shadow: 0 2px 0 rgba(127, 127, 127, 0.1);
    box-shadow: 0 2px 0 rgba(127, 127, 127, 0.1);
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-top: 1px solid #e3e3e3;
}
.tabcontainer { padding: 15px }
.tabcontainer p { margin-bottom: 0 }
.tabbed ul.fancylist { margin: 0 }
.tabbed ul.fancylist li {
    list-style: none;
    margin: 0;
}
.tabbed ul.fancylist li a {
    border-bottom: 1px dotted #E3E3E3;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.tabbed ul.fancylist li a:hover {
    background: #f9f9f9;
    color: #B13838;
}
.tabbed ul.fancylist li:last-child a { border-bottom: none }
.tabbed ul.fancylist li a span {
    font-weight: normal;
    font-family: Arial;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #666;
}
.tabbed ul.fancylist li a img {
    background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    height: 37px;
    margin-right: 8px;
    padding: 3px;
    width: 37px;
}
ul.sidebarlist li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
}
ul.sidebarlist li a {
    padding: 8px 0;
    display: block;
    color: #818181;
    text-decoration: none;
}
ul.sidebarlist li a:hover {background:#fff; background: rgba(255,255,255,.5) }
.sponsors ul {
    overflow: hidden;
    margin-bottom: 0;
}
.sponsors ul li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
.sponsors ul li a {
    background: #eaeaea;
    display: block;
    height: 125px;
    padding: 4px;
    width: 125px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.sponsors ul li a.ad-2,
.sponsors ul li a.ad-4,
.sponsors ul li a.ad-6 { margin-left: 10px }
/*-----------------------------------------------------------------------------------*/
/* Map Widget 
/*-----------------------------------------------------------------------------------*/
img.maps-image {
    -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.5);
}
span.map_outliner {
    height: 144px;
    left: 3px;
	outline-color:#000;
    outline: 3px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 3px;
    width: 240px;
}
.sidebar .textwidget .map {
    left: 4px;
    position: relative;
}
/*-----------------------------------------------------------------------------------*/
/* Search Widget 
/*-----------------------------------------------------------------------------------*/
.sidebar div.search_main form.searchform input.field,
.widget_feedburner input[type="text"] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    color: #888888;
    font-size: 13px;
    padding: 10px;
    width: 80%;
}
.search h2.posttitle {font-size:2.5em;}
.sidebar .widget_feedburner input[type="text"] { width: 62% !important }
/*-----------------------------------------------------------------------------------*/
/* Twitter Widget 
/*-----------------------------------------------------------------------------------*/
.sidebar .widget_ivor_twitter .stream {
    -moz-border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0 20px;
}
.sidebar .widget_ivor_twitter ul {
    margin-bottom: 7px;
    padding-bottom: 0;
}
.sidebar .widget_ivor_twitter ul li {
    border-bottom: 1px dashed #DDDDDD;
    list-style: none outside none;
    margin: 0 0 16px;
    padding-bottom: 7px;
}
.sidebar .widget_ivor_twitter ul li a {
	color: #555;
}
.sidebar .widget_ivor_twitter ul li:last-child {
    border: none;
    margin: 0;
}
.stream .tlogo {
    display: block;
    padding: 10px 0;
}
.sidebar p.tfollow { padding-top: 10px }
/*-----------------------------------------------------------------------------------*/
/* Social Widget
/*-----------------------------------------------------------------------------------*/
ul.socialwidget li {
    float: left;
    list-style: none;
    margin: 0 3px 0 0;
}

/* ---------- @ Dark (social) -----------*/
ul.socialwidget li a {
    background: url(images/social-icons.png) no-repeat 0 -41px;
    text-indent: -999em;
    display: inline-block !important;
    height: 34px;
    width: 33px;
}
.footerbox .socialwidget li a.twitter:hover { background-position: 0 0 }
.footerbox .socialwidget li a.behance { background-position: -44px -41px }
.footerbox .socialwidget li a.behance:hover { background-position: -44px 0px }
.footerbox .socialwidget li a.flickr { background-position: -88px -41px }
.footerbox .socialwidget li a.flickr:hover { background-position: -88px 0px }
.footerbox .socialwidget li a.dribbble { background-position: -131px -41px }
.footerbox .socialwidget li a.dribbble:hover { background-position: -131px 0px }
.footerbox .socialwidget li a.mail { background-position: -173px -41px }
.footerbox .socialwidget li a.mail:hover { background-position: -173px 0px }
.footerbox .socialwidget li a.digg { background-position: -215px -41px }
.footerbox .socialwidget li a.digg:hover { background-position: -215px 0px }
.footerbox .socialwidget li a.facebook { background-position: -257px -41px }
.footerbox .socialwidget li a.facebook:hover { background-position: -257px -1px }

/* ---------- @ Light (social) -----------*/

.sidebar ul.socialwidget li a {
    background: url(images/social-icons-light.png) no-repeat 0 0px;
    text-indent: -999em;
    display: inline-block !important;
    height: 40px;
    width: 40px;
}
.sidebar ul.socialwidget li a.behance { background-position: -44px 0 }
.sidebar .socialwidget li a.flickr { background-position: -104px 0 }
.sidebar .socialwidget li a.dribbble { background-position: -260px 0 }
.sidebar .socialwidget li a.mail { background-position: -208px 0px }
.sidebar .socialwidget li a.digg { background-position: -156px 0px }
.sidebar .socialwidget li a.facebook { background-position: -314px 0px }


/*-----------------------------------------------------------------------------------*/
/* Feedburner Footer 
/*-----------------------------------------------------------------------------------*/

.footerbox .widget_feedburner input[type=text] {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1) inset;
    background: #282828;
    background: rgba(20, 20, 20, 0.5);
	border-color:#222;
    border-color: rgba(52, 52, 52, 0.6) rgba(52, 52, 52, 0.6) rgba(52, 52, 52, 0.8);
    border-top: 1px solid rgba(52, 52, 52, 0.6);
    font-size: 11px;
    padding: 8px;
    text-shadow: 0 1px 0 #000000;
}
.footerbox .widget_feedburner form {
	position:relative;
}
.footerbox .widget_feedburner input[type=image] {
	position:absolute;
	right: 32px;
    top: 10px;
}
.chrome .footerbox .widget_feedburner input[type=image],
.safari .footerbox .widget_feedburner input[type=image] {
    top: 12px;
}


/*-----------------------------------------------------------------------------------*/
/* Subscribe Module
/*-----------------------------------------------------------------------------------*/
#subscribe-widget {
    margin: 0 -21px 0 -20px;
    padding: 0 20px 20px;
}
#subscribe-widget:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#subscribe-widget p {
    line-height: 1.5em;
    padding-top: 0.5em;
}
#subscribe-widget h5 {
    color: #435759;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
    font: 1em Verdana, "Lucida Grande", Lucida, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}
#subscribe-widget span.followers a,
#subscribe-widget span.subscribers a { display: block }
#subscribe-widget span.subscribers,
#subscribe-widget span.followers {
    display: block;
    float: left;
    margin-top: 0.25em;
    padding-left: 40px;
    position: relative;
    width: 68px;
}
#subscribe-widget span.subscribers { margin-right: 50px }
#subscribe-widget span.subscribers a.icon,
#subscribe-widget span.followers a.icon {
    background-image: url(images/social-sidebar.png);
    background-position: 0 -268px;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 8px;
}
#subscribe-widget a.subscribe,
#subscribe-widget a.followers { font-size: 1.1em }
#subscribe-widget span.followers a.icon { background-position: 0 -169px }
#subscribe-widget span.count {
    display: block;
    width: 3em;
    float: left;
    font: 400 24px Georgia, "Times New Roman", Times, serif;
}
#subscribe-widget a#complete-rss span { display: none }
#subscribe-widget ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#subscribe-widget ul {
    clear: left;
	background:#fbfbfb;
    background: rgba(127, 127, 127, 0.1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 0.25em 10px 0.25em 16px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0.5em;
}
#subscribe-widget ul li {
    float: left;
    padding-right: 1.3em;
    list-style: none;
    margin-left: 0;
}
#subscribe-widget ul li a { text-shadow: none }
#subscribe-widget ul li:after {
    content: "•";
    margin-left: 0.7em;
	color:#fbfbfb;
    color: rgba(0,0,0,0.125);
}
#subscribe-widget ul li:last-child:after {
    content: "";
    margin: 0;
}
ul.options li a {
    text-decoration: none;
    color: #555;
}
ul.options li a:hover { text-decoration: underline }
/*-----------------------------------------------------------------------------------*/
/* Testimonials
/*-----------------------------------------------------------------------------------*/
#testimonials {
    border-bottom: 1px dashed #CCCCCC;
    border-top: 1px dashed #CCCCCC;
    clear: both;
    margin: 30px 0;
    padding: 30px 0;
}
#testimonials h4 {
    margin-bottom: 0;
    line-height: 1.6;
    color: #777;
}
/*-----------------------------------------------------------------------------------*/
/* Homepage Boxes (columns)
/*-----------------------------------------------------------------------------------*/

#secondary-boxes b { font-size: 105% }
.box h3, #secondary-boxes h3 { margin: 20px 0 10px 0 }
.box {
    margin-right: 60px;
	margin-left:0;
}
.box.box_last {margin-right:0;}
/*-----------------------------------------------------------------------------------*/
/*  Custom Page Gallery
/*-----------------------------------------------------------------------------------*/
.gallery-zoom .item ul li {
    margin-left: 0;
    list-style: none;
}
.gallery-zoom .item  img.thumb {
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 4px;
}

.entry.gallery_zoom {
margin:40px 0;
padding-bottom:20px;
}
.description a.visit { margin-left: 10px }

.page-template-custom-page-gallery-zoom-php h2.posttitle {
    font-size: 2.8em;
    padding-bottom: 15px;
}
/*-----------------------------------------------------------------------------------*/
/* Sidebar Lists
/*-----------------------------------------------------------------------------------*/
.sidebar .widget_archive ul,
.sidebar .widget_categories ul,
.sidebar .widget_pages ul,
.sidebar .widget_nav_menu ul,
.sidebar .widget_recent_comments ul,
.sidebar .widget_recent_entries ul,
.sidebar .widget_meta ul,
.sidebar .widget_links ul {
 
}
.sidebar .widget_archive ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_nav_menu ul li,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_recent_entries ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_links ul li {
    margin: 0;
    list-style: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar .widget_archive ul li:hover,
.sidebar .widget_categories ul li:hover,
.sidebar .widget_pages ul li:hover,
.sidebar .widget_nav_menu ul li:hover,
.sidebar .widget_recent_comments ul li:hover,
.sidebar .widget_recent_entries ul li:hover,
.sidebar .widget_meta ul li:hover,
.sidebar .widget_links ul li:hover  {
background: #e9e9e9;
}

.sidebar .widget_archive ul li a,
.sidebar .widget_categories ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_nav_menu ul li a,
.sidebar .widget_recent_comments ul li a,
.sidebar .widget_recent_entries ul li a,
.sidebar .widget_meta ul li a,
.sidebar .widget_links ul li a {
	border-bottom: 1px solid #DDDDDD;
   color: #555555;
   display: block;
   padding: 5px 15px;
   text-decoration: none;
	background-image: url(images/simplebullet.gif);
	background-position:4px 50%;
	background-repeat:no-repeat;
}



/*-----------------------------------------------------------------------------------*/
/* Footer list 
/*-----------------------------------------------------------------------------------*/
div.footerbox .widget_archive ul li,
div.footerbox .widget_categories ul li,
div.footerbox .widget_pages ul li,
div.footerbox .widget_nav_menu ul li,
div.footerbox .widget_recent_comments ul li,
div.footerbox .widget_recent_entries ul li,
div.footerbox .widget_meta ul li,
div.footerbox .widget_links ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #333;
}
div.footerbox .widget_archive ul li a,
div.footerbox .widget_categories ul li a,
div.footerbox .widget_pages ul li a,
div.footerbox .widget_nav_menu ul li a,
div.footerbox .widget_recent_comments ul li a,
div.footerbox .widget_recent_entries ul li a,
div.footerbox .widget_meta ul li a,
div.footerbox .widget_links ul li a {
    text-decoration: none;
    color: #a1a1a1;
    font-size: 12px;
    display: block;
    padding: 7px 0;
    padding-left: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
div.footerbox .widget_archive ul li a:hover,
div.footerbox .widget_categories ul li a:hover,
div.footerbox .widget_pages ul li a:hover,
div.footerbox .widget_nav_menu ul li a:hover,
div.footerbox .widget_recent_comments ul li a:hover,
div.footerbox .widget_recent_entries ul li a:hover,
div.footerbox .widget_meta ul li a:hover,
div.footerbox .widget_links ul li a:hover { 
background: #1d1d1d; 
background: rgba(0,0,0,.2);

}
.footerbox .widget,
.footerbox .widget ul { margin-bottom: 0 }
#subfooter-outer { background: url(images/sub-footer-bg.jpg) repeat-x }
#subfooter { text-shadow: 0px 1px 0px #000 }
#subfooter p {
    line-height: 70px;
    margin-bottom: 0;
    text-shadow: 0px 1px 0px #000;
	color:#777777 !important;
}
#subfooter .right p { float: right }
/*-----------------------------------------------------------------------------------*/
/* WordPress WYSIWYG Editor Styles
/*-----------------------------------------------------------------------------------*/
.entry img { margin: 0 0 10px 0 }

.fancybox.entry-image img,
.entry_container img.attachment-blog-thumbs,
.portfolio-content img

 {
-moz-box-shadow: 0 4px 13px -8px #000000;
-webkit-box-shadow: 0 4px 13px -8px #000000;
box-shadow: 0 4px 13px -8px #000000;
background:#fff;
border-color: #DDDDDD #DDDDDD #bcbcbc;
border-style: solid;
border-width: 1px;
padding: 3px;

}
.entry_container img.attachment-blog-thumbs {
margin-bottom:20px;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone,
img.alignnone { /* not sure about this one */:  }
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
table,
dl,
.entry ul li,
.entry ol li,
pre,
code { font-size: 13px }
dt { font-weight: bold }
dd { margin-bottom: 18px }
strong {
    font-weight: bold;
    font-size: 1em;
}
cite,
em,
i {
    font-style: italic;
    font-size: 13px;
}
big { font-size: 131.25% }
blockquote {
    font-style: italic;
    padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i { font-style: normal }
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup { bottom: 1ex }
sub { top: .5ex }
sub,
sup { font-size: 10px }
dl { margin: 0 0 24px 0 }
dt { font-weight: bold }
dd { margin-bottom: 18px }
table {
    border: 1px solid #e7e7e7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    background: #fff;
}
.entry tr th,
.entry thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}
.entry tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}
.entry tr.odd td { background: #f2f7fc }
/*-----------------------------------------------------------------------------------*/
/* Columns
/*-----------------------------------------------------------------------------------*/
.twocol-one { width: 48% }
.threecol-one { width: 30.66% }
.threecol-two { width: 65.33% }
.fourcol-one { width: 22% }
.fourcol-three { width: 74% }
.fivecol-one { width: 16.8% }
.fivecol-two { width: 37.6% }
.fivecol-three { width: 58.4% }
.fivecol-four { width: 67.2% }
.sixcol-one { width: 13.33% }
.sixcol-two { width: 30.66% }
.sixcol-three { width: 47.99% }
.sixcol-four { width: 54.32% }
.sixcol-five { width: 82.67% }
.twocol-one,
.threecol-one,
.threecol-two,
.fourcol-one,
.fourcol-three,
.fivecol-one,
.fivecol-two,
.fivecol-three,
.fivecol-four,
.sixcol-one,
.sixcol-two,
.sixcol-three,
.sixcol-four,
.sixcol-five {
    float: left;
    margin-right: 4%;
    position: relative;
	color:#666666;
}
.last {
    clear: right;
    margin-right: 0 !important;
}
/*-----------------------------------------------------------------------------------*/
/* Comments Template 
/*-----------------------------------------------------------------------------------*/
div#comments div#respond form#commentform label {
    left: 11px;
    position: absolute;
    top: 9px;
}
div#comments div#respond form#commentform input[type=text],
div#comments div#respond form#commentform textarea {
    -moz-box-shadow: 0 0 0 3px rgba(157, 157, 157, 0.1);
    -webkit-box-shadow: 0 0 0 3px rgba(157, 157, 157, 0.1);
    box-shadow: 0 0 0 3px rgba(157, 157, 157, 0.1);
    border: 1px solid #CCCCCC;
    padding: 10px;
    font-family: Arial;
    color: #818181;
    font-size: 1em;
    width: 93%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
span.required { color: #de5959 }
div#comments div#respond form#commentform p.comment-form-author,
div#comments div#respond form#commentform p.comment-form-email,
div#comments div#respond form#commentform p.comment-form-url,
div#comments div#respond form#commentform p.comment-form-comment { position: relative }
#respond { margin-top: 50px }
li.depth-1 #respond,
li.depth-2 #respond,
li.depth-3 #respond,
li.depth-4 #respond,
li.depth-5 #respond,
li.depth-6 #respond { margin-top: 0 }
#comments a,
#comments p,
#comments li,
#comments em,
#comments b { font-size: 13px }
.commentlist .reply {
    position: absolute;
    right: 15px;
    top: 15px;
}
.commentlist .reply a {
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgba(0,0,0,.5);
    text-decoration: none;
}
.commentlist .vcard img.avatar {
    background: none repeat scroll 0 0 #CCCCCC;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 3px;
}
.commentlist .comment { position: relative }
.commentlist .children {
    margin-bottom: 0;
    margin-top: 20px;
}

.commentlist .comment-author-admin {
	background:#f1f1f1;
    background: rgba(252, 241, 225, 0.5);
    outline-color: #FCDEB5;
}
.commentlist li {
	background:#fbfbfb;
    background: rgba(255, 255, 255, 0.5);
    list-style: none;
    margin-bottom: 20px;
    margin-left: 0;
    outline: 1px solid #DDDDDD;
    padding: 20px;
}
#comments-title span { font-weight:bold; }

.shine {
    position: relative;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}	
.thumb_wrapper {
    width: 450px;
    height: 300px;
    position: relative;
}
.thumb_wrapper a.prev {
    background: url("includes/assets/fancybox/fancy_nav_left.png") no-repeat scroll left top transparent;
    left: 53px;
}
.thumb_wrapper a.prev,
.thumb_wrapper a.next {
    cursor: pointer;
    height: 30px;
    margin-top: -15px;
    outline: medium none;
    position: absolute;
    top: 47%;
    width: 30px;
    z-index: 9999;
}
.thumb_wrapper a.prev {
    left: 10px;
    background: transparent url(includes/assets/fancybox/fancy_nav_left.png) no-repeat top left;
}
.thumb_wrapper a.next {
    right: 10px;
    background: transparent url(includes/assets/fancybox/fancy_nav_left.png) no-repeat top left;
}
.thumb_wrapper span {
    color: #666666;
    display: block;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    margin-top: 3px;
    text-align: center;
}

form#commentform input[type=submit],
form#contactform input[type=submit] {
-moz-border-radius: 30px 30px 30px 30px;
-webkit-border-radius: 30px 30px 30px 30px;
border-radius: 30px 30px 30px 30px;
-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  background-image: -moz-linear-gradient(0pt 100% 90deg, #DDDDDD, #FFFFFF);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
  border: medium none;
  color: #444444;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 15px !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
}
form#commentform input[type=submit]:hover,
form#contactform input[type=submit]:hover {
    background-image: -moz-linear-gradient(0pt 100% 90deg, #d1d1d1, #FFFFFF); /* firefox */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#d1d1d1)); /* webkit */
	cursor:pointer;
}


form#commentform input[type=submit]:active,
form#contact input[type=submit]:active { 
background: #ccc; /* old browsers */
background-image: -moz-linear-gradient(0pt 100% 90deg, #ccc, #FFFFFF); /* firefox */
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc)); /* webkit */

 }
 p#stc_comm_send label {
 	position: static !important;
 	}
/*-----------------------------------------------------------------------------------*/
/* Contact Form
/*-----------------------------------------------------------------------------------*/
form#contactform { width: 100% }
form#contactform label {
    font-size: 13px;
    position: absolute;
    top: 8px;
    left: 7px;
    color: #888;
}
.chrome form#contactform label,
.safari form#contactform label { top: 10px }
form#contactform label.verify {
    display: inline;
    position: static;
}
form#contactform p.required.verify { margin-bottom: 0 }
form#contactform input[type=text],
form#contactform textarea {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 0 3px rgba(157, 157, 157, 0.1);
    -webkit-box-shadow: 0 0 0 3px rgba(157, 157, 157, 0.1);
    box-shadow: 0 0 0 3px rgba(157, 157, 157, 0.1);
    border: 1px solid #CCCCCC;
    outline: medium none;
    padding: 9px 6px;
    width: 90%;
    color: #888;
    font-size: 13px;
}
form#contactform input[type=text] { width: 50% }
form#contactform textarea { width: 93% }
.select_wrapper {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 12px;
    background: #fafafa url(images/select.png) no-repeat right center;
    border: 1px solid #ccc;
    float: left;
    margin: 0;
    margin-bottom: 19px;
    width: 344px;
    display: block;
    color: #888;
    width: 52%;
    -moz-box-shadow: 0 0 0 3px rgba(157, 157, 157, 0.1);
    -webkit-box-shadow: 0 0 0 3px rgba(157, 157, 157, 0.1);
    box-shadow: 0 0 0 3px rgba(157, 157, 157, 0.1);
    padding: 3px 0;
    line-height: 25px;
}
.option-type .select_wrapper { background-color: #fff }
.select_wrapper:hover {
    background-color: #fff;
    color: #666;
}
select.select {
    cursor: pointer;
    height: 26px;
    margin: 0;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    padding: 0;
    position: relative;
    width: inherit;
    z-index: 4;
    width: 100%;
    -webkit-appearance: none;
}
.select_wrapper span {
    height: 26px;
    line-height: 26px;
    position: absolute;
    z-index: 2;
    padding-left: 6px;
}
p.comment_input_wrapper { position: relative }

#message .error_message {
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
	  background: #f4aaa9;
    background: rgba(226, 84, 82, 0.2);
    border: 1px solid rgba(147, 61, 59, 0.2);
    color: #9E2F2E;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom:20px;
    padding: 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    width: 93%;
}
#success_page {
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    background:  #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 15px 20px 20px;
    width: 91%;
}

#success_page h3 {
	color: #000000;
    margin-bottom: 5px;
}

#success_page p {
	margin-bottom: 0;
}
#verify_wrapper {
	float: left;
    width: 300px;
}

form#contactform input[type="submit"] {
	float: right;
    margin-right: 30px;
    margin-top: 7px;
}
/*-----------------------------------------------------------------------------------*/
/* Sidebar Generator Widget Titles
/*-----------------------------------------------------------------------------------*/
.sbg_widget h3 { margin-bottom: 10px }


/*-----------------------------------------------------------------------------------*/
/* Pagination
/*-----------------------------------------------------------------------------------*/
#archive_pagination { 
 font-size: 13px;
    height: 29px;
    line-height: 29px;
    padding: 20px 0;
}
span.numbered.current-numeric-page {
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 5px 9px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-right: 10px;
}
a.numbered {
    padding: 5px 9px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    margin-right: 10px;
    text-decoration: none;
}
a.numbered:hover { background: #e9e9e9 }


/*-----------------------------------------------------------------------------------*/
/* Twitter Connect Styles Override
/*-----------------------------------------------------------------------------------*/

span#tw-user {
  border: 1px dotted #CCCCCC;
    display: block;
    font-size: 13px;
    padding: 20px 10px;
    width: 92.9%;
}
span#tw-user img {
	background: #DDDDDD;
    float: left;
    height: 48px;
    margin-right: 10px;
    padding: 3px;
    width: 48px;
}
/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
#footer-outer { background: url(images/footer-bg.jpg) repeat }
.footer-top-stripe {
    background: url(images/footer-top.jpg) repeat-x;
    height: 8px;
}
.footer_container { padding: 30px 0 }
#footer p,
#footer li { text-shadow: 0px 1px 0px #000; color: #777777; }
#footer h3 {
    color: #a2a2a2;
    font-weight: normal;
    margin-bottom: 10px;
    text-shadow: 0px 1px 0px #000;
}
#subfooter a {
	color:#ccc;
}
/*-----------------------------------------------------------------------------------*/
/* Switcher Demo
/*-----------------------------------------------------------------------------------*/
#switcher_container {
	position: relative;
	top: 50px;
	left:50px;
	width: 300px;
}
#switcher {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	clear: both;
	padding: 20px;
	position:absolute;
	z-index:10000;
}
a#toggle_switcher.active {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url("http://jandmstructural.com/wp-content/themes/americana/images/big_plus.png") no-repeat scroll 50% 50% #FFFFFF;
	border: 1px solid #CCCCCC;
	display: block;
	left: -25px;
	padding: 15px;
	position: absolute;
	text-align: center;
	text-indent: -999em;
	top: -25px;
	width: 20px;
	height:20px;
	z-index:10001;
}
a#toggle_switcher {
	background: url("http://jandmstructural.com/wp-content/themes/americana/images/big_cross.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 30px;
	left: -15px;
	position: absolute;
	text-indent: -999em;
	top: -16px;
	width: 30px;
	z-index:10001;
}
#switcher ul {
margin-bottom:0;
}
#switcher h6 {
	color: #777777;
	font-family: Arial;
	margin-bottom: 8px;
}
#switcher ul li a {
font-size:13px;
}
#switcher ul li {
	margin:0;
	list-style:none;
}
#patternSwitcher ul li a {
	border: 1px solid #BBBBBB;
	display: block;
	float: left;
	height: 30px;
	margin: 5px;
	padding: 3px;
	text-indent: -999em;
	width: 58px;
	 background: #F1F1F1;	
}
#layout_switcher a, #slider_switcher a {
color: #444444;
font-size: 13px;
font-weight: bold;
padding-left: 20px;

}
#layout_switcher a.boxed_l {
	background: url("http://jandmstructural.com/wp-content/themes/americana/images/document-resize-actual.png") no-repeat;
}
#layout_switcher a.full_l {
	background: url("http://jandmstructural.com/wp-content/themes/americana/images/document-resize.png") no-repeat;
}

#slider_switcher a.nivo_s {
	background: url("images/image-export.png") no-repeat;
}

#slider_switcher a.piecemaker_s {
	background: url("http://jandmstructural.com/wp-content/themes/americana/images/images-stack.png") no-repeat;
}
#slider_switcher a.orbit_s {
	background: url("images/image-sharpen.png") no-repeat;
}
#slider_switcher a.boxed {
    padding: 0 !important;
}
#slider_switcher a.boxed span {
	font-size: 10px;

}

#color_select ul  {margin-bottom:0}
#color_select ul li { margin-left:0}
#color_select ul li a {text-decoration: none}

#color_picker 				{ 
	background: url('includes/assets/colorpicker/images/select_bg.png') top left no-repeat; 
 	cursor: pointer;
    height: 34px;
    position: relative;
    width: 152px;
	}
#color_picker_wrapper a, #color_picker_wrapper a:focus	{ 
	color:#888;
	font-weight:bold;
	 }
	a#reset_picker {
    background: url("images/cross-small.png") no-repeat scroll 0 0 transparent;
    color: #B02929;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-left: 15px;
    text-decoration: none;
	}
#color_picker_wrapper a:hover,
#color_picker_wrapper a:active {
	color:#111;
}
#color_picker div {
#color_picker div {
    background-color: transparent !important;
    height: 22px;
    position: relative;
    width: 22px;
    z-index: -1;
}
/* ---------- @ END -----------*/