/*
Theme Name: legislative coalition of virginia nurses
Theme URI: http://lcvn.com/
Description: Created by <a href="http://www.inqbation.com/">InQbation</a>.
Version: 1
Author: InQbation
Author URI: http://www.inqbation.com/
Tags: 1column, block
*/
@charset "utf-8";
*{
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
html, body{
  margin: 0;
  padding: 0;
}
body{
  -x-system-font:none;
  background: scroll 0 0;
  font-family:Arial,Helvetica,Geneva,sans-serif;
  font-size:14px;
  color: #838282;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  margin:0;
  padding:0;
}
.wrap{
  margin:0 auto;
  padding:0 10px;
  position:relative;
  width:960px;
}
a{
  color: #fd1801;
  text-decoration: none;
}

a:link,a:visited{
  color: #fd1801;
}

a:hover,a:active{
  color: #fd1801;
  text-decoration: underline;
}

h1{
	font-size:24px;
    color: #fd1801;
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
}
h1 a:link,a:visited{
   color: #fd1801;
   text-decoration: none;
}
h2{
	font-size:21px;
    color: #fd1801;
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
}
h2 a:link,a:visited{
   color: #fd1801;
   text-decoration: none;
}

h3{
	font-size:18px;
    color: #464646;
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
}
h3 a:link,a:visited{
   color: #464646;
   text-decoration: none;
}
#content h2{
  margin: 5px;
}
#content h3{
  margin: 0;
  line-height: 21px;
}
h4{
	font-size:19px;
	color: #464646;
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
}
h4 a:link,a:visited{
   color: #464646;
   text-decoration: none;
}
h5{
	font-size:17px;
	color: #464646;
    font-family: Georgia;
    font-style: italic;
    font-weight: normal;
}
h5 a:link,a:visited{
   color: #fd1801;
   text-decoration: none;
}
p,dl,hr,h1,h2,h3,h4,h5,ol,ul,pre,address,fieldset{
	margin-bottom: 10px;
	margin: 0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
:focus{
	outline:0;
}
ol,ul{
	list-style:none;
}
a:focus{
	outline:1px dotted;
}
hr{
	border:0 /*agregar color*/ solid;
	border-top-width:1px;
	clear:both;
	height:0;
}
#content-internal h2{
margin-bottom: 10px;
}
#content-internal ul {
	margin-left: 10px;
}
#content-internal li {
	background: url(images/virginia-legislative-coalition-redbullet.jpg) no-repeat center left;
	padding-left: 20px;
	margin: 12px 0;
}

#content-internal li a{
	color: #fd1801;
}
#content-internal li a:hover{
	color: #fd1801;
}
/* header */
#header{
	width: 960px;
	height: 115px;
}
#logo{
	width: auto;
  	float: left;
}
#tagline{
}
#navbar{
	width: 730px;
	height: 34px;
	margin-left: 230px;
	padding-top: 81px;
}
ul#navmenu{
	margin: 0;
    padding: 0;
}
ul#navmenu li{
	float:left;
	width: 130px;
	height: 34px;
	/*text-align: center;*/
	line-height: 34px;
	margin-right: 3px;
	position: relative;
	/*display: inline;*/
}
ul#navmenu li a{
	width: 130px;
	height: 34px;
	color: #8a8b8b;
	text-decoration: none;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	display: block;
	text-align: center;
}
ul#navmenu li a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a{
	  width: 130px;
	  height: 34px;
	  color: #FFFFFF;
	  text-decoration: none;
	  font-family: Georgia;
	  font-size: 18px;
	  font-style: italic;
	  background: url(images/virginia-nurse-coalition-hover-menu.gif) no-repeat;
	  text-align: center;
}
ul#navmenu .current_page_item a,
ul#navmenu .current_page_ancestor a,
ul#navmenu .current_page_parent a{
	background:url(images/virginia-nurse-coalition-hover-menu.gif) no-repeat;
	color:#FFFFFF;
	/*line-height: 34px;*/
	display: block;
	text-align: center;
	margin-right: 5px;
}
/* sub menu*/
ul#navmenu ul{
	z-index:100;
	border:0 none;
	display:none;
	left:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
    position:absolute;
	top: 34px;
	color: #565555;
}
ul#navmenu ul li{
	width: auto;
	height:auto;
	line-height: 25px;
	/*font-weight: 14px;*/
	/*display:inline;*/
	float:left;
	margin: 0;
	border-bottom: #cdcccc solid 1px;
}
ul#navmenu ul a{
	width: auto;
	height: auto;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	text-align: left;
	display: block;
	padding-left: 10px;
	border-bottom: #cdcccc solid 1px;
	margin: 0;
}
ul#navmenu ul li a:hover{
	width: 180px;
	height:auto;
	/*line-height: 25px;*/
	background:#bfbfbf;
	font-size: 14px;
	color:#000000;
	text-align: left;
	margin: 0;
	display:inline;
	float:left;
	margin: 0;
}
ul#navmenu .current_page_item ul a,
ul#navmenu .current_page_ancestor ul a,
ul#navmenu .current_page_parent ul a {
	width: 180px;
	height: auto;
	background: #bfbfbf;
	font-size: 14px;
	/*color: #565555;*/
	color:#FFFFFF;
	text-align: left;
	/*line-height: 30px;*/
	display: block;
	margin: 0;
}
ul#navmenu .current_page_item ul a,
ul#navmenu .current_page_ancestor ul a,
ul#navmenu .current_page_parent ul a {
	/*color: #565555;*/
	color:#FFFFFF;
	margin: 0;
}
ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	width: 180px;
	height:auto;
	font-size: 14px;
	color:#000000;
	line-height: 25px;
	text-align: left;
	display:block;
	margin: 0;
}
ul#navmenu li:hover li a,
ul#navmenu li:hover li a:hover,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li a
{
	width: 180px;
	height:auto;
	line-height: 25px;
    background:#bfbfbf;
    text-align: left;
    font-size: 14px;
	margin: 0;
   /*color:#FFFFFF;*/
}

