/* @override 
	http://local.dev.3-dd.com/wp-content/themes/threedd/style.css
	http://three-dd.com/wp-content/themes/threedd/style.css
	http://3-dd.local/wp-content/themes/threedd/style.css
*/

/*
Theme Name: ThreeDD
Theme URI: http://wordpress.org/
Description: Made for 3DD.com
Version: 1.0
Author: Sam Broe
*/

/* @group Global */

body{
	font-family: Arial;
	background-color: #f7f7f7;
	overflow-x:hidden;
}

h1{
	font-size: 34px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 5px 0;
}

h2{
	
}

h3{
	font-size: 22px;
}



h4{
	font-size: 14px;
	color: #C1272D;
}

a{
	text-decoration: none;
	color: #C1272D;
	font-size: 14px;
}

a:hover{
	text-decoration: underline;
}

#section-header{
	margin-bottom: 20px;
}

p{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}

a.post-edit-link{
	margin: 10px 0;	
	clear: both;
	display: block;
	color: #999;
}

/* @group 3DD/Day Images */

.expandable-image-container{
	position: relative;
}

.expandable-image-container a.enlarge-image-inner{
	position: absolute;
	width: 160px;
	background-color: rgba(0,0,0,0.6);
	bottom: 30px;
	right: 0px;
	color: white;
	padding: 10px;
	display: none;
	font-size: 14px;
	text-decoration: none;
}

.expandable-image-container a.enlarge-image-inner img{
	margin: 0 10px 0 0;
}

a.enlarge-image-outer{
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #306B68;
	margin: 10px 0 0 0;
	text-decoration: none;
}

a.enlarge-image-outer img{
	display: block;
	margin: 5px 0 0 0;
}

/* @end */

/* @end */

/* @group Header */

#header{
	margin: 40px 0 20px 0;
	padding: 0 0 30px 0;
	border-bottom: 10px solid black;
	position: relative;
}

#header #fb-like{
	width: 75px;
	height: 20px;
	overflow: hidden;
	display: block;
	clear: both;
	position: absolute;
	top: 0px;
	left: 885px;
}

#header ul#social-container{
	position: absolute;
	top: 0px;
	left: 560px;
	width: 450px;
}

#header ul#social-container li{
	float: left;
	margin: 0 10px 0 0;
}

#header ul#social-container li.email{
	display: block;
	width: 265px;
}

#header ul#social-container li.email form{
	display: inline;
}

#header ul#social-container li.email form label{
	font-size: 11px;
	color: #999;
	float: left;
	width: 140px;
}

#header ul#social-container li.email form input.email{
	width: 100px;
	font-size: 12px;
	padding: 2px;
	float: left;
	margin-right: 0px;
	border-color: #ccc;
	border-right: 0;
}

#header ul#social-container li.email form input.submit{
	width: 20px;
	height: 20px;
	font-size: 0px;
	padding: 0;
	text-indent: -10000px;
	background: transparent url(images/header_form-button-submit.gif) no-repeat center center;
	float: left;
}

#header ul#social-container li.fb,
#header ul#social-container li.twitter{
	margin-top: 2px;
}

#header ul#social-container li.fb-like{
	width: 80px;
	height: 20px;
	overflow: hidden;
	display: block;
}

#header ul#social-container li.fb a{
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -10000px;
	display: block;
	background: transparent url(images/header-button-fb.gif) no-repeat 0 0;
}

#header ul#social-container li.fb a:hover{
	background-position: 0 -16px;
}

#header ul#social-container li.twitter a{
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -10000px;
	display: block;
	background: transparent url(images/header-button-tw.gif) no-repeat 0 0;
}

#header ul#social-container li.twitter a:hover{
	background-position: 0 -16px;
}

#header a#logo{
	display: block;
	width: 193px;
	height: 71px;
	background-image: url(images/global-logo-3dd-sprite.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	overflow :hidden;
	background-position: 0px 0px;
}

#header a#logo:hover{
	background-position: 0px -79px;
}

#header #nav{
	float: right;
	margin-top: 54px;
	position: relative;
	height: 19px;
}



#header #nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header #nav ul li{
	/*display: inline;*/
	float:left;
	margin: 0 30px 0 0;
	text-align: left;
	position: relative;
}

