/*  
Theme Name: CanHaveGifts
Theme URI: http://www.canhavegifts.com
Description: a simple, grid-based WordPress theme customized for <a href="http://www.canhavegifts.com">CanHaveGifts.com</a> by <a href="http://arcanepalette.com">Arcane Palette</a> that utilizes <a href="http://www.blueprintcss.org/">BlueprintCSS</a> framework.
Version: 1.0
Author: Arcane Palette Creative Design
Author URI: http://www.arcanepalette.com
*/

/* Main */

body {
	background: #edede7;
	font-family: 'Daniel Black', 'Daniel Bold', Daniel, danielbk;
	color: #606066;
}
.container {
	width: 1000px;
}
h1, h2, h3, a:link, a:visited {color: #494f99; text-decoration:none;}
a:active, a:hover {text-decoration:none; color: #606066;}

.spacer-10 {
	clear:both;
	height: 10px;
}

.threecolumn {
	width: 32%;
	float: left;
	margin-right: 10px;
}

/* this stuff is borrowed from Kubrik, the WordPress default theme and handles 
   WP-specific stuff. */
   
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	padding: 3px 0 4px 0!important;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Header */
.header {
	background:url(images/headerbg.jpg) -15px -85px no-repeat;
	width: 950px;
	height: 231px;
	padding-top: 20px;
	padding-left: 50px;
}

.siteinfo {
	position: absolute;
	left: -9999em;
	height:0px;
}

.logo {
	float: left;
	position:relative;
	top: -10px;
	left: 20px;
}

.extras {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.poweredby {
	float: right;
	padding-right: 60px;

}
.poweredby h3 {
	font-style:italic;
	font-size: 1.4em;
}
.navbar {	margin: 0 0 0 -10px !important;}
.navbar ul {
	list-style-type: none;
	margin: 0 !important;
}
.navbar li {
	float: left;
	margin-left: 37px;
}
.navbar li a:link, .navbar a:visited {}
.navbar li a:hover, .navbar a:active {position:relative; z-index:999;}
.navbar li .first {margin-left: 0px !important;}
.navbar li li {
	display: inline;
	margin: 0;
	clear: left;
	position: relative;
	z-index: 999;
}
.navbar li ul {
	position: absolute;
	left: -999em;
	width: 12em;
}
.navbar li:hover ul {
	left: auto;
}
.navbar li:hover ul, #nav li.sfhover ul {
	left: auto;
}	
.ask {
	position: relative;
	top: -17px;
}

/* Content */

.howsitwork {
	width: 149px;
	height: 109px;
	float: left;
	margin-right: 10px;
}

.content {
	margin-top: 0px;
	width: 740px;
	float: left;
}

.home {
	margin-top: 10px;
	font-size: 1.3em;
}

.post {
	padding: 0 10px;
	margin-bottom: 50px;
}
.entry {
	clear: left;
	margin-top: -20px;
}
.the_date h3 {margin-bottom: 0 !important; margin-top: 10px; float: right;}
.the_title {float: left;}
.the_title h2 {margin: 0 0 10px 0;}
.postmetadata {padding: 0 0 5px 0;}
.navigation {
	margin: 10px auto;
}
.linktous img{margin-bottom: -3px;}
.linktous a {text-decoration: none !important;}

ul.featured, ul.featured ul, ul.newsletter {
	list-style-type: none !important;
	float: left;
	margin: auto !important;
}

.featured h2, .newsletter h2 {
	margin: auto;
	padding-bottom: 10px;
	text-align: center;
}


.featured {
	background:url(images/featuredbg.jpg) no-repeat;
	width: 432px;
	height: 342px;

}

.featured-content img {
	background: url(images/imgborder.png) no-repeat;
	height: 169px;
	width: 112px;
	padding: 12px 15px 13px 16px;
}

.featured p {
	float: right;
	text-align: right;
	font-size: 1.3em;
	padding-top: 140px;
}

.newsletter {
	width: 308px;
	text-align: center;
}

.newsletter-name {
	background: url(images/namebox.jpg) no-repeat;
	width: 121px;
	height: 39px;
	border: none !important;
	padding: 0 20px;
	font-size: 0.9em;
	font-family: 'Lucida Console', 'Courier New', Courier, monospace;	
}

.newsletter-email {
	background: url(images/emailbox.jpg) no-repeat;
	width: 121px;
	height: 39px;
	border: none !important;
	padding: 0 20px;
	font-size: 0.9em;
	font-family: 'Lucida Console', 'Courier New', Courier, monospace;	
}

.newsletter-subscribe {
	background:url(images/signup.jpg) no-repeat;
	width: 127px;
	height: 55px;
	border: none !important;
	cursor:pointer;
}

.newsletter input, .newsletter submit {
	margin: auto;
}	
/* Sidebar */

.sidebar {
	width: 260px;
	position:relative;
	height:100%;
	float: right;
	padding: 0;
	margin-top: -30px;
	height: 100%;
}

.sidebar h2 {margin:auto !important; text-align: center;}
#twitter {
	margin: auto;
	text-align:center;
}
.twitter {
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color: #877508;
	font-size: 0.9em;
}
ul.sidebar, .sidebar ul  {
	list-style-type: none;
	margin: 0px !important;
}
.the_left, .the_right {
	padding-bottom: 20px;
}

.widget-top {
	background: url(images/paper_top.jpg) center no-repeat;
	width: 257px;
	height: 42px;
}

.widget-middle {
	background: url(images/paper_middle.jpg) center repeat-y;
	width: 207px;
	padding: 0 20px 0 30px;
}

.widget-bottom {
	background: url(images/paper_bottom.jpg) top no-repeat;
	width: 257px;
	height: 63px;
}

.featured .widget-top, .newsletter .widget-top, .featured .widget-middle, .newsletter .widget-middle, .featured .widget-bottom, .newsletter .widget-bottom {
	background: none;
	width: auto;
}

/* Footer */

.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.credit {
	letter-spacing: 1px;
}