/*
Theme Name: Shotpeener
Description: A simple two column theme. Right sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS.
Theme URI: http://www.shotpeener.com/blog/?wptheme=shotpeener
Author:  Mary Doezema Cooper

	
*/

body {
	width: 920px;
	margin:0 auto;
	background:#666666;
	color:#444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
}

a { 
	
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#0033cc;
	text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
	border:0;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}

/* Layout */
#page {
	min-width:920px;
	margin:20px auto;
	text-align:left;
}

#wrapper {
	margin:0 0% 0 0;
	padding-bottom:inherit;
	padding-right:230px;
	background-color:#FFFFFF;

}

#content{
	float:left;
	width:93%;
	
	border-right:230px solid #FFCC00;
	border-bottom:auto solid #ffffff;
	margin-right:-230px;
	padding:20px 4% 20em 20px;
	background-color:#FFFFFF;
}

#sidebar{
	float:left;
	width:190px;
	margin:0 -230px 0 0;
	padding:20px;
	background:#FFCC00;
}

#footer {
	clear:both;
	padding:10px;
	
}

/* Header */

#header {
	margin:0 auto;
	background:#237ab2;
	background-image:url(images/spuheader.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

#headertitle {
	
	float:left;
	display:inline;
	top:1.5em;
	margin:50px 0 20px 140px;
}
#headertitle h1 {
	margin:0;	
	font-weight:normal;
	font-size:3.5em;
	font-family:"Times New Roman", Times, serif;
	
}
#headertitle h1 a {
	background:transparent;
	color:#0033cc;
}
#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	background:transparent;
	color:#0033cc;
	font-style:oblique;
	font-size:1.7em;
	font-family:"Times New Roman", Times, serif;
	
}
#headerlink a {
	float:right;
	display:inline;
	margin:30px 10px 0	0;
}	

.search {
	
	padding:0;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:180px;
	border:1px solid #999999;
	margin:0;
	background:#cccccc;
	color:#0033cc;
	font-size:1.1em;
}


/* Top navigation */

#hmenu {
	border-top:0.1em solid #555;
	border-bottom:0.1em solid #555;
	background:#000000;
	font-size: 12px; /* Resets 1em to 12px */
}


/* Sidebar */
#sidebar a {
color:#000000;
}

#sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
	color:#0066CC;
}

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

#sidebar li li {
	margin:0.1em 0;
	color:#0066CC;
}

#sidebar li li li {
	padding-left:20px;
}

#sidebar ul h2 {
	margin:0;
	padding:0;
	color:#0066CC;
	font-size:1.2em;
	text-transform:uppercase;
}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	} */



/* Footer */
#footer { 
	text-align:center;
	font-size:1em;
	background:#000000;
	color:#eee;
}

#footer a {
	color:#3366CC;
}

/* Post */
.post {
	margin:0 0 5em 0;
	clear:both;
}
.nopost {
	padding:0 0 20em 0;
	clear:both;
	
}


.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postentry a {
	border-bottom:1px solid #ddd;
}
.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}

.postmetadata {
	clear:both;
	margin:1em 0;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
	
}

/* Comments */

#comments {
	margin:0 2em;
}

.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:2em 0;
	overflow:auto;
	border-bottom:0.1em solid #eee;
}

.commentlist p {
	margin:0.5em 0;
	font-size:1.1em;
}

.commentlist p a {
	border-bottom:1px solid #ddd;
}
.commentlist p a:hover {
	border-bottom:1px solid #157;
	text-decoration:none;
}
.commentlist img.avatar {
	float: right; margin: 0 0 0 10px; padding: 3px; border:1px solid #eee;
}
.commentlist h4 {
	margin:0;
}

textarea#comment {
	font-size:1.6em;
	width:100%;
}
/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#27a;
	text-align:center;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:7 -L'Orange
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	padding:0;

}
#p7PMnav ul {
	margin:0;
	padding:0;
	border: 1px solid #CCCCCC;
	border-left: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}


/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #000000;
	padding: 3px 8px;
	color: #cccccc;
	border-left: 6px solid #CCCCCC;
	line-height:1;
}
#p7PMnav a:hover {
	background-color: #FFCC00;
	color: #000000;
	border-left: 6px solid #999999;
	font-weight: bold;
}
#p7PMnav a:active, #p7PMnav a:focus   {
	background-color: #FFCC00;
	color: #cccccc;
	border-left: 6px solid #999999;

}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFCC00;
	
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(http://www.shotpeener.com/p7pm/img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #FFCC00;
	color: #000000;
	border-left: 6px solid #333333;
	font-weight: bold;

}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 125px;
}
#p7PMnav .home {
	float: left;
	width: 28px !important;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 210px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666699;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

