/*
Theme Name: Dallas Dogs
Theme URI: http://wordpress.org/
Description: Custom WordPress theme for http://www.dallasdogs.org
Version: 1.0
Author: Jeniffer Johnson
Author URI: http://offlead.com/

*/
html { 
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, sans-serif;
	color: #333333;
	text-align: center;
	background-color: #DCE8F1;
}
p, ul, ol, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
p {
	margin: 0;
	padding: 0 0 1.5em 0;
	line-height: 1.5em;
	color: #333333;
}
h1 {
	font-size: 4em;
	color: #022D5D;
	font-weight: bold;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}
h2 {
	font-size: 1.8em;
	color: #022D5D;
	font-weight: bold;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}

h3 {
	font-size: 1.4em;
	color: #022D5D;
	font-weight: bold;
}

a {
	color: #0355A1;
	text-decoration: underline;
}
a:hover {
	color: #AE1E35;
	text-decoration: underline;
}

h1 a, h2 a, h3 a {
	color: #022D5D;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #AE1E35;
	text-decoration: none;
}


form {
	margin: 0;
	padding: 0;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.credit {
	font-style: italic;
	color: #999999;
}
.attention, .attention a {
	color: #AE1E35;
	font-weight: bold;
}
img {
	border: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}



/* ************************************************************ div#page ****************************** */
div#pagewrap {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(/images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div#page {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background-color: #ffffff;
	text-align: left;
}




/* ************************************************************ div#header ****************************** */
#header {
	width: 900px;
	height: 200px;
	margin: 0;
	padding: 0;
/*	background-image: url(/images/header.jpg);*/
}
#header img {
	display: block;
	border: none;
}
#header h1 {
	display: block;
	width: 270px;
	height: 50px;
	margin: 0 0 0 580px;
	padding: 20px 0 30px 0;
	font-size: 40px;
	line-height: 1;
}
#header h1 a {
	display: block;
	width: 270px;
	height: 50px;
	margin: 0;
	padding: 0;
	color: #022D5D;
	text-align: left;
	outline: none;
	text-indent: -5000px;
}
div.headergreet {
	clear: right;
	float: right;
	width: 300px;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
}
div#headernav {
	height: 30px;
	color: #ffffff;
	background-color: #010D1D;
	background-image: url(/images/bkg_gradient_blue.jpg);
}
#headernav ul {
	height: 30px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#headernav li {
	float: left;
	margin: 0;
	padding: 6px 0 0 0;
	line-height: 1;
}
#headernav a {
	padding: 0 15px;
	color: #ffffff;
	font: bold 15px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;	
	text-transform: uppercase; 
	text-decoration:none;
}
#headernav a:hover {
	padding: 0 15px;
	color: #FFF;
	font: bold 15px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;	
	text-transform: uppercase; 
	text-decoration: underline;
}




/* ************************************************************ div#content ****************************** */
div#content {
	width: 580px;
	display: inline;
	float: left;
	margin: 0 0 0 40px;
	padding: 40px 0;
}
#content p {
	font-size: 1.2em;
}
#content ul {
	margin: 0 0 0 30px;
	padding: 0 0 1.5em 0;
}
#content ol {
	margin: 0 0 0 30px;
	padding: 0 0 1.5em 0;
}
#content li {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
#content h2 {
	padding: 0;
	margin: 0 0 1em 0;
	padding: 0 0 .2em 0;
	line-height: 1.2em;
	color: #022D5D;
	border-bottom: solid 2px #022D5D;
	/*background-image: url(/images/headline_bkgs/rotator.php);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
#content h2.pagetitle {
	margin: 0 0 1em 0;
	padding: 0 0 .2em 0;
	font-size: 2.6em;
	color: #022D5D;
	background-color: #ffffff;
	border-bottom: solid 2px #022D5D;
}
#content h2 a {
	color: #022D5D;
}
#content h2 a:hover {
	color: #A7C5E2;
}
#content h3 {
	padding: 0 0 .2em 0;
}
#content div.post {
	margin: 0;
	padding: 0 0 4em 0;
}
#content div.entry {
}
#content p.postmetadata {
	padding-top: 1.5em;
	font-size: 1em;
	color: #787878;
}
#content .postmetadata a {
 color: #7DA9D5;
 text-transform: uppercase;
}
#content div.sticky {
	margin: 0;
	padding: 0 0 2em 0;
}
#content .sticky h2 {
	margin: 0;
	padding: .2em;
	color: #022D5D;
	background-color: #A7C5E2;
	border: 1px solid #9ABCDE;
}
#content .sticky div.entry {
	padding: 0.4em;
	background-color: #DCE8F1;
	border: 1px solid #9ABCDE;
}
div.post {
	margin: 0;
	padding: 0 0 20px 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#content div.navigation {
	width: 600px;
	overflow: hidden;
}
#content .navigation .prev {
	width: 240px;
	float: left;
}
#content .navigation .next {
	width: 240px;
	float: right;
}
#content div.fromeditor {
	margin: 0 0 1.5em 0;
	padding: 2em 1em 1em 1em;
	background-color: #F2F7FB;
	border: 1px solid #DCE8F1;
}
#content div.quote {
	margin: 0 2em 3em 0;
	padding: 2em 1.5em 1em 1.5em;
	background-color: #F2F7FB;
	border: 1px solid #DCE8F1;
}
#content a.more-link {
	font-weight: bold;
}
#content table.legislation {
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 0;
}
#content .legislation th,
#content .legislation td {
  padding: 4px 5px;
  font-size: 1.2em;
  text-align: left;
  vertical-align: top;
  line-height: 1.5em;
}
#content .legislation th {
  font-weight: bold;
}
#content .legislation th.bill {
  white-space: nowrap;
  background-color: #DCE8F1;
}
#content .legislation th.online{
  text-align: right;
  background-color: #DCE8F1;
}
#content .legislation th.phone,
#content .legislation td.phone {
  text-align: right;
}
#content .legislation th.phonecommon {
  text-align: center;
}
#content .legislation .alt th,
#content .legislation .alt td {
  background-color: #F0F5F9;
}



/* ************************************************************ div#sidebar ****************************** */
div#sidebar {
	float: right;
	display: inline;
	width: 180px;
	margin: 0 20px 0 0;
	padding: 100px 20px 40px 20px;
	background-color: #DCE8F1;
	background-image: url(/images/bkg_column.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar h2 {
	margin: 0 0 .5em 0;
	padding: .6em 0 .6em 0;
	color: #022D5D;
	font-size: 1.4em;
	border-top: solid 2px #022D5D;
	border-bottom: solid 1px #A7C5E2;
	text-transform: uppercase;
}
#sidebar p {
	font-size: 1.2em;
}
#sidebar ul, #sidebar ol, #sidebar ul ol {
	margin: 0;
	padding: 0 0 2em 0;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0 0 .6em 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
#sidebar ul ul li, #sidebar li h2 {
	font-size: inherit;
}
#sidebar ul.events {
}
#sidebar div.important {
	margin: 0 0 1.5em 0;
	padding: .5em .4em 0 .4em;
  text-align: center;
	background-color: #ffffff;
	border:  solid 2px #022D5D;;
}
#sidebar .important h2 {
	border-top: none;
}
#sidebar .important a {
	font-weight: bold;
	text-decoration: none;
}
#sidebar .important a:hover {
	text-decoration: underline;
}
#sidebar .important p {
  padding: 0 0 1em 0;
  font-size: 1em;
}




/* ************************************************************ div#footer ****************************** */
#footer {
	clear: both;
	width: 900px;
	margin: 0;
	padding: 0;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}



