/*
Theme Name: SINA Inc Theme
Theme URI: http://solowebdesigner.com
Description: Theme for Southside Institutions Neighborhood Alliance
Author: Michael Hines
Author URI: http://solowebdesigner.com
Version: 1
*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #2c2c2e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(images/bg2.jpg);
}
/* Commonly used to style page titles. */
h1 {
	color: #7b3110;
	font-size: 26px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #8281d1;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #7b3110;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #174602;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {

}
/* Sets the style for a link that is being activated/clicked. */
a:active {

}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#page-wrap {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	overflow: hidden;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	background-color: #f2f1ec;
	
}
#header {
	overflow: hidden;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-top-style: none;
	height: 45px;
	background-image: url(../images/bg2.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;

}

.header-left {
	height: 28px;
	width: 370px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #8d3812;
	padding-left: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border--radius: 10px;
	vertical-align: middle;
	padding-top: 5px;
}



.header-left a{
	color: #FFF;
	font-weight: normal;
	vertical-align: text-top;
	text-decoration: none;
}

.header-left a:hover{
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

.header-right{
	height: 45px;
	width: 480px;
	float: none;
	text-indent: -9999px;
}



#main-nav {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #23211d;
	height: 53px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 960px;
}
	
#main-nav ul { margin: 0px; padding: 0px; list-style-type: none; }
	
#main-nav ul li {
	float: left;
	padding-right: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 0px;
	text-transform: uppercase;
	line-height: 53px;
	color: #FFF;
	width: 192px;
}	

#main-nav ul li a {
	text-decoration: none;
	color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
}

#main-nav ul li a:hover { background-color: #973c14; color: #FFF; }

#main-nav ul li:nth-child(1) a:hover { background-color: #973c14; color: #FFF; -webkit-border-top-left-radius: 10px; 
	 -moz-border-radius-topleft: 10px;  border-top-left-radius: 10px; }

#main-nav ul li:nth-child(5) a:hover { background-color: #973c14; color: #FFF; -webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px; border-top-right-radius: 10px; }

#main-nav .current-menu-item a { background-color: #973c14; }

#main-nav li:nth-child(5n+1).current-menu-item a { background-color: #973c14; color: #FFF; -webkit-border-top-left-radius: 10px; 
	 -moz-border-radius-topleft: 10px;  border-top-left-radius: 10px; }
	 
#main-nav li:nth-child(5n+5).current-menu-item a { background-color: #973c14; color: #FFF; -webkit-border-top-right-radius: 10px; -moz-border-radius-topright: 10px; border-top-right-radius: 10px; }

#banner {
	height: 300px;
}

#logo {
	background-color: #184802;
	float: left;
	height: 300px;
	margin-right: 0px;
	width: 239px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.logo-image a {
	height: 300px;
	width: 240px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;	
	}

#slide {
	background-color: #FFF;
	float: left;
	height: 300px;
	width: 720px;
	background-repeat: no-repeat;
	background-image: url(images/slides/slide-a.jpg);
}
#blocks {
	overflow: hidden;
	width: 960px;
	clear: both;
	background-color: #e5e3d9;
	height: auto;
}
#blocks #block-1 {
	float: left;
	height: 275px;
	margin-right: 0px;
	width: 219px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbfbf9;
	display: block;
}

#block-1 a {}

#block-1 a:hover {}


#blocks #block-2 {
	float: left;
	height: 275px;
	margin-right: 0px;
	width: 219px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbfbf9;
}
#blocks #block-3 {
	float: left;
	height: 275px;
	margin-right: 0px;
	width: 219px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbfbf9;
}
#blocks #block-4 {
	float: left;
	height: 275px;
	margin-right: 0px;
	width: 220px;
	padding: 10px;
}

.title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #7b3110;
	text-align: center;
	text-shadow: 1px 1px 0 #f7f7f4;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 10px;}


