body {
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;*/
	font-family: arial;
	width: 100%;
	height: 100%;
	background-color: #515352;
}
#mainNav {
	z-index: 999999;
	position: relative;
}
/* styles for desktop */
.tinynav {
	display: none
}
.more-link, input[type=submit], .readMore {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #ec3748;
	padding: 3px;
	width: 125px;
	text-align: center;
	border: 1px solid #ec3748;
}
.more-link:hover, input[type=submit]:hover, .readMore:hover {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ec3748;
	background-color: #eee;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #ec3748;
	cursor: pointer;
}
.attachment-latest-news {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	padding: 3px;
	border: 1px solid #ccc;
}
#logo, #logo a, .icon a img, #donate, #girls_button, #header {
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear
}
.icon a img:hover, #donate:hover, #girls_button:hover {
	opacity: .5;
}
img {
	border: 0px;
}
.break {
	clear: both;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom: 10px;
}
h1 {
	font-size: 40px;
	color: #ffffff;
	margin-top: 10px;
	padding-left: 15px;
}
h2 {
	font-size: 22px;
	color: #ef334e;
	margin-top: 10px;
}
h3 {
	font-size: 20px;
	color: #505252;
	margin-top: 0px;
}
h4 {
	font-size: 16px;
	color: #ef334e;
}
p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
ul, ol, li {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
a {
	color: #ec3748;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#outerDiv {
	width: 100%;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#header {
	/*height: 117px;*/
	background-color: #edecec;
	border-bottom: solid #dcd9d9 1px;
	margin: auto 0px;
}
#subNav h2 {
	display: none;
}
#subNav li.current-menu-item a {
	opacity: .35;
}
#subNav li.current-menu-item a:hover {
	cursor: default !important;
	text-decoration: none!important;
	color: #ee2e4e!important;
}
#subNav li.current-menu-item .sub-menu li a {
	opacity: 1!important;
}
#subNav li.current-menu-item .sub-menu a:hover {
	cursor: pointer !important;
	text-decoration: underline!important;
	color: #ee2e4e!important;
}

hr {
	color: #eee;
	background-color: #eee;
	height: 3px;
	width: 90%;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 0px;
	display: block;
}
/* 
	LEVEL THREE

ul.dropdown ul ul { 
left: 100%; 
top: 0;  
}

ul.dropdown li:hover > ul 
{ visibility: visible; }*/


#bottom_content {
	width: 100%;
}
#who_list {
	width: 100%;
}
#who_list ul {
	margin: 0px;
	padding-left: 20px;
}
#who_list li {
	padding-left: 25px;
	background: url(../images/arrow_bullet.jpg) no-repeat top left;
	list-style: none;/*height: 20px;*/
}
.news_date {
	font-size: 12px;
	color: #ef334e;
	text-decoration: none;
	margin-bottom: 3px;
}
a.news_date:hover {
	font-size: 12px;
	color: #ef334e;
	text-decoration: underline;
}
.news_title {
	font-size: 16px;
	color: #ef334e;
	margin-bottom: 3px;
}
.news_txt {
	font-size: 12px;
	color: #797979;
	margin-bottom: 3px;
}
#news ul {
	margin: 0px;
	padding: 0px;
}
#news li {
	border-bottom: solid #ef334e 1px;
	list-style: none;
	margin-top: 25px;
}
#news li#top {
	margin-top: 0px;
}
#news li#bottom {
	border-bottom: none;
}
#content {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#s {
	float: left;
	width: 165px;
	height: 22px;
	border: 1px solid #cccbcb;/*position:absolute;*/
}
.issubmit {
	float: right;
	width: 32px;
	height: 26px;
	border: 0px;
	background-image: url("/wp-content/themes/girlsinc/assets/images/search_button.jpg");
	background-repeat: no-repeat;
}
.issubmit:hover {
	cursor: pointer;
}
#searchform {
	margin-bottom: 20px;
}
#searchform #s {
	width: 165px;
	height: 22px;
	border: 1px solid #cccbcb;
}
#searchform label {
	display: block;
}
#searchform #searchsubmit {
	width: 32px;
	height: 26px;
	border: 0px;
	background-image: url("/wp-content/themes/girlsinc/assets/images/search_button.jpg");
	background-repeat: no-repeat;
	text-indent: -999px;
}
#searchform #searchsubmit:hover {
	cursor: pointer;
}
.prev-next-links {
	padding-top: 10px!important;
	padding-left: 0px!important;
	padding-bottom: 10px!important;
	margin-left: 0px!important;
	list-style: none;
	font-size: .7em;
	font-weight: bold;
	float: left;
	width: 100%;
}
.prev-next-links .prev {
	float: left;
	list-style: none;
}
.prev-next-links .prev a {
	padding: 10px;
}
.prev-next-links .next {
	float: right;
	list-style: none;
}
.prev-next-links .next a {
	padding: 10px;
}
#titleBar {
	background: url(../images/title_bar.jpg) repeat-x;
	padding: 20px;
	color: #fff!important;
	background-color: #ef324e;
	margin-bottom: 30px;
}
#titleBar h1 {
	margin: 0px;
	padding: 0px;
	color:#FFF;
}


