/*
Theme Name: Bryan Daniel for Texas State Representative, District 52
Theme URI: http://realm9.com/
Description: Theme created for Bryan Daniel for Texas State Representative Campaign 2008.
Version: 1.6
Author: Justin Flores
Author URI: http://realm9.com/
Tags: texas, republican, liberty, district 52, representative, state, campaign, vote, 2008, political, politics

	Bryan Daniel v1.0
	 http://binarybonsai.com/kubrick/

	This theme was designed by realm9,
	whose site you will find at http://realm9.com/

*/


@charset "utf-8";

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #2b303a;
}
body {
	background-color: #ffe327;
	background-image:url(images/GRcontent-body.gif);
	background-repeat:repeat-y;
	background-position:200px;
	line-height:150%;
	font-size:small;
}

html, body, #container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;       /* should be auto */
  min-height: 100%;
}
html>body, html>body #container {
  height: auto;
}

#container {
	min-width:920px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/BGheader.jpg);
	background-repeat: repeat-x;
}

#bryan {
	background-image:url(images/GRbryanCutout.png);
	position:absolute;
	width:163px;
	height:476px;
	top:20px;
	left:20px;
	margin-bottom:-459px;
}

#logo {
	position:absolute;
	width:369px;
	height:128px;
	top:10px;
	left:200px;
}
#extras {
	position:absolute;
	top:77px;
	right:20px;
	width:30%;
}
#content-top {
	position:absolute;
	left:200px;
	top:139px;
}
#content-top-tile {
	position:absolute;
	background-image:url(images/GRcontent-top.gif);
	background-position:top;
	background-repeat:repeat-x;
	top:139px;
	right:0;
	width:75%;
	height:139px;
	text-align:right;
}

#content {
	width:43%;
	background-image:transparent;
	padding-bottom:50px;   /* Height of the footer plus some space*/
	vertical-align:top;
	padding-top:260px;
	padding-left:500px;
}
#contentbox {
	min-height:520px;
	padding-bottom:30px;
}
#content-body-left {
	background-image:url(images/GRcontent-L.gif);
	background-repeat:no-repeat;
	width:51px;
	height:260px;
	position:absolute;
	top:248px;
	left:200px;
}
#nav, #nav2 {
	position:absolute;
	left:266px;
	*left:240px;
	width:218px;
}
#nav {
	top:248px;
}
#nav2 {
	top:625px;
}
#nav li.page_item, #nav2 li.page_item {
	margin:0;
	padding:0;
	padding-top:15px;
	padding-bottom:5px;
	font-size:1.6em;
	*font-size:1.4em;
	list-style-type:none;
}
#nav2 li.page_item {
	font-size:1.2em;
}
#nav li a, #nav2 li a {
	width:100%;
	padding:10px;
	color:#364f7f;
	text-decoration:none;
}
#nav li a:hover, #nav2 li a:hover {
	color:#e4eaf3;
	background-color:#364f7f;
	text-decoration:none;
}



.clear {
  clear: both;        /* below longest column */
  margin: 0;
  padding: 0;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */
   background:#1d2841;
}
#footercontent {
	margin:0 auto 0 auto;
	text-align:right;
	padding:5px;
	color:#666666;
	font-size:x-small;
	width:95%;
}

#footercontent a {
	color:#CCCCCC;
}
#footercontent a:visited {
	color:#999999;
}

.formbutton, #submit, .sendbutton {
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px;
}
.reqtxt, .emailreqtxt {
	color:#CC0000;
	font-style:italic;
}


h2, legend{
	font-size:2.2em;
	color:#364f7f;
	font-weight:normal;
	line-height:120%;
}

h2 a {
	text-decoration:none;
	color:#364f7f;
}

#nav li.page-item-25 a{
	color:#30a969;
	font-size:0.85em;
}

h3 {
	color: #b21919;
	font-weight:bold;
}

h4 {
	font-size:1.7em;
	color:#364f7f;
	font-weight:normal;
	line-height:120%;
}

#content ul.p2c_catlist li a{
	color:#333333;
}
#content ul.p2c_catlist li {
	text-align:center;
	list-style-type:none;
	background-color:#CED5DF;
	font-size:1.3em;
	margin-bottom:5px;
	padding:10px;
}

.nodot {
	list-style-type:none;
}

.nodot li{
	padding-bottom:5px;
}


.validation-advice{
	color:#CC0000;
}

#content form fieldset input, #content form fieldset textarea {
	border: 1px solid #999;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	padding: 2px;
	}

	#content form input:focus,#content form textarea:focus,#content form select:focus {
		background-color: #ffffe0;
		}

#content form fieldset fieldset input {
	margin-right: 8px;
	}

#content form fieldset {
	margin-bottom: 15px;
	border: 1px #666 solid;
	padding: 8px;
	}

#content form fieldset fieldset {
	border: none;
	padding: 0;
	}

#content form fieldset legend {
	color: #333;
	padding: 0 4px;
	margin: 0 0 0 7px;
	}

#content form fieldset fieldset legend {
	padding: 0 0 2px 0;
	font-weight: normal;
}

#content form fieldset fieldset legend span {
	display: block;
	}

#content form label {
	display: block;
	float: left;
	vertical-align: top;
	width: 10em;
	margin-right: .5em;
	text-align: left;
	}

#content form fieldset fieldset legend, #content form label {
	color: #333;
	}

#content form fieldset fieldset label {
	float: none;
	margin-left: 11em;
	display: block;
	width: auto;
	}


#content form fieldset ol {
	margin: .5em;
	padding: 0;
	background: none;
	}

#content form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: left;
	background: none;
	}

#content form em {
	font-weight: bold;
	font-style: normal;
	color: #cc0000;
	margin-left: 4px;
	}

#content form option {
	padding-right: .25em;
	}

form .compliance {
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px solid #ff6633;
	background-color: #fff8e5;
	}

	form .compliance h2 {
		color: #ff6633;
		font-size: 120%;
		}

	form .compliance li {
		border: 1px solid #FFB399;
		border-left-width: 3px;
		background: none;
		margin-top: 8px;
		padding: 3px 3px 3px 8px;
		}


#comment {
	width:420px;
	max-width:420px;
}
#commentform p label {
	float: none;
	margin-left: 1em;
	display: inline;
	width: auto;
}


.linkcat {
	padding-top:25px;
	list-style-type:none;
}

ul.xoxo {
	list-style-type:none;
	margin-left:-30px;
}

ul.xoxo li {
	padding-top:10px;
	padding-bottom:10px;
}

li.textonly {
	list-style-type:none;
	margin-left:-20px;
}
.cf_hidden,.linklove,.cf-box-title{
	display:none;
}
li.cf-box-group {
	width:100%;
	clear: both;
	float: none;
}
li.cf-box-group input {
	clear: left;
	float: left;
	margin-left: 10px;
}
li.cf-box-group label {
	clear: left;
	display: block;
	float: left;
	margin-left: 30px;
	margin-top: -20px;
	margin-bottom:20px;
}
.failure {
	color:#CC0000;
	font-weight:bold;
}

#sidebar {
	margin-top:150px;
}

ul.xoxo li {
	*margin-left:40px;
}