/*
Theme Name: Lindas Twenty Ten
Theme URI: http://wordpress.org/
Description: Lindas modified theme
Author: Linda Matthews
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* Basic WordPress Styles */
@import url('../twentyten/style.css');
@import url('styles/homepage.css');
@import url('styles/menu.css');
@import url('styles/sidebar.css');
@import url('styles/tabber.css');
@import url(http://fonts.googleapis.com/css?family=Tangerine|Reenie+Beanie);

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*img, table, tbody, tfoot, thead, tr, th, td {
vertical-align: text-top;
margin: 0;
padding: 0;
}*/

#masthead {
  height: 180px;/*168px;*/
	border: 0px solid red;
  }

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #999966;
	clear: none;
	margin-bottom:10px;
        margin-top: 10px;
	}
	

.entry-content {
 padding-top: 30px;
  }
#content .entry-title {
	color: #999966;
	}
	
#content img {
margin:0;
max-width:500px;
}
	
#content table {
  border: 0;
	margin: 0;
	padding: 0;
  }

#content tr td {
  border: 0;
	margin: 0;
	padding: 0;
  }
	
#primary h2, h3 {
  border-bottom: 2px dashed #792741;
	font-weight: bold;
	font-size: 14px;
  }

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Verdana, Arial, Georgia, "Bitstream Charter", serif;
}

/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */

#wrapper {
	background: transparent; /*#fff;*/
	padding: 0 10px; 
	margin-top:0px;
	margin-bottom: 20px;
	border: 2px dashed #cccc99;
}

/* Structure the footer area */
#footer-widget-area {
	border-bottom: 2px dashed #cccc99;
}

#branding img {
border-bottom: 0px solid #000000;
border-top:0px solid #000000;
}

/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles  */
	
body,
input,
textarea {
	font-size: 11px;
}

/* Text elements */
a:link {
	color:#792741;; 
}

a:visited {
	color:#792741;;
}

a:active,
a:hover {
	color: #999966; 
}

hr {
  
	background-color: #fff; /*99966;*/
	border-top: 2px dashed #cccc99;
	height: 0px;
	}

/* =Header
-------------------------------------------------------------- */

#header {
	margin-top: 0px;
	padding: 10px 0 0 0;
}

#site-title {
  display: none;
}

#site-description {
	display: none;
}

/* =Menu
-------------------------------------------------------------- */
#menu-wrapper {
	width: 940px;
	height: 25px;
	margin: 10px auto 0;
	background: transparent;
	padding: 0 10px; 
	border: 0px solid blue;
}

#sub-menu {
width: 300px;
float: left;
border: 0px solid green;
} 

#sub-menu a {
text-decoration: none;
color: #999966;
} 

#sub-menu a:hover {
text-decoration: none;
color:#792741;
} 

#access {
	margin: 0 10px;
	width: 500px;
	display:block;
	float:right;
	border: 0px solid red;
	background: transparent;
}

#access a {
	color:#792741; 
	line-height:25px;
	font-weight: bold;
	background:#cccc99;
	margin-left: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}

#access ul ul a {
	background:#999966;
}
	
#access .menu-header li, div.menu li {
	float: right;
	
}

#access li:hover > a,
#access ul ul :hover > a {
	color:#fff; 
	background: #ff6666; 
}


#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color:#fff; 
	background: #ff6666; 
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#999966; 
}

#access .menu {
  border: 0px solid green;
	margin-top: -30px;
  }
#access .menu-header ul, div.menu ul {
width: 500px;
height: 25px;
margin: 0;
border: 0px solid purple;
  }
	
/*#access {
background: transparent; 
display:block;
float:left;
margin:-30px auto;
width:940px;
border: 0px solid red;
}

#access a {
	color:#792741; 
  line-height:30px; 
	font-weight: bold;
}
#access ul ul a {
	background:none; 
}
	
#access li:hover > a,
#access ul ul :hover > a {
	color:#999966; 
	background: none; 
}


#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color:#999966; 
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#999966; 
}

#access .menu {
  border: 0px solid green;
	margin-top: -30px;
  }
	
/* =Content
-------------------------------------------------------------- */
#main {
	background: transparent url(images/content-bg.gif) repeat-y;
  padding-top:20px;
	}
	
#main-home {
	background: transparent;
  padding-top:20px;
	}	

#content,
#content input,
#content textarea {
	font-size: 12px; /*16px;*/
	line-height: 18px; /*24px*/
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #999966; /*#000;*/
	border: 0;
        margin-top: 10px;
	}

.entry-content input {
margin:0 0 10px;
}

