/*  
Theme Name: Crispy
Description: My Custom Theme
Version: 2.0
Author: CW
*/		


/*===================================================
*********************** PRINT FORMAT ****************
====================================================*/


/* Print Style Sheet */

@media print 
	{
body { background:white; color:black; font-size:10pt; margin:0 }

#blogtitle { display:none }
#navigation { display:none }

#leftnav { display:none }
#rightnav { display:none }

#content { margin-left:0; float:none; width:auto }
#content a { font-weight:bold; color:black; text-decoration:underline }
.datetime2 { margin-bottom: 50px }
.metalinks { display:none }

.commentlist { display:block }
.commentmetadata { margin-bottom: 40px}
.commentinput { display:none }

.prevnext { display: none }
.footlinks { display:none }
.copyright { margin-top: 50px }
.wordpresscredit { display:none }

img { page-break-inside:avoid }

}

/* Example */
/*
@media print {
body {background:white; 
     font-size:10pt; 
     margin:0 }
#sidebar { display:none }
#header { height:75px }
#content{ margin-left:0; 
     float:none; 
     width:auto }
.demo .red { color:black; 
     font-weight:bold }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline }
#content{ margin-left:0; 
     float:none; 
     width:auto }
#footer, .ad { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
}



*/
/* End Print Style Sheet */
/*
*
	{ margin: 0px; padding: 0px }

body 
	{ 
font-size: 13px; 
font-family: Georgia, "Times New Roman", Times; 
background: url(pix/paper.jpg); 
text-align: center; 
margin: 0 
	}

ul
	{ list-style: none; }

p
	{ margin-top: 10px; margin-bottom: 10px }
 
blockquote
	{ font-style: normal; margin: 0 0 0 30px; padding: 0 25px 0 0 }

img 
	{ border:none; }
*/
/**************** Alignment classes *****************/
/*

.alignright 
	{ text-align: right }

.alignrightfloat
	{ text-align: right; float: right }

.alignleft 
	{ text-align: left }

.center 
	{ text-align: center }

*/
/*===================================================
*********************** Links ***********************
====================================================*/
/*

a:link
	{ color: #00D; text-decoration: none }

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

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

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

a img 
	{
border:none;
background:none;
padding:5px
	}

#feed, #feed img a:link, #feed img a:visited
	{ border: none }

*/
/*===================================================
*********************** Headings ********************
====================================================*/

