/*
Theme Name: Rosenthal
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> and modified for voterosenthal.com. Design by Nick Holz. Coding by Tony Thomas.
Version: 1.6
Author: Tony Thomas
Author URI: http://anthonygthomas.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Rosenthal v 1.0
	 http://voterosenthal.com

	This theme was designed and built by Tony Thomas,
	whose blog you will find at http://anthonygthomas.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/*

Begin Typography & Colors

Color Scheme

Green = PMS 356 / #016a32
Blue = PMS 072 / #015daa

*/

body {
	
	background:#015daa;
	
}

#container { background: #fff; }


/* pages */

#page {
	
	background: #fff url(images/page_background4.png) repeat-y;
	
}

#page hr {
	
	margin:0;
	
}

/* posts */

.post {
	margin-top:20px;
	padding: 0 10px 0 0;
}

.post a {
	
	text-decoration:none;
	
}

/* tags */

h1,h2,h3,h4,h5,h6{
	
	font-weight:bold;
	
}

img {margin-right:5px; margin-bottom:5px;}

p {
	
	font-family:Arial, sans-serif;
	font-size:120%;
	
}

/* header */

.description{

	display:none;
	
}

#header {
	
	position:relative;
	background: #fff;
	
}

#header h1 {
	
	font-style: italic;
	font-size: 4em;
	display:none;
	
}

#header h1 a { color:white; text-decoration:none;}

#headerimg {
	
	color:#ffffff;
	position:relative;
	height:140px;
	background:url(images/logoforweb.jpg) top right no-repeat; */
	
}


#header_photo{

	position:absolute;
	top:20px;
	left:26px;

}

/* footer */

#footer {
	
	background:#fff;
	min-height:50px;
	padding: 25px 10px 10px 10px;
	
}

/* navigation */

#nav {
	
	height:35px;
	background:#015daa;
	margin-left:240px;
	width:705px;
}

#nav ul {

	margin:7px 0 0 10px;

}

#nav li {

	list-style: none;
	float:left;
	font-weight:bold;
	font-size:125%;

}

#nav a {

	color:#fff;
	padding:7px;
	text-decoration:none;

}

#nav a:hover, .current-page-item a {
	
	color:#015daa;
	background:#fff;
	
}

/* sidebar */

#sidebar h4{text-align:center;}

#sidebar ul#social {
	padding:0;
	margin:0;
}

#sidebar ul#social li {
	float:left;
	height:30px;
	width: 80px;
}

#sidebar ul#social li#facebook {
	background: url(images/facebook.jpg) no-repeat top left;
	margin:0 15px 0 0;
}

#sidebar ul#social li#twitter {
	background: url(images/twitter.jpg) no-repeat top left;
	margin: 0 0 15px 0;
}

#sidebar ul#social {clear:both;}

#get-involved-img {margin-left:55px}

#sidebar a {text-decoration:none;}

#sidebar {
	
	background:#d4d5d9;
	float:left;
	margin-top:100px;
}

#sidebar h2 {
	
	font-size:140%;
	
}

h2 a
{

color: #015daa;

}

#sidebar ul {

	list-style:none;

}

#sidebar .entry {

	margin-left:15px;
	color:#015daa;

}

#sidebar .entry {position:relative;}

#sidebar .post {position:relative;}

#social-networking li.primary{
	
	margin-left:0;
	margin:20px 0 20px 0;
	text-align:center;
	
}

#social-networking li.primary ul {
	
	margin-top:10px;
	
}

#social-networking-sites img {margin-right:25px; margin-bottom:30px;}

#social-networking-sites a {height:40px;}

#social-networking-sites {margin-left:45px;}

/* sidebar2 */


#sidebar2 blockquote {

	color: #015daa;

}

#sidebar2 {
	
	font-size:110%;
	
}

#get-involved-img {text-align:center;}

/* classes */

.aligncenter{margin:auto; text-align:center;}

.alignleft{float:left;}

.alignright{float:right;}

.entry{

	margin-top:25px;

}

.screen-reader-text {display:none;}


/* cforms */

label {position:relative; display:block;}
fieldset{border:none;}
legend{display:none;}
.sendbutton{

	border:1px solid black;
	float:left;
	margin-top:-90px;
	margin-left:17px;

}


/* Rosenthal mods */

.page-item-11, .house_website_link {
	
	font-weight:bold;
	font-size:1.5em;
	
}

.sidebarnews {
	margin-top:15px;
margin-left:30px;
	width:180px;
	}

.sidebarnews h2 {
	line-height: 1.1em;
}

/* 

Rosenthal spiffy corners 
http://spiffycorners.com/index.php?sc=rosenthal&bg=d4d5d9&fg=015daa&sz=5px

*/

.rosenthal{display:block}
.rosenthal *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#015daa}
.rosenthal1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #79a1c4;
  border-right:1px solid #79a1c4;
  background:#357bb5}
.rosenthal2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #bec9d4;
  border-right:1px solid #bec9d4;
  background:#2973b2}
.rosenthal3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #2973b2;
  border-right:1px solid #2973b2;}
.rosenthal4{
  border-left:1px solid #79a1c4;
  border-right:1px solid #79a1c4}
.rosenthal5{
  border-left:1px solid #357bb5;
  border-right:1px solid #357bb5}
.rosenthalfg{
  background:#015daa}

.rosenthalfg a {

	color:white;
	font-weight:bold;
	font-size:1.15em;

}

.get-updates-button {

	width:180px;
	margin:auto;
	text-align:center;
	margin-top:10px;

}

/* Contact Form */

.wpcf7-list-item {
	
	display:block;
	
}