/*  
Theme Name: Notepad Theme
Theme URI: http://www.ndesign-studio.com/wp-themes/notepad
Description: A notepad theme inspired by the iPhone's Notes.app
Version: 1.3
Tags: two-columns, right-sidebar, fixed-width, threaded-comments, light, yellow
Author: Nick La
Author URI: http://www.ndesign-studio.com

This theme is released under GPL: http://www.gnu.org/licenses/gpl.html

If you remix, convert, translate, modify, or distribute a copy of this theme, please keep the links/credit in the footer.
*/

/* reset
-------------------------------------------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {margin: 0; padding: 0;}
img, fieldset {border: 0;}

.standardsAlert {display:none}

img {border:none;display:inline}

div.clearer {clear:both;line-height:0;height:0}

/* reset end
-------------------------------------------------*/

html {
	background: #0F314e url("../../../../images/greenbg.jpg") repeat;
}

body {
	font: 11px/1.5em Georgia, Times, Times New Roman, sans-serif;
	width: 980px;
	margin: 0 auto;
	color: #393A32;
	text-align: center;
}


/* typography
-------------------------------------------------*/

p {
	margin: 0;
	padding: 0 10px 0.9em 0;
}

h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bold;
	color: #7f0223;
	margin: 0;
	padding: 0 68px 10px 0;
}

h2 {
	font-size: .9em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 10px 0 0 0;
	padding: 0 68px 0 0;
}

h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	color: #3b5e1e;
	margin: 0;
	padding: 5px 68px 10px 0;
}

h4 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #3b5e1e;
	margin: 0;
	padding: 10px 68px 0 0;
}
      
ul {
	margin: 0;
	padding: 0;
}

li {
	line-height: 1.5em;
	list-style: none;
	vertical-align: top;
	margin: 0;
	padding: 0 68px .6em 17px;
}

ol {
	margin: 1.2em 0 1.8em 10px;
}

ol li {
	margin: 0 0 .5em 16px;
}

abbr, acronym {
	cursor: help;
	font-style: normal;
}

code {
	font: 12px monospace;
	white-space: normal;
	color: #666;
}

hr {
	display: none;
}

big {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.46em;
}

small {
	font-size: .9em;
}

blockquote {
	background: url("img/blockquote.png") no-repeat 4px 0;
	padding: 0 0 0 26px;
	font: italic 1.1em/1.4em Georgia, "Times New Roman", Times, serif;
}

input, textarea, select {
	font: normal 1em/1.4em Arial, Helvetica, sans-serif;
}

input[type=text], input[type=password], textarea {
	background: #fdfde8;
	border: solid 1px #d6d1c7;
	padding: 5px 7px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

textarea:focus, input[type=password]:focus, input[type=text]:focus {
	border: solid 1px #ca6c18;
	background: #fff;
	outline: none;
	box-shadow: 0 1px 4px #c5c5a2;

	-webkit-box-shadow: 0 1px 4px #c5c5a2;
	-moz-box-shadow: 0 1px 4px #c5c5a2;
}

input[type=reset], input[type=submit] {
	font-weight: bold;
	color: #fff;
	background: #402206 url("img/form-button-bg.png") repeat-x;
	border: solid 1px #402206;
	padding: 4px 15px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

input[type=reset]:hover, input[type=submit]:hover {
	background: #74300c url("img/form-button-bg.png") repeat-x 0 -91px;
	border: solid 1px #74300c;
}

a:link {
	color: #6a3424;
	text-decoration: none;
}

a:visited {
	color: #716e6c;
	text-decoration: none;
}

a:hover {
	color: #956839;
	text-decoration: underline;
}

a:active {
	color: #956839;
}

.external {
	background: url("../../../../images/externalLink.gif") no-repeat right top;
	padding-right: 10px;
}



/* structure
-------------------------------------------------*/
#wrap {
	background-color: #f9ecda;
	width: 816px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#maintop {
	width: 816px;
	height: 178px;
	background: #f9ecda url("../../../../images/masthead.jpg") no-repeat top left;
	margin: 0 auto;
	padding: 0;
	display: block;
}

#maincontent {
	width: 816px;
	background: #f9ecda url("../../../../images/bg_paper_mid.jpg") repeat-y;
	margin: 0;
	padding: 0;
	display: block;
}

#innerwrap {
	margin: 0;
	padding: 0 75px;
	text-align: center;
}

#innerwrapforums {
	width: 816px;
	margin: 0;
	text-align: left;
}

/* navigation
-------------------------------------------------*/
#mainnav {
	width: 666px;
	margin: 0;
	padding: 0;
	height: 34px;
	margin-bottom: 12px;
}
	
#mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainnav li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainnav li a {
	float: left;
	text-decoration: none;
	color: #e7e3d9;
	border: none;
}
	
#mainnav li a:hover {
	color: #fff;
}

#mainnav li a.active {
	font-weight: bold;
	color: #fff;
}

/* introbox
-------------------------------------------------*/
#introbox {
	width: 664px;
	margin: 0 0 15px 0;
	border: 1px solid #e7c39f;
	display: block;
	text-align: left;
}

#introbox h1 {
	margin: 0;
	padding: 15px 20px 20px 20px;
	line-height: 1.3em;
}

#introbox h2 {
	margin: 0;
	padding: 15px 20px 0px 20px;
}

#introbox p {
	font: .9em 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	line-height: 1.5em;
	color: #211104;
	margin: 0;
	padding: 6px 20px 15px 20px;
}

#introbox img {
	margin: 0 15px 15px 0;
}

/* sideColumn
-------------------------------------------------*/

#sidecolumn #sidetop {
	width: 230px;
	height: 34px;
	background: url("../../../../images/sidebarbg_top.jpg");	 
	background-repeat: no-repeat;
	background-position: top left;
}

#sidecolumn #sidebase {
	width: 230px;
	height: 36px;
	background: url("../../../../images/sidebarbg_base.gif");
	background-repeat: no-repeat; 
	background-position: top left;
}

#sidecolumn #sidemain {
	background-image: url("../../../../images/sidebarbg_mid.gif");
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

#sidecolumn {
	float: left;
	width: 230px;
	margin: 0;
}

.sidelist {
	margin-bottom: 8px;
}

#sidecolumn p {
	font: 10px 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	line-height: 1.3em;
	padding: 5px 40px .1em 35px;
	margin: 0;
}

#sidecolumn h1 {
	font-size: 0.9em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 8px 40px 4px 35px;
}

#sidecolumn h2 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
	padding: 15px 40px 4px 35px;
	color: #211104;
}

#sidecolumn ul {
	font: 10px 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	margin: 5px 40px 0 35px;
	padding: 0;
}

#sidecolumn ul li {
	list-style: none;
	line-height: 1.3em;
	padding: 0 0 .5em 0;
	margin: 0;
	background: none;
}

#sidecolumn .separator {
	height: 28px;
	background: url("../../../../images/loredice.gif");	 
	background-repeat: no-repeat;
	background-position: top center;
}

#sidecolumn .separator2 {
	height: 28px;
	background: url("../../../../images/loredice2.gif");	 
	background-repeat: no-repeat;
	background-position: top center;
}



/* mainColumn
-------------------------------------------------*/

#maincolumn {
	float: right;
	width: 586px;
	margin: 5px 0 60px 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

#maincolumn dl dd {
	margin: 0;
	padding: 0 68px 1em 0;
	font-size: .9em;
}
	
#maincolumn dl dt {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .9em;
}

#maincolumn dl dt span {
	font-weight: normal;
}

#maincolumn .separator {
	height: 35px;
	background: url("../../../../images/lorediceMain.gif");	 
	background-repeat: no-repeat;
	background-position: top center;
}


/* search form
-------------------------------------------------*/
#searchform {
	position: absolute;
	bottom: 57px;
	right: 25px;
	background: url("img/searchform.png") no-repeat;
	width: 222px;
	height: 26px;
	padding: 5px 0 3px;
}

#searchform #s {
	background: #332518;
	border: none;
	font: italic 110% Georgia, "Times New Roman", Times, serif;
	color: #ada8a3;
	width: 168px;
	padding: 2px 5px;
	margin-left: 30px;
}

#searchform #s:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

/* content
-------------------------------------------------*/

.morespace {
	padding-top: 10px;
}

