@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Layout Classes */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 130px; /* .push must be the same height as .footer */
}

.clear {
      clear: both;
      height: 0;
}

/* Layout DIVs */

div#head {
	position: relative;
	padding: 0;
	margin: 0;
	background: url(http://www.politicalpixel.com/images/v2/rotate_index/rotate.php) no-repeat center top;
	width: 100%;
        height: 399px;
	display: table;
}

div#head_content {
	position: relative;
        text-align: left;
	width: 900px;
	height: 399px;
	margin: 0px auto;
}

div#head_logo {
       position: absolute; 
       height: 32px;
       width: 294px;
       top: 10px;
       left: 25px;
       background: url(http://www.politicalpixel.com/images/v2/logo.png);
       background-repeat: no-repeat;
}

div#head_login {
       position: absolute; 
       height: 32px;
       width: 352px;
       top: 10px;
       right: 25px;
       background: url(http://www.politicalpixel.com/images/v2/login.png);
}

div#head_nav {
       position: absolute; 
       height: 34px;
       width: 562px;
       top: 57px;
       right: 25px;
       background: url(http://www.politicalpixel.com/images/v2/nav.png);
}

div#head_text {
      position: absolute; 
      height: 114px;
      width: 426px;
      top: 150px;
      left: 249px;
      background: url(http://www.politicalpixel.com/images/v2/how_can_we.png);
}

div#twitter {
       position: absolute; 
       height: 115px;
       width: 216px;
       top: 284px;
       right: 25px;
       background: url(http://www.politicalpixel.com/images/v2/twitter.png);
}

div#twitter_text {
       position: absolute; 
       height: 40px;
       width: 192px;
       top: 7px;
       left: 12px;
}

div#sub {
	position: relative;
	padding: 0;
	margin: 0;
	background: url(http://www.politicalpixel.com/images/v2/sub.png) no-repeat center top;
	width: 100%;
        height: 275px;
	display: table;
}

div#sub_content {
	position: relative;
	text-align: left;
	width: 850px;
	height: 275px;
	margin: 0px auto;
}

div#what {
       position: relative;
       width: 675px;
       height: 155px;
       top: 120px;
}

div#find_out_more {
       position: absolute;
       width: 110px;
       height: 30px;
       top: 200px;
       left: 700px;
}

div#contact_us {
       position: absolute;
       width: 110px;
       height: 30px;
       top: 242px;
       left: 700px;
}

div#rss {
	position: relative;
        text-align: left;
	width: 850px;
	margin: 0px auto;
}

div#rss_left {
	float: left;
	width: 356px;
}

div#rss_right {
	float: right;
	width: 476px;
        height: 450px;
        margin-left: 18px;
}

div#spotlight {
	position: absolute;
        width: 476px;
        height: 390px;
        top: 15px;
        background: url(http://www.politicalpixel.com/images/v2/spotlight_bg.png); 
        background-repeat: no-repeat;
}

div#spotlight_text {
	position: absolute;
        width: 155px;
        top: 100px;
        left: 10px;
}

div#footer_bg {
       height: 130px;
       width: 100%;
       background: url(http://www.politicalpixel.com/images/v2/footer_bg.png);
       background-repeat: repeat-x;
}

div#footer_content {
	position: relative;
	text-align: left;
	height: 130px;
	width: 850px;
        background: url(http://www.politicalpixel.com/images/v2/footer_content_bg.png);
        background-repeat: no-repeat;
	margin: 0px auto;
}

div#newsletter {
      position: absolute;
      height: 84px;
      width: 409px;
      top: 27px;
}

div#footer_links_a {
        position: absolute;
        top: 27px;
        left: 435px;
	text-align: left;
}

div#footer_links_b {
        position: absolute;
        top: 27px;
        left: 555px;
	text-align: left;
}

div#footer_links_c {
        position: absolute;
        top: 27px;
        right: 0px;
	text-align: right;
}

div#footer_links_d {
        position: absolute;
        top: 88px;
        right: 0px;
	text-align: right;
}

/* Interior Modifications */

div#head_interior {
	position: relative;
	padding: 0;
	margin: 0;
	background: url(http://www.politicalpixel.com/images/v2/rotate_interior/rotate.php) no-repeat center top;
	width: 100%;
        height: 275px;
	display: table;
}

div#head_content_interior {
	position: relative;
        text-align: left;
	width: 900px;
	height: 275px;
	margin: 0px auto;
}

div#head_text_interior {
      position: absolute;
      top: 115px;
      left: 25px;
}

div#interior {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
        min-height: 500px;
	display: table;
}

div#interior_content {
	position: relative;
	text-align: left;
	width: 850px;
	min-height: 500px;
	margin: 0px auto;
}

div#interior_columns {
	position: relative;
        text-align: left;
	width: 850px;
	margin: 0px auto;
}

div#interior_left {
	float: left;
	width: 580px;
        padding-right: 20px;
}