#header #nav ul li div{
	position: relative;
}

#header #nav ul li.last{
	margin: 0;	
}

#header #nav ul li a{
	display: block;
	overflow: hidden;
	text-indent: -10000px;
}

#header #nav ul li .description{
	display: none;
	padding: 5px 0 0 0;
	background: transparent url(images/nav-description-arw.png) no-repeat 2px 0px;
	position: relative;
	top: 1px;
	left: 0;
	z-index: 100;
}

#header #nav ul li .description p{
	margin: 0;
	font-weight: bold;
	padding: 2px 5px;
	color: #fff;
	font-size: 13px;
	float: left;
	background: #C1272D;
}

#header #nav ul li:hover .description{
	display: block;
}

#header #nav ul li a.home{
	width: 62px;
	height: 15px;
	background-image: url(images/nav-button-home-sprite.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	background-position: 0px 0px;
}

#header #nav ul li a.home:hover,
#header #nav ul li a.home.selected{
	background-position: 0px -20px;
}

#header #nav ul li a.about{
	width: 125px;
	height: 15px;
	background-image: url(images/nav-button-about-sprite.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	background-position: 0px 0px;
}

#header #nav ul li a.about:hover,
#header #nav ul li a.about.selected{
	background-position: 0px -20px;
}

#header #nav ul li a.three_dd-day{
	width: 97px;
	height: 20px;
	background-image: url(images/nav-button-3ddday-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header #nav ul li a.three_dd-day:hover,
#header #nav ul li a.three_dd-day.selected{
	background-position: 0px -20px;
}

#header #nav ul li a.shop{
	width: 58px;
	height: 15px;
	background-image: url(images/nav-button-shop-sprite.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	background-position: 0px 0px;
}

#header #nav ul li a.shop:hover,
#header #nav ul li a.shop.selected{
	background-position: 0px -20px;
}

#header #nav ul li a.blog{
	width: 58px;
	height: 15px;
	background-image: url(images/nav-button-blog-sprite.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	background-position: 0px 0px;
}

#header #nav ul li a.blog:hover,
#header #nav ul li a.blog.selected{
	background-position: 0px -20px;
}

#header #nav ul li a.contact{
	width: 101px;
	height: 15px;
	background-image: url(images/nav-button-contact-sprite.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	background-position: 0px 0px;
}

#header #nav ul li a.contact:hover,
#header #nav ul li a.contact.selected{
	background-position: 0px -20px;
}

/* @end */

/* @group Footer */

#bottom{
	margin-top: 40px;
	background-color: #e6e6e6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 200px;
}

#footer{
	padding-top: 20px;
}

#footer ul{
	list-style: none;
}

#footer ul li{
	display: inline;
	margin: 0 20px 0 0;	
}

#footer ul li a{
	font-size: 12px;	
	color: #999;
}

#footer p{
	font-size: 12px;
	color: #999;
	text-align: right;
	margin-bottom: 10px;
}

#footer #credits a{
	font-size: 12px;
	color: #999;
}

/* @end */



/* @group Home */

/* @group Slideshow */

#page.home #slideshow-container{
	background-color: #fff;
	width: 700px;
	height: 394px;
	position: relative;
	overflow: hidden;
}

#page.home #slideshow-container #img-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	height: 394px;
	background: transparent url(images/ajax-loader.gif) no-repeat center center;
}         

#page.home #slideshow-container a.view-larger{
	padding: 0px;
	display: block;
	width: 135px;
	height: 30px;
	text-indent: -10000px;
	overflow: hidden;
	background: transparent url(images/slideshow-button-view_larger.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
}

#page.home #slideshow-container ul.slide-buttons{
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

#page.home #slideshow-container ul.slide-buttons li{
	float: left;
	margin: 0 5px 0;	
}

#page.home #slideshow-container ul.slide-buttons li a{
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: -10000px;
	border: 2px solid rgba(255,255,255,0.3);
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.6);
}

#page.home #slideshow-container ul.slide-buttons li a:hover{
	border: 2px solid rgba(255,255,255,1);
}