/********************** h1 not used *****************/
/*
h1
	{ 
color: #602400 !important; 
font-size: 36px; 
font-variant: small-caps; 
font-weight: bold; 
text-decoration: none !important; 
text-align: center !important; 
letter-spacing: 10px; 
margin-top: 35px 
	}

h2
	{ 
color: #602400; 
font-size: 16px; 
font-family: Arial, sans-serif; 
font-weight: bold; 
text-align: left; 
display: block; 
margin: 5px 0 6px 0; 
padding: 5px 0 0 12px 
	}

h3
	{ 
color: #602400; 
font-size: 22px; 
font-family: Arial, sans-serif; 
font-weight: bold; 
text-align: left; 
display: block; 
margin-top: 15px; 
margin-bottom: 5px; 
padding: 2px 0 2px 5px 
	}

h4
	 { 
color: #602400; 
font-size: 16px; 
font-family: Arial, sans-serif; 
font-weight: bold; 
text-decoration: underline; 
font-style: italic; 
text-align: center; 
display: block; 
margin: 20px 15px 6px 0; 
padding: 20px 0 0 12px 
	}

h5
	{
font-family: Arial, sans-serif; 
color: #602400;
margin-top: 15px;
font-size: 14px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
	}

*/
/***************************************************
************************* Blogtitle **************
*****************************************************/
/*

#blogtitle
	{ 
color: #602400; 
font-size: 36px; 
font-weight: bold; 
text-decoration: none; 
text-align: center !important; 
letter-spacing: 10px; 
display: block; 
width: 980px; 
height: 160px; 
margin-bottom: 5px 
	}

#blogtitle a:link
	{ 
color: #602400 !important; 
font-size: 36px; 
font-weight: bold; 
text-decoration: none !important; 
text-align: center !important; 
letter-spacing: 10px
	}

#blogtitle a:hover
	{ 
color: #602400 !important; 
font-size: 36px; 
font-weight: bold; 
text-decoration: none !important; 
text-align: center !important; 
letter-spacing: 10px
	}

#blogtitle a:visited
	{ 
color: #602400 !important; 
font-size: 36px; 
font-weight: bold; 
text-decoration: none !important; 
text-align: center !important; 
letter-spacing: 10px
	}

#blogtitle a:visited:hover
	{ 
color: #602400 !important; 
font-size: 36px; 
font-weight: bold; 
text-decoration: none !important; 
text-align: center !important; 
letter-spacing: 10px
	}
*/
/*===================================================
*********************** Navigation ******************
====================================================*/
/*

#navigation 
	{ 
line-height: 2.7em; 
background-color: #039; 
margin-right: auto; 
margin-bottom: 0; 
margin-left: auto; 
width: 980px; 
height: 2.7em; 
overflow: hidden; 
border-top: 3px solid #602400; 
text-align: center 
	}

#navigation ul 
	{
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none
	}

#navigation li 
	{
display: inline;
float: left;
font-weight: bold;
margin: 0;
padding: 0;
border-right: 2px solid;
white-space: nowrap;
border-color: #602400
	}

#navigation li a 
	{
display: block;
padding: 0 18px;
font-family: Arial, sans-serif; 
font-size: 0.8em;
text-transform: uppercase;
text-align: center !important;
letter-spacing: 1px
	}

#navigation a 
	{ color: white }

#navigation a:hover
	{ color: #F00; background-color:#D1E2EF }

#navigation a:visited
	{ color: white }

#navigation a:visited:hover
	{ color: #F00; background-color:#D1E2EF }

.button
	{ margin-bottom: -4px }

*/
/*===================================================
*********************** Containers ******************
====================================================*/
/*

#container
	 { 
background: url(pix/paper.jpg); 
margin-top: 0; 
margin-right: auto; 
margin-left: auto; 
padding: 0; 
width: 980px; 
clear: both; 
border-top: 3px solid #602400 
	}

#leftnav
	{
float: left;
width: 180px;
margin: 0;
padding-top: 4px;
margin-top: 0;
margin-left: 2px;
margin-bottom: 20px;
text-align: left
	}

#rightnav
	{
float: right;
width: 180px;
margin: 0;
padding-top: 4px;
margin-top: 0;
margin-bottom: 20px;
margin-right: 2px;
text-align: left
	}

*/
/*===================================================
*********************** Left Sidebar ****************
====================================================*/
/*

.sidebarleft
	{
font-family: Arial, sans-serif; 
font-weight: bold; 
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px
	}

.sidebarleft h2  
	{ 
color: #FFF; 
background: #039 url(pix/h2side.gif) no-repeat left top; 
margin-top: 8px; 
padding: 2px 8px 
	}
*/
/********************** Links ***********************/
/*

.sidebarleft a
	{
font-size: 9pt; 
border: none; 
font-weight: bold
	}

.sidebarleft a:link  
	{ 
color: #039; 
text-decoration: none
	}

.sidebarleft a:hover 
	{
color: #f00;
text-decoration: underline
	}

.sidebarleft a:visited 
	{
color: #039;
text-decoration: none
	}

.sidebarleft a:visited:hover 
	{
color: #f00;
text-decoration: underline
	}
*/
/**************** Search form/button ****************/
/*

.sidebarleft form 
 	{ 
line-height: 0; 
background: #D1E2EF; 
padding-left: 10px; 
padding-right: 10px; 
height: 100% 
	}

.sidebarleft form fieldset 
 	{ margin-top: 8px; }

.sidebarleft #s 
    { 
font-size: 0.8em; 
padding-right: 2px; 
padding-left: 2px; 
width: 112px; 
height: 1.5em; 
vertical-align: middle; 
border: solid 1px black 
	}

.sidebarleft #searchbutton 
	{ 
padding: 0 3px 0 0; 
width: auto; 
height: 2em; 
vertical-align: middle 
	}
*/
/**************** Lists *****************************/
/*

.sidebarleft ul
	{ list-type:none }

.sidebarleft li
	{
background: #D1E2EF;
padding-bottom: 8px
	}

.sidebarleft ul li
   { 
display: block; 
margin-right: 8px; 
margin-bottom: 6px; 
margin-left: 5px; 
padding-bottom: 2px; 
padding-left: 10px; 
padding-top: 10px 
	}
*/
/**************** Recent Articles *******************/
/*

.recent
	{ line-height: 10pt }

.recent li
	{ 
margin-top: 10px !important; 
margin-bottom: 15px !important; 
padding-top: 0 !important; 
padding-bottom: 0px !important 
	}
*/
/**************** Monthly Archives ******************/
/*

.archives 
	{ line-height: 10pt }

.archives li
	{ 
margin-top: 4px !important; 
margin-bottom: 4px !important; 
padding-top: 0 !important; 
padding-bottom: 0px !important 
	}
*/
/**************** Categories ************************/
/*

.cats
	{ line-height: 10pt }

.cats li
	{ 
margin-top: 7px !important; 
margin-bottom: 7px !important; 
padding-top: 0 !important; 
padding-bottom: 0px !important 
	}

.children
	{ margin-top: 0px !important; margin-bottom: 7px !important }

.children li
	{ margin-top: 0px !important; margin-bottom: 0px !important }
*/
/**************** Blogroll **************************/
/*

.links
	{ line-height: 10pt }

.links li
	{ 
margin-top: 9px !important; 
margin-bottom: 9px !important; 
padding-top: 0 !important; 
padding-bottom: 0px !important 
	}

*/
/*===================================================
*********************** Right Sidebar ***************
====================================================*/
/*

.sidebarright
	{
font-family: Arial, sans-serif; 
font-weight: bold; 
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px
	}

.sidebarright h2  
	{ 
color: #FFF; 
background: #039 url(pix/h2side.gif) no-repeat left top; 
margin-top: 8px; 
padding: 2px 8px 
	}

*/
/**************** Links *****************************/
/*

.sidebarright a
	{
font-size: 9pt; 
border: none; 
font-weight: bold
	}

.sidebarright a:link  
	{ 
color: #039; 
text-decoration: none
	}

.sidebarright a:hover 
	{
color: #f00;
text-decoration: underline
	}

.sidebarright a:visited 
	{
color: #039;
text-decoration: none
	}

.sidebarright a:visited:hover 
	{
color: #f00;
text-decoration: underline
	}
*/
/**************** Lists *****************************/
/*

.sidebarright ul
	{ list-type:none }

.sidebarright li
	{
background: #D1E2EF;
padding-bottom: 8px
	}

.sidebarright ul li
	{ 
display: block; 
margin-right: 8px; 
margin-bottom: 6px; 
margin-left: 5px; 
padding-bottom: 2px; 
padding-left: 10px; 
padding-top: 10px 
	}

*/
/*===================================================
*********************** Content *********************
====================================================*/
/*

#content
	{
display: block;
margin: 0 195px 20px 195px;
padding: 1em;
padding-top: 10px;
margin-top:4px;
text-align: left 
	}

#content h2 
	{ margin: 0 0 .5em 0; }

#content p
	{ padding-left: 10px }
*/
/**************** Lists *****************************/
/*

#content ul
	{ padding-left: 15px }

#content ul li
	{
margin-left: 15px;
list-style-type: square
	}

#content ul ul li
	{ padding-left: 15px }

#content ol
	{
list-style-position: inside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px 
	}

#faqlist li
	{ margin-bottom: 6px }
*/
/**************** Titles ****************************/
/*

h4.archivetitle
	{ margin-top: 5px; padding-top: 5px }

h3.pagetitle
 	{ border-bottom: 3px solid #602400; text-align: center }

h3.posttitle   
 	{ 
border-bottom: 3px solid #602400; 
background:#EFF8FF url(pix/posttitle.gif) top left no-repeat; 
padding-left: 8px
	}
*/
/**************** Links *****************************/
/*

.posttitle a:link
	{
color: #602400;
text-decoration: none
	}

.posttitle a:visited
	{
color: #602400;
text-decoration: none
	}

.posttitle a:hover
	{
color: #F00;
text-decoration: none
	}

.posttitle a:visited:hover
	{
color: #F00;
text-decoration: none
	}
*/
/**************** Posts *****************************/
/*

.datetime1 
	{ 
color: #602400; 
display: block; 
text-align: right; 
font-family: Arial, sans-serif; 
font-size: 8pt !important; 
font-weight: bold 
	}

.post
	{
display: block;
overflow:hidden;
width:98%
	}

.entry 
	{ margin-bottom: 5px }

.entry a:link
	{
color: #00D;
text-decoration: underline
	}

.entry a:visited
	{
color: #609;
text-decoration: underline
	}

.entry a:hover
	{
color: #F00;
text-decoration: underline
	}

.entry a:visited:hover
	{
color: #F00;
text-decoration: underline
	}

.more-link 
	{ 
font-family: Arial, sans-serif; 
font-variant: small-caps; 
font-weight: bold; 
text-decoration: none !important; 
text-align: center !important; 
display: block 
	}
*/
/**************** Bottom nav link *******************/
/*

.prevnext 
	{ 
display: block; 
text-align: center; 
margin-top: 10px; 
margin-bottom: 0; 
font-family: Arial, sans-serif; 
font-variant: small-caps; 
font-weight: bold 
	}

*/
/*===================================================
*********************** Post Metadata ***************
====================================================*/
/*

.postmetadata
	{ 
color: black; 
font-family: Arial, sans-serif; 
font-variant: small-caps; 
text-align: left; 
display: block; 
margin: 10px 12px 10px 0px; 
padding: 8px 0px 8px 15px; 
border-top: 1px solid #602400; 
border-bottom: 1px solid #602400 
	}

#content .postmetadata
	{ padding-left: 15px }

.postmetadata a:link
	{ color: #00D; font-weight: bold; border: none }

.postmetadata a:hover
	{ color: #f00; font-weight: bold; text-decoration: underline; border: none }

.postmetadata a:visited:hover
	{ color: #f00; font-weight: bold; text-decoration: underline; border: none }

.postmetadata a:visited
	{ color: #609; font-weight: bold; border: none }

.datetime2 
	{ 
color: #602400; 
float: right; 
font-size: 8pt !important; 
font-weight: bold !important 
	}	
	
.diggitimg
	{ vertical-align: middle !important }

*/
/*===================================================
*********************** Comments ********************
====================================================*/
/*

.commentlist
	{ 
background: #fff url(pix/paper.jpg); 
padding-right: 15px; 
padding-left: 40px 
	}

.commentlist li
	{
margin: 8px 10px 8px 15px;
padding: 6px 10px 0 12px;
list-style: none;
background: #EFF8FF;
border: 1px solid #602400
	}

li.alt
	{ background: #fff; border: 1px solid #602400 }

.commentlist cite
	{ margin: 6px 3px 2px 5px; font-weight: bold; font-style: normal }

.commenttext
	{ 
padding: 5px 10px 2px 3px; 
margin-right: 10px;
overflow: auto 
	}

.commentlist a:link
	{ color: #00D; text-decoration: underline }

.commentlist a:visited
	{ color: #609; text-decoration: underline }

.commentlist a:hover
	{ color: #F00; text-decoration: underline }

.commentlist a:visited:hover
	{ color: #F00; text-decoration: underline }

.commentmetadata
	{ 
color: #602400; 
font-family: Arial, sans-serif; 
font-size: 8pt !important; 
font-weight: bold !important; 
text-align: right; 
display: block; 
margin: 0 10px 6px 0; 
padding: 0 5px 6px 0
	}

#comment
	{ width:80% }

*/
/*===================================================
*********************** Footer **********************
====================================================*/
/*

#footwrap
    { 
clear: both;
font-size: 9pt; 
background: url(pix/paper.jpg); 
padding: 5px 1em; 
border-top: 3px solid #602400 
	}

#footwrap a:link     
	{ color: #00D; font-weight: normal; text-decoration: none }

#footwrap a:hover   
	{ color: #F00; font-weight: normal; text-decoration: underline }

#footwrap a:visited  
	{ color: #609; font-weight: normal; text-decoration: none }

#footwrap a:visited:hover   
	{ color: #F00; font-weight: normal; text-decoration: underline }

.footlinks 
	{ 
font-family: Arial, sans-serif; 
font-variant: small-caps; 
font-weight: bold; 
text-align: center; 
display: block; 
margin-top: 10px; 
margin-bottom: 8px 
	}

.copyright  
	{ 
color: #602400; 
font-style: italic; 
font-weight: bold; 
text-align: center; 
display: block; 
margin-top: 18px 
	}

.wordpresscredit 
	{ 
color: #602400; 
font-size: 8pt; 
display: block; 
margin-top: 6px; 
margin-bottom: 25px; 
text-align:center 
	}

.wordpresscredit a:link    
	{ color: #00D; font-variant: normal !important; text-decoration: none }

.wordpresscredit a:hover   
	{ color: #F00; font-variant: normal !important; text-decoration: underline }

.wordpresscredit a:visited  
	{ color: #609; font-variant: normal !important; text-decoration: none }

.wordpresscredit a:visited:hover   
	{ color: #F00; font-variant: normal !important; text-decoration: underline }

*/
/*===================================================
*********************** Calendar ********************
====================================================*/
/**************** Not used as yet *******************/
/*

#wp-calendar 
	{
empty-cells: show;
margin: 10px auto 0;
width: 160px
	}

#wp-calendar #next a 
	{
padding-right: 10px;
text-align: right
	}

#wp-calendar #prev a 
	{
padding-left: 10px;
text-align: left
	}

#wp-calendar td 
	{
padding: 2px 0;
text-align: center
	}

#wp-calendar th 
	{
text-align: center
	}

#wp-calendar caption 
	{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold
	}

*/
/*===================================================
*********************** Miscellaneous ***************
====================================================*/
/**************** Unused? ***************************/
/*

code
	{ 
color: black; 
background: #EFEFEF; 
display: block; 
margin: 10px 30px 0; 
padding: 2px 10px 5px; 
border-top: 1px solid #602400; 
border-bottom: 1px solid #602400 
	}

.wp-smiley
	{ padding: 0 }

.textwidget
	{ margin: 2px 5px 2px 5px }
*/	
/*===================================================
*********************** End of File *****************
====================================================*/