.page-title span {
	
	font-size: 12px; /*16px;*/
	
}
.page-title a:link,
.page-title a:visited {
	color:#792741; /*#888;*/
	}
	
.page-title a:active,
.page-title a:hover {
	color: #999966; /*#FF4B33;*/
}


.entry-title a:link,
.entry-title a:visited {
	color: #999966; /*#000;*/
	}

.entry-title a:active,
.entry-title a:hover {
	color: #792741; /*#FF4B33;*/
}

.page-link a:active,
.page-link a:hover {
	color: #333333; /*#FF4B33;*/
}

#entry-author-info h2 {
	color: #999966; /*#000;*/
	}

.entry-meta a,
.entry-utility a {
	color: #792741; /*#888;*/
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #999966; /*#FF4B33;*/
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	font-size:  12px;
	}
.navigation a:link,
.navigation a:visited {
	color: #505050; /*#888;*/
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #333333; /*#FF4B33;*/
}


.navigation a:link, .navigation a:visited {
color:#CC9933;
text-decoration:none;
font-weight: bold;
}

.navigation a:hover {
color:#999966;
text-decoration:none;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-title {
	color: #999966; 
	font-weight: bold;
}

.widget_rss a.rsswidget {
	color: #792741; /*#000;*/
}
.widget_rss a.rsswidget:hover {
	color: #999966; /*#333333;*/
}

/* Main sidebars ======================================*/

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
	margin-right: 8px;
}

#primary .alignleft,
#primary img.alignleft {
	margin-right: 10px; /*24px;*/
}

#secondary {
}

/* Footer widget areas ======================================*/

#footer {
  margin: 10px 0 0 0;
}


/* =Footer
-------------------------------------------------------------- */
#colophon {
	border-top: 2px dashed #cccc99;; /*4px solid #000;*/
	/*margin-top: -4px;*/
	padding: 18px 0;
	overflow: hidden;
}

#site-info {
	font-size: 10px;
  margin-top: 10px;
	}

#site-info a {
	color: #792741; /*#000;*/
}

#site-info a:hover {
	color: #999966;; /*#000;*/
}

.linkcontainer {
  width: 210px;
	height: 220px;
	/*height: 500px;*/
	  margin-bottom: 20px;
	border: 0px solid red;
	}	
	
	
.linkimg {
  height: 30px;
	width: 35px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	
  }
.linkurl {
  width: 170px;
	height: 30px;
	padding-top: 12px;
	padding-bottom: 0px;
	float: left;
	border: 0px solid red;
  }
	
.thumb {
	width: 25px;
	height: 25px;
	/*float: left;*/
	border: 3px solid #f5f5f3;
	margin-right: 0px;
	}
	
.thumb-lg 	{
	width: 80px;
	height: 80px;
	border: 3px solid #f5f5f3;
	vertical-align:middle;
	}

/*.thumb table {
	margin-bottom: 20px;
	}*/
	
.thumb img 	{
	margin-right: 20px;
	}
	
/*Comments====================================*/	
	
.entry-utility {
	border: 1px solid #eee;
  height: 38px;
	}
	
.cat-links  {
	text-decoration: none;
	float: left;
	}
.cat-links a, .tag-links a  {
	text-decoration: none;
	}

.tag-links  {
	text-decoration: none;
	float: left;
	
}
.comments-link {
	padding: 10px;
	text-decoration: none;
	background-color: #eee;
	float: right;
	margin-bottom: 20px;
}

.comments-link-single {
	padding: 10px;
	text-decoration: none;
	background-color: #f1f1cd;
	float: left;
	margin-bottom: 20px;
}

.more-link {
 padding: 10px;
	text-decoration: none;
	background-color: #eee;
	float: left;
	margin-bottom: 20px;
	}
	
.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
	padding-bottom: 10px;
	}

.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
	padding-bottom: 10px;
}
	

	
/*#cat-page table, #cat-page tr td {
  border: 0;
	margin-bottom: 0px;
	padding: 0;
  }*/
	
.category-thumb img {
  height: 60px;
	width: 60px;
	vertical-align:top;
  }	
	
.category-link {
  font-size: 1em;
  }	

#cat-pages h2 {
border-bottom: 2px dashed #cccc99;  
margin-top: 50px;
  }	
	
#cat-pages h3 {
margin: 0;
padding: 0;
  }
		
#cat-pages h3 a {
font-size: 14px;
font-weight: normal;
margin: 0;
padding: 0;
  }	
	
.privacy {
  font-size: 9px;
	line-height: 12px;
	margin-bottom: 5px;
  }
	
