/*

Theme Name: VA Atlas Theme
Description: VA Atlas child theme based on Twenty Twelve
Author: Beth Manghi
Version: 0.0.1
Template: twentytwelve

*/

/*   
Color Guide: (12/22/2012)
White:			#ffffff		255, 255, 255
Orange:			#e8a10c		232, 161, 12
Green:			#6db43f		109, 180, 63
Lt. Gray:		#c7c7c7		199, 199, 199
Lt. Med. Gray:	#b1b1b1		177, 177, 177
Med. Gray:		#7f7f7f		127, 127, 127
Dk. Gray:		#1a1a1a		26, 26, 26
Black:			#000000		0, 0, 0
*/

@import url('../twentytwelve/style.css');


#page {
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 15px 5px #7f7f7f;
}
#page.flash , #colophon.flash{
	max-width: 100%;
}
#content.flash  article{
	border-bottom: none;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	padding-bottom: 0px;
	padding-bottom: 0rem;
}
.site-header {
padding: 24px 0 12px;
padding: 1.714285714rem 0 0.857142857rem;
}
.site-content {
	margin: 0;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}

.header-image {
	margin-bottom: 24px;
}

.cat-thumb {
	float: left;
	margin: 0 10px 10px 0;
}

a.moretag {
	text-decoration: none;
}

#front-page-intro {
	border-bottom: 1px #EDEDED solid;
	padding: 24px 0 48px;
	padding: 1.714285714rem 0;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#intro-elements {
	float: left;
	width: 47.916666667%;
}

#intro-text p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714rem;
}
#masonry-index {
	width: 100%;
	display: block;
}
#masonry-index .post {
	width: 100%;
	float: left;
	margin: 0 25px 10px 0;
}
#links-front-widget, #recent-front-widget{
	width: 48.397436%;
	float: left;
	margin: 0 5px 10px 0;
	border-bottom: none;
}
div.meteor-slides {
margin: 0 auto 40px;
}
www.atlasva.orgme
/* SLIDESHOW */
#slideshow_container {
	float: left;
	width: 600px;
	height: 300px;
	border: none !important;	
	margin: 0 10px 25px 0;
}
/* Fix for FlexSlider */
.flexslider .slides img {
	height: auto;
}
#slideshow_container div {
	border: none !important;
}
/* END SLIDESHOW */
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
/*.widget-area .widget li:nth-child(even), .widget-area .widget .textwidget li:nth-child(even) {
	background: #fff;
	border: 1px solid #c7c7c7
}*/

table.front {
	margin: 0;
	width: 300px;
}
table.front tr > td:first-child, table.front tr > th:first-child, table.forum tr > td:first-child, table.forum tr > th:first-child {
	padding-left: 0;
	padding-top: 10px;
}
table.front p.topic-meta, table.forum p.topic-meta {
	font-size: 0.9em;
	margin: 5px 0 15px 0;
}
table.front td img.avatar, table.forum td img.avatar {
    float: none;
    margin: 0 5px -3px 0;
}
.padder div#pag-bottom {
	margin-top: -1px;
	border-top: 1px dotted #1A1A1A;
}
span.activity, div#message p {
	border: 1px solid #7f7f7f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	margin-top: 3px;
	text-decoration: none;
	background: #6db43f;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0)));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}
.hide-button {
	float: right;
	margin: -20px 10px 0 0; 
}
.hide-button a {
	color: #777;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 20px;
	border-top: 1px #fff solid;
	border-right: 1px #ededed solid;
	border-bottom: 1px #ededed solid;
	border-left: 1px #ededed solid;
}

.hide-button a:hover {
	color: #000;
}

/* PAGINATION */

.paginationBox {
	clear: both;
	display: block;
	float: left;
	margin: 1em 0 2em 0;
}
ul.pagination {
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
	font-size: 80%;
	line-height: 1em;
	list-style-type: none;
}
.pagination li {
	float: left;
	vertical-align: middle;
	background-color: #fff;
	margin-right: 1px;
}
.pagination span,
.pagination a {
	float: left;
	border: 1px #ededed solid;
	padding: 3px 9px 4px 9px;
	text-decoration: none;
	width: auto;
	color: #999;
}
.pagination a:hover,
.pagination a:focus {
	color: #fff;
	background-color: #777;
	border-color: #777;
}
.pagination .current{
	padding: 3px 9px 4px 9px;
	color: #fff;
	background-color: #777;
	border: 1px #777 solid;
}

/* END PAGINATION */