div#interior_right {
	float: right;
	width: 250px;
}

div#twitter_interior {
       position: relative; 
       height: 115px;
       width: 216px;
       margin-left: 34px;
       background: url(http://www.politicalpixel.com/images/v2/twitter_interior.png);
}

div#notebook_content {
	position: relative;
	width: 600px;
	padding-bottom: 10px;
}

div#notebook_content_left {
	float: left;
	width: 70px;
}

div#notebook_content_right {
	float: right;
	width: 500px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Layout Type */

div#twitter_text p {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px;
       font-weight: bold;
       color: #fff;
}

div#twitter_text a {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px;
       color: #fff;
       text-decoration: none;
}

div#twitter_text a:hover {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px;
       color: #fff;
       text-decoration: underline;
}

div#what p {
	font-family: Times, Times New Roman, serif;
        font-size: 16px;
        color: #333;
}

div#rss_left p {
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
}

div#rss_left a {
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-weight: bold;
        text-decoration: none;
}

div#rss_left a:hover {
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-weight: bold;
        text-decoration: underline;
}

div#interior_left p {
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-size: 13px;
        text-align: justify;
}

div#interior_left h1 {
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-size: 22px;
        text-align: left;
}

div#interior_left h2 {
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-size: 17px;
        text-align: justify;
}

div#interior_left a {
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-weight: bold;
        text-decoration: none;
}

div#interior_left a:hover {
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-weight: bold;
        text-decoration: underline;
}

div#interior_right p {
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
}

div#interior_right a {
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-weight: bold;
        text-decoration: none;
}

div#interior_right a:hover {
        font-family: Arial, Helvetica, sans-serif;
        color: #333;
        font-weight: bold;
        text-decoration: underline;
}

div#spotlight_text p {
	text-align: right;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        font-weight: bold;
}

div#spotlight_text a {
	text-align: right;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        font-weight: bold;
}

div#footer_links_a li {
	text-align: left;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        line-height: 14px;
}

div#footer_links_b li {
	text-align: left;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        line-height: 14px;
}

div#footer_links_c p {
	text-align: right;
        font-size: 10px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
}

div#footer_links_d p {
	text-align: right;
        font-size: 10px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
}

div#footer_links_a a {
	text-align: left;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        text-decoration: none;
}

div#footer_links_a a:hover {
	text-align: left;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        text-decoration: underline;
}

div#footer_links_b  a {
	text-align: left;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        text-decoration: none;
}

div#footer_links_b a:hover {
	text-align: left;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        text-decoration: underline;
}

div#footer_links_c a {
	text-align: right;
        font-size: 10px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
}

div#footer_links_d a {
	text-align: right;
        font-size: 10px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
}

/* Nav Links */

a#nav_home { 
	background-image:url(http://www.politicalpixel.com/resources/x.gif);
	height: 34px; 
	width: 70px; 
	display: block;
	position:absolute;
	left: 0px;
}

a#nav_home span { 
	display:none;
	position:absolute;
	left: 0px;
}

a#nav_home:hover { 
	background-image:url(http://www.politicalpixel.com/images/v2/nav/home.png);
	position:absolute;
	left: 0px;
}

a#nav_about { 
	background-image:url(http://www.politicalpixel.com/resources/x.gif);
	height: 34px; 
	width: 117px; 
	display: block;
	position:absolute;
	left: 70px;
}

a#nav_about span { 
	display:none;
	position:absolute;
	left: 70px;
}

a#nav_about:hover { 
	background-image:url(http://www.politicalpixel.com/images/v2/nav/about.png);
	position:absolute;
	left: 70px;
}

a#nav_notebook { 
	background-image:url(http://www.politicalpixel.com/resources/x.gif);
	height: 34px; 
	width: 129px; 
	display: block;
	position:absolute;
	left: 187px;
}

a#nav_notebook span { 
	display:none;
	position:absolute;
	left: 187px;
}

a#nav_notebook:hover { 
	background-image:url(http://www.politicalpixel.com/images/v2/nav/notebook.png);
	position:absolute;
	left: 187px;
}

a#nav_contact { 
	background-image:url(http://www.politicalpixel.com/resources/x.gif);
	height: 34px; 
	width: 142px; 
	display: block;
	position:absolute;
	left: 316px;
}

a#nav_contact span { 
	display:none;
	position:absolute;
	left: 316px;
}

a#nav_contact:hover { 
	background-image:url(http://www.politicalpixel.com/images/v2/nav/contact.png);
	position:absolute;
	left: 316px;
}

a#nav_support { 
	background-image:url(http://www.politicalpixel.com/resources/x.gif);
	height: 34px; 
	width: 104px; 
	display: block;
	position:absolute;
	left: 458px;
}

a#nav_support span { 
	display:none;
	position:absolute;
	left: 458px;
}

a#nav_support:hover { 
	background-image:url(http://www.politicalpixel.com/images/v2/nav/support.png);
	position:absolute;
	left: 458px;
}