/*
Theme Name: Simple HTML 5 (two-column)
Theme URI: http://people.oregonstate.edu/~vanlondp/modpod/themes/html5simple2col/
Description: Simple Wordpress theme based on HTML5 modified from the ADSimple  by Dimox and other themes
Version: v.1
Author: Pam Van Londen
Author URI: http://pamvanlonden.com
Tags: blue, white, two-columns, left sidebar, right-sidebar, fixed-width, threaded-comments, paginated posts, dropdown Pages menu, post-sharing icons
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

* {margin: 0; padding: 0}
header, nav, section, article, aside, footer {display: block}
body {
	color: #111;
font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
background-image:url(images/bg-gradation.jpg);
}
a {
	color: #000;
}
a:hover {
color: #fff;
}
p {margin: 0 0 18px; font-size:12px;}
img {border: 0}
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	border-left: 1px solid #000;
	background: #F2F2F2;
	height: 1%;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.aligncenter {margin: 0 auto}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #000;
	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;
}
table {
	width: 99%;
	margin: 0 0 20px 3px;
	border-collapse: collapse;
}
th, td {
  border: 1px solid #000;
	padding: 4px 8px;
}
th {
  text-align: left;
	background: #F3F3F3;
}
pre {
	margin: 0 0 20px;
}

#wrapper {
	width: 975px;
	margin: 0 auto;
	padding: 0;  
}


/* Header
-----------------------------------------------------------------------------*/
header {
	height: 100px;
	padding:20px;
}

#logo {
	color: #808080;
	line-height: 1;
	font-size: 33px;
}
#logo a {
  text-decoration: none;
}
#logo span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0 0;
}


/* horizontal navigation using drop down menus
borrowed from room-34-baseline theme by Scott Anderson http://room34.com/downloads/wppi  */
nav {
	height: 30px;
	padding:0px;
	margin:0;
	clear:both;
}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
line-height:20px;
}

#nav li {
background:#d8846b; /*dull orange*/
float: right; display: inline; /* IE6 fix */
margin: 0 5px;
padding: 0;
position: relative;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

}

#nav li:hover {
background-color:#330033;
color:#000;
}

#nav li a {
color:#fff;
display: block;
padding: 0.2em 0.6em;
text-decoration: none;
font-size:11px;
}

#nav li ul {
display: none;
position: absolute;
z-index: 99;
}

#nav li:hover ul {
background: #333399;
display: block;
left: 0;
min-width: 150px;
top: 1.9em; 
white-space: nowrap;
color:#fff;
}

#nav li:hover li {
background: #333399;
display: block;
float: none; 
font-size: 0.9em;
margin: 0;
padding: 0;
}

#nav li:hover li:hover {
background: #eee;
}

#nav li:hover li a {
padding: 0.3em 0.5em;
}

#nav li.current_page_item {

}
#nav li.current_page_item a {
	color: #fff;
	background-color:#330033;
	line-height:20px;
	border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
/* search -----------------------------------------*/
#search {
	float:left;
}
#search input {
	font: 11px "Lucida Grande", Arial, Sans-Serif;
	float: left;
}
#s {
	width: 175px;
	padding: 3px 6px;
	margin-right: 5px;
}
#s:hover {
	border-color: #AAA;
}
#s:focus {
	border-color: #333399;
}
#searchsubmit {
	background: #333399;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
}
#searchsubmit:hover {
	background: #330033;
}


/* Content
-----------------------------------------------------------------------------*/
section {
	margin-bottom: 10px;
	
}
#content {
	width: 670px;
	margin:0 250px 0 0;
	padding: 20px;
	overflow: hidden;
	min-height:400px;
}
#content h2, #content .pagetitle {
font-size: 1.1em;
margin: 1em 0 1em 0;
text-align: center;
color:#fff;
}
/* add border and shadow to art */
/*turn off share icons way down below*/
#content img,  #content .post .entry a img { 
box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.5);  
 -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.5); 
 border:8px solid #000;
 }
/* turn off paypal border */
img.paypal {/* leave the classes connected to get this to work */
border:0 !important;
 box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0) !important;
 -moz-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0) !important;
 -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0) !important;
 }
 
 
