/*



File:   custom.css



Description: Custom styles for Thesis







BASIC USAGE:







If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag



will be appended with the "custom" class, like so: <body class="custom">. You can use



the "custom" class to override *any* CSS declarations contained in the style.css file.







For example, if you wish to change the default link color to green, you would add the



following declarations to this file:







.custom a, .custom a:visited { color: #090; } <--- This makes links green



.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them







WHY THIS WORKS:







By using the "custom" class, you are creating more specific CSS declarations for HTML



elements. CSS styling is applied through rules of specificity, and because declarations



prepended with .custom are more specific, they get applied when the page is rendered!







More information about styling your Thesis installation using this file can be found



in the User's Guide:



http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/



*/



body { font-family: Verdana, sans-serif; }



.teaser { width: 25.8em; }



.teasers_box {width:53.3em; margin:2.2em; border-bottom:1px dotted #CCC; padding-top: 2.2em; padding-bottom: 4.0em; }



#container { width: 99.3em; margin: 0 auto; }



#content { float: right; width:57.7em;}



#header {clear: both; background:url(/card-making/images/homepage05z.gif) no-repeat left center; height:70px;}



#header_logo a {width:230px; float:left; height:70px; display:block;}



#header_position {width:700px; float:right; height:70px; line-height:70px; text-align:right;}





/* Remove padding on sidebars so they're the right size*/



.sidebar ul.sidebar_list {padding-left: 0em;padding-right: 0em;}





#sidebar_1 li a {color:black; text-decoration:none;}



#sidebar_1 li a:hover {color:black; text-decoration:underline;}


/* begin blue free ezine section */


li#text-5 {background:url(/card-making/wp-content/themes/thesis_16/custom/images/freenewsletter-top2b.gif) no-repeat; padding-top:60px; margin-bottom:15px;}



li#text-5 .textwidget {background:#BEE9F7 url(/card-making/wp-content/themes/thesis_16/custom/images/freenewsletter-bottom2.gif) no-repeat bottom; padding-bottom:8px;}



li#text-5 .textwidget form {font-weight:bold; width:175px; margin:auto;}



li#text-5 .textwidget form td {height:31px;}
/* end blue free ezine section */


/* begin purple card ideas section */

li#text-7 {background:url(/card-making/wp-content/themes/thesis_16/custom/images/card-making-ideas-top.gif) no-repeat; padding-top:60px; margin-bottom:15px;}



li#text-7 h3 {display:none;}



li#text-7 ul {background:#EEBEF7 url(/card-making/wp-content/themes/thesis_16/custom/images/card-making-ideas-bottom.gif) no-repeat bottom; padding-bottom:8px;}



li#text-7 ul li {line-height:26px; padding-left:10px; border-bottom:1px dotted #FFF; margin-bottom:0;}

/* end purple card ideas section */

/* begin orange get stuck in section */


li#pages-3 {background:url(/card-making/wp-content/themes/thesis_16/custom/images/get-stuck-top.gif) no-repeat; padding-top:60px; margin-bottom:15px;}



li#pages-3 h3 {display:none;}



li#pages-3 ul {background:#FFD7AE url(/card-making/wp-content/themes/thesis_16/custom/images/get-stuck-bottom.gif) no-repeat bottom; padding-bottom:8px;}



li#pages-3 ul li {line-height:26px; padding-left:10px; border-bottom:1px dotted #FFF; margin-bottom:0;}
/* end orange get stuck in section */


/* begin orange get stuck in section */


li#linkcat-2 {background:url(/card-making/wp-content/themes/thesis_16/custom/images/get-stuck-top.gif) no-repeat; padding-top:60px; margin-bottom:15px;}



li#linkcat-2 h3 {display:none;}



li#linkcat-2 ul {background:#FFD7AE url(/card-making/wp-content/themes/thesis_16/custom/images/get-stuck-bottom.gif) no-repeat bottom; padding-bottom:8px;}



li#linkcat-2 ul li {line-height:26px; padding-left:10px; border-bottom:1px dotted #FFF; margin-bottom:0;}

/* end orange get stuck in section */


/* begin green free ekit section */

li#text-3 {background:url(/card-making/wp-content/themes/thesis_16/custom/images/free-kit-top2b2.gif) no-repeat; padding-top:60px; margin-bottom:15px;}



li#text-3 .textwidget {background:#CCF3C2 url(/card-making/wp-content/themes/thesis_16/custom/images/free-kit-bottom2.gif) no-repeat bottom; padding:0 21px 20px 22px;}
/* end green free ekit section */



/* begin yellow latest news section */
li#text-8 {background:url(/card-making/wp-content/themes/thesis_16/custom/images/latest-news-top.gif) no-repeat; padding-top:60px; margin-bottom:15px; font-size:11px;}



li#text-8 h3 {display:none;}



li#text-8 ul {background:#FFFCB2 url(/card-making/wp-content/themes/thesis_16/custom/images/latest-news-bottom.gif) no-repeat bottom; padding: 1px 10px 10px 15px;}

li#text-8 ul li ul li {margin-left: -20px;}


li#text-8 ul li a {font-weight:bold; color:#333;}

/* end yellow latest news section */


li#text-4 {margin-bottom:15px;}



p.headline_meta {text-align:center;}



h1.entry-title {text-align:center;}



p.headline_meta span.edit_post {display:inline;}



#column_wrap { float: left; width:78.0em;}



#content_box { width: 100%;}


.rss {color:#9B86B4; font-size:10px;width:700px;}



.rss h1 {font-weight:normal; display:inline; font-size:10px; color:#9B86B4;}



.rss a {margin:0; padding:0; text-transform:capitalize; display:inline; line-height:30px; background:none; border:0; letter-spacing:0px; text-decoration:underline; color:#666;}



.rss a:hover {background:none; letter-spacing:0px; text-decoration:none; color:#666;}



#footer {text-align:center; clear: both; }

#footer { border-top:0.1em solid #CCC; }



#footer a {text-decoration:underline; color:#888;}



#footer a:hover {text-decoration:none; color:#888;}



/* layout.css */



#sidebars { width: 203px; border: 0; float: right; }



#sidebar_2 { width: 203px; }



#sidebar_1 { width: 203px; float:left; border:none;}



#header { padding-top: 2.2em; padding-bottom: 2.2em; border:none; }



#header #logo { font-size: 3.6em; line-height: 1.167em; }



#header #tagline { font-size: 1.4em; line-height: 1.429em; }



.menu {display:none;}



#page { padding:0; }



dl#comment_list dt .comment_author { font-size: 1.2em; line-height: 1.375em; padding-right: 0.688em; }





/* begin REMOVE LINES separating page areas */



#header {border:none;}



#content_box {background: none;}



.custom #column_wrap {background:none;}



#sidebar_1 {border-style:none;}



ul#tabs {border:none;}


.prev_next {border-width: 0.1em 0 0 0; text-transform: uppercase; letter-spacing: 2px; color: #666; border-style: dotted; border-color: #ddd; clear: both; margin-left:20px; margin-right:20px;}


#archive_info, .prev_next { margin:0 2.2em;}

#feature_box, #archive_info, #comment_nav_2 { border-width: 0 0 0.1em 0; }

#archive_info { border-style: solid; border-color: #ddd; }

/* end REMOVE LINES separating page areas */


/* begin heading on homepage only above posts */

div#intro_style {font-size: 16px; font-size: 19px; margin-bottom: -30px; margin-left: 20px; margin-top: 20px;}


/* end heading on homepage only above posts */

/* begin right round bullet used in template */
.link2 {
	display: block;
	padding-right: 20px;
	background: url(http://www.making-handmade-cards.com/image-files/homepage22d2.gif) no-repeat right center;
	text-align: right;
}
/* end right round bullet used in template */
