
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	color: #666666;
	font-family: "Cambria","Georgia","Calibri", "verdana", "trebuchet", "arial", "helvetica", sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	background: #330000 ;
}

table{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6{
        font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: medium;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #669900;
}

a:hover{
	text-decoration: underline;
    color: #300;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: x-small;
}

input, textarea{
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	padding: 2px;
}



/* Start Container - Holds everything together. Nothing sits outside of the container. */

#container{
	margin: 25px auto;
	max-width: 1024px;
	width:expression(document.body.clientWidth > 960? "960px": "auto" );
	min-width: 750px;
	text-align: left;
        /* border: medium dashed #9c3; */
}

/* End Container */



/* Start Page - Yellow top, white bottom background */

#page{
	float: left;
	width: 100%;
	background: #fff;
}

/* End Page */



/* Start Header - Blog Title and Skip Link */

#header{
	display: block;
	margin: 10px 10px 0;
	padding: 9px 10px;
	background: #c09;
	color: #b76d56;
}

#header a{
	color: #cb7960;
}

#header h1{
	display: inline;
}

#header h1, #header h1 a{
	color: #fff;
}

#header h1 a{
	text-decoration: none;
}

#header h1 a:hover{
	text-decoration: underline;
}

.skip{
	float: right;
	line-height: 18px;
}

.skip a{
	padding: 0 26px 1px 0;
	background: url(images/icon_skip_to.gif) no-repeat right top;
}

/* End Header */




/* Start Banner - Be default, the banner is just a background image. */

#banner{
	display: block;
	margin: 0;
	height: 110px;
	overflow: hidden;
	text-align: right;
	background: #330000 url(images/blogbanner2.png) no-repeat;
}

#banner img{
	margin: 10px 10px 0 0;
}

/* End Banner */




/* Start Horizontal Navigation Menu */

.feed{
	float: left;
	width: 18.75%;
	margin: 0;
	display: inline;
	padding: 11px 0;
	background: #f8fdd3 url(images/bg_feed.gif) no-repeat;
}

.feed a{
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding: 0 10px 0 36px;
	background: url(images/icon_rss.gif) no-repeat 10px 2px;
}

.nav{
        float: left;
        width: 100%;
	margin: 0px 0px 0px 0;
	display: inline;
	background: #330000;
}

.nav ul{
	margin: 0;
	padding: 0 0 0 9px;
	list-style: none;
	background: #bacc3f url(images/bg_nav.gif) repeat-x;
        font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
}

.nav ul li{
	float: left;
	margin: 10px 0 0 1px;
	display: inline;
}

.nav ul li a{
	display: block;
	padding: 7px 10px 8px;
	background: #690;
	color: #fff;

}

.nav ul li a:hover{
	background: #c09;
	color: #fff;

}

.nav ul li.current_page_item a{
	background: #fff;
        color: #c09;

}

/* End Horizontal Navigation Menu */




/* Start Content - Wraps the main column and first and second sidebars */

#content{
	margin: 0 0 0 0;
}

/* End content */




/* Start Sidebars */

.sidebar{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	display: inline;
}

.a{/* the first sidebar */
	float: left;
	margin: 0 0 0 10px;

}

.b{ /* the second sidebar */
	float: right;
	margin: 0 10px 0 0;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li{
	margin: 0 0 0 0;
	background: #ffffff;
}

.sidebar ul li#search form{
	padding: 0 10px 10px;
}

.sidebar ul li#search form input{
	margin: 10px 0 0;
}

.sidebar ul li#calendar table{
	margin: 0 10px;
}

.sidebar ul li#calendar table caption{
	padding: 10px;
}

.sidebar ul li#calendar table td{
	padding: 3px;
}

.sidebar ul li h2{
	padding: 25px 0 0 0;
	font-size: medium;
        font-weight: bold;
        text-align: left;
	background: #ffffff;
	color: #cc0099;
        font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
}

.sidebar ul ul{
	line-height: 18px;
}

.sidebar ul ul li{
	margin: 0;
	padding: 1px;

}
	background: url(images/bg_dotted_a.gif) repeat-x;
.sidebar li#flickrrss img{
	margin: 5px 0 0 5px;
	width: 74px;
	height: 74px;
}

.sidebar ul ul ul li{
	padding: 10px 0 0 10px;
	background-color: transparent;
	background-image: none;
}

.c{ /* the main column sidebars */
	width: 31.5789%;
}

.c ul li{
	background: #fff;
}

.c ul li h2{
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

.c ul ul li{
	background: url(images/bg_dotted_b.gif) repeat-x;
}

.d{ /* the bottom sidebars */
	width: 18.75%;
}

.d a{
	color: #fff;
}

.d ul li{
	background: #462115;
}

.d ul li h2{
	background: #321911;
	color: #c5ce88;
}

.d ul ul li{
	background: url(images/bg_dotted_d.gif) repeat-x;
}

/* End Sidebars */




/* Start Main - Where your main content sits */

#main{
	margin: 0 210px 0 210px;
        padding: 5px;
        border-right: thin dashed #690;  
        border-left: thin dashed #690;
}

