/*
Theme Name: Jantsens Gift
Theme URI: http://jantsensgift.org/
Description: Custom Wordpress theme for JantsensGift.com
Version: 1.0
Author: Jefferson Rabb
Author URI: http://jeffersonrabb.com/

	JantsensGift v1.0

	This theme was designed and built by Jefferson Rabb,
	whose blog you will find at http://jeffersonrabb.com/

*/



/* Begin Typography & Colors */
body {
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363628;
	
	
}
a {
	color: #e23903;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	font-family: Tahoma,Geneva,Verdana,sans-serif;
	font-weight: normal;
	color: #363628;
}
h1 {
	font-size: 24px;
	border-bottom: 1px solid #474945;	
}
h2 {
	font-size: 20px;	
}
#iheader {
	margin-left: auto;
	margin-right: auto;
	width: 630px;
}
#outer {
	background-color: #d0e2f2;
	nota-background-color: #ffc658;
	height: 800px;
	border: 0;
	margin: 0;
	padding: 0;
	

}
#outer-internal {
	background-color: #fff;
	padding: 0;
	margin: 0;
	height: auto;
	background-image: url(images/internal-bg.gif);
	background-repeat: repeat-x;

}
#intro_container {
	width: 900px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/home-bg.jpg);
	

}
#home_container {
	width: 900px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/home-bg-nav.jpg);
	nota-background-image: url(images/home-bg-orange-nav.jpg);
	
}
#internal_container {
	width: 900px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/internal-bg.jpg);
	

}
img {
	border: 0px;
}
#nav {
	width: 900px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 38px;
	overflow: hidden;
	
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	color: #fff;
	font-size: 16px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	padding: 0 5px 0 5px;
	line-height: 40px;
	vertical-align: middle;
	height: 40px;
	overflow: hidden;
	
}
.selected {
	text-decoration: underline;
}


#nav ul li a {
	color: #fff;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #ffc658;
}
#content {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
img {
	border: none;
}


.clearboth {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.clearall {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.img-border {
	border: 1px solid #666666;
}
#bluefooter {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding-top: 10px;
	font-size: 13px;
	text-align: center;
}
/* 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;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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
	}
/* End Images */
#footer {
	padding-bottom: 10px;
}
