/*
Theme Name: 	Vote Atlantic County
Theme URI: 		http://voteatlanticcounty.org
Description: 	Vote Atlantic County
Version: 		1.0
Author: 		Hiro Kizuka
Author URI: 	http://www.linkedin.com/in/webdesignfrontenduserexperienc
Tags: 			Responsive, Design
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/
  
/* oswald font via adobe typekit */
 
/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
	height:auto;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:		12;
	dw-gutter-percentage:		25;
4
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

›

/* Desktop Layout: 769px to a max of 1232px. */
.gridContainer {
	width:100%;
	/*width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;*/
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
 

h1 {
	font-family:'oswald', Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size:30px;
	color: #091664;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
}

h2 {
	font-family: 'oswald', Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size:25px;
	color: #af00a4;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
}

h3 {
	font-family: 'oswald', Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size:18px;
	color: #091664;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	margin-bottom:0px;
}


p {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 18px;
	color: black;
	margin-top: 5px;
	font-weight: normal;
}

ul {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 18px;
	color: black;
}

li {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 18px;
	color: black;
}

ol {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 18px;
	color: black;
}

.fl-button-text {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 18px;
	color: black;
}

.fl-countdown-unit-number {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

.fl-countdown-unit-label {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

.fl-accordion-button-label {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

.news_content {
	margin: auto;
	width: 1000px;
	display: block;
}




		
		
		
		
		
		
		
		
		
	

/* Tablet Layout: 641px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 641px) {

.gridContainer {
	width:100%;
	/*width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;*/
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}

.news_content {
	margin: auto;
	width: 100%;
	display: block;
}



}










		
		
		
		
		
		
		
		
		
	






















		
		
		
		
		
		
		
		
		
	
/* Mobile Layout: 480px and below.
@media only screen and (max-width: 480px) { */
@media only screen 
and (min-width : 300px) 
and (max-width : 640px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width:95%;
	/*width:96%;
	width: 86.45%;
	padding-left: 2.275%;*/
	padding-right: 2.275%;
	clear: none;
	float: none;
}

#div1 {
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
 
	
.news_content {
	margin: auto;
	width: 100%;
	display: block;
}

p {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 16px;
	color: black;
	margin-top: 5px;
	font-weight: normal;
}

ul {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 16px;
	color: black;
}

li {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 16px;
	color: black;
}

ol {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 16px;
	color: black;
}

.fl-button-text {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 16px;
	color: black;
}	
	
	
}


