/*   
Theme Name: Green Santa Clarita
Theme URI: http://www.santa-clarita.com
Description: Theme for Green SC Site
Author: Jeremy Malais
Author URI: http://jmalais.com/
Version: 1
*/


.home_wrapper {
	position: relative;
}

.home_left {
	border: none;
	margin-right: 235px;
}

.home_right {
	border: none;
	background-color: #e4f1d8;
	text-align: center;
	width: 220px;
	padding: 10px 0;
	position: absolute;
	right: 0;
	top: 0;
}

/* Slideshow */

  /* 480px */
	@media only screen
	and (min-width: 361px)
	and (max-width: 480px) {
		.promo_slider_wrapper {
			display: none !important;
		}
		
		.promo_slider {
			height: 189px !important;
		}
		
		.promo_slider .ps_hover {
			display: block;
		}
		
		.promo_slider_background_image a img {
			width: 480px !important;
			height: 189px !important;
		}
		
		iframe {
			display: none !important;
		}
		
		.post img, img.alignright {
			float: none !important;
			display: block !important;
			margin: 5% !important;
			width: 90% !important;
			height: auto !important;
		}
		
		.home_right img {
			display: inline !important;
		}
		
	}

  /* 360px */
	@media only screen
	and (min-width: 319px)
	and (max-width: 360px) {
		.promo_slider_wrapper {
			display: none !important;
		}
		
		.promo_slider {
			height: 141px !important;
		}
		
		.promo_slider .ps_hover {
			display: block;
		}
		
		.promo_slider_background_image a img {
			width: 360px !important;
			height: 141px !important;
		}
		
		iframe {
			display: none !important;
		}
		
		.post img, img.alignright {
			float: none !important;
			display: block !important;
			margin: 5% !important;
			width: 90% !important;
			height: auto !important;
		}
		
		.home_right img {
			display: inline !important;
		}
	}
	
  /* Less than 320px */
	@media only screen
	and (max-width: 320px) {
		.promo_slider_wrapper {
			display: none;
		}
		
		iframe {
			display: none !important;
		}
		
		.post img, img.alignright {
			float: none !important;
			display: block !important;
			margin: 5% !important;
			width: 90% !important;
			height: auto !important;
		}
		
		.home_right img {
			display: inline !important;
		}
	}


/* Style Changes */

  /* Below 768px */
  
  @media only screen 
	and (max-width : 560px) {
		body {
			margin: 0px !important;
			background: none !important;
			background-color: #c7b29a !important;
			font-size: 1em !important;
		}
		
		#page-wrap {
			width: 100% !important;
		}
		
		#header {
			width: 100% !important;
		}
		
		#top-logo {
			width: 100% !important;
			background-position: -35px; /* GOOD UNTIL 360PX */
			background-color: white !important;
		}
		
		#logo, #logo a {
			width: 100% !important;
		}
		
		#nav-bar {
			height: auto !important;
			padding: 0px !important;
		}
		
		#menu-main-menu {
			margin: 10px 0 !important;
			border-top: 1px dotted #cccccc !important;
		}
		
		#menu-main-menu > li {
			float: none !important;
			text-align: center !important;
			border-bottom: 1px dotted #cccccc !important;
			background-color: #f1ece6 !important;
		}
		
		#menu-main-menu a {
			font-size: 1.2em !important;
		}
		
		.menu-header ul li ul {
			display: none !important;
		}
		
		#content {
			width: 96% !important;
			padding: 2% !important;
			overflow: hidden !important;
		}
		
		.home_left {
			margin: 0px !important;
		}
		
		.home_right {
			position: relative !important;
			width: 100% !important;
			margin: 10px 0px !important;
		}
		
		.home_right a img {
			width: 30% !important;
			height: auto !important;
			margin: 5px !important;
		}
		
		#content aside {
			height: 100% !important;
			display: none !important;
		}
		
		#content aside div {
			display: block !important;
			width: 100% !important;
			float: none !important;
		}
		
		#footer {
			width: 100% !important;
			background: none !important;
		}
		
		h1 {
			font-size: 1.5em !important;
		}
		
		h2 {
			font-size: 1.3em !important;
		}
		
		table, hr {
			width: 100% !important;
			max-width: 100% !important;
		}
	}

	
  /* Below 360px */
	@media only screen 
	and (max-width: 360px) {
		#top-logo {
			background-size: 230% !important;
		}
	}
	
	
  /* 480 - 767px */
	@media only screen 
	and (min-width: 480px) 
	and (max-width: 767px) {
		
	}

  /* 320 - 479px */
	@media only screen 
	and (min-width : 320px) 
	and (max-width : 479px) {
		
	}
	
  /* Less than 320px */
	@media only screen 
	and (max-width : 319px) {
		
	}


@media screen {

* { margin: 0; padding: 0; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */


body {
	background-color:#c7b29a;
	margin: 15px 0 0 0;
	background-image: url(/wp-content/themes/GreenSC/images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#page-wrap {
	width: 850px;
	margin:0 auto;
	border: none;
}

#content {
	width: 810px;
	padding: 10px 20px 10px 20px;
	background-color:#fff;
	/*background-image:url(/wp-content/themes/GreenSC/images/main_bg.gif);
	background-position:top;
	background-repeat:no-repeat;*/
}

.page blockquote ul {
	margin:0;	
}

.page blockquote li {
	display:inline-block;
	list-style:none;
	margin-left:10px;
	padding:10px;
	vertical-align:top;
	width:44%;
}

.page blockquote li strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	margin-left:-5px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style:italic;
	color: #754200;
	line-height: 37.5px;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #754200;
	font-style:italic;
	font-weight: normal;
	margin-top: 24px;
}

h2 a {
	color: #754200;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #754200;
	font-weight: normal;
	margin: 24px 0 12px;
}

.home td h3, .home td p, .home td ul, .home td li {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#post-1145 h1 {
	display: none;
}

.promo_slider_wrapper {
	margin: 0 !important;	
}

.home td#left {
	padding: 0 20px 0 0 !important;
}