#fb_feed {
	/*float: left;*/
	background-color: #edecec;
	width: 100%;
	height: 605px;/*padding: 45px 12px 0px 12px;*/
}
#iframe_container {
	text-align: center;
}
#news_wrapper {
	width: 100%;
}
#footer {
	background-color: #505252;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border:1px solid #505252;
}


#footerNav ul {
	/*margin: 0px;
	padding: 0px;*/
	position: relative;
	left: 50%;
}
#footerNav li {
	list-style: none;
	background: url(../images/footer_nav_divide.jpg) no-repeat right;
	float: left;
	position: relative;
}
#footerNav li#last {
	background-image: none;
}
#footerNav a {
	padding-left: 7px;
	padding-right: 7px;
	display: block;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	float: left;
	text-align: center;
	white-space: nowrap;
}
#footerNav a#first {
	padding-left: 0px;
}
#footerNav a:hover {
	text-decoration: underline;
}
.addressTitle {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin: 17px 0px 10px 0px;
	text-align: center;
	padding-top: 15px;
}
.addressLocation {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.address {
	/*float: left;*/
	width: 100%;
	text-align: center;
}
.locationTxt {
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 15px;
}
a.locationTxt {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.locationTxt:hover {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	margin-top: 15px;
	/*float: right;*/
	width: 100%;
}
#search_container {
	/*width:199px;*/
	height: 26px;/*position:relative;*//*text-align:center;*/
}
#interiorDiv {
	width: 922;
	border-top: 10px solid #edecec;
	border-left: 10px solid #edecec;
	border-right: 10px solid #edecec;
	background-color: #ffffff;
}
#leftCol {
	width: 100%;/*float:left;*/
}
#rightCol {
	width: 100%;/*float:right;*/
}

#alertArea {
	width: 100%;
	height: 55px;
	background-color: #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
}
#alert {
	/*width:100%;*/
	height: 30px;
	background-color: #ee2e4e;
	border: 1px solid #ffffff;
	outline: 1px solid #ee2e4e;
	margin-left: 9px;
	margin-top: 7px;
	padding-left: 10px;
	padding-top: 5px;
	color: #ffffff;
	font-size: 20px;
}
#alert .textwidget {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
}
.slide_overlay .readMore {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: transparent;
	padding: 3px;
	width: auto;
	text-align: center;
	border: 0px;
	margin-left: 14px;
}
.slide_overlay .readMore:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ec3748;
	background-color: #eee;
	padding: 3px;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
}
.btn-primary{
	background-image: url(/wp-content/themes/girlsinc/assets/images/newsletter_go.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px!important;
	width: 32px!important;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display:inline-block;
	text-indent:-999px;
}
.btn-primary:hover{ opacity:.5;}