#content h2 a {
  text-decoration: none;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content h3 {
	font: normal 20px/1.5 "Lucida Grande", Arial, Sans-Serif;
	padding: 0 0 3px;
	margin-bottom: 18px;
}
#content .post, .entry {
background-image:url(images/post-gradation.jpg);
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin:0;
padding:15px;
}
#content .post h2,
#content .post h3 {
	font-size: 23px;
	margin: 0 0 18px;
}
.pmeta {
	font-size: 9px;
  line-height: 16px;
	margin: -13px 0 15px;
	color: #888;
}
.pmeta span {
  margin: 0 3px;
}
.pmeta a,
.ptags a {
	color: #888;
	text-decoration: underline;
}
.pmeta a:hover,
.ptags a:hover {
	color: #330033;
}
.entry {
  text-align: justify;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: normal 23px/1.4 "Lucida Grande", Arial, Sans-Serif;
	padding: 0 0 4px;
	margin: 25px 0 18px;
	border: none;
}
#content .entry h3 {font-size: 20px}
#content .entry h4 {font-size: 18px}
#content .entry h5 {font-size: 17px}
#content .entry h6 {font-size: 15px}
.ptags {
	font-size: 12px;
  line-height: 16px;
	color: #999;
	padding: 3px 5px;
	overflow: hidden;
	height: 1%;
}
.comments {
	float: right;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
}

.post ol {
	margin: -4px 0 18px 35px;
	
}
.post ul {
	margin: -4px 0 18px 18px;
}
.post li {
	padding: 3px 0 4px;
	font-size:12px;
}
.post ul li {
	list-style: none;
	background: url(images/arrow.gif) 0 11px no-repeat;
	padding: 3px 0 4px 12px;
}
.post li ul {
	margin: 4px 0 -5px;
}
.post li ol {
	margin: 4px 0 -5px 18px;
}
/* share icon lists from room 24 baseline theme */
ul.inline {
display: block;
margin: 1em 0;
padding: 0;
}

ul.inline li {
display: inline;
margin: 0 0.5em 0 0;
}
ul.inline.share li a img {/* leave the classes connected to get this to work */
border:0 !important;
 box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0) !important;
 -moz-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0) !important;
 -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0) !important;
 }
/*--------------*/

div.pagetitle {
	font: bold 19px "Lucida Grande", Arial, Sans-Serif;
	padding: 3px 0 4px;
	margin-bottom: 30px;
	
}

.commentlist {
	margin: 18px 0 0;
}
.commentlist li {
	list-style: none;
}
.commentlist li .commentdiv {
	margin: 0 0 25px;
	height: 1%;
}
li.bypostauthor .commentdiv {
	padding: 3px 3px 7px;

}
.commentlist ul.children {
	margin: 13px 0 0 18px;
}
.comment-author {
	background: #F2F2F2;
	padding: 4px 4px 3px 4px;
	min-height: 39px;
	height: auto !important;
	height: 39px;
}
.fn {
	font-style: normal;
	font-weight: bold;
}
.avatar {
	padding: 2px;
	float: left;
	background: #FFF;
	margin: 0 5px 0 0;
}
.commentmetadata {
	font-size: 11px;
	color: #888;
	padding: 3px 0 0;
}
.commentmetadata a {
	color: #888;
  text-decoration: none;
}
.commentmetadata a:hover {
	color: #330033;
  text-decoration: underline;
}
.ctext {
	padding: 10px 7px 0;
}
.reply {
	width: 100%;
	overflow: hidden;
	text-transform: lowercase;
	margin: -3px 0 0 7px;
}
.reply a {
	background: #F4F4F4;
	float: left;
	color: #330033;
	text-decoration: none;
	padding: 0 6px 2px;
	font-size: 13px;
	line-height: 16px;
}
.reply a:hover {
	background: #333399;
	color: #FFF;
	border: 1px solid #333399;
}
#cancel-comment-reply {
	float: right;
	position: relative;
	top: -43px;
}
#cancel-comment-reply small {
	font-size: 13px;
}

#respond h3 {
  margin-top: 35px;
}