p {
	padding-top: 18px;
}  

a {
	color: #618135;
	text-decoration: underline;
}
menu-header li a 
a:hover {
	color: #754200;
	text-decoration:none;
}

a:visited {

	text-decoration: none;
	color: #6666cc;
}

blockquote { }
blockquote p { }

ul, ol { margin: 13px 0 10px 40px; }

#content li {
	margin-top: 7px;
}

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }

#footer {
	width: 850px;
	height: 170px;
	background-image:url(/wp-content/themes/GreenSC/images/footer.gif);
	background-repeat:no-repeat;
	padding-top: 40px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color: #fff;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #618135;
	padding: 0px;
}

a img { border: none; }

table {
	border: thin dotted #618135;
}

tr {
	border: thin dotted #618135;
}

td {
	border: thin dotted #618135;
	padding: 10px;
	margin: 0;
}

aside {
	padding-top: 25px;	
	text-align: center;
	height: 200px;
}

aside h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.widget_search {
	margin: 0;
	text-align: left;
	float: right;
	padding: 10px;
}

.widget_text {
	margin: 0;
	text-align: left;
	float: left;
	padding: 10px;
}

#text-3 {
	width: 35%;
	text-align: center;
}

#text-3 img {
	margin: 0 8px;
}

div#text-2 {
	/* Ensure eNotify signup title doesn't get too long when translated (or it will break the footer layout) */
	max-width: 225px;
}

div#text-4 {
	/* Line up the Translate widget below the Search widget */
	margin-left: 65px;
	max-width: 175px;
	line-height: 12px;
}

.smallCaption {
	font-size: 10px;
	color: #666;
}

.alignright {
	float:right;
	margin-left: 15px;
	border: none;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;

}

.alignright-noborder {
	float:right;
	margin-left: 15px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;

}

.rightMenu {
	float:right;
	margin-left: 15px;
	border: thin dotted #618135;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background:#f9f5f0;

}


.alignleft {
	float:left;
	margin-right: 15px;
	padding: 0px;
	margin-bottom: 10px;

}

table#sponsors {
	border: none;
}


/* Styles for Header */

#logo {
	float: left;
	height: 194px;
	width: 375px;
	position: relative;
}

#logo a {
	float: left;
	height: 194px;
	width: 375px;
	position: relative;

}

#logo a span {
	float: left;
	height: 194px;
	width: 375px;
	position: relative;
	display: none;

}

/*#beacon a {
	float: right;
	height:181px;
	width:117px;
	top:27px;
	left:-67px;
	position:relative;
	border:none;
}

#caGreen a {
	float: right;
	height:87px;
	width:129px;
	top:25px;
	left:-75px;
	position:relative;
	border:none;
}*/


#cityhead li {
    margin: 0; padding: 0; list-style: none; position: absolute;
	
	}
	
#cityhead a {
	display: block;
	
	}
	
#header {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#top-logo {
	background-image: url(/wp-content/themes/GreenSC/images/topper.gif);
	background-repeat: no-repeat;
	height: 194px;
	width: 850px;

}

/* End Styles for Header */

/* Styles for Menu */

		#nav-bar {
			margin: 0;	
			background-color:#fff;
	/*		background-image:url(/wp-content/themes/GreenSC/images/nav_bg.gif);
			background-position:top;
			background-repeat:no-repeat;*/
			/*height: 32px;*/
			padding-left: 5px;
			padding-bottom: 8px;
			overflow: auto;
			zoom: 1;
		}
		
		.menu-header ul, .menu-header ul ul, .menu-header li li, .menu-header li li li, .menu-header li a {
			display:block;
			margin:0;
		}
		
		.menu-header li {
			list-style:none;
			padding: 5px 25px 5px 10px;
		}
		
		/* First-Level Menu Items */
		#menu-main-menu > li {
			float: left;	
		}
		
		.menu-header li a {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 15px;
			color: #754200;
			text-decoration: none;
	/*		letter-spacing:-1px;*/
		}
		
		/* Second-Level Menu Items */
		.menu-header ul ul {
			display:none;
		}
		
		.menu-header ul ul {
			border: 1px solid #754200;
			position: relative;
			z-index: 9999;  /* Make sure drop-downs are above the slideshow */
		}
		
		.menu-header ul ul ul {
			margin-left: 25px;
			width: 200px;
		}
		
		.menu-header li li, .menu-header li li li {
			padding-left: 10px;
			background-color: #9DCD58;
		}
		
		.menu-header li li a, .menu-header li li li a {
			font-size: 11px;
			font-weight: bold;
		}
		
		.menu-header li li:hover , .menu-header li li li:hover {
			background-color: #f2e9e0;
		}
		
		
.menu-header ul li:hover {
z-index:999;
}
.menu-header ul li:hover > ul {
display:block;
position:absolute;
float:left;
}

#earthdayNav {
	text-align: center;
	margin: 15px 0;
	padding: 10px;
	background-color: #f9f5f0;
	border: 1px dotted #618135;	
}

/* End Styles for Menu*/


} /* END screen media */






@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */