/********** General **********/
.green {
	color:#99ce00;
}

.brown {
	color:#48372b;
}

.beige {
	color:#f4e5cb;
}

.lt-beige {
	color:#f5efe6;
}

.dpblue {
	color:#3d94d5;
}

img {
	margin:0;
	padding:0;
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	margin:0;
	padding:0;
}

.last {
	margin-right:0;
	padding-right:0;
}

/********** LAYOUT **********/
body {
	margin: 0;
	padding:0;
	background: #f4e5cb;
}

.section {
	display:block;
	margin:0;
	padding:15px;
	width:auto;
	border-top:1px solid #48372b;
}

.section img.main {
	display:block;
	margin:0;
	padding:0 25px 0 0;
	border-top:1px solid #48372b;
}

.section img {
	margin:0;
	padding:0;
	border: 0;
}

.column {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

img.column-test-l {
	display:block;
	float:left;
	width:150px;
	margin:0 25px 0 0;
	padding:0;
	border:1px solid #48372b;
}

.column-test-r {
	width:490px;
	padding:0;
margin:0;
}

.column-store-l {
	width:345px;
	padding:0 25px 0 0;
}

.column-store-r {
	width:325px;
	padding:0;
}

.column-home-l {
	width:350px;
	padding:0 25px 0 0;
}

.column-home-r {
	width:325px;
	padding:0;
}



/**********TYPOGRAPHY **********/
.italic {
	font-style:italic;
}

p, h1, h2, h3, h4 {
	margin: 0;
	color:#48372b;
	font-size:12px;
}

p {
	font-size:12px;
	padding: 9px 0;
}

a {
	color:#6fbaf8;
	text-decoration:none;
}

a:hover {
	color:#badcf7;
	text-decoration:underline;
}

a:visited {
	color:#538ab8;
	text-decoration:none;
}


h1 {
	font-size:28px;
	line-height:34px;
	margin:0;
	padding:0 0 25px 0;
	font-weight:bold;
}

h2 {
	font-size:24px;
	line-height:30px;
	margin:0;
	padding:0 0 12px 0;
	font-weight:normal;
	color:#3d94d5;
}

h3 {
	font-size:18px;
	line-height:24px;
	margin:0;
	padding:0 0 12px 0;
	font-weight:normal;
}

h3.quote {
	font-style:italic;
	background:transparent;/*f4e5cb Or f2ece1*/
	color:#48372b;
	font-size:18px;
	line-height:24px;
	width:auto;
	height:auto;
	margin:15px 0;
	padding:15px;
}

h4 {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0 0 18px 0;
	font-weight:bold;
}

.quoter {
	font-style:normal;
	background:transparent;
	color:#48372b;
	font-size:14px;
	line-height:24px;
	margin:0;
	padding:0px 0px 15px 0px;
	text-align:left;
}

.callout {
	display:block;
	clear:both;
	font-style:italic;
	font-weight:bold;
	background:#f5efe6;/*f4e5cb*/
	color:#48372b;
	font-size:18px;
	line-height:24px;
	width:auto;
	margin:15px 0;
	padding:15px;
	border:0px;
	text-align:center;
}

.reg, .tm {
	vertical-align:super;
	font-size:.5em;
}

#content .post-entry ul {
	margin:0;
	padding:0 0 18px 0;
	list-style:disc;
}

#content .post-entry ul li {
	list-style:inside;
}

#content .post-entry ul.nobulls li {
	list-style-type:none;
	list-style-position:inside;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1005px;
	background: #e2eff9; /* url("images/page.jpgg") no-repeat  */
}


/* Header */

#header {
	width: 1005px;
	height: 368px;
	position: relative;
	background:url("images/page.jpg") no-repeat;
}

	/* Header - Info */
		
	#header .header-logo {
		display:block;
		float:left;
		margin:0;
		padding:32px 0 0 82px;
		width:249px;
		height:236px;
	}
	
    #header-email {
		display:block;
		float:left;
		margin:15px 0 0 310px;
		padding:0;
		width:347px;
		height:120px;
		background:url(http://dreamprogram.com/wp-content/uploads/2010/04/dp-header-download-bg1.gif) no-repeat;
	}

	#header-buttons {
		display:block;
		float:left;
		margin:0;
		padding:80px 0px 0px 280px;
		height:28px;
	}
	
	#header-buttons img.buttons {
		display:block;
		float:left;
		margin:0;
		padding:0 30px 0 0;
		height:28px;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		height: 41px;
		width:1005px;
		background: #48372b url(http://dreamprogram.com/wp-content/uploads/2010/04/dp-top-nav-bg.jpg) repeat-x;
		text-align:center;
		margin:0 auto;
	}
	
	#header #header-menu ul {
		margin: 0 auto;
		padding:0 0 0 40px;
		list-style-type: none;
		height: 41px;
		width:1005px;
	}
	
	#header #header-menu ul li {
                float:left;
		height: 41px;
		font: normal 16px/41px Arial, Verdana;
		color: #ffffff;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		display: block;
		padding: 0 18px;
		font-size:16px;
		height:41px;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: none;
	}
	
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}
		
	#header #header-featured-in {
		height: 60px;
		width:1005px;
	}


/*********** Main ***********/

#main {
	width: 1005px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 730px;/*756*/
		padding: 5px 8px 0 8px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		width: 730px;
		background:#ffffff; /* url("images/post.giff") repeat-y */
		margin:0;
		padding:0 15px;
	}
	
	* html #content .post {
		\width: 770px; /* for IE5 and IE6 in quirks mode */
   		 w\idth: 730px; /* for IE6 in standards mode */	
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: auto;
			background: ; /* url("images/post_title.gif") no-repeat */
			color: #3d94d5;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			position: relative;
			font-weight:bold;
			margin:0;
			padding:0;
		}
		
		#content .post .post-title a {
			color: #3d94d5;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			text-align: left;
			color: #48372b;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			font-style:italic;
			margin:0;
			padding:0 0 12px 0;
		}
		
		#content .post .post-title h2 {
			color: #48372b;
			padding: 20px 0 6px 0;
		}
		
		#content .post .post-title h2 a {
			color: #48372b;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			margin:0;
			padding:0 0 12px 0;
			background: ; /* url("images/post_title_info.gif") no-repeat */
			width: auto;
			height: auto;
			line-height: 14px;
			text-align: left;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Arial, Verdana;
			color: #5b5b57;
			width: auto;/*732px*/
			padding: 0;/*0 12px*/
		}
		
		#content .post .post-entry a {
			color: #3d94d5;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font: bold 12px/20px Arial, Verdana;
			float: right;
			margin-bottom: 5px;
			color: #3d94d5;
			text-decoration: none;
		}
		
		#content .post .post-entry a.more-link:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #9b9b8f;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 131px;
			height: 30px;
			padding: 20px 27px 0 598px;
			text-align: center;
			font: normal 12px/22px Arial, Verdana;
			color: #3d94d5;
			background: ;/*url("images/post_info.gif") no-repeat left bottom*/
		}
		
		#content .post .post-info a {
			color: #64645b;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		/*#content .post h3 {
			margin: 20px 0 5px 0;
			float: left;
			width: 732px;
			color: #48372b;
			font: normal 30px Garamond, Georgia, Arial, Verdana;
		}*/
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Arial, Verdana;
			color: #5b5b57;
			width: 732px;
			float: left;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #3d94d5;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #9b9b8f;
		}
		
		#content .post .comments ol li cite {
			color: #3d94d5;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #3d94d5;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #3d94d5;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px Arial, Verdana;
			color: #5b5b57;
			width: 707px;
			padding-left: 25px;
			margin: 0;
			float: left;
		}
		
		#content .post #commentform a {
			color: #b7150d;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		margin-bottom: 10px;
		font: bold 12px/18px Arial, Verdana;
		color: #3d94d5;	
		width: 732px;
		padding: 0 12px;
	}
	
	#content .navigation a {
		color: #3d94d5;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main -  */
	
	#sidebar {
		float: left;
		width: 226px;/*226*/
		font: normal 12px/19px Arial, Verdana;
		color: transparent; /*#ffffff*/
		margin:0;
		padding: 0px 0 0 24px;
	}
	
	#sidebar a {
		color: #3d94d5;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 226px;
		margin: 5px;
		background: transparent; /*#ffffff*/ /* url("images/sidebar.gif") repeat-y */
	}
	
	#sidebar .sidebar-box-top {
		width: 226px;
		background: none;/* url("images/sidebar_top.gif") no-repeat */
	}
	
	#sidebar .sidebar-box-bottom {
		width: 226px;
		background: none;/* url("images/sidebar_bottom.gif") no-repeat left bottom */
		padding-bottom: 15px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar div.sidebar-box-top div.sidebar-box-bottom h3 {
			width: 226px;
			height: auto;
			font-size:16px;
			fon-style:normal;
			color: #ffffff;
			background: #48372b;
			text-align: center;
			margin:0 0 10px 0;
			padding:6px 0;
			display:block;
		}
		
		#sidebar h3 a {
			color: #ffffff;
		}
		
		#sidebar div.sidebar-box-top div.sidebar-box-bottom div.textwidget {
	display:block;
	margin:0;
	padding:0;
}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #48372b;
			font: normal 12px/14px Arial, Verdana;
		}
		
		#sidebar ul li a {
			color: #48372b;
			padding: 0 10px;
			text-decoration: none;
			background: url("images/sidebar_menu.gif") no-repeat left bottom;
			display: block;
			font: normal 12px/24px Arial, Verdana;
			height: auto;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar-box-bottom div ul li {
			margin:0;
			padding:5px;
			width:205px;
		}
		
		.entry-content {
			border:none;
			color:#48372b;
			text-decoration:none;
			line-height:1.5em;
			margin:10px 5px 0 5px;
			padding:0;
		}
		
		
		/* #sidebar-box-top #sidebar-box-bottom div ul li span.entry-meta span */ .time-meta a {
			color:#48372b;
			text-decoration:underline;
			float:none;
			border:none;
			padding:5px;
		}

                .from-meta {
			display:none;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 30px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0 5px 0;
			width: 226px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 186px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: -15px auto 0 auto;
			width: 142px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			margin-top: -15px;
			padding: 0 10px 5px 10px;
		}