.post {
	border-bottom: 1px solid #e7c39f;
	margin-right: 60px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.post-title a {
	text-decoration: none;
	color: #644527;
}

.post-title a:hover {
	color: #ca6c18;
}

.post-data {
	font: .9em 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	color: #211104;
/*	border-top: 1px solid #e7c39f;*/
	padding-top: 6px;
}

.post-nav {
	overflow: hidden;
	margin: 10px 60px 0px 0px;
}

.post-nav a {
	font: bold 1.2em/1.1em Arial, Helvetica, sans-serif;
	padding: 3px 0 12px;
	display: block;
	text-decoration: none;
	background: #ccc;
}

.post-nav .previous a {
	background: url("img/post-nav.png") no-repeat;
	padding-left: 32px;
	float: left;
}

.post-nav .previous a:hover {
	background-position: 0 -191px;
}

.post-nav .next a {
	background: url("img/post-nav.png") no-repeat right -383px;
	padding-right: 32px;
	text-align: right;
	float: right;
}

.post-nav .next a:hover {
	background-position: right -574px;
}


/* comments
-------------------------------------------------*/
#comments, #respond h4 {
	font: bold 1.6em/1em Arial, Helvetica, sans-serif;
	padding: 20px 0 0;
	margin: 5px 60px 20px 0px;
	letter-spacing: -.04em;
	text-shadow: 0px 1px 4px #dfdfbb;
}
#comments, .commentlist #respond h4 {
	background: url("img/content-dots.png") repeat-x;
}
#comments em, #respond h4 em {
	font: italic .7em/1em Georgia, "Times New Roman", Times, serif;
}
/* commentlist level1 */
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 60px;
}
.commentlist li {
	margin: 0 0 20px;
	padding: 0;
}
.comment-author {
	margin: 0 0 5px 55px;
}
.comment-author small {
	color: #9d8b78;
	font-size: .85em;
}
.comment-author cite {
	font: bold normal 1.35em/1em Arial, Helvetica, sans-serif;
}
.comment-author cite a {
	text-decoration: none;
}
.avatar {
	position: absolute;
	margin: 0 0 0 -55px;
}
.reply {
	background: url("img/reply.png") no-repeat 0 center;
	padding: 0 0 0 12px;
}
.comment-reply-link {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #a5907a;
	text-decoration: none;
}
a.comment-reply-link:hover {
	color: #ca6c18;
}
.commententry {
	clear: both;
	margin-left: 55px;
}

/*commentlist level2 */
.commentlist ul {
	margin: 20px 0 0;
	padding: 0;
}
.commentlist ul li {
	background: none;
	margin: 0;
	padding: 0;
}
.commentlist ul .comment-author {
	margin: 0 0 10px;
}
.commentlist ul .avatar {
	width: 32px;
	height: 32px;
	position: relative;
	float: left;
	margin: -5px 10px 0 0;
}

/*commentlist sub levels */
.commentlist ul ul {
	margin-left: 53px;
	padding: 0;
}


/* comment nav */
.comment-nav {
	clear: both;
	float: right;
	margin: -33px 0 0;
	line-height: 1em;
}
.comment-nav a {
	text-decoration: none;
	color: #b8a98a;
	font-weight: bold;
	text-transform: uppercase;
}
.comment-nav a:hover {
	color: #ca6c18;
}
.comment-nav .previous a {
	background: url("img/comment-nav.png") no-repeat 0 -144px;
	padding-left: 18px;
	margin-right: 20px;
}
.comment-nav .previous a:hover {
	background-position: 0 -217px;
}
.comment-nav .previous a:after {
content:  close-quote;
}
.comment-nav .next a {
	background: url("img/comment-nav.png") no-repeat right 3px;
	padding-right: 24px;
}
.comment-nav .next a:hover {
	background-position: right -70px;
}
.comment-nav .divider {
	background: url("img/comments-nav-circle.png") no-repeat center center;
	padding: 0 10px;
}

#respond {
	position: relative;
	margin-bottom: 40px;
	margin-right: 60px;
}
#respond .cancel-comment-reply {
	position: absolute;
	top: 20px;
	right: 0;
}
#respond #cancel-comment-reply-link {
	font: bold .9em/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url("img/cancel-reply.png") no-repeat 0 3px;
	padding: 2px 2px 2px 16px;
	text-decoration: none;
	color: #b8a98a;
}
#respond #cancel-comment-reply-link:hover {
	text-decoration: none;
	color: #ca6c18;
	background-position: 0 -55px;
}
#commentform input[type=text] {
	width: 210px;
	margin-right: 5px;
	background: #fdfde8;
	border: solid 1px #d6d1c7;
	padding: 5px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#commentform textarea {
	width: 97%;
	height: 200px;
	padding: 10px 7px;
	border: solid 1px #d6d1c7;
	background: #fdfde8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#commentform textarea:focus, #commentform input[type=text]:focus {
	border: solid 1px #ca6c18;
	background: #fff;
	outline: none;
	box-shadow: 0 1px 4px #c5c5a2;
	-webkit-box-shadow: 0 1px 4px #c5c5a2;
	-moz-box-shadow: 0 1px 4px #c5c5a2;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform #submit {
	background: url("img/comment-submit.png") no-repeat 0 bottom;
	width: 183px;
	height: 35px;
	border: none;
	font: bold 1.05em/1em Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 1px 2px #000;
	cursor: pointer;
	padding: 3px 0 7px;
}
#commentform #submit:hover {
	background-position: 0 0;
}