#page.home #slideshow-container ul.slide-buttons li a.selected{
	border: 2px solid rgba(255,255,255,1);
	background-color: rgba(193,39,45,0.6);
}

/* @end */



#page.home #about-container{
	height: 394px;
}

#page.home #about-container h1{
	width: 220px;
	height: 90px;
	border: 0;
	padding: 0;
	margin: 0 0 20px 0;
	background: transparent url(images/home-headline-4words-stacked.gif) no-repeat 0 0;
	text-indent: -10000px;
	display: block;
}

#page.home #about-container a{
	width: 306px;
	height: 205px;
	display: block;
	margin: 0;
	padding: 0;
	background: transparent url(images/home-button-buy_the_book-v3.gif) no-repeat 0 0px;
	text-indent: -10000px;
	position: relative;
	top: -31px;
}

#page.home #bottom{
	margin-top: 20px;
}

/* @end */

/* @group 3DD/Day */

#page.three_dd-day #three_dds .three_dd{
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 20px 0;
}

#page.three_dd-day #three_dds .three_dd h3.day{
	text-transform: uppercase;
	display: inline;
	margin: 0 10px 0px 0;		
}

#page.three_dd-day #three_dds .three_dd p.date{
	text-transform: uppercase;
	display: inline;	
	font-size: 12px;
	color: #999;
}

#page.three_dd-day #three_dds .three_dd .expandable-image-container{
	margin: 10px 0 0 0;
	border: 1px solid #ccc;
	position: relative;
}

#page.three_dd-day #three_dds .three_dd.main a.rss{
	float: right;
	display: block;
	width: 43px;
	height: 18px;
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(images/3dd_day-rss-icon.png);
	background-repeat: no-repeat;
	margin: 5px 10px 0 0;
}

#page.three_dd-day #three_dds .three_dd.main a.rss:hover{
	background-image: url(images/3dd_day-rss-icon-over.png);
}

#page.three_dd-day #three_dds .three_dd .expandable-image-container .three_dd-image{
	overflow: hidden;	
}

#page.three_dd-day #three_dds .three_dd.main .expandable-image-container{
	width:518px;
	float: left;
	margin-right:10px;
}

#page.three_dd-day #three_dds .three_dd .expandable-image-container{
}

#page.three_dd-day #three_dds .three_dd.main .expandable-image-container .three_dd-image{
	border: 10px solid white;
	width: 498px;
}

#page.three_dd-day #three_dds .three_dd .expandable-image-container .three_dd-image{
	border: 5px solid white;	
}

#page.three_dd-day #three_dds .three_dd.main .expandable-image-container .three_dd-image img{
	width: 498px;
}

#page.three_dd-day #three_dds .three_dd .expandable-image-container .three_dd-image img{
	width: 306px;
}

/* @end */

/* @group About */

#page.about{
	
}

#page.about #section-header{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1px;
}

#page.about #section-header h1#section-title{
	float: left;
	margin: 0 40px 0 0;
	border: 0;
}

#page.about #section-header .section-nav-items{
	float: right;
	margin: 13px 0 0 0;
}

#page.about #section-header .section-nav-items li{
	display: inline;
}

#page.about #section-header .section-nav-items li a{
	
	margin: 0px 10px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-bottom: none;
	background-color: #e6e6e6;
}

#page.about #section-header .section-nav-items li a.selected{
	background-color: #f7f7f7;
	padding-bottom: 11px;
	
}

#page.about #section-header .section-nav-items li a{
	color: black;
	font-weight: bold;	
}

#page.about #content{
	
}

#page.about #content h2{
	font-size: 16px;
	margin: 0 0 20px 0;
}

#page.about #content .about-image-outer-container{
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	padding: 10px;
}

#page.about #content .about-image-inner-container{
	border: 1px solid #ccc;
}

#page.about #content .about-image{
	
}

#page.about #content .about-image img{
	border: 8px solid white;
}

/* @end */

/* @group Contact */

#page.contact #contact-form{
	
}

.contact-form div{
	margin: 0 0 10px 0;
}

.contact-form div.submit-container{
	float: right;
}

.contact-form label{
	font-size: 14px;
	font-weight: bold;	
	width: 100px;
	display: block;
	float: left;
	padding: 5px 0 0 0;
}

.contact-form h4{
	margin: 0 0 10px 0;
	font-size: 14px;
}

.contact-form p{
	font-size: 13px;
	line-height:18px;
}

.contact-form p.extra{
	font-size: 12px;
	color: #666;
	clear: both;
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.contact-form p.extra a{
	font-size: 12px;
}

.contact-form input, 
.contact-form textarea{
	width: 347px;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0;	
	font-size: 14px;
	font-family: Arial;
	
}

.contact-form input.submit{
	border: 0;
	padding: 0;
	margin: 0;
	width: 96px;
	height: 33px;
}

.contact-form textarea{
	height: 200px;
}

.contact-form input.error,
.contact-form textarea.error{
	border: 1px solid #cc0000;
}

.contact-form .output{
	float: left;
	margin: 10px 0 0 100px;
	font-size: 12px;
}

.contact-form .output.error{
	color: #C1272D;	
}

/* @end */

/* @group Single Page */

.single-page .expandable-image-container{
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}

.single-page .expandable-image-container .three_dd-image{
	border: 5px solid white;
}

.single-page .expandable-image-container .three_dd-image img{
	max-width: 530px;
	margin: 0;
	display: block;
	float: none;
}

.single-page .enlarge-image-outer{
	margin: 0;
}

.single-page .entry img{
	float: left;
	margin: 0 10px 10px 0 ;
	clear: left;
	
}

/* @end */

/* @group Modules */

/* @group Buy The Book */

#buy-the-book .content a{
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	width: 139px;
	height: 97px;
	background-image: url(images/sidebar-logo-buybook.gif?);
	background-repeat: no-repeat;
	margin: 45px 0 0 42px;
	
}

/* @end */

.grid_4 .module{
	width: 220px;
	height: 205px;
	position: relative;
	overflow: visible;
	margin: 0 0 20px 0;
	padding: 0;	
}

.grid_4 .module .background{
	position: absolute;
	width: 228px;
	height: 213px;
	background-image: url(images/sidebar-module-bg-4col.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: -2px;	
	z-index: -10000;
}

.grid_4 .module .content{
	width: 220px;
	height: 205px;
	position: absolute;
	top: 0;
	left: 0;
}

.grid_8 .module{
	width: 480px;
	height: 205px;
	position: relative;
	overflow: visible;
	margin: 0 0 20px 0;
	padding: 0;	
}

.grid_8 .module .background{
	position: absolute;
	width: 488px;
	height: 213px;
	background-image: url(images/sidebar-module-bg-8col.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: -2px;	
	z-index: -10000;
}

.grid_8 .module .content{
	width: 480px;
	height: 205px;
	position: absolute;
	top: 0;
	left: 0;
}

/* @group 3DD/Day Signup */

#three_dd-signup.module .output{
	font-size: 12px;
	margin: 8px 0 0 0;
	color: #fff;
}

#three_dd-signup.module .output.error{
	color: #C1272D;
}

.grid_4 #three_dd-signup.module .content .header{
	display: block;
	overflow: hidden;
	width: 186px;
	height: 42px;
	background-image: url(images/sidebar-logo-3ddday.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	margin: 15px 0 0 15px;
	
}

.grid_4 #three_dd-signup.module .content p{
	color: #fff;
	font-size: 12px;
	margin: 15px 0 0 15px;
	width: 190px;
	line-height: 18px;
}

.grid_4 #three_dd-signup.module .content form{
	margin: 15px 0 0 15px;	
	position: relative;
}

.grid_4 #three_dd-signup.module .content form input{
	border: 0;
	font-size: 14px;
	padding: 3px;
	width: 150px;
	height: 22px;
	font-family: Arial;
}

.grid_4 #three_dd-signup.module .content form .email-container{
	margin: 0;
	padding: 0;
}

.grid_4 #three_dd-signup.module .content form .submit-container .submit{
	color: white;
	background-color: #C1272D;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 160px;
	width: 60px;
	height: 28px;
}

.grid_8 #three_dd-signup.module .content .header{
	display: block;
	overflow: hidden;
	width: 334px;
	height: 26px;
	background-image: url(images/sidebar-logo-3ddday-8col.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	margin: 30px 0 0 25px;
	
}

