/*
Theme Name: Stubborn
Theme URI: http://fornoobs.info/stubborn-theme
Description: White, really simple, large
Author: Ted H. 
Author URI: http://fornoobs.info

This file is part of the WordPress Stubborn Theme.

   Stubborn theme is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.

   The Stubborn theme is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with the Stubborn theme.  If not, see <http://www.gnu.org/licenses/>.

*/

/* LAYOUT */

#wrap {width:728px;margin-left:40px;margin-right:auto;margin-top:0px;margin-bottom:auto;}

#header, #content, #footer, #relatedpost, #commentsarea, #postnavigation, #bookmarkarea {
	padding-top:20px;padding-bottom:20px;
}


#content {}
#content ul li a {font-family:Verdana, "Helvetica Neue", Helvetica; font-size:88%;color:#4a4a4a;}
#bookmarkarea {font-size:85%;}
  #bookmarkarea a {color:#407855;}
		#bookmarkarea a:hover {
			color: #e60000;
			text-decoration: none;
			border-bottom:1px solid #e60000 ;
		}

#commentarea {}
#postnavigation {margin-top:20px; font-size:85%;}
  #postnavigation a {color:#407855;}
	 #postnavigation a:hover {
		color: #e60000;
		text-decoration: none;
		border-bottom:1px solid #e60000 ;
	}

#relatedpost{margin-top:20px;}
#header {}
#footer {border-top: 1px solid #a0a0a0;	font-size:77%}

#searcharea { float: right;margin-left: 40px;}
	#searcharea #s {width: 400px;color:gray;height: 30px;text-align: center;
	}

/* fonts  and headings */

/*h1, h2, h3, h4, h5, .marker{font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }*/
h1,h2,h3,h4,h5, .marker {"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

h1 {word-spacing:-.07em;letter-spacing:-0.05em;}

body {font-family: "Lucida Grande", Lucida, Verdana, sans-serif;font-size:90%; 
      line-height:1.6em;word-spacing:.15em;
		/*background:#f9f9f9;*/
		}



h1 {font-size: 1.2em;line-height:1em; }
h2 {font-size: .98em;}
h3 {font-size: .94;}
h4 {font-size: .90em;}
h5 {font-size: ..84em;}

strong {font-weight:bolder;color:#333;font-style:italic;}

.marker {font-size: 2em;padding-bottom: 20px;}

.alert, .note, .command, pre, code {
	padding: 15px 15px 15px 15px;
}

.note {background:#fcfbce;border:1px dashed #6a6a6a;}
.alert {border:1px solid #932b0d;}
.command {
	font-family: "Courier New", Courier, mono; border:1px solid #ececec;font-size:90%;
}

pre {font-family: "Courier New", Courier, mono;background: #ececec;}
code {font-family: "Courier New", Courier, mono;color: #606060;}

blockquote {border-top: 3px dotted #7ca08b;border-bottom: 3px dotted #7ca08b; font-weight: bolder;font-size: larger;text-align:center;}
blockquote.left {float:left;}
blockquote.right {float:right;}

/* input elements */

input, textarea {border: 1.5px solid #a0a0a0;width:270px;}
textarea {width:500px;}
input.btn {background: whitesmoke;border: 1px solid #a0a0a0;}


/* links */


a {
	color:black;
	text-decoration:none;
	border-bottom:1px solid #a0a0a0;
}

a:hover {
	color: #e60000;
	text-decoration: none;
	border-bottom:1px solid #e60000 ;
}

/* images */

img {border: 1px solid #504e4f;margin: 20px 20px 20px 20px;}
img.alignright{float: right;}
img.alignleft{float: left;}
img.alignnone{}
img#wpstats{display:none;}

.contentmeta {font-size:80%;word-spacing:-.07em;letter-spacing:-0.05em;}
  .contentmeta a {color:#407855;}
		.contentmeta a:hover {
			color: #e60000;
			text-decoration: none;
			border-bottom:1px solid #e60000 ;
		}


.paypal input {width:auto;}