/*  
Theme Name: TextilePaintings
Theme URI: http://blog.lisacall.com/
Description: Textile Painting Blog Template for Lisa Call
Version: 1.0
Author: Lisa Call
Author URI: http://lisacall.com
*/

 

* {
	padding: 0; 
	margin:0;
}
p {
	line-height: 1.5em;
	margin: 1.2em 0;
}
.center {
    text-align: center;
}
dl 
{
    margin:1em 0;
}
dt 
{
    font-weight:bold;
}
dd 
{
    margin:0.5em 1em 0.5em 1em;
    padding:0;
}

/* Floats*/
.right-margin {
    float: right;
    margin-left:30px;
}
.right {
	float: right;
}
.left-margin {
	float: left; 
	margin-right:30px;	
}
.left {
	float: left; 
}
.left-margin-homepage {
	float: left; 
	margin-left:25px;	
}

/* Images */
img 
{
        max-width: 100%;
	margin: 0;
	padding:0;	
	border:0;
}
img.center
{
display: block;
    margin: 0 auto;
}

img.wp-smiley, #wpstats, img.noborder, a img.noborder {
	background: none;
	border: 0;
	padding: 0;
}
	
/* Misc */
.clear {
	clear:both;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 3px solid #CCD1CB;
	font-size: 0.9em;
}
fieldset 
{
	border:0;
}
	
/* Links */
a 
{
    text-decoration:none;
}
a:link, a:visited 
{
    color: #963;	
}
a:hover, a:active 
{
    color: #333;
    border-bottom:#333 1px solid;
}

/* Headers */
h1, h2, h3, h4, h5, h6 
{
	font-family: Tahoma, Arial, sans-serif;
}

/* Layout */
body 
{
	margin: 0; 
	font: 76%/1.6em verdana, tahoma, arial,  sans-serif; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333; 
	text-align: center;
}
#container {
	border-top: #CCD1CB 1px solid; 
	border-bottom: #CCD1CB 1px solid; 
	background: #fff; 
	margin: 0 auto; 
	width: 840px; 	
	text-align: left;
}

/* Navigation */
#navigation {
	background: transparent; 
	margin: 8px auto 0; 
	overflow: hidden; 
	width: 841px; 
	text-align: left;
	font-family: Tahoma, Arial, sans-serif;
}
 html #navigation {
	height: 1%;
}
#navigation ul li {
	float: left; 
	margin: 0 5px 0 0; 
	list-style-type: none;
}
#navigation ul li a {
	border: #E7E8E5 1px solid; 
	border-bottom:none;
	padding: 2px 12px; 
	display: block; 
	font-weight:bold;
	color:#333;		
	text-decoration: none;
	background:#E7E8E5;
	letter-spacing:0px;
}
#navigation ul li a:hover, #navigation ul li a:active, 
#navigation ul li.current_page_item a,
#navigation ul li.current_page_ancestor a
 {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;		
}

#sidebar ul li a:hover, #sidebar ul li a:active, #sidebar ul li.current_page_item a {
    color: #333;
    border-bottom:#333 1px solid; 
}

#sidebar ul li ul li.current_page_item ul li a {
    color: #963;
    border-bottom:none; 
} 
#sidebar .current_title_page a { 
    color: #333;
    border-bottom:#333 1px solid; 
}
   


/* Header */

#header
{
    clear: both;
    width:840px;
    height:90px;
    margin:0 auto;
    padding:0;
    overflow:hidden;
    text-align:left;
    position: relative;
}
#header h5 
{
	font-size:3.0em;
        line-height:1.0em;
	font-weight:normal;
	position: absolute; 
        top: 26px;
	left: 15px;
	font-family: Tahoma, Arial, sans-serif;
        margin: 0;
        padding: 0;
}
#header h5 a {
	text-decoration:none;	
        color: #333;
	border:0;
}
#header h6 
{
	font-size:1.8em;
        line-height:1.0em;
	font-weight:normal;
	position: absolute; 
	top: 39px;
	left: 300px;
	font-family: Tahoma, Arial, sans-serif;
        margin: 0;
        padding: 0;
}
#header h6 a {
	text-decoration:none;	
        color: #333;
	border:0;
}
#actions
{
	position: absolute; 
        top: 40px;
	right: 15px;
	font-family: Tahoma, Arial, sans-serif;
        margin: 0;
        padding: 0;
        text-align: right;
}
#actions h4 
{
	font-size:1.1em;
        font-weight:bold;
	font-family: Tahoma, Arial, sans-serif;
        margin: 0;
        padding: 0;
}
#actions h4 a
{
    text-decoration:none;
}
#actions h4 a:link, #actions h4 a:visited
{
        color: #963;
	border-bottom:none;
}
#actions h4 a:hover, #actions h4 a:active
{
    color: #333;
    border-bottom:#333 1px solid;
}
#search {
	font-size: 0.9em; 
	position: absolute; 
	top: 13px;

	right: 15px; 
}
#search input#searchsubmit {
	border: #999 1px solid; 
	font-size: 0.9em; 
	background: #ddd; 
	margin: 0 0 0 2px; 
	color: #000; 
	padding: 1px; 		
}

/* Outer Content - for all posts/pages/content */
#content {
	margin: 0 10px;
}
 html #content {
	height: 1%;
}
/* h1 - Post Title in single posts
   put in manually for pages.
   Category and Tag titles for archive pages
 */