.adsense {
  padding-bottom: 20px;
	font-size: 1em;
	float: left;
	}

.tagcloud {
  color: #b10d64;
	margin-top: 10px;
	margin-bottom: 20px;
  line-height: 20px;
	}
	
.tagcloud a {
  text-decoration: none;
	
  }		
.tagcloud ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
	}		
#main .tagcloud ul {
  margin: 0; 
	padding: 0;
	list-style-type:none;
	}			

	
#special-cats {
  	
	}
	
#special-cats img {
  height: 80px;
	width: 80px;
	vertical-align: middle;
  }		
	
/*#special-cats table {
  border: 0px solid #E7E7E7;
	margin-bottom: 10px;
  }*/
	
.sidenote {
  width: 200px;
	float: right;
	border: 1px solid #800080;
	padding: 10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
text-align: center;
font-size: .8em;
line-height: 13px;
  }	
	
#related_post {
  height: 220px;
  margin-bottom: 20px;
	margin-top: 30px;
	border: 0px solid red;
	font-size: 10px;
  }
	
#related_post ul {
	list-style:none;
	margin:0;
	/*border: 0px solid blue;*/
	}
		
#related_post ul li{
	list-style:none;
	margin:0;
	/*border: 0px solid blue;*/
	}

#related_post ul li a {
  text-decoration: none;
	list-style:none;
  color: #792741;
	padding: 5px 0 0 10px;
  }

#related_post ul li a:hover {
  text-decoration: none;
  color: #669900;
	padding: 5px 0 0 10px; 
	}
	
.related_post-item {
  width: 115px;
	height: 180px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	border: 0px solid red;
  }
	
#content .related_post-item img {
  width: 115px;
	height: 115px;
  }	

.thumbnail img {
  width: 115px;
	height: 115px;
  }	
	
#nav-below {
  clear: both;
	margin: 30px 0 0 0;
}

.purse-patterns-box {
  width: 200px;
	height: 300px;
	float: left;
	text-align: center;
  }

#newsletter-signup {
  border: 1px solid #792741;
  width: 200px;
  height: 160px;
padding: 10px;
}

#newsletter-signup h2 {
  margin: 0px;
padding: 0px;
}

#blogpost-signup {
  border: 1px solid #792741;
  width: 200px;
  height: 140px;
padding: 10px;
}

#blogpost-signup h2 {
  margin: 0px;
padding: 0px;
}

/*FONTS==========================================*/

.text-shadow {
 text-shadow: 4px 4px 4px #aaa;
 font-weight: bold; 
 }

.text-t2shad {
 text-shadow: 4px 4px 4px #aaa;
 font-family: Tangerine, cursive; 
 font-size:2em; 
 font-weight: bold; 
  }	
	
.text-t25shad {
 text-shadow: 4px 4px 4px #aaa;
 font-family: Tangerine, cursive; 
 font-size:2.5em; 
 font-weight: bold; 
  }

 .text-t3shad {
 text-shadow: 4px 4px 4px #aaa;
 font-family: Tangerine, cursive; 
 font-size:3em; 
 font-weight: bold; 
  }	
	

 .text-t3 {
 font-family: Tangerine, cursive; 
 font-size:3em; 
 font-weight: bold; 
  }

.text-t4shad {
 text-shadow: 4px 4px 4px #aaa;
 font-family: Tangerine, cursive; 
 font-size:4em; 
 font-weight: bold; 
  }

.text-rb2shad {
 text-shadow: 2px 2px 2px #aaa;
 font-family: Reenie Beanie, cursive; 
 font-size:2em; 
 font-weight: bold; 
  }

.text-rb25shad {
 text-shadow: 2px 2px 2px #aaa;
 font-family: Reenie Beanie, cursive; 
 font-size:2.5em; 
 font-weight: bold; 
  }
	
.text-rb4shad {
 text-shadow: 2px 2px 2px #aaa;
 font-family: Reenie Beanie, cursive; 
 font-size:4em; 
 font-weight: bold; 
 display: inline;
  }

.text-rb3shad {
 text-shadow: 2px 2px 2px #aaa;
 font-family: Reenie Beanie, cursive; 
 font-size:3em; 
 font-weight: bold; 
  }

#social-media {
  width: 220px;
	padding-top: 10px;
	height: 60px;
	margin-bottom: 20px;
  }
	
	#social-media img{
text-align: middle;
  }
	
.featured-post-container-blog {
  width: 586px;
	padding: 10px;
	background: #fff;
	min-height: 150px;
	border: 2px dashed #792741;
	margin-top: 10px;
  }		