/*  
Theme Name: Daniel Patterson (English)
Author URI: http://danielpatterson.net
Author: Jeff Davis
Description: Based on RockinSuckerfish1 
*/

body {
	background: #9AB6CA url('images/kubrickbgcolor.jpg'); 
	color: #333;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	margin: 0px;
	}
body * {
	margin: 0px;
	padding: 0px;
}
img { border: none ;}

a, a:visited{
	color: #005;
	}

a:link { color: #333 }
a:hover{ background: #CCF; }

#container { 
	width: 827px; 
	text-align: left;
	background: transparent;
	margin: 0 auto; 
	}

#header { 
	height: 125px;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	background: #9AB6CA url(images/header.jpg);
	position: relative;
	}
#header h2 {
	color: none;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 30px 0px 0px 20px;
	float: left;
	width: 60%;
	}

#header h2 a {
	color: none;
	text-decoration: none;
	}

#header h2 a:hover {
	}
#header .rss {
	float: right;
	font-size: 12px;
	position: absolute;
	top: 20px;
	right: 10px;
}
#header .rss ul {
	margin: 0px;
	padding: 0px;	
}
#header .rss ul li {
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url(images/feed.png) no-repeat 0 2px;
}
#header .rss ul li a:link, #header .rss ul li a:visited, #header .rss ul li a:active {
	color: #3071B9;
}
#header .rss ul li a:hover {
	background: none;
	text-decoration: underline;
}
/*################################
Suckerfish Navigation Start
##################################*/
#nav, #nav ul {
	width: 815px;
	height: 49px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	background: #003053 url(images/menu-bg.gif) repeat-x;
	border-left: 6px solid #003053;
	border-right: 6px solid #003053;
}
#nav li {
	float: left;
	width: 100px;  height: 22px;
	border: none;
	text-align: left;
	padding: 0px;
}
#nav li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	width: 100px; height: 49px;
	overflow: hidden;
	text-align: center;
	line-height: 49px;
	border: none;
	padding: 0px;
	
}
#nav li a:hover {
	/* border-left: 1px solid #FFFFFF; */
	background: url(images/menu-bg-hover.gif) repeat-x; 
}
/* ----------- */
/* sub menus */
/* ----------- */
#nav li ul {
	position: absolute;
	/* top: 0px; */
	width: 185px;
	left: -999em;
	text-align: left; 
	background: #FFFFFF;
	border: none;
}
#nav li .pages, #nav li .recent, #nav li .archives, #nav li .categories, #nav li .meta {
	border: 3px solid #003053;
	border-top: none;
	height: auto;
}

/* shows the drop - downs */
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* sets background when hovering over drop-down menu items */
#nav li ul a:hover {
	color: #000000;
	background: #B8ED63;
}

/* style of each sub menu item listing */
#nav li ul li, #nav li ul li a {
	color: #003053;
	float: left;
	text-align: left;
	width: 185px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
	height: 25px;
	margin: 0px;
	text-indent: 3px;
}
#nav li ul li .bottom, #nav li ul li a .bottom {
	height: 0px;
	line-height: 0px;
}
* html #nav li ul li, * html #nav li ul li a {
	border-left: 3px solid #003053;
	border-right: 3px solid #003053;
}
/*################################
Suckerfish Navigation End
##################################*/

#content { 
	width: 785px; 
	float: left; 
	margin: 0px;
	background: #FFF ; 
	border: 6px solid #003053;
	border-top: none;
	font-size: 16px;
	}
* html #content {
	width: 782px;
}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#content p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#content ol {
	padding: 0px 0px 10px 35px;
}
#content ul {
	padding: 0px 0px 10px 25px;
}
#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%
	margin: 0px;
	}
	
#content h1 a  {
	color: #006699;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	background: transparent;
	}

#content h2 {
	color: #333333;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	margin: 0px;
	}
#content h2 a  {
	color: #3399ff;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #87C71F;
	background: transparent;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
.comments h3 {
	font-family: Arial, Sans-Serif;
	margin-bottom: 10px;
}
.comments ol, .comments ol li {
	list-style-type: none;
}
.comments ol li {
	margin: 5px 40px 5px 0px;
	padding: 10px;
	border: 1px solid #003053;
	background: #F2F2F2;
	overflow: hidden;
}
* html .comments ol li {
	word-wrap: break-word;
}
.postspace {}
.postspace2 {
	background: #FFFFFF;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#sidebar { 
	}

#sidebar h2 {
	color: #333333;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 15px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #0066cc;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	background-color: #FFF ; 
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#sidebar ul li a {
	color: #507AA5;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
	}

#footer { 
	clear: both;
	border: 6px solid #033053;
	border-top: none;
	background: #ffffff;
	}

#content, #footer { padding: 15px; }

#radiopromotions {
  background: #9AB6CA url('images/kubrickbgcolor.jpg');
  color: white ; 
  font-size: 18px ; 
}

#radiopromotions a { color: white }

ul.lang { list-style: none ; } 
#select_lang { background-color: #FFF ; }
#xlanguage-list-1 { list-style-image: none ; font-size: 0.8em}

#xlanguage-list-1 ul li { list-style-image: none ; }
#xlanguage-list-1 li.language_item_current_item { list-style-type: none }
#xlanguage-list-1 li.language_item { list-style-type: none }


.picture { background-color: #F9F9F9; 
border: 1px solid #CCCCCC; padding: 3px; 
font: 11px/1.4em Arial, sans-serif; } 
.picture img { border: 1px solid #CCCCCC; 
vertical-align:middle; margin-bottom: 3px; } 
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 

#loop {}

.bigul { 
    background-image: url("http://danielpatterson.net/wp-content/uploads/vote4papa.gif") ; 
    background-repeat: no-repeat ; 
    height: 200px ; 
} 
.bigul li {
  font-weight: bold ; font-size: 1.3em ; 
  margin-left: 275px ; 
}

div.signup{ width: 300px ; background-color: #DDD  ; margin: auto }

.signup label { display: block ; text-align: center ;}
