/*  
Theme Name: Domestic Geek
Theme URI: http://domesticgeek.com
Description: Template designed by myself. 
Author: LaDonna Droll
The following color palette was used - 


Green: #1E5B3A
Maroon: #60101B
Beige: #EFEAD2
*/
* {
	margin: 0;
	padding:0;
}
body {
	background: #EFEAD2 url(/images/DG/wallpaper_bgB.jpg) repeat-y center;
	font:12px/18px Verdana,Sans-serif;
	color:#333;
	text-align: center;
}
#container {
	background: #1E5B3A url(/images/DG/main_bgC.jpg) repeat-y;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
a {
	color: #C93C47;
	text-decoration: none;
}
a:visited {color:#560006;}
a:hover {color: #BCDDB2;}
a:active {color: #643E53;}

p {
	margin-bottom:1em;
}
br {
	line-height: 1em;
}
ol, ul {
	margin: 1em 0;
	margin-left:30px;
}

.none, caption {
	display: none;
}
.clear {
	clear: both;
	height: 0.1px;
	line-height:0;
}

code {
	font: 12px 'Courier New', Courier, Arial, sans-serif;
	color: #CC3300;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #333;
}

del {
	color: #ccc;
	background: #FFFFCC;
}

blockquote {
	font-family:verdana, arial, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:normal; 
	background: #94CB8A url(/images/DG/quote.gif) top left no-repeat ;
    border-left:3px double #103120;
 	border-right:3px double #103120;
	padding: 5px 10px 5px 50px;
	margin:10px 20px;
}
textarea.text, input.text {
	font: 12px Verdana, Arial, sans-serif;
	color: #333;
	background-color: #BCDDB2;
}
input.button {
	font: 13px Verdana, Arial, sans-serif;
	padding:2px;
	background: #94CB8A;
	color: #fff;
	border: 2px #EAC3D2 outset;
	margin:8px 0 0 8px;
}

#navcontainer{
	background: #0D3615;
	height: 25px;
}
#navcontainer ul {
	margin: 0;
}

#navcontainer ul li {
	list-style-type: none;
	float: left;
	font: 13px/25px "Lucida Grande", verdana, sans-serif;
	text-align: center;
}

#navcontainer a {
	color: #0D3615;
	background-color: #94CB8A;
	text-decoration: none;
	display: block;
	width:109px;
	height: 25px;
	border-right: 2px solid #0D3615;
}

#navcontainer li#active a { background: #030; color:#fff;}
#navcontainer a:hover,  #navcontainer li#active a:hover  { background: #560006; color:#fff;}

#header {
	background: url(/images/DG/DG08_headerB.jpg) no-repeat left top;
	/*background: url(/images/DG/DG08_xmasBG.jpg) no-repeat left top;*/
	height: 310px;
	width:1000px;
}

/* Using an image to replace text, from http://www.stopdesign.com/also/articles/replace_text/ */
#header h1 span {
	display:none;
}

#blog-entries {
	float:left;
	margin-top: -20px;
	margin-left:30px;
	width: 520px;
}
.date-header h2 {
	font: bold 26px 'Times New Roman', serif;
	text-align: center;
	margin-bottom: 15px;
	color: #030;
}
/* Postit Date */
.post_cal {
	border: 1px solid #A6A6A6;
       background-color: #FFF;
	text-align: center;
	width: 46px;
	float: left;
	margin: 8px 10px 5px 0;
}

.post_cal .dayname {
	background-color: #6D0714;
	border-bottom: 1px solid #A6A6A6;
	color: #FFF;
	font-size: 12px;
	width: 100%;
}
	
.post_cal .daynum {
	border-bottom: 1px solid #A6A6A6;
	font: bold 30px 'Times New Roman', serif;
	color: #000;
	padding: 3px 0 3px 0;
	font-weight: bold;
	width: 100%;
}
	
.post_cal .month, .post_cal .year {
	font-size: 12px;
	width: 100%;
}
.entry-title h2 {
	padding:5px 0 0 0;
	border: 0;
	color: #6d0714;
	font: bold 18px 'TimesNew Roman', serif;
}

.entry-title h2 a {
	border: 0;
	color: #6d0714;
}
.entry-title h2 a:hover {
	border: none;
	color: #643E53;
}
.entry-title h2 img {
	border: 0;
}
.entry {
	padding: 5px 0 15px 0px;
	text-align: left;
}