.icon1 {
	background-image: url(images/icons/housing_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	margin: 0px;
	padding: 0px;
}
.icon2 {
	background-image: url(images/icons/public_safety_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
}
.icon3 {
	background-image: url(images/icons/economic_dev_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
}
.icon4 {
	background-image: url(images/icons/reach_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
}

.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #464646;
	font-size: 11px;
	line-height: 15px;
	height: 180px;
	background-image: url(images/icons/readmore_icon.png);
	background-repeat: no-repeat;
	background-position: 38px 170px;
}

#sidebar   {
	float: left;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 239px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#searchform #s {
	width: 130px;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 18px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 50px;
	border-radius: 5px;
	border--radius: 5px;
}
#searchsubmit  {
	color: #FFF;
	background-color: #8d3812;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 50px;
	border-radius: 5px;
	border--radius: 5px;
	margin-left: 8px;
}

#secondary-nav {
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 20px;
}



.sub-nav {

  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 0;

}

.sub-nav ul {

  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;

}

.sub-nav li {

  background-image: none;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;

}

.sub-nav1 li ul {

  display: none;
  top: 0;

}

#sub-nav li:hover ul {

  display: block;
  position: absolute;

}

.sub-nav li {

  background-image: none;

}

.sub-nav li {

  background-image: none;
  display: block;

}

.sub-nav li a {

  background-color: #8d3812;
  background-image: none;
  border-bottom: solid 1px #f2f1ec;
  border-left-style: solid;
  border-left-width: 0px;
  color: #FFFFFF;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  height: 26px;
  line-height: 20px;
  margin: 0 0 0 0;
  padding: 10px 0px 0px 18px;
  text-decoration: none;
  text-transform: uppercase;
  width: 221px;

}

.sub-nav li:hover {

  display: block;

}

.sub-nav li:hover a {

  background-color: #281f1f;
  border-bottom: solid 1px #FFFFFF;
  border-left-style: solid;
  border-left-width: 0px;
  color: #ffffff;
  text-decoration: none;

}

.sub-nav ul.level-1 {

  left: 239px;

}

.sub-nav ul.level-1 li {

  background-image: none;

}

.sub-nav1 ul.level-1 li a {

  background-color: #50516B;
  background-image: none;
  border-bottom: solid 1px #383644;
  border-left: solid 4px #383644;
  color: #ffffff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 0;
  padding: 6px 10px 6px 5px;
  text-decoration: none;
  width: 150px;

}

.sub-nav ul.level-1 li:hover a {

  background-color: #383644;
  border-bottom: solid 1px #2D2B2E;
  border-left: solid 4px #2D2B2E;
  color: #ffffff;
  text-decoration: none;
}

.sub-nav ul.level-2 {

  left: 169px;

}

.sub-nav ul.level-2 li {

  background-image: none;

}

.sub-nav ul.level-2 li a {

  background-color: #383644;
  background-image: none;
  border-bottom: solid 1px #2D2B2E;
  border-left: solid 4px #2D2B2E;
  color: #ffffff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 0;
  padding: 6px 10px 6px 5px;
  text-decoration: none;
  width: 150px;

}

.sub-nav ul.level-2 li:hover a {

  background-color: #2D2B2E;
  border-bottom: solid 1px #000000;
  border-left: solid 4px #000000;
  color: #ffffff;
  text-decoration: none;

}

