/**
 * Theme Name: Hybrid Custom
 * Theme URI: http://www.scrapbookingdaily.com
 * Description: Artistic style theme.
 * Version: 0.1
 * Author: Rebecca Jones
* Author URI: http://www.scrapbookingdaily.com
 * Tags: scrapbooking, wordpress
 *Template: hybrid
 */
 
 /* Get base CSS */
@import url('../hybrid/library/css/22px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');

/* MAIN PAGE SETTINGS */
body {
	background: #6fa6b2;
	}
	
#body-container {
    margin: 10px auto 0;
    }
    
#container {
		background: #FFF url(images/contentbg.gif) repeat-y top left;
		margin-bottom: 0;
		}
		
/* FONTS */

body {
    font-family: "helvetica neue",helvetica,arial,sans-serif
	color: #333;
    }
   
h3 {
	padding: 10px;
	font-size: 19px;
	}
   
h2, h4, h5, h6 {
    margin: 0 0 5px;
	font-family: "helvetica neue",helvetica,arial,sans-serif
	color: #4a698c;
	padding-bottom: 10px;
    }

/* ADD HEADER IMAGE */

#header {
	background: url(images/top.png) no-repeat 0 0;
    height: 110px;
    margin: 0;
	padding: 63px 0 0 10px;
    }
    
#site-title {
	float: left;
	width: 570px;
	height: 90px;
	}
#site-title a {
	display: block;
	width: 570px;
	height: 90px;
	background: url(images/header.gif) no-repeat 0 0;
	}
#site-title a span {
	display: none;
	}
	
#site-description {
    display: none;
    }
    
/* navigation BAR */

#navigation {
	background: #99bbee;
	border-bottom: 1px solid;
	border-top: 1px solid;
	height: 30px;
	font-size: 1.1em;
	padding: 5px 0 5px 5px;
	margin: auto;
	}

#page-navigation li a {
    border: medium none;
	background: #99bbee;
	height: 10px;
	padding-top: 5px;
    }
    
#page-navigation li.current_page_item a{
    border-bottom: 5px solid #FF2288;
    }
    
#page-navigation li.current_page_item a:hover{
    color: #E94483;
    border-bottom: 3px solid;
    }

/* TODAY'S DEAL */

.kitincludes {
	font-size: 1.2em;
	margin-left: -2px;
	font-family: Times New Roman;
	}

.dealname {
	color: #FF2288;
	font-family: Times New Roman;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	}

.price {
	color: #FF2288;
	font-size: 4em;
	font-style: italic;
	}

.smallprice {
	color: #FF2288;
	font-size: 2em;
	font-style: italic;
	}
	
	
.shipping {
	color: #555;
	font-size: 1.3em;
	font-style: italic;
	}
	

	
.entry-content ul {
	list-style: disc inside none;
	}
		
	
/* POST CONTENT */

p {
	margin: 0 0 15px;
	}
	
.byline {
	margin: 0 0 15px;
	}
	
#content {padding: 10px 0 10px 20px;}

#content .post {
	border-top: 2px dotted #FF2288;
	margin: 0 0 10px 0;
	padding: 15px 0 10px 0;
}

#content .post h1 {
	border-bottom: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#content .post ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 12px;
	line-height: 28px;
	font-size: 14px;
	line-height: 28px;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content .post ul li {
	list-style-type: none;
	background: url(images/icon-bullet.png) no-repeat 0 9px;
	margin: 0;
	padding: 0 0 0 17px;
}

#content .post ul ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#content .post ol {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 28px;
	font-size: 14px;
	line-height: 28px;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content .post ol li {
	margin: 0 0 0 20px;
	padding: 0;
}

#content .post ol ol {
	margin: 0;
	padding: 0;
}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 3px solid #937B5F;
}


.breadcrumb {
    display: none;
    }
	
.entry-title {
	font-style: normal;
	color: #E94483;
	}
	
.entry-title a {
	color: #4a698C;
	font-size: 1.2em;
	font-weight: bold;
	}


/* TWITTER */
#tweet {
	background: url(/images/twitterframe.png) no-repeat scroll 0 0 transparent;
	color: #999999;
	height: 215px;
	padding: 108px 0 0 8px;
	width: 209px;
	}

#tweet ul {
	width: 165px;
	font-size: 14px;
	height: 160px;
	}
	