ul#navmenu li:hover ul ul{
  display: none;
}
ul#navmenu li:hover ul li:hover ul{
  display: block;
}
/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	color: #000;
}

/* 3rd Menu */
ul#navmenu ul ul, ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 190px;
}
ul#navmenu  li:hover li:hover li a,
ul#navmenu  li.iehover li.iehover li a {
  	background: #EFEFF0;
	color: #5A646F;
	/*margin-left: 192px;*/
}

/* 3rd Menu Hover Persistence */
ul#navmenu  li:hover li:hover li a:hover,
ul#navmenu  li:hover li:hover li:hover a,
ul#navmenu  li.iehover li.iehover li a:hover,
ul#navmenu  li.iehover li.iehover li.iehover a {
  color: #A9A9A9;
}

/* content */
/* A, H1,H2,H3 don't need to be specified in this container */
#content-wrap{
}
#content{
  width: 632px;
  height: 134px;
  background: url(images/bg-home-virginia-legislative-nurses.jpg) no-repeat;
  padding:310px 164px 29px 164px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#content-internal{
   margin-top: 57px;
   padding-top: 19px;
   border-top: 1px #c6c4c4 dashed;
   font-family: Georgia, "Times New Roman", Times, serif;
}
#content-internal-left{
  width: 645px;
  float: left;
  margin-bottom: 60px;
}
/*if necessary a sidebar - if unnecessary lines eliminate
/* sidebar */
#sidebar{
  width: 256px;
  margin-left: 704px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar h2{
	margin: 7px 0;
}
#sidebar h3{
}
#sidebar a{
  color: #838282;
}
/*para safari*/
#sidebar ul, #sidebar ul li{
	margin: 0;
	padding: 0;
}
/*para safari*/
#sidebar a:link, #sidebar a:visited{
	color: #838282;
}
#sidebar a:hover, #sidebar a:active{
	color: #fd1801;
}
.txt_form{
    background: url(images/bg-search-virginia-legislative-nurses.gif) no-repeat;
    border: 0;
    padding: 6px;
    width: 169px;
    height: 19px;
	float: left;
	margin-right: 6px;
}
.btn_form{
   background: url(images/bg-buton-search-virginia-nurse-coalition.gif) no-repeat;
   width:69px;
   height:31px;
   color: #fff;
   float: left;
}
#s{
	background: none;
	width: 169px;
	height: 19px;
	border: 0;
}
#search-form{
	width: 256px;
	height: 31px;
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px #c4c3c3 dashed;
}
#searchsubmit{
	background: none;
	width: 69px;
	height: 31px;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}