.entry-info {
	padding:0 10px 3px 10px;
	margin-bottom: 25px;
	border-top: 1px dotted #1E5B3A;
	font-size: 10px;
	color: #333;
	text-align: center;
	line-height: 16px;
}
.entry-info p {
	margin: 0;
}
.entry-info a {
	color: #94CB8A;
}
.navi-pages {
	text-align: right;
	font-size: 11px;
	padding: 10px;
	border-top: 1px dashed #003300;
}
 
#sidebar {
	width:390px;
	/*background: url(/images/DG/sidebar_bg.jpg) no-repeat;*/
	float:right;
	margin-right:20px;
	padding: 0px;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	text-align: left;
}

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

#sidespan {
	padding-bottom: 10px;
	/*background: url(/images/DG/sidebar_spanbottom.jpg) no-repeat left bottom;	*/
}

#sidebar_split {
	width:390px;
	padding-top:20px;
	min-height: 300px;
	/*background: url(/images/DG/sidebar_splitbg.jpg) no-repeat;*/
}
#sidebar_split div {
	margin-bottom: 10px;
}
#membernav p {
	font-size: 10px;
	margin: 0 0 10px 0;
	text-align: center;
}
#sidebarA {
	width: 170px;
	padding: 10px;
	float: left;
}
#sidebarB {
	width: 170px;
	padding: 10px;
	float: left;
	margin-left: 8px;
}
#sidebar h4 {
	margin-bottom: 5px;
	color: #FFF;
	font: bold 12px Verdana, Arial, sans-serif;
}
#sidebar table {
	margin-left:auto;
	margin-right:0;
}
.sidediv {
	padding: 10px;
	margin-bottom: 10px;
}
.sidediv p {
	margin-bottom: 10px;
}
#gaping {
	margin: 5px 0 5px auto;
	color: #000;
}
.name {
	margin:10px 0 10px 15px;
	padding:0 10px; 
	border-left: 2px solid #94CB8A; 
	border-right: 2px solid #94CB8A;
	font-size: 9px;
}
.blogchalk {
	font-size:9px;
	color: #fff;
}
/*
Begin sidebar headings
------------------------------------------------------ */
#sidebar h3 {
	position: relative;
	width: 170px;
	height: 20px;
	margin-bottom:5px;
}
/*#sidebar h3 span {
	display:none;
}*/
#sidebar a img {
        border:0;
}
#about {
	background: url(/images/xmas/about.jpg) no-repeat top right; 
}
#archives {
	background: url(/images/xmas/archives.jpg) no-repeat top right; 
}
#blogathon {
	background: url(/images/xmas/blogathon.jpg) no-repeat top right; 
}
#calendar {
	background: url(/images/xmas/calendar.jpg) no-repeat top right; 
}
#credits {
	background: url(/images/xmas/credits.jpg) no-repeat top right; 
}
#gallery {
	background: url(/images/xmas/gallery.jpg) no-repeat top right; 
}
#humor {
	background: url(/images/xmas/humor.jpg) no-repeat top right; 
}
#misc {
	background: url(/images/xmas/misc.jpg) no-repeat top right; 
}
#quotes {
	background: url(/images/xmas/quotes.jpg) no-repeat top right; 
}
#reads {
	background: url(/images/xmas/reads.jpg) no-repeat top right; 
}
#rings {
	background: url(/images/xmas/rings.jpg) no-repeat top right; 
}
#search {
	background: url(/images/xmas/search.jpg) no-repeat top right; 
}

#footer {
	clear: both;
	width: 1000px;
	background-color: #171410;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}
 #footer a {
	color: #C93C47;
}

.entryquote {
	font-family:verdana, arial, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:normal; 
	background-color: #F0D5DF;
	border-left:3px double #643E53;
	border-right:3px double #643E53;
	padding: 5px 10px;
	margin:10px 20px;
}
.leftimage {
      float: left;
      margin: 0px 10px 5px 0px;
      border:0px; 
}
.rightimage {
      float: right;
      margin: 0px 0px 5px 10px;
      border:0px; 
}
.centerimage {
      text-align:center;
      border:none;
}
 .dropcap {
      float: left;
      width: .7em;
      font-size: 4em;
      line-height: 83%;
}
/*
Begin Calendar Styles
------------------------------------------------------ */
.calendarhead {
	font-family:verdana;
	font-size: 12px;
	padding:2px;
	letter-spacing: .1em;
	text-align:center;
	font-weight:bold;
	background-color: #94CB8A;
	color:#0D3615;
}
tr.calhead {
	height:22px;
}
.calendarlink a {
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
	color:#FFFFFF;
}
.calendarlink a:hover {
	color: #B78376;
	background-color: transparent;
}
td.cal0 {
	width: 25px;
	text-align: center;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	background-color: #fff;
}
tr.cal3 {
	height: 22px;
	background-color: #fff;
}
table.calendarBG {
	background-color: #000;
} 
.calEntryToday {
	width: 25px;
	text-align: center;
	background-color: #FADFE7;
	border: 1px solid #643E53;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #C9C19C;
}
.calNoEntryToday {
	width: 25px;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #0D3615;
	background-color: #fff;
	color: #C9C19C;
}
.calEntryNotToday {
	width: 25px;
	text-align: center;
	background-color: #FADFE7;
	border: 1px solid #FADFE7;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #C9C19C;
}
.calNoEntryNotToday {
	width: 25px;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #C9C19C;
}
.calBlank {
	background-color: #ccc;
}
/*End Calendar Styles*/

