/*   
Theme Name: Larkspirit
Theme URI: http://larkspirit.com
Description: Theme designed for Larkspirit.com
Author: Getting Dirty Designs
Author URI: gettingdirtydesigns.com
Version: 1
*/

@media screen {

/* STRUCTURE */

* { margin: 0; padding: 0; }
body { background: url(images/green-stripe.png); background-color: #111; font: 14px/1.4 Georgia, Serif; color: #0A1121;}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 960px; margin: 0 auto; margin-top: 20px; margin-bottom: 20px; background-color: #FBFADF; border: 4px solid #25411E; }



/* HEADER */

#header img {width: 375px; margin-left:292px; }

/*MENU */
#menu { overflow: hidden; float: left; width: 100%; background-color:#25411E; color: #F6E702; width: 940px; margin-top:20px; margin-bottom: 10px; padding: 10px 0px 0px 20px;}
/**/ * html .menu { height: 1%;} /* */ 
#menu ul { float:left; }
#menu li { display: inline; font: bold 14px/14px "Arial";  float: left; height: 18px; padding-right: 7px;}
#menu li ul li { font-weight: normal; letter-spacing: normal;}
#menu li a, .menu li a:visited { color:#FBFADF; float: left; padding: 4px 6px 10px 6px; margin-right: 5px;}
#menu li a:hover { background: #FBFADF; color:#25411E; text-decoration: none;}



/* MAIN */

#container {margin: 30px 30px; padding-top: 60px;  min-height: 400px;}


#main {float: left; width: 520px; }



/* TYPOGRAPHY */

h1, h2, h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; margin: 0 0 10px 0; color: #25411E;}
h1 { font-size: 2em; font-weight: bold;}
h2 { font-size: 1.6em;}
h3 { font-size: 1.3em; }

p { margin: 0 0 10px 0; }
a:link { text-decoration: none; color: #1E5011; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #736E23; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: underline; color : #F6E702; border: 0px; -moz-outline-style: none;} 
a:active { text-decoration: underline; color : #F6E702; border: 0px; -moz-outline-style: none;}
a:focus { outline: none;-moz-outline-style: none;}

.comments-link {display: none; }

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; list-style: none; }
ol { list-style-type: decimal;}

/* IMAGES */

img { padding: 0px; margin: 0px; border: none; text-align: center;}

/* POSTS */

.post { }

.entry { }
.entry a { }
.entry a:hover { }

.meta { margin-top: 20px; font-size: .8em;}
/* SIDEBAR */

#sidebar { float: right;  width: 350px; }


.navigation { }
   .next-posts { }
   .prev-posts { }


#breadcrumbs { margin-bottom: 40px; padding-left: 20px; font-weight: bold;}

#searchform {padding-top: 10px; }
	#s {width: 200px; }
	#searchsubmt { }

#categories { margin-top: 40px; margin-bottom: 40px; }
#categories a {padding-left: 20px;}

#links { margin-top: 40px; margin-bottom: 40px; }
#links a {padding-left: 20px;}


/* FOOTER */

#footer {clear: both; width: 960px; text-align: center; border-top: 2px solid #25411E; padding-top: 10px; }

/* FORMS */

form { }
input[type=text] { }
textarea { }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