#commentform {
	padding: 0 0 20px;
}
#commentform p {
	margin: 0 0 7px;
	white-space: nowrap;
}
#author, #email, #url, #comment, #submit {
	font: 13px "Lucida Grande", Tahoma, Arial, Sans-Serif;
	padding: 3px 5px;
	width: 200px;
	border: 1px solid #CCC;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
	border-color: #999;
}
#comment {
	width: 97%;
	height: 150px;
}
#submit {
	width: 128px;
	height: 26px;
	padding: 0;
	background: #333399;
	cursor: pointer;
	border: none;
	color: #FFF;
  font-weight: bold;
}
#submit:hover {
	background: #330033;
}
/* Lovely Previous and Next navigation at the bottom of the home page.*/
.navigation {
	padding: 15px 0 0;
}
.navigation a {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  border: 1px solid #C01D36;
	color: #C01D36;
  text-decoration: none;
  text-align: center;
}
.navigation a:hover {
  border: 1px solid #000;
	color: #000;
	background: #EEE;
}
.navigation span {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  text-align: center;
}
.navigation span.pages {
  margin-right: 10px;
	width: auto;
}
.navigation span.current {
  border: 1px solid #000;
	background: #888;
	color: #FFF;
}
.navigation.first {
	background: none;
	padding: 0;
}
.navigation.com a {
	margin: 0 -2px 0 0;
}
.navigation.com span.dots {
	margin: 0 -4px 0 0;
}
.navigation.com span.current {
	margin: 0 -2px 0 0;
}


/* Sidebars
-----------------------------------------------------------------------------*/
aside {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 15px;
	max-width:250px;
}


#sidebar1 {
float:right;
font-size: 0.9em;
margin: 1em 0 0 0;
padding:10px;
overflow: hidden;
background: #d8846b ; 
opacity: 0.50;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.section {
margin: 0 0 25px;
min-width:150px;
max-width:200px;
}
aside ul {
margin: 0 0 15px;
}
aside li {
list-style: none;
padding: 3px 4px 0px 12px;
margin: 0;
font-size:10px;
line-height:11px;
}
aside li ul {
  margin: 0 0 2px;
}
aside li li {
  padding: 3px 0 0 12px;
	border: none;
}
aside a {
	color: #fff;
  text-decoration: none;
}
aside a:hover {
  text-decoration: underline;
  color:#000;
}
aside h3 {
	font: 17px/1 "Lucida Grande", Arial, Sans-Serif;
}
aside img {
width:50px;
float:left;
display:block;
}

#tagCloud a,
.widget_tag_cloud a {
	margin: 0 4px 0 0;
  line-height: 24px;
}

#wp-calendar {
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
  text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/
footer {
	padding: 7px 10px;
	margin: 0 0 8px;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

/*gallery ----------------------- 
Use the Thumbnail-for-excerpts plugin to see images in the excerpts. 
http://www.cnet.ro/wordpress/thumbnailforexcerpts/
*/
ul.gallery li {
width:150px; 
height:180px; 
overflow:hidden; 
float:left;
margin:0 17px 17px 0;
font-size:10px;
line-height:13px;

}
ul.gallery li a {
text-decoration:none;
color:#999999;
}

ul.gallery li a img, ul.gallery li img {
width:150px; 
height:150px; 
overflow:hidden; 
margin:0 15px 15px 0;
border:0 !important;
 box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0) !important;
 -moz-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0) !important;
 -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0) !important;

}

/*       tools menu  */
nav#tools {
float:right;
margin-top:-20px;
border:0;
}
ul.horizontal {
list-style-type:none;   
list-style:none;               /* for IE */
text-align:center;                 /* Set the menu left, right, or center within its block. */
margin:0;
height:30px;
}
ul.horizontal li {
display:inline; 			/* Display each item side by side rather than vertically. */
font-size:11px;
padding:5px;        /* Add breathing space beside each item. */
color:#fff;
margin:0;
}
ul.horizontal li a {
text-decoration:none;		/* This is already turned off in the first line for the entire document. */
padding:5px;        /* Add breathing space beside each item. */
color:#000;
margin:0;
}
ul.horizontal li a:hover {
background-color:#ccc;
color:#000;
padding:5px;        /* Add breathing space beside each item. */
margin:0;
}

aside select {
width:200px;
}