h3.news-title {
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
}
h3.news-title, .widget-area .widget h3, .widget-area .widget h3 a, #front-topics  h3.widget-title, .post  h3.widget-title {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	background: #7f7f7f;
	color: #fff;
	letter-spacing: 2px;
	padding: 5px;
	border-radius: 5px;
	font-variant:small-caps;
	text-decoration: none;
}
.widget-area .widget h3, .widget-area .widget h3 a, #front-topics  h3.widget-title {
	background: #6db43f;
}
.entry-header img.wp-post-image {
margin-bottom: 0;
}
#sidebar-login-form, #sidebar-me {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
#sidebar-me h4 {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
#container { 
	height: 42.85714285714286rem; 
	visibility: hidden;
}
#topPane {
	background-color: #b1b1b1;
}
#mapPane {
	width: 58.5%;
	height: 35.71428571428571rem;
}
#map {
	height: 35.71428571428571rem !important;
}
.esriSimpleSliderTL {
	left: auto;
    right: 20px;
    top: 20px;
}
#bottomPane {
	width: 38.6%;	
	height: 35.71428571428571rem;
}
#grid {
	height: 100% 
}
.dgrid { 
	border: none; 
}
.field-id {
	cursor: pointer; 
}
.zoominIcon {background-image:url(images/zoomplus.png); width:33px; height:34px; }
.zoomoutIcon {background-image:url(images/zoom_minus.png); width:33px; height:34px; }
.panIcon {background-image:url(images/pan.png); width:32px; height:32px; }
.printIcon {background-image:url(images/black_print.png);	width:32px;	height:32px;}

#navToolbar.dijitToolbar {
	background-image: none;
	background-color: #b1b1b1;
	border-bottom: none;
	float: right;
}
#widget_readyMapsList {
	width: 75%;
	/*height: 10.71428571428571rem;*/
}
#widget_readyMapsList option {
	height: 1.714285714285714rem;
}
#feedback {
        background: #fff;
        color: #000;
        font-family: arial;
        height: auto;
        left: 30px;
        margin: 5px;
        padding: 10px;
        position: absolute;
        text-align: center;
        top: 80px;
        visibility: hidden;
        width: 200px;
        z-index: 10;
}
.esriLegendService table {
	margin-bottom: 0.5rem;
}
.esriLegendLayerLabel {
	display: none;
}
th.dgrid-column-attributeValue, td.dgrid-column-attributeValue {
	text-align: center;
}
.entry-content a:visited, .comment-content a:visited {
color: #0000ff;
}
.widget-area li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
		margin-left: 1em;
}
.widget-area a {
    text-decoration: none;
}

@media screen and (min-width: 600px) {
	/*#content {
		float: left;
		width: 65.104166667%;
	}*/
	.widget-area {
		float: right;
		width: 31.25%;
	}
	#content.non-buddy {
		width: 100%;
	}
	#primary.flash, #primary.flash #content {
		width: 100%;
		height: 100%;
	}
	.main-navigation {
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
		z-index: 1;
	}
	/*#page.flash .main-navigation {
		margin-top: 0;
		margin-bottom: 0;
	}*/
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
		border: none;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.fuller {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
	}
	#navDiv {
		float: right;
	}
	#imgDiv {
		float: left;
	}
	.entry-content-full {
		height: 100%;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
		z-index: 2;
	}
	.entry-header .entry-title, .entry-header .entry-title a {
		font-size: 22px;
		font-size: 1.571428571rem;
		color: #6db43f;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a, 
	.main-navigation .current-page-parent > a, 
	.main-navigation  .current-page-ancestor > a {
		color: #6db43f;
		font-weight: bold;
	}		
	.main-navigation li a:hover {
		color: #6db43f;
	}	
	footer[role="contentinfo"] { 
		border-top: 1px #7f7f7f solid;
		overflow: auto;
	}
		
	footer[role="contentinfo"] a { 
		text-decoration: none;
	}
	.col-footer {
		width: 33.3%;
		float: left;
		margin-top: 10px;
	}
	h3.footer-about {
		font-size: 0.9em;
		margin-bottom: 20px;
		color: #6db43f;
	}
	#footer-navigation {
		display: block;
		float: left;
	}
	#footer-navigation ul {
		list-style: none;
		padding-left: 0;
	}
	#footer-navigation li {
		float: left;
		width: 100px;
		position: relative;
	}
	#footer-navigation a {
		display: block;
		text-decoration: none;
		color: #7f7f7f;
		text-transform: uppercase;
		font-size: 0.8em;
		border-bottom: solid 1px rgba(255,255,255,0);
	}
	#footer-navigation a:hover,
	#footer-navigation a:focus {
		color: #6db43f;
	}
	#logo-images img {
		max-width: 100%;
		height: auto;
	}
	#about p {
		font-size: 0.8em;
		color: #7f7f7f;
	}
	.authorCreds {
		font-weight: normal;
	}
}