#join-form{
	background: url(images/bg-form-join-virginia-legislative-coalition.gif) no-repeat scroll 0 0;
	width: 212px;
	height: 275px;
	color: #3c3b3b;
	padding: 13px 19px 0 25px;
}
#join-form p{
	margin: 5px 0;
}
#join-form h2{
	height: 24px;
	margin: 0 0 7px 0;
}
#join-form input[type="text"], #join-form input.text{
    background: #fff;
    border: 1px solid #cecece;
    width: 202px;
    height: 18px;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#join-form input[type="submit"]{
	background: url(images/bg-buton-search-virginia-nurse-coalition.jpg) no-repeat;
    width:71px;
    height:33px;
    color: #fff;
	border: 0;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 8px 0 0 140px;
}
#recent-news{
	width: 256px;
	height: auto;
	margin-bottom: 20px;
}
#recent-news ul{
	margin: 20px 2px;
}
#recent-news ul li{
	background: url(images/virginia-legislative-coalition-redbullet.jpg) transparent no-repeat scroll left center;
	margin: 10px 0;
	padding-left: 20px;
}
/*join form content internal left*/
#content-join-form input[type="text"], #join-form input.text{
	background: #fff;
    border: 1px solid #cecece;
    width: 202px;
    height: 18px;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content-join-form input[type="submit"]{
	background: url(images/bg-int-buton-search-virginia-nurse-coalition.jpg) no-repeat;
    width:71px;
    height:33px;
    color: #fff;
	border: 0;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 8px 0 0 0;
}
/* footer */
#footer{
	width: 960px;
	height: 150px;
	margin-bottom: 100px;
	float: left;
	border-top:1px dashed #C6C4C4;
	padding-top: 20px;
}
.share{
	color: #838282;
	margin-bottom: 14px;
	font-size: 11px;
}
#copyrigth{
  color: #898b8f;
  font-size: 10px;
  text-align: center;
}
#copyrigth a{
  color: #bdbec0;
}
#copyrigth a:hover{
  color: #bdbec0;
  text-decoration: underline;
}
.footer_copyright{
  color: #898b8f;
  font-size: 11px;
  text-align: center;
}
/*if necessary
footer navigation bar - if unnecessary lines eliminate*/
#navmenu-footer{
  width: 746px;
  height: 14px;
  clear: both;
  margin-bottom: 25px;
  padding-left: 185px;
}
#navmenu-footer ul li{
  float: left;
  width: 109px;
  text-align: center;
  border-right: #a5a3a3  solid 1px;
}
#navmenu-footer ul li a:link, #navmenu-footer ul li a:visited{
	color: #898b8f;
	text-decoration: none;
}
#navmenu-footer ul li a:hover, #navmenu-footer ul li a:active{
	color: #fd1801;
	text-decoration: none;
}
/*if necessary
You can place this object class to fill empty spaces*/
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.post .date {
	background-color:#2B2A28;
	background-image:url(images/virginia-legislative-nurses-bg-square-news.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	float:left;
	line-height:10px;
	margin-right:7px;
	padding:5px 5px 10px;
	text-align:center;
	width:55px;
}
.post .date .day {
	color:#7f7d7d;
	font-size:30px;
	font-weight:normal;
	line-height:20px;
}
.post .date .month {
	color:#7f7d7d;
	font-size:10px;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:5px;
}
.post .date .year {
	color:#7f7d7d;
	font-size:14px;
	font-weight:normal;
}
p.center{
margin-bottom: 20px;
}
p.postmetadata{
margin-bottom: 30px;
}
#comment{
	background: #fff;
    border: 1px solid #cecece;
    width: 631px;
    height: 183px;
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content-join-form input[type="submit"]{
	background: url(images/bg-int-buton-search-virginia-nurse-coalition.jpg) no-repeat;
    width:71px;
    height:33px;
    color: #fff;
	border: 0;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 8px 0 0 0;
}
#author{
	background: #fff;
    border: 1px solid #cecece;
    width: 200px;
    height: 17px;
	margin: 5px 10px 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#email{
	background: #fff;
    border: 1px solid #cecece;
    width: 200px;
    height: 17px;
	margin: 5px 10px 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#url{
	background: #fff;
    border: 1px solid #cecece;
    width: 200px;
    height: 17px;
	margin: 5px 10px 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer .mail-footer{
	width: 239px;
	height: 17px;
	margin: 15px 0 0 360px;
}
#tweetmeme_button .retweet:hover, #tweetmeme_button .retweet.selected {
color:#FD1801;
}