#twittertime {
	font-size: 10px;
	float: right;
	}

#twittertime a {
	color: #888888;
	}	
	
#twitterfollow {
	width: 20px;
	height: 20px;
	}
/* WIDGETS */
  
#primary {
	padding-right: 8px;
	width: 280px;
	}
 
.widget {
	padding: 10px;
	}
 
.widget-title {
    color: #4A698C;
    font-style: normal;
	margin-bottom: 10px;
	padding: 4px;
	font-size: 1.3em;
    }
    
.widget a {
    color: #333;
    text-decoration: none;
    }
    
.widget a:hover {
    color: #e94483;
    }
    
.widget ul {
    list-style-type: none;
    margin: 0 0 0 20px;
    }
	
.widget li {
	padding-bottom: 3px;
	}

img.subscribe {
	height: 30px;
	width: 30px;
	vertical-align: middle;
	}
p.piccredit {
	font-style: italic;
	font-size: 0.7em;
	}
	
/* FOOTER */

#footer {
    font-size: 0.8em;
	padding: 0 15px;
    }
    
#footer-container {
	background: url(images/footer.png) no-repeat scroll left bottom transparent
    }
    
.copyright {
    float: left;
    }
    
.credit {
    float: right;
    }
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.navigation {
	width: auto;
	float: right;
	list-style: none;
	color: #FFF;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
}

#header ul.navigation li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul.navigation li a {
	color: #FFF;
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	border-right: 1px dotted #FFF;
	position: relative;
	text-shadow: 1px 1px #DD7643;
}

#header ul.navigation li li a:hover,
#header ul.navigation li li a:active {
	background: transparent url(images/navigation-fade.png) repeat-x bottom left;
	color: #FFF;
}

#header ul.navigation li li a {
	text-shadow: -1px -1px #FFF;
}

#header ul.navigation li a.sf-with-ul {
	padding-right: 20px;
}

#header ul.navigation li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	background: url(images/arrow-down.png);
}

#header ul.navigation li ul {
	background:#FFF url(images/sub-navigation-fade.png) repeat-x;
	border-top:1px solid #FFF;
	width:150px;
}

#header ul.navigation li li a,
#header ul.navigation li li a:link,
#header ul.navigation li li a:visited {
	background: transparent;
	color: #6A401A;
	/********** ci_change ** this value is the width of the menu minus the padding */
	width: 130px;
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px dotted #F68E58;
	border-right: 1px solid #CCC;
	border-bottom:1px solid #CCC;
	position: relative;
}

#header ul.navigation li li a:hover,
#header ul.navigation li li a:active {
	color: #F15C73;
}

#header ul.navigation li li a .sf-sub-indicator {
	top: 10px;
	background: url(images/arrow-right.png);
}

#header ul.navigation li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0;
	padding: 0;
}

#header ul.navigation li ul a {
	width: 180px;
	color: #6A401A!important;
	text-shadow:-1px -1px 1px #CCC!important;
}

#header ul.navigation li ul a:hover,
#header ul.navigation li ul a:active {
	color: #F15C73!important;
	text-shadow: inherit!important;
}

#header ul.navigation li ul ul {
	margin: -33px 0 0 179px;
}

#header ul.navigation li:hover ul ul,
#header ul.navigation li:hover ul ul ul,
#header ul.navigation li.sfHover ul ul,
#header ul.navigation li.sfHover ul ul ul {
	left: -999em;
}

#header ul.navigation li:hover ul,
#header ul.navigation li li:hover ul,
#header ul.navigation li li li:hover ul,
#header ul.navigation li.sfHover ul,
#header ul.navigation li li.sfHover ul,
#header ul.navigation li li li.sfHover ul {
	left: auto;
}

#header ul.navigation li:hover,
#header ul.navigation li.sfHover {
	position: static;
}

/***** navigation Menu ********************/

#navigation {
	clear: both;
	height: 35px;
	background: #e94483;
	color: #FFF;
	padding: 0;
	text-transform: uppercase;
	}

#navigation ul {
	width: 960px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(images/nav-divider.gif) no-repeat top left;
}

#navigation li a:hover {
	background: url(images/navhover.png) repeat-x scroll center top transparent;
	}

#page-nav li a {
	background: none;
	border: none;
	color: #fff;}
	
a.top  {font-size: 11px; font-style: italic;}