/* widgets
-------------------------------------------------*/
#sidebar .widget {
	margin: 0 0 32px;
}
#sidebar #searchform {
	position: relative;
	margin: 0;
	right: auto;
	bottom: auto;
}
#sidebar #wp-calendar caption {
	font-weight: bold;
}
#sidebar #wp-calendar td {
	width: 32px;
	padding: 4px 2px;
	text-align: center;
}

/* bits and pieces
-------------------------------------------------*/

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.foottext {
	font: .75em 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 0;
}

.introtext {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #3b5e1e;
	padding-bottom: 20px;
}

.textfeature {
	margin-bottom: 15px;
	margin-top: 13px;
	padding:  10px 30px 12px 30px;
	background-color: #E4D3B2;
	font: 1em 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	line-height: 1.6em;
}

.smalltext {
	font: .9em 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	line-height: 1.5em;
	color: #211104;
	padding-bottom: 10px;
}

select#monthpulldown {
	width: 130px;
}


/* pull quotes
-------------------------------------------------*/

blockquote.pullquote {
	float: left;
	width: 10em;
	margin: 0.5em 1em 0.5em 0;
	padding: 0.5em;
	border: 3px double #e7c39f;
	border-width: 3px 0;
	color: #3b5e1e;
	background: transparent;
	font: italic 1.3em/1.4 Georgia;
}

blockquote.alt {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.pullquote p {
	margin: 0;
	padding: 0;
	text-align: center;
}


/* images
-------------------------------------------------*/

img.post {
	display: block;
	border: 1px solid #e7c39f;
	padding: 2px;
	margin: 3px 0 8px 0;
}

img.postnoborder {
	display: block;
	padding: 2px;
	margin: 3px 0 8px 0;
}

img.sidetitle {
	margin-top: 5px;
}

img.icon {
	display: inline;
	float: left;
	margin: 6px 13px 8px 0;
	border: 1px solid #e7c39f;
	padding: 2px;
  }
  
img.iconright {
	display: inline;
	float: right;
	margin: 6px 0 8px 13px;
	border: 1px solid #e7c39f;
	padding: 2px;
  }
  
img.noborder {
	display: inline;
	float: left;
	margin: 3px 10px 4px 0;
  }

img.noborderright {
	display: inline;
	float: right;
	margin: 3px 25px 4px 10px;
  }

.gallerygrid {
	width: 510px;
	margin: 5px 0 10px 5px;
}

.gallerygrid .pic {
	float: left;
	width: 114px;
	height: 114px;
	margin: 0 11px 11px 0;
	border: 1px solid #e7c39f;
}

.gallerygrid .piclast {
	float: left;
	width: 114px;
	height: 114px;
	margin: 0 0 11px 0;
	border: 1px solid #e7c39f;
}

.downloadgrid {
	width: 510px;
	margin-left: 5px;
	margin-top: 10px;
}

.downloadgrid .pic {
	float: left;
	width: 114px;
	text-align: center;
	margin: 0 11px 11px 0;
}

.downloadgrid .pic p {
	margin-top: 10px;
}

.downloadgrid .pic img {
	border: 1px solid #e7c39f;
}

.downloadgrid .piclast {
	float: left;
	width: 114px;
	text-align: center;
	margin: 0 0 11px 0;
}

.downloadgrid .piclast p {
	margin-top: 10px;
}

.downloadgrid .piclast img {
	border: 1px solid #e7c39f;
}


/* footer
-------------------------------------------------*/

#footer {
	width: 816px;
	height: 123px;
	clear: both;
	text-align: center;
	background-image: url("../../../../images/footerimage.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#footer p {
	line-height: 1.4em;
	font: .85em 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	padding: 0 120px 15px 120px;
}


/* wordpress post formating, etc.
-------------------------------------------------*/
.center {
	text-align: center;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
img.alignleft {
	background: #fff;
	border: solid 1px #d6d1c7;
	padding: 5px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
img.alignright {
	background: #fff;
	border: solid 1px #d6d1c7;
	padding: 5px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.aligncenter {
	text-align: center;
}
.wp-caption {
	text-align: center;
	background: #fff;
	border: solid 1px #d6d1c7;
	padding: 5px 5px 0;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.wp-caption-text {
	font: italic 1em/1.3em Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
	color: #777;
}

/* @group Lightbox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url("../../../../images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("../../../../images/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("../../../../images/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

/* @end */