#content h1
{
	font-size: 1.5em; 
	font-weight:normal;
}
/* Headers within a post/page */
#content h2
{
	font-size: 1.4em; 
	font-weight:normal;
        margin: 30px 0 3px 0;
}
#content h3 
{
	font-size: 1.4em; 
	font-weight:normal;
        margin: 30px 0 3px 0;
}
/* Headers in the sidebar */
#content h4 {
	font-size: 1.3em; 
	margin-bottom: 1em;
}
#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding-left:2em;
}
#content .post 
{
	clear:both;
	padding:0 0 2em 0;
}
#content .post-page
{
	clear:both;
	padding:0;
}
#content .entry 
{
    margin:0;  
}
#content .entry a:link, #content .entry a:visited
{
    border-bottom:#963 1px dashed;    
}
#content .entry a:hover, #content .entry a:active
{
    border-bottom:#963 1px solid;    
}
#content 
{
    border-bottom:0px;    
}
#content .entry li 
{
	margin:0 0 0.3em 0;
	padding:0;
	line-height:1.6em;
}
#content .post-info 
{
	clear:both;
	font-size:0.9em;
	color:#333;
	margin:0 0 25px 0;
	padding:5px 0 5px 0;	
	/*border-bottom:#F1D4C0 1px solid;*/
	background: url(img/postinfo.gif) no-repeat top left;
}
#content .postmetadata
{
	clear:both;
	font-size:0.9em;
	color:#333;
	margin:0;
	padding:0;	
	background: url(img/metainfo.gif) no-repeat top center;
}
/* override the size from the h1 or h2 tag for post titles */
#content .posttitle 
{
	font-size: 1.7em; 
	font-weight:normal;
        margin: 0 0 7px 0;
}
#content .pagetitle 
{
	font-size: 1.7em; 
	font-weight:normal;
        margin: 0 0 30px 0;
}
.posttitle a:link, .posttitle a:visited 
{
    color: #635B58;	
}
.posttitle a:hover, .posttitle a:active 
{
    color:#333;
    border-bottom:#333 1px solid;
}

/* Specific Content for Pages and Posts with Sidebars */
#content-main {
	float: right; 
	width: 560px; 
        margin:35px 0 25px 0;
}
#content-main ul, #content-main ol
{
    margin:0 2em;
    padding:0 2em;
}
#content-main .post 
{
    border-bottom:#333 2px dashed;
    margin-bottom:30px;
}

/* Specific Content for Pages with a Sidebar*/
#content-main-side {
	float: right; 
	width: 530px; 
        margin:35px 0 25px 0;
}
#content-main-side ul, #content-main-side ol
{
    margin:0 2em;
    padding:0 2em;
}
#content-main-side .post
{
    margin-bottom:20px;	
}

/* Specific Content for Newsletter Pages */
#content-main-news {
	float: right; 
	width: 550px; 
        margin:35px 0 25px 0;
}
#content-main-news ul, #content-main-news ol
{
    margin:0 2em;
    padding:0 2em;
}
#content-main-news .post
{
    margin-bottom:20px;	
}

/* Specific Content for Pages with no Sidebar*/
#pagecontent-main {
    margin:35px 0 25px 0;
    width: 100%;
}
#pagecontent-main ul, #pagecontent-main ol
{
    margin:0 2em;
    padding:0 2em;
}
#pagecontent-main .post
{
    margin-bottom:20px;	
}

/* post navigation links at top/bottom of page */
.postnav {
	display: block;
	margin: 0 0 30px 0;
	
}
.alignleft 
{
	float:left;
	text-align:left;	
}
.alignright
{
	float:right;
	text-align:right;	
}


/* Sidebar */
#sidebar {
	float: left; 
	width: 200px;
        margin:35px 0 25px 0;
        padding: 0;
	font-size:0.9em;
}

#sidebar ul
{
	list-style:none;
	margin: 0;
	padding:0;
}
#sidebar li 
{
	margin-bottom:7px;
}
#sidebar ul ul
{
	list-style:none;
	margin:0.5em 0 0 0;
}
#sidebar ul ul ul
{
	margin:0 0 0 1em;
}
#sidebar li.sidebox {
	padding:8px 10px 12px 10px;
	margin:0 0 1.5em 0;
        background-color: #F8F7F6;
}


/* Footer */
#footer {
	clear: both; 	
	background: transparent; 
	margin: 0 auto; 
	width: 800px; 	
	text-align: left;
}
 html #footer {
	height: 1%;
}
#footer p {
	font-size:.9em;
	float: left; 
	width: 100%; 
	line-height: 1.1em;
}

/* Comments */
#comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
}
#commentform 
{
	margin:10px 0;	
	padding:10px;
	background:#F5F7F7;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
.nocomments 
{
	text-align:center;
	color:#999;
	font-size:0.9em;
}
#container .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #ddd 1px solid;
}
#container .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;	
	border-bottom: #ddd 1px solid;
}
#container .commentlist li.alt 
{
    background:#F5F7F7;    
}
#container .commentlist li .cmtinfo 
{
	font-size:1em;			
}
#container .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
#container .commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
.commenttitle {
	margin-bottom: 0;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #333333;
}
#content .commentsfeed 
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#content .trackback 
{
	background:url(img/link.gif) no-repeat left center;
	padding-left:20px;
}
input.textbox, textarea
{
	border:#ccc 1px solid;
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}
input.textbox:focus, textarea:focus
{
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}
#submit 
{
	padding:3px 5px;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
	color:#999;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(img/permalink.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 17px;
	background: url(img/commentslink.gif) no-repeat center left;
}
/* fixes underline of image links */
a img
{ 
margin-bottom: -5px; vertical-align: sub; border: none; 
}
/* fixing bouncing website for pages with no scroll bars in firefox */
html { overflow: -moz-scrollbars-vertical; } 