/*
	custom.css ? custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

/*h1, h2, h3, h4, ul#nav li, .comment_time, #comment_form .text_input, #comment_form .form_submit, #search_form .search_input, h5 {
  font-family: "trebuchet MS", verdana, sans-serif;
}*/

.entry {background: url('images/post-separator.png') bottom center repeat-x;}

/* separate styles for sidebar items */

.widget-after { height: 26px; margin: 0; padding: 0; display: block; }
.post-after { height: 26px; margin: 0; padding: 0; display: block; }
.icon-1 { background: url('images/icons/icon-cake1.png') no-repeat; }
.icon-2 { background: url('images/icons/icon-cake2.png') no-repeat; }
.icon-3 { background: url('images/icons/icon-cake3.png') no-repeat; }
.icon-4 { background: url('images/icons/icon-cake4.png') no-repeat; }
.icon-5 { background: url('images/icons/icon-cake5.png') no-repeat; }
.icon-6 { background: url('images/icons/icon-cake6.png') no-repeat; }
.icon-7 { background: url('images/icons/icon-cake7.png') no-repeat; }
.icon-8 { background: url('images/icons/icon-cake8.png') no-repeat; }
.icon-9 { background: url('images/icons/icon-cake9.png') no-repeat; }
.icon-10 { background: url('images/icons/icon-cake10.png') no-repeat; }
.icon-11 { background: url('images/icons/icon-cake11.png') no-repeat; }
.icon-12 { background: url('images/icons/icon-cake12.png') no-repeat; }
.icon-13 { background: url('images/icons/icon-cake13.png') no-repeat; }
.icon-14 { background: url('images/icons/icon-cake14.png') no-repeat; }
.icon-15 { background: url('images/icons/icon-cake15.png') no-repeat; }
.icon-16 { background: url('images/icons/icon-cake16.png') no-repeat; }
.icon-17 { background: url('images/icons/icon-cake17.png') no-repeat; }
.icon-18 { background: url('images/icons/icon-cake18.png') no-repeat; }
.icon-19 { background: url('images/icons/icon-cake19.png') no-repeat; }
.icon-20 { background: url('images/icons/icon-cake20.png') no-repeat; }
.icon-align-1 {background-position:  bottom right;}
.icon-align-2 {background-position:  bottom left;}

#execphp-6 {background-color: #fdf9fa; padding: 0 20px; margin-bottom: 0px; border: 1px solid #f9eaf0; background-image: none; text-align: center;}
#execphp-6 div { background-image: none;}
#execphp-6 img {border: 1px solid #dddddd; margin: 0 0 15px 0; padding: 3px; background-color: white;}
#archives-4 select {border: 1px solid #dddddd; width: 210px;}
#text-4 div.textwidget {      /* subscribe */
  width: 120px;
}
#text-4 div.textwidget a {display: block; text-decoration: none; background: url('images/button-bg.png') 0px -35px repeat-x;}
#text-4 div.textwidget a:hover {background: url('images/button-bg.png') 0px 6px repeat-x; text-decoration: none;}
#text-4 div.textwidget h2 {background: url('images/flower-white-left.png') top left no-repeat;margin-left: 0;padding-left: 35px;}

#get_recent_comments_wrap ul li h3 {margin-bottom:8px;}
#get_recent_comments_wrap ul li h3 a {color: #5e3e29;}
#get_recent_comments_wrap ul li ul li b a {color: #5e3e29;}

/* Search */

#search_form input.search_input {
	background:url("images/search.png") 98% 50% no-repeat white;
	border: 1px solid #dddddd;
}

/* IE fixing */

#masthead {&margin-left: -400px}
#masthead h2 {&left: 500px;}