.jumpbox {
	color: #643E53;
	font: 13px verdana, sans-serif;
	padding: 2px;
	margin-bottom: .3em;
   	margin-right: -4px;
	background: #C194A7;
	border-top: 1px solid #F0D5DF;
	border-right: 2px solid #643E53;
	border-bottom: 2px solid #643E53;
	border-left: 1px solid #EAC3D2;
	width: 190px;
}
.daybyday {
	text-align:right;
	color: #FFF;
	font: 11px sans-serif;
}
a:hover.daybydaylink {
     background-color: transparent;
}

.linkbtn {
	text-align: left;
	margin-left:5px;
}
.linkbtn img {
	padding: 0px 2px 2px 0px;
}
/*
Expanding Linklist Styles
------------------------------------------------------ */
.brcontents {
	margin: 0 0 0 auto;
	border-bottom: 2px solid #643E53;
	border-right: 2px solid #643E53;
	border-left: 2px solid #FADFE7;
	border-top: 2px solid #F0D5DF;
	width: 200px;
	background: #FFF;
	font: 13px Verdana, Tahoma, Arial, sans-serif;
}
.brtitle {
	padding: 3px 0;
	border: 0;
	width: 100%;
	background: #C194A7;
	color: #643E53;
	text-decoration:none;
}
.brlist p {
	text-align: center;
	padding: 5px 0;
}
.brlist p a{
	text-decoration: none;
	color: #643D53;
	font-weight: bold;
}
.blogrollmain{
	width:200px;
	background: #F0D5DF;
	font-size:12px;
	text-align:center;
	height: 200px;
	overflow: auto;
}
.blogrollmain a{
	display:block;
	padding:6px 5px;
	border-left:5px solid #643E53;
	border-right:5px solid #643E53;
	border-bottom: 1px dashed #A68091;
	background:#F0D5DF;
	color:#643E53;
	text-decoration:none;
}
.blogrollmain a:hover{
	background:#643E53;
	color:#F0D5DF;
	border-left:5px solid #FDF0B2;
	border-right:5px solid #FDF0B2;
	border-bottom: 1px dashed #FADFE7;
}
.blogrollmain br{
	display:none;
}
/*
Flickr Styles
------------------------------------------------------ */
#flickr_www {
	font: 11px Arial, Helvetica, Sans serif !important; 
	color:#3993ff !important;
}
/*
Technorati Styles
------------------------------------------------------ */
.tr-authority-widget {
	float: right;
	margin-bottom: 10px;
}
#MyBlogLog div{
	margin:0;
}
/*
Ravlelry Style
------------------------------------------------------ */
  .rav_project {
    margin-bottom: 5px;
  }
  
  .rav_project a.rav_title {
    font-size: 1em;
  }
  
  .rav_project .rav_progress_text {
    position: relative;
    text-align: center;
    color: #000;
  }

  .rav_project .rav_progress_bar_wrapper {
    border: 1px solid #eee;
    margin-top: 1px;
  } 

  .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: 100px;
    height: 100px;
    margin-left: 1px;
    margin-top: 5px;
    border: 1px solid #cccccc;
  }
  
  .rav_project .rav_photo_link img {
    width: 100px;
    height: 100px;
    border: 1px solid #ffffff;
  }
  
  .rav_project_with_photos {
    margin-bottom: 20px;
  }
/*
Twitter Styles
------------------------------------------------------ */  
  #twitter_div {
width: 175px;
margin-bottom: 25px;
}
#twitter_div h2 {
	display: none;
}
#twitter_update_list li {
	width: 160px;
}
#twitter_link {
	display:block;
	padding: 0 0 10px 15px;
}
.twitter_time a {
display: block;
color: #35b4e0;
padding-bottom: 10px;
font-style: italic;
border-bottom: 1px dashed #103a8c;
margin-bottom: 5px;
}