ul#cssmw4 {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 0;
}
ul#cssmw4 ul {
  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw4 li {
  background-image: none;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
}
ul#cssmw4 li ul {
  display: none;
  top: 0;
}
ul#cssmw4 li:hover > ul {
  display: block;
  position: absolute;
}
ul#cssmw4 > li {
  background-image: none;
}
ul#cssmw4 > li > span {
  background-image: none;
  display: block;
}
ul#cssmw4 > li > span > a {
  background-color: #8d3812;
  background-image: none;
  border-bottom: solid 1px #f2f1ec;
  border-left-style: solid;
  border-left-width: 0px;
  color: #FFFFFF;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  height: 26px;
  line-height: 20px;
  margin: 0 0 0 0;
  padding: 10px 0px 0px 18px;
  text-decoration: none;
  text-transform: uppercase;
  width: 221px;
}
ul#cssmw4 > li:hover > span {
  display: block;
}
ul#cssmw4 > li:hover > span > a {
  background-color: #281f1f;
  border-bottom: solid 1px #FFFFFF;
  border-left-style: solid;
  border-left-width: 0px;
  color: #ffffff;
  text-decoration: none;
}
ul#cssmw4 ul.level-1 {
  left: 240px;
}
ul#cssmw4 ul.level-1 > li {
  background-image: none;
}
ul#cssmw4 ul.level-1 > li > span {
  background-image: none;
  display: block;
}
ul#cssmw4 ul.level-1 > li > span > a {
	background-color: #281f1f;
	background-image: none;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 4px #FFFFFF;
	color: #ffffff;
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: 26px;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 10px 0px 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 180px;
	font-weight: normal;
}
ul#cssmw4 ul.level-1 > li:hover > span {
  display: block;
}
ul#cssmw4 ul.level-1 > li:hover > span > a {
  background-color: #8d3812;
  border-bottom: solid 1px #FFFFFF;
  border-left: solid 4px #FFFFFF;
  color: #ffffff;
  text-decoration: none;
}
ul#cssmw4 ul.level-2 {
  left: 194px;
}
ul#cssmw4 ul.level-2 > li {
  background-image: none;
}
ul#cssmw4 ul.level-2 > li > a {
	background-color: #383644;
	background-image: none;
	border-bottom: solid 1px #2D2B2E;
	border-left: solid 4px #2D2B2E;
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 6px 10px 6px 5px;
	text-decoration: none;
	width: 150px;
	font-weight: normal;
}
ul#cssmw4 ul.level-2 > li:hover > a {
  background-color: #2D2B2E;
  border-bottom: solid 1px #000000;
  border-left: solid 4px #000000;
  color: #ffffff;
  text-decoration: none;
}

.widget latest-post {

	padding: 11px;
	margin-top: 20px;
	width: 216px;

}

.widget h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: right;
	color: #174602;
	text-shadow: 1px 1px 0 #f7f7f4;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 25px;
	margin-right: 18px;
}

.widget .date {
	color: #e5e3d9;
	background-color: #174602;
	text-align: right;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 220px;
	margin-left: -10px;
	letter-spacing: 3px;
	font-size: 12px;
	text-transform: uppercase;

}

.widget h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 20px;
	color: #9a3d14;
	margin-top: 5px;
	padding-left: 20px;
	padding-top: 10px;

}

.widget p {
	color: #174602;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 20px;
	line-height: 16px;

}




.widget archive {
	padding: 11px;
	margin-top: 20px;
	width: 216px;
	
	}

.widget h2 {
	color: #e5e3d9;
	background-color: #174602;
	text-align: right;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 220px;
	margin-left: -10px;
	letter-spacing: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;	
}

.widget ul {
	list-style-image: url(images/bullet.png);

}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#main-content   {
	float: left;
	width: 680px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-position: inside;
	list-style-image: url(images/bullet.png);
}


#main-content h1{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #7b3110;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 30px;
	font-weight: normal;
	text-shadow: 2px 2px 0 #f7f7f4;}



#main-content h2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #174602;
	text-shadow: 1px 1px 0 #f7f7f4;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 18px;
	margin-top: 8px;

}

#main-content img {

	margin-right: 10px;
	margin-bottom: 0px;

}

#footer {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	overflow: hidden;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	
	}

#copyright  {
	background-color: #26211f;
	height: 180px;
	margin-bottom: 20px;
	color: #e5e3d9;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#copyright h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5e970d;
	font-weight: normal;
	
}

#copyright p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #e5e3d9;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.header-date{
	height: 40px;
	width: 220px;
	float: left;
	margin-right: 40px;
	margin-top: 20px;
}
.headline {
	float: left;
	width: 400px;
	margin-top: 20px;
	height: 40px;
}

.video {
	height: 200px;
	width: 220px;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
}
.video-description {
	float: left;
	width: 400px;
	margin-top: 20px;
	height: 200px;
}

#logos  {
Float:right;
padding-right: 20px;
padding-left: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

	

/* End Images */