/* Footer */

#footer {
	display:block;
	clear:both;
	width: 1005px;
	height: auto;
	padding: 8px;
	color: #48372b;
	font: normal 12px Arial, Verdana;
	background: ;/* url("images/footer.gif") no-repeat */
	text-align: center;
	background:#f4e5cb;
}

#footer a {
	color: #3d94d5;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* WORKSHOP TABLES */
table.workshop-table {
	margin:0;
	padding:0;
	text-align:left;
}

table.workshop-table tr th {
	color:#ffffff;
	background:#3d94d5;
	border-bottom:1px solid #48372b;
	padding:5px;
	vertical-align:top;
	font-size:14px;
}

table.workshop-table tr td {
	border-bottom:1px solid #48372b;
	padding:5px;
	vertical-align:top;
}

#wp_email_capture
{

}

#wp_email_capture label
{
color:#48372b;
font-size:11px;
font-weight:bold;
}

#wp_email_capture input
{

}

#wp_email_capture input
{

}

#wp_email_capture
{
	display:block;
	margin:36px 0 0 140px;
}

label.wp-email-capture-name, label.wp-email-capture-email, 
{
color:#3d94d5;
font-size:11px;
font-weight:normal;
}

input.wp-email-capture-name, input.wp-email-capture-email,
{
color:#3d94d5;
font-size:11px;
font-weight:normal;
}

input.wp-email-capture-submit,
{
color:#fffff;
font-size:12px;
font-weight:bold;
text-align:center;
display:block;
margin:0;
padding:5px;
}

table.home tr td{
padding-bottom:10px;
}

/********* SIDEBAR PROMO ************/
.sidebar-promo {
display:block;
margin:10px 0;
padding:10px;
width:206px;
background:#99ce00;
color:#48372b;
font-size:18px;
line-height:1.25em;
}

a.testimonial-play {
	display:block;
	width:300px;
	height:31px;
	padding:9px 0 0 56px;
	margin:0;
	background-image:url(http://dreamprogram.com/wp-content/uploads/2011/07/test-btn-play.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	border:1px solid #3d94d5;
	font-size:20px;
	text-align:left;
	color:#3d94d5;
}