/* End Main */



/* Start Posts - Post titles, entries, and postmetadata */

.post{
	margin: 0 0 15px 0;
}

.post h2{
	font-size: large;
        font-weight: bold;
	padding: 10px 10px 5px 10px;
        background: #f7f7f7;
        font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;

}
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
/* End Posts */




/* Start Entries - Text and Titles within the content */

.entry{
	padding: 10px 10px 5px 10px;
	line-height: 150%;

}

.entry p{
	padding: 10px 10px 5px 10px;
	line-height: 150%;

}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 10px 10px 5px 10px;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

.entry h1{
	font-size: medium;
	line-height: 150%;
	font-weight: normal;
}

.entry h2{
	font-weight: normal;
}

.entry h3{
	font-size: small;
}

.entry h4{
	font-size: x-small;
}

.entry h5{
	font-size: x-small;
}

.entry h6{
	font-size: x-small;
}

/* End Entries */




/* Start Postmetadata - Author, Date, Categories and Comments Number */

p.entrymetadata{
	padding: 0px 10px 5px 10px;
	font-size: x-small;
	line-height: 150%;
	color: #99CC33;
}

p.entrymetadata a{
	color: #cc0099;
}

.comments_number a{
	padding: 0 0 20px 26px;
	background: url(images/icon_comment.gif) no-repeat;
}

/* End Postmetadata */




/* Start Previous and Next Links */

.navigation{
	margin: 0 0 0 10px;
	padding: 10px;
	font-size: small;
	line-height: 150%;
   text-align: right;
}

/* End Previous and Next Links */




/* Start Comments Template */

.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: small;
}

.comments_template h3{
	font-size: medium;
	padding: 8px 10px;
	background: #f7f7f7 url(images/bg_h2_b.gif) repeat-x left bottom;
}

.comments_template form#commentform{
	margin: 0;
	padding: 10px;
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

.comments_template form#commentform p{
	line-height: 18px;
}

ol.commentlist{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: small;
	line-height: 150%;
}

ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li{
	padding: 10px;
	background: url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.alt{
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}

ol.commentlist li.highlighted{
	background: #fcffe5 url(images/bg_dotted_a.gif) repeat-x;
}

.comment-number{ /* for Paged Comments plugin */
	float: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #aaa;
}

/* End Comments Template */




/* Start bottom sidebars */

.secondary_content, .tertiary_content{
	float: left;
	width: 100%;
	padding: 10px 0 0;
	background: #462115 url(images/bg_dotted_c.gif) repeat-x;
	color: #b76d56;
}

.tertiary_content{
	background: #462115 url(images/bg_tertiary_content.gif) repeat-x;
}

/* End bottom sidebars */




/* Start Footer */

#footer{
	display: block;
	padding: 18px 20px;
	line-height: 125%;
	background: #690;
	color: #fff;
}

#footer a{
	color: #9c3;
}

#footer .skip a{
    background: url(images/icon_skip_back.gif) no-repeat right top;
}

#footer p{
	padding: 0;
	display: inline;
}

/* End Footer */

/* RAVELRY */
       
          .rav_project {
            margin-bottom: 5px;
          }
          
          .rav_project a.rav_title {
            font-size: .9em;
          }
          
          .rav_project .rav_progress_text {
            position: relative;
            text-align: center;
          }
        
          .rav_project .rav_progress_bar_wrapper {
            border: 1px solid #eee;
            margin-top: 2px;
          } 
        
          .rav_project .rav_progress_bar { 
            position: relative;
            padding: 1px;
            border-left: 1px solid #aaa;
            border-top: 1px solid #aaa;
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            background-color: #eee;
          }
        
          .rav_project .rav_progress_bar .rav_progress_filled { 
            position: absolute;
          }
          
          .rav_project .rav_photo_link {
            margin-bottom: 5px;
            display: block;
            width: 77px;
            height: 77px;
            margin-left: 1px;
            margin-top: 5px;
            border: 1px solid #cccccc;
          }
          
          .rav_project .rav_photo_link img {
            width: 75px;
            height: 75px;
            border: 1px solid #ffffff;
          }
          
          .rav_project_with_photos {
            margin-bottom: 20px;
          }
          
/* END RAVELRY */


/* Flickr */
#flickr img { width: 150px; height: 150px; }
#flickr a { margin:0px auto; padding: 3px; display: block; float: left;}
#flickr a:hover { background: #ddd; }

.flickr_badge_image { float: left; }
.flickr_badge_image img {width: 150px; height: auto; padding: 3px; margin: 10px; border: 1px dashed #ccc; background: #fff;}
 

/* Start Ads */

.ads_468x60{
	margin: 10px 0 5px;
}

.ads_inline{
	padding: 5px;
	display: inline;
}

/* End Ads */

.twitter-item {font-size: x-small;}
.twitter-timestamp {font-style: italic;}

.container #gallery-1 .gallery-item {width:auto !important;}
.gallery br {display:none;} 