.grid_8 #three_dd-signup.module .content p{
	color: #fff;
	font-size: 12px;
	margin: 20px 0 0 25px;
	width: 420px;
	line-height: 18px;
}

.grid_8 #three_dd-signup.module .content form{
	margin: 20px 0 0 25px;	
	position: relative;
}

.grid_8 #three_dd-signup.module .content form input{
	border: 0;
	font-size: 14px;
	padding: 3px;
	width: 350px;
	height: 22px;
	font-family: Arial;
}

.grid_8 #three_dd-signup.module .content form .submit-container .submit{
	color: white;
	background-color: #C1272D;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 360px;
	width: 70px;
	height: 28px;
}

.grid_8 #three_dd-signup.module .content form .email-container{
	margin: 0;
	padding: 0;
}

/* @end */



/* @end */

/* @group Stream */



#news-and-updates{
	margin: 0px 0;
}

#news-and-updates .header{
	background-color: black;
	padding: 15px;
	margin: 0 0 0px 0;
}

#news-and-updates .header h2{
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	width: 147px;
	height: 18px;
	background-image: url(images/home-header-news_and_updates.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0;	
}

#content #news-and-updates .header h2{
	margin: 0;
}

#news-and-updates .header a.rss{
	float: right;
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	width: 42px;
	height: 15px;
	background-image: url(images/home-rss-icon.gif);
	background-repeat: no-repeat;
}

#news-and-updates .header a.rss:hover{
	background-image: url(images/home-rss-icon-over.gif);	
}

#news-and-updates .navigation{
	padding: 0 20px;
}

#news-and-updates .navigation .alignleft{
	float: left;	
}

#news-and-updates .navigation .alignright{
	float: right;	
}

#news-and-updates .content{
	background-color:#e6e6e6;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 20px 0px;
}

#news-and-updates .content .post{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
}

#news-and-updates .content .post p{
	font-size: 13px;
	line-height: 18px;
	padding: 0 10px 0 0;
}

#news-and-updates .content .post em{
	color: #999;
}

#news-and-updates .content .post strong{
	color: #333;
}

#news-and-updates .content .post.category-uncategorized img{
	border: 5px solid white;
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
	display: block;
}

#news-and-updates .content .post .post-container{
	position: relative;
	margin: 0 10px 0px 65px;
	padding: 0 10px 30px 10px;
}

#news-and-updates .content .post-date{
	width: 50px;
	position: absolute;
	left: -54px;
	text-align: center;
	background-color: white;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	border: 1px solid #ccc;	
}

#news-and-updates .content .post-date p{
	margin: 0;
}

#news-and-updates .content .post-date .month{
	font-size: 12px;	
	padding: 5px;
	border-bottom: 1px solid #e6e6e6;
}

#news-and-updates .content .post-date .day{
	font-size: 24px;
	font-weight: bold;	
	padding: 10px 0;
}

#news-and-updates .content .post-image{
	float: left;
	margin: 0 10px 10px 0;
}

#news-and-updates .content .post-content{
	margin: 0 0px 0 0;
}

#news-and-updates .content .post-header{
	margin: 0px 0 15px 0;
	padding: 0;
}

#news-and-updates .content .post-header h3 a{
	color: black;
	font-size: 22px;
}

/*#news-and-updates .content .post{
	margin: 0 0 30px 0;
	padding: 0 10px 30px 10px;
	border-bottom: 1px dotted #ccc;
	
}*/

#news-and-updates .content .expandable-image-container{
	border: 1px solid #ccc;
}

#news-and-updates .content .expandable-image-container .three_dd-image{
	border: 5px solid white;
}

#news-and-updates .content .expandable-image-container .three_dd-image img{
	width: 325px;	
}

/* @end */

/* @group Gallery */

#page.gallery{
	
}


#page.gallery .expandable-image-container{
	margin: 20px 0 0 0;
	background: #ccc;
	padding: 1px;
}

#page.gallery .expandable-image-container .gallery-image{
	width: 208px;
	height: 208px;
	border: 5px solid #fff;
	overflow: hidden;
}

#page.gallery .expandable-image-container .gallery-image img{
	width: 220px;
}

/* @end */

















