@import url('../blueprint/reset.css'); 
@import url('../blueprint/typography.css'); 
@import url('../blueprint/forms.css'); 

/* globals */
body {
	background-color: #0a1e30;
	color: #555555;
	height: 100%;
	min-height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-image: url(../../images/dpmg/body-grad.png);
	background-repeat: repeat-y;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6	{ font-weight: bold; color: #990000; }

.clearfix:after			{ clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix				{ display: inline-block; }
html[xmlns] .clearfix	{ display: block; }
* html .clearfix		{ height: 1%; }

:focus					{ -moz-outline-style: none; }

a, a:link, a:visited	{ color: #990000; text-decoration: underline; }
a:hover					{ color: #333333; }

p						{ line-height: 1.5em; }
blockquote				{ border-left: 2px solid #CCC; color: #666; margin: 5px 0 20px; padding: 5px 10px 1px; font-style: normal; }
code					{ background: #fafafa; color: #333; font-size: 11px; margin: 1px 0; padding: 1px 3px; }
pre code				{ background: #fafafa; border: 1px solid #cccccc; color: #333; display: block; overflow: scroll; padding: 1.5em 1.75em; }

input[type=text], input[type=password], textarea	{
	border: 1px solid #cccccc;
	padding: 3px;
	background-color: #ffffff;
	background-image: url(../../images/dpmg/form.png);
	background-repeat: repeat-x;
	background-position: top;
}
input[type=submit], #wp-email-submit    {
	border: 1px solid #cccccc;
	padding: 5px 10px;
	font-size: 12px;
	color:#ffffff;
	background-image: url(../../images/dpmg/postbar.png);
	background-repeat: repeat-x;
	background-position: left top;
}
input[type=submit]:hover, #wp-email-submit:hover    {
	border: 1px solid #cccccc;
	color:#ffffff;
	background-color: #333333;
	background-image: url(../../images/dpmg/postbar.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

table					{ border-collapse: collapse; border-spacing: 0; border: 1px solid #cccccc; }
th, td					{ padding: 5px; border: 1px solid #cccccc; border-width: 1px; }
th, thead th			{
	font-weight: bold;
	color: #cccccc;
	background-color: #333333;
}
td, tbody td			{ background: #ffffff; }

/* common classes */
.aligncenter			{ display: block; margin: 0 auto; }
.alignright				{ float: right; margin: 0 0 1em 1em; }
.alignleft				{ float: left; margin: 0 1em 1em 0; }
.floatleft				{ float: left; }
.floatright				{ float: right; }
img.aligncenter, img.alignright, 
img.alignleft			{ border: 3px solid #cccccc; }

.textcenter				{ text-align: center; }
.textright				{ text-align: right; }
.textleft				{ text-align: left; }

.noticebox				{ background-color: #ebebeb; border: 1px solid #cccccc; color: #333333; margin-bottom: 20px; padding: 10px; }
.noticebox a			{ color: #000; }

.sub					{ font-size: 11px; color: #990000; }

.ui-tabs-hide, .hide	{ display: none !important; }

.wp-caption { border: 1px solid #cccccc; text-align: center; background: #ebebeb; padding-top: 4px; margin: 10px }
.wp-caption img { margin: 0; padding: 0; border: none }
.wp-caption .wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0 }

.tags a:link, .tags a:visited	{ font-weight: bold; text-decoration: none; padding: 2px 4px; background: #FFF; display: inline-block; margin-bottom: 3px; }

/* structure */
#wrapper				{ min-height: 100%; position: relative; }

#banner-bot {
	width: 100%;
	background-image: url(../../images/dpmg/banner-bot-grad.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0;
	height: 35px;
}

#shadow {
	background-color: #fafafa;
	width: 100%;
}
#main {
	padding-right: 20px;
	padding-left: 20px;
	z-index: 100;
	position: relative;
}
/*#main { background: url(../../images/12_col.gif); } */

#upload-container {
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* header */
#header {
	background-image: url(../../images/dpmg/header-bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	border-bottom-width: 5px;
	border-bottom-color: #6699cc;
	border-bottom-style: solid;
}
#branding {
	width: 1000px;
	height: 180px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index: 2000;
}
.logo					{
	margin: 0;
	height: 120px;
	width: 280px;
	position: absolute;
	padding: 0;
	left: 10px;
	top: 25px;
}
.blog-name				{
	margin: 0;
	height: 120px;
	width: 280px;
	display: block;
	padding: 0;
}
.blog-name a img, .blog-name a img:visited	{
	text-decoration: none;
	background-image: url(../../images/dpmg/bfl-logo-header.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 280px;
	background-position: right top;
	margin: 0;
	padding: 0;
}
.blog-name a img:hover		{
	background-position: right bottom;
}

.blog-description		{
	display: block;
	font-size: 18px;
	color: #6699cc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 304px;
	top: 55px;
	font-weight: normal;
	line-height: 21px;
	width: 200px;
	font-style: italic;
}

/* navigation */
#mainNavContainer {
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	position: absolute;
	right: 20px;
	bottom: -5px;
	z-index: 3000;
}

.prodrop4 {
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	position:relative;
	z-index:4000;
}

.prodrop4 li.top {
	display:block;
	float:right;
}

.prodrop4 li a.top_link {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#990000;
	text-decoration:none;
	font-size:14px;
	padding:0 0 0 10px;
	cursor:pointer;
	background-image: url(../../images/dpmg/nav/nav-tabs.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	font-weight: normal;
}

.prodrop4 li a.top_link span {
	float:left;
	display:block;
	padding:0 15px 0 5px;
	height:30px;
	background:url(../../images/dpmg/nav/nav-tabs.png) no-repeat right -60px;
}

.prodrop4 li a.top_link:hover {
	color:#333333;
	background-image: url(../../images/dpmg/nav/nav-tabs.png);
	background-repeat: no-repeat;
	background-position: left -30px;
}

.prodrop4 li a.top_link:hover span {
	background-image: url(../../images/dpmg/nav/nav-tabs.png);
	background-repeat: no-repeat;
	background-position: right -90px;
}


.prodrop4 li:hover > a.top_link {
	color:#333333;
	background-image: url(../../images/dpmg/nav/nav-tabs.png);
	background-repeat: no-repeat;
	background-position: left -30px;
}

.prodrop4 li:hover > a.top_link span {
	background-image: url(../../images/dpmg/nav/nav-tabs.png);
	background-repeat: no-repeat;
	background-position: right -90px;
}


.prodrop4 table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
	border: none;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.prodrop4 a:hover {
	visibility:visible;
	position:relative;
	z-index: 4000;
}

.prodrop4 li:hover {
	position:relative;
	z-index: 4000;
}

/* keep the 'next' level invisible by placing it off screen. */

.prodrop4 ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	margin:0;
	padding:0;
	list-style:none;
}

.prodrop4 :hover ul {
	left:-9px;
	top:30px;
	z-index: 4000;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(../../images/dpmg/nav/nav-drop.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.prodrop4 :hover ul li {
	display:block;
	position:relative;
	font-weight:normal;
}

.prodrop4 :hover ul li a {
	display:block;
	font-size:12px;
	color:#990000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 170px;
	font-weight: normal;
}

.prodrop4 :hover ul li a:hover {
	color:#333333;
	background-color: #ebebeb;
}

.prodrop4 :hover ul.last {
	right:-9px;
	background-position: right bottom;
	left: auto;
}






/* tabbuttonscontainer */
#tabbuttonscontainer {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 70px;
}
#tabbuttonscontainer a {
	height: 70px;
	display: block;
	float: right;
	margin-left: 20px;
	font-size: 12px;
	color: #a8c1d9;
	text-align: center;
	text-decoration: none;
}
#tabbuttonscontainer a:hover {
	color: #FFFFFF;
}
#tabbuttonscontainer a.home-page {
	background-image: url(../../images/dpmg/nav/xxxx.png);
	background-repeat: no-repeat;
	background-position: 0 top;
}
#tabbuttonscontainer a.home-page:hover {
	background-position: 0 bottom;
}
#tabbuttonscontainer a.file-guidelines {
	background-image: url(../../images/dpmg/nav/xxxx.png);
	background-repeat: no-repeat;
	background-position: 0 top;
}
#tabbuttonscontainer a.file-guidelines:hover {
	background-position: 0 bottom;
}
#tabbuttonscontainer a.file-upload {
	background-image: url(../../images/dpmg/nav/xxxx.png);
	background-repeat: no-repeat;
	background-position: 0 top;
}
#tabbuttonscontainer a.file-upload:hover {
	background-position: 0 bottom;
}
#tabbuttonscontainer a.pay-online {
	background-image: url(../../images/dpmg/nav/xxxx.png);
	background-repeat: no-repeat;
	background-position: 0 top;
}
#tabbuttonscontainer a.pay-online:hover {
	background-position: 0 bottom;
}
#tabbuttonscontainer a.contact-us {
	background-image: url(../../images/dpmg/nav/xxxx.png);
	background-repeat: no-repeat;
	background-position: 0 top;
}
#tabbuttonscontainer a.contact-us:hover {
	background-position: 0 bottom;
}
#tabbuttonscontainer span {
}	

/* search bar */
#searchbar {
	float: right;
	overflow: hidden;
	padding: 0;
	margin: 25px 0 0;
	visibility: hidden;
}
#widgetsearch #s {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}
#searchform #s {
	width: 250px;
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}
#searchform #searchsubmit {
	border: 1px solid #cccccc;
	font-size: 12px;
	color:#ffffff;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../../images/dpmg/postbar.png);
	background-repeat: repeat-x;
	background-position: left top;
	max-width: 60px;
}
#searchform #searchsubmit:hover {
	border: 1px solid #cccccc;
	padding: 5px 10px;
	font-size: 12px;
	color:#ffffff;
	float: left;
	background-color: #ebebeb;
	background-image: url(../../images/dpmg/postbar.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* sidebar */
.sidebar				{ }
.sidebar .xoxo			{ list-style: none; padding: 0; margin: 0; }
.widgetcontainer ul, .widgetcontent .xoxo, .widgetcontainer ol	{
	margin-left: 15px;
	list-style-image: url(../../images/dpmg/bullet.png);
	border-top: 1px dotted #8d8d8d;
	padding: 0px;
	margin-right: 0px;
}
.widgetcontainer li		{
	border-bottom: 1px dotted #8d8d8d;
}
.widgetcontainer li a:visited, .widgetcontainer li a:link	{
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
	display: block;
	}
.widgetcontainer li a:hover	{
	background-color: #FFFFFF;
}
.widgetcontainer input[type=text], .widgetcontainer input[type=password]	{ width: 190px; }
.widgettitle			{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	border: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}
.widgettitle a			{ color: #990000; }
.widgettitle a:hover			{ color: #333333; }
.widgetcontent			{
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}

#multi-sidebar			{ }
#multi-sidebar .tabs	{ list-style: none; margin: 0; padding: 0; overflow: hidden; }
#multi-sidebar .tabs li	{ float: left; background: #990000; padding: 5px; margin: 0 3px 5px 0; border: 1px solid #cccccc; }
#multi-sidebar .tabs a:link, #multi-sidebar .tabs a:visited	{ text-decoration: none; font-weight: bold; color: #FFF; }
#multi-sidebar .tabs a:hover	{ border-bottom: 1px dotted #FFF; }
#multi-sidebar .tabs .ui-tabs-selected	{ background: #FFF; }					
#multi-sidebar .tabs .ui-tabs-selected a:link, #multi-sidebar .tabs .ui-tabs-selected a:visited	{ color: #990000; }			
#multi-sidebar #s-tags a:link, #multi-sidebar #s-tags a:visited	{ font-weight: bold; text-decoration: none; padding: 2px 4px; background: #FFF; display: inline-block; margin-bottom: 3px; }
#multi-sidebar .widgetcontainer	{
	border: none;
	margin-bottom: 10px;
	padding: 10px;
}
#multi-sidebar .widgetcontainer ul	{ list-style: none; margin: 0 0 0 5px; }
#multi-sidebar .widgetcontainer li	{ margin-bottom: 10px; }
						
/* featured slideshow */
.featured				{
	border: 1px solid #cccccc;
	background-color: #ebebeb;
	padding: 10px;
	height: 250px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	width: 628px;
}
#controls				{ position: absolute; float: left; z-index: 10; width: 630px; padding-top: 75px; }

#controls .next, #controls .prev	{ text-indent: -9000px; width: 30px; height: 30px; display: block; }
#controls .prev			{ background: url(../../images/prev.png) no-repeat; float: left; }
#controls .next			{ background: url(../../images/next.png) no-repeat; float: right; }

.section-title		{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	width: 628px;
	border-top-style: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}			
#featured-slideshow		{ position: relative; height: 250px; margin-right: 20px; }			

.featured-article		{ display: block; width: 630px; height: 250px; text-decoration: none !important; }
.featured-entry			{
	position: relative;
	top: 165px;
	overflow: hidden;
	height: 85px;
	color: #fafafa;
	padding: 0;
	display: block;
	background-image: url(../../images/overlay.png);
}
.featured-entry .entry-title	{ color: #fafafa; padding: 10px 15px 5px; display: block; font-size: 16px; font-weight: bold; }
.featured-entry .entry-summary	{
	padding: 0 15px;
	margin: 0;
	display: block;
	font-size: 12px;
}

.layout-3c-r-fixed .featured, .layout-3c-fixed .featured	{ height: 225px; }
.layout-3c-r-fixed #controls, .layout-3c-r-fixed .featured-article, .layout-3c-fixed #controls, .layout-3c-fixed .featured-article	{ width: 480px; }
.layout-3c-r-fixed .featured-article, .layout-3c-fixed .featured-article	{ height: 225px; }
.layout-3c-r-fixed .featured-entry, .layout-3c-fixed .featured-entry		{ height: 100px; top: 125px; }


/* bottom content */
#bottom-content-1, #bottom-content-2	{ float: left; width: 320px; margin: 0 10px 10px 0; overflow: hidden; }
#bottom-content-1 .xoxo, #bottom-content-2 .xoxo	{ margin: 0; }
#bottom-content-1 * .xoxo, #bottom-content-2 * .xoxo{ margin-left: 15px; }
#bottom-content-1 .widgettitle, #bottom-content-2 .widgettitle	{  }

.layout-3c-r-fixed #bottom-content-1, .layout-3c-r-fixed #bottom-content-2, .layout-3c-fixed #bottom-content-1, .layout-3c-fixed #bottom-content-2	{ width: 243px; }

/* latest headlines */
.posts-default, .posts-quick, .posts-line	{ list-style: none; margin: 0; padding: 0; overflow: hidden; }
.posts-default .post	{
	width: 190px;
	float: left;
	margin: 0 7px 10px 0;
	height: 220px;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #cccccc;
	background-color: #ebebeb;
}
.posts-default img		{ float: left; width: 190px; height: 100px; background: #333333; text-indent: -9000px; }
.posts-default .entry-title	{ font-weight: bold; font-size: 14px; margin: 10px 0 5px; line-height: 1.3em; }
.posts-default .entry-title a:link, .posts-default .entry-title a:visited	{ text-decoration: none; }
.posts-default .entry-title a:hover	{ }
.posts-default .entry-summary, .posts-quick .entry-summary	{
	color: #333333;
	overflow: hidden;
	font-size: 12px;
}
.posts-default .entry-thumbnails	{ clear: both; display: inline-block; }
.posts-quick			{
	border: 1px solid #cccccc;
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: #ebebeb;
}
.posts-quick li			{ padding: 10px 0; border-bottom: 1px dotted #ebebeb; }
.posts-quick li:last-child	{ border: none; }
.posts-quick img		{ float: left; margin-right: 15px; border: 1px solid #cccccc; width: 190px; height: 100px; background: #111; text-indent: -9000px; }
.posts-quick .entry-title	{ font-weight: bold; font-size: 14px; margin: 0 0 10px; line-height: 1.3em; }
.posts-quick .entry-title a:link, .posts-quick .entry-title a:visited	{ text-decoration: none; }
.posts-quick .entry-title a:hover	{ }
.posts-quick .entry-summary	{ }
.posts-quick .quick-read-more	{
	padding: 5px 0;
	font-size: 12px;
	font-weight: normal;
}
.posts-quick .entry-thumbnails	{ float: left; }
.posts-default .entry-meta, .posts-quick .entry-meta	{ color: #ebebeb; float: left; background: url(../../images/overlay.png); width: 190px; height: 25px; display: block; margin: -25px 0 0; font-weight: bold; }
.posts-quick .entry-meta	{ margin: 76px 0 0 -206px; }
.posts-default .entry-meta a:link, .posts-default .entry-meta a:visited, .posts-quick .entry-meta a:link, .posts-quick .entry-meta a:visited	{ color: #990000; text-decoration: none; }
.posts-default .entry-comments, .posts-quick .entry-comments { float: right; margin: 5px 5px 0; background: url(../../images/dpmg/comments.gif) no-repeat left center; padding: 0 0 0 12px; }
.posts-default .published, .posts-quick .published	{ text-transform: uppercase; float: left; margin: 5px 5px 0; font-size: 10px; color: #ebebeb; border-bottom: none; }
.posts-line				{
	border: none;
	margin: 0 10px 10px 0;
	padding: 10px;
}
.posts-line	li			{ padding: 7px 0; border-bottom: 1px solid #cccccc; }
.posts-line .entry-cat	{ float: left; font-size: 11px; width: 100px; overflow: hidden; color: #990000; }
.posts-line .entry-title	{ float: left; font-size: 12px; margin: 0; }
.posts-line .entry-comments	{ float: right; font-size: 11px; color: #990000; }

.layout-3c-r-fixed .posts-default .post, .layout-3c-r-fixed .posts-default img, .layout-3c-r-fixed .posts-default .entry-meta	{ width: 223px; }
.layout-3c-fixed .posts-default .post, .layout-3c-fixed .posts-default img, .layout-3c-fixed .posts-default .entry-meta	{ width: 223px; }

.navigation				{ margin: 10px 10px 10px 0; }

/* single post */
.single .post, .single-post	{
	margin: 0 10px 20px 0;
}
.single .post .entry-title, .single-post .entry-title	{
	font-size: 30px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	line-height: normal;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0;
}
.single .post .entry-title a:link, .single .post .entry-title a:visited, .single-post .entry-title a:link, .single-post .entry-title a:visited	{ text-decoration: none; }
.single .post .entry-title a:hover, .single-post .entry-title a:hover	{ }
.single .post .entry-info, .single-post .entry-info	{ color: #990000; }
.single .post .entry-cat, .single-post .entry-cat	{ display: block; color: #990000; margin: 2px 0; }
.single .post .entry-author, .single-post .entry-author { font-weight: bold; margin: 0 10px 0 0; color: #990000; }
.single .post .entry-author address, .single-post .entry-author address	{ display: inline; font-style: normal; }
.single .post .tags, .single-post .tags			{ display: block; margin: 5px 0; color: #990000; }
.single .post .entry-photo, .single-post .entry-photo	{ width: 630px; margin: 0 auto 10px; border: 1px solid #cccccc; }
.single .post .entry-content, .single-post .entry-content	{
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 0;
}
.single .post .entry-content p, .single-post .entry-content p	{ line-height: 1.75em; }

.single-post 			{ padding: 0; }

.layout-3c-r-fixed .post .entry-photo, .layout-3c-r-fixed .single-post .entry-photo, .layout-3c-fixed .post .entry-photo, .layout-3c-fixed .single-post .entry-photo	{ width: 480px; }

.postbar				{
	list-style: none;
	margin: 0 0 10px;
	padding: 7px 0;
	border: 1px solid #cccccc;
	font-size: 12px;
	background-color: #ebebeb;
}
.postbar li				{ float: left; padding: 0 10px; border-left: 1px solid #990000; }
.postbar li:first-child	{ border-left: 0; }
.postbar li a:link, .postbar li a:visited	{
	text-decoration: underline;
	color: #990000;
}
.postbar li a:hover		{
	color: #7a7a7a;
 }
.postbar .WP-PrintIcon, .postbar .WP-EmailIcon { display: none; }

.single-post-meta		{ padding: 4px; margin: 0 10px 10px; background: #ffffff; }
.single-post-meta-field	{ clear: left; float: left; width: 15%; font-weight: bold; color: #333333; background: #ffffff; }
.single-post-meta-value	{ float: left; width: 80%; color: #333333; background: #ffffff; }

.module-title, .feed-title	{
	color: #7a7a7a;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}
.feed-title				{ border-bottom: none; }

.gallery				{ clear: both; margin: 10px 0; }
.gallery-item			{ float: left; margin-right: 10px; }

.about-author			{
	padding: 10px 15px;
	margin: 0 0 10px;
	line-height: 1.5em;
	border: 1px solid #cccccc;
	font-size: 12px;
	background-color: #ebebeb;
}
.about-author h4		{ font-size: 12px; margin: 0 0 10px; text-transform: uppercase; color: #333; font-weight: bold; }
.about-author img		{ float: left; margin: 0 10px 10px 0; border: 1px solid #cccccc; padding: 0; }

/* gd star rating */
.gdmultitable			{ margin: 0 0 10px !important; }
.gdmultitable td		{ padding: 5px !important; }

/* wp-pagenavi */
.wp-pagenavi			{ margin: 0 0 10px; font-size: 12px; }
.wp-pagenavi a:link, .wp-pagenavi a:visited	{ padding: 3px 4px; margin: 2px; text-decoration: none; background: #FFF; border: 1px solid #cccccc; }
.wp-pagenavi a:hover	{ color: #000; }
.wp-pagenavi span.pages, .wp-pagenavi span.extend	{ padding: 3px 4px; background: #FFF; margin: 2px; border: 1px solid #cccccc; }
.wp-pagenavi span.current	{ padding: 3px 4px; background: #FFF; margin: 2px; font-weight: bold; border: 1px solid #cccccc; }
.wp-pagenavi span.pages	{ margin-left: 0; }

/* wp125 */
#wp125adwrap_2c			{ width: 270px !important; display: inline-block; padding: 8px 0 2px 8px; margin: 0 auto !important; }
#wp125adwrap_2c .wp125ad{ padding: 0 !important; margin: 0 10px 10px 0 !important; }
#wp125adwrap_2c:after	{ clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
html[xmlns] #wp125adwrap_2c	{ display: block; }
* html #wp125adwrap_2c	{ height: 1%; }

/* wp-email */
#wp-email-required      { color: #CC0000; }
#wp-email               { margin: 10px; padding: 10px; background: #fafafa; }
#wp-email-button        { text-align: left !important; }

/* comments */
#commentlist			{
	list-style: none;
	padding: 10px;
	margin: 0 10px 0 0;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
}
#commentlist li			{ margin: 0; padding-bottom: 20px; overflow: hidden; }
#commentlist .avatar	{ border: 1px solid #cccccc; padding: 1px; float: left; margin: 0 5px 10px 0; }
#commentlist cite		{ font-weight: bold; font-style: normal; line-height: 14px; }
#commentlist p			{ clear: left; font-size: 12px; }
#commentlist .reply		{ float: right; }
#commentlist .reply a, .comments-navigation a, .read-more, .navigation a	{
	color: #ffffff;
	text-decoration: none;
	padding: 5px 8px;
	margin-bottom: 3px;
	border: 1px solid #cccccc;
	zoom: 1;
*display: inline; 	display: inline-block;
	background-image: url(../../images/dpmg/postbar.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #990000;
}
#commentlist .reply a:hover, .comments-navigation a:hover, .navigation a:hover, .read-more:hover	{
	color: #ffffff;
	background-color: #ebebeb;
	background-image: url(../../images/dpmg/postbar.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#commentlist .children	{ clear: right; margin: 5px 0 0; list-style: none; }
#commentlist .children li	{ border-bottom: none; border-left: 1px dotted #cccccc; padding: 0 0 0 20px; }
#commentlist #respond	{ clear: both; margin-top: 40px; padding-top: 10px; border-top: 1px dotted #cccccc; }
#commentlist .comment-author	{ padding: 10px 0 0 10px;}
#commentlist .comment-content	{ padding: 0 10px; }
#commentlist .comment-node	{ background: #fafafa; border: 1px solid #cccccc; }
#commentlist .comment-meta	{ text-decoration: none; color: #333333; font-size: 11px; }
#commentlist .comment-controls	{ background: #fafafa; padding: 5px 10px; font-weight: bold; }
#commentlist .comment-controls a:link, #commentlist .comment-controls a:visited	{ text-decoration: none; }

.comments-navigation	{ clear: both; margin: 10px 10px 20px 0; }
.nocomments				{
	padding: 15px 10px;
	margin: 0 10px 20px 0;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
}

#commentsform			{
	margin: 0 10px 10px 0;
	padding: 10px 15px;
	overflow: hidden;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
}
#commentsform textarea	{ width: 98%; height: 100px; padding: 5px; }

.pingbacks				{
	padding: 15px 10px 15px 30px;
	margin: 0 10px 20px 0;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
}
.pingbacks li			{ padding: 2px 0; font-weight: normal; }
.pingbacks a:link, .pingbacks a:visited	{ text-decoration: none; }

/* search results */
.search-results h2      {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}
.search-results-content {
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
}

/* footer */
#footer-shadow				{
	width: 100%;
	padding-bottom: 40px;
	background-image: url(../../images/dpmg/footer-top-grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 60px;
}
#footer				{
	width: 980px;
	min-height: 100px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
	color: #fafafa;
}

#footer-left {
	float: left;
	width: 260px;
	padding-top: 18px;
}
#dpmg-upload {
	width: 175px;
	height: 40px;
}
#dpmg-upload ul {
	padding: 0;
	margin: 0;
}
#dpmg-upload ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#dpmg-upload ul li a, #dpmg-upload ul li a:visited {
	display: block;
	background-image: url(../../images/dpmg/FileUploadButton.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 175px;
	text-indent: -9999px;
}
#dpmg-upload ul li a:hover {
	background-position: left bottom;
}

#footer-dpmg {
	width: 260px;
	float: right;
	margin-top: 5px;
}
#dp-logo {
	width: 260px;
	height: 52px;
}
#dp-logo ul {
	padding: 0;
	margin: 0;
}
#dp-logo ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#dp-logo ul li a, #dp-logo ul li a:visited {
	display: block;
	background-image: url(../../images/dpmg/design-publishing-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 205px;
	margin: 0;
	padding-left: 55px;
	font-size: 11px;
	color: #a8c1d9;
	text-decoration: none;
	line-height: 12px;
	padding-top: 17px;
}
#dp-logo ul li a:hover {
	background-position: left bottom;
	color: #ffffff;
}

#footer-wp {
	width: 260px;
	float: right;
	margin-top: 5px;
}
#wp-logo {
	width: 260px;
	height: 52px;
}
#wp-logo ul {
	padding: 0;
	margin: 0;
}
#wp-logo ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#wp-logo ul li a, #wp-logo ul li a:visited {
	display: block;
	background-image: url(../../images/dpmg/wordpress-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 205px;
	margin: 0;
	padding-left: 55px;
	font-size: 11px;
	color: #a8c1d9;
	text-decoration: none;
	padding-top: 17px;
	line-height: 12px;
}
#wp-logo ul li a:hover {
	background-position: left bottom;
	color: #ffffff;
}

#footer-right {
	float: right;
	width: 694px;
}

#footer-links	{
	float: right;
	width: 670px;
	padding-top: 20px;
}
#footer .widgetcontainer	{ }
#widgettitle { padding: 0 0 10px; }
#footer .widgettitle	{
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #a8c1d9;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer .widgetcontent	{ font-size: 12px; background: none; padding: 0; border: none; }
#footer .footer-message	{
	float: left;
	overflow: hidden;
	margin: 0;
	color: #a8c1d9;
}
#footer .footer-message .widgetcontainer	{ overflow: hidden; }
#footer-sidebar		{
	max-width: 670px;
	float: right;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}
#footer-sidebar .widgetcontainer	{
	float: left;
	max-width: 200px;
	margin-top: 0;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-right: 0;
}
#footer-sidebar ul	{ list-style: square; }
#footer-sidebar li	{ margin: 0 0 3px; }
#footer .widgetcontent a:link, #footer .widgetcontent a:visited	{
	font-size: 12px;
}
#footer-copyright .widgetcontent	{
	padding-left: 0;
	padding-top: 5px;
	font-size: 11px;
}
#footer .widgetcontainer ul, #footer .widgetcontent .xoxo, #footer .widgetcontainer ol	{
	list-style-image: url(../../images/dpmg/bullet-footer.png);
}
#footer .widgetcontainer ul li a, #footer .widgetcontent .xoxo li a, #footer .widgetcontainer ol li a,
#footer .widgetcontainer ul li a:visited, #footer .widgetcontent .xoxo li a:visited, #footer .widgetcontainer ol li a:visited {
	color: #a8c1d9;
}
#footer .widgetcontainer ul li a:hover, #footer .widgetcontent .xoxo li a:hover, #footer .widgetcontainer ol li a:hover {
	color: #ffffff;
	background-color: transparent;
}

.clearing {
	clear: both;
	height: 0;
	line-height:0;
	font-size: 0;
}

/*	Home Content
---------------------------------------------*/
#home-content	{
	width: 651px;
	float: left;
	margin-top: -6px;
}
#home-left	{
	width: 260px;
	float: left;
}
#home-spotlight	{
	width: 260px;
	background-image: url(../../images/dpmg/home-ad-temp.png);
	background-repeat: no-repeat;
	height: 405px;
}
ul.super-special {
	list-style-type: none;
	display:block;
	float:left;
	margin: 0;
	padding: 0;
}
ul.super-special li {
	float:left;
	margin: 0;
	padding: 0;
}
ul.super-special li a {
	float: left;
	width: 260px;
	background-image: url(../../images/dpmg/super-special-bkg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 120px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
ul.super-special li a:hover {
	background-position: left top;
	text-decoration: none;
}

#special-box {
	width: 260px;
	height: 120px;
	position: relative;
}
#special-box a {
	text-decoration: none;
}
#home-left #special-title {
	position: absolute;
	left: 0px;
	top: 40px;
}
#special-title {
	width: 260px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
#home-left #special-content {
	width: 260px;
	height: 20px;
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	top: 60px;
	color: #333333;
}
span.red	{
	font-weight: bold;
	color: #990000;
}
#home-left #special-date	{
	width: 260px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 16px;
	color: #990000;
	font-size: 11px;
	line-height: 16px;
}
#home-left #hidden-details	{
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	visibility: hidden;
}
#home-left #special-box	{
	text-align: center;
}

#home-right	{
	width: 372px;
	float: right;
}
ul.home-cells {
	list-style-type: none;
	display:block;
	float:left;
	margin: 0;
	padding: 0;
}
ul.home-cells li {
	float:left;
	margin: 0;
	padding: 0;
}
ul.home-cells li a {
	float: left;
	height: 16px;
	width: 124px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	text-align: center;
	padding-top: 89px;
	line-height: 16px;
}
ul.home-cells li a:hover {
	color: #333333;
	background-position: right top;
}
ul.home-cells li.branding a {
	background-image: url(../../images/dpmg/home-cells/home-cell-branding.png);
}
ul.home-cells li.print-pricing a {
	background-image: url(../../images/dpmg/home-cells/home-cell-print-pricing.png);
}
ul.home-cells li.packaging a {
	background-image: url(../../images/dpmg/home-cells/home-cell-packaging.png);
}
ul.home-cells li.web a {
	background-image: url(../../images/dpmg/home-cells/home-cell-web.png);
}
ul.home-cells li.signs a {
	background-image: url(../../images/dpmg/home-cells/home-cell-signs.png);
}
ul.home-cells li.apparel a {
	background-image: url(../../images/dpmg/home-cells/home-cell-apparel.png);
}
ul.home-cells li.brochures-mailers a {
	background-image: url(../../images/dpmg/home-cells/home-cell-brochures-mailers.png);
}
ul.home-cells li.exibit-show a {
	background-image: url(../../images/dpmg/home-cells/home-cell-exibit-show.png);
}
ul.home-cells li.audio-video a {
	background-image: url(../../images/dpmg/home-cells/home-cell-audio-video.png);
}
ul.home-cells li.vehicle a {
	background-image: url(../../images/dpmg/home-cells/home-cell-vehicle.png);
}
ul.home-cells li.decals a {
	background-image: url(../../images/dpmg/home-cells/home-cell-decals.png);
}
ul.home-cells li.book a {
	background-image: url(../../images/dpmg/home-cells/home-cell-book.png);
}
ul.home-cells li.illustration a {
	background-image: url(../../images/dpmg/home-cells/home-cell-illustration.png);
}
ul.home-cells li.fulfillment a {
	background-image: url(../../images/dpmg/home-cells/home-cell-fulfillment.png);
}
ul.home-cells li.logo-items a {
	background-image: url(../../images/dpmg/home-cells/home-cell-logo-items.png);
}







/*	Contact Content
---------------------------------------------*/
#contact-top	{
	width: 960px;
}
#contact-content	{
	width: 960px;
}
#contact-form-left	{
	width: 410px;
	float: left;
	margin-left: 10px;
}
#contact-right	{
	width: 517px;
	float: right;
}
#contact-right-listings	{
	width: 215px;
	float: left;
}
#contact-right-map	{
	width: 280px;
	float: right;
}
#contact-right-map p {
	font-size: 12px;
}
#contact-content h1 {
	color: #666666;
	font-size: 14px;
	border-bottom: 1px dotted #8d8d8d;
	padding-bottom: 10px;
	font-weight: bold;
}
#contact-content h4 {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
}
#contact-content strong {
	color: #990000;
	line-height: normal;
}
.bumpbox {
	padding: 10px;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
	margin-top: 32px;
	margin-bottom: 10px;
	margin-left: 0;
	height: 480px;
}
.bumpbox p {
	font-size: 12px;
}
.bumpbox img {
	padding-bottom: 10px;
}
.map-box {
	background-color: #ebebeb;
	border: 1px solid #cccccc;
	margin-top: 32px;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(../../images/dpmg/map.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	width: 278px;
}


/*	Content toggle
---------------------------------------------*/
#toggle-content	{
	width: 960px;
}
#content_toggle_container {
	width: 960px;
	margin: 0;
	padding: 0;
}
#page-title {
	width: 960px;
	margin: 0;
	padding: 0;
}
#page-title-left {
	width: 620px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#page-title-left p {
	font-weight: normal;
	color: #7a7a7a;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
#page-title-left h1.title {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #333333;
}

#search-box {
	float: right;
	padding-right: 7px;
}
#search-box li {
	list-style-type: none;
}

#news {
	width: 960px;
	position: relative;
}

#tabs-nav-left {
	width: 280px;
	position: relative;
	float: left;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

ul.tabs-nav {
	width: 280px;
	list-style: none;
	padding: 0;
	border-top: 1px dotted #8d8d8d;
	margin: 0;
}
ul.tabs-nav li {
	border-bottom: 1px dotted #8d8d8d;
}
ul.tabs-nav li a {
	display: block;
	padding: 5px;
	position: relative;
	border: 0;
	text-decoration: none;
	color: #990000;
	font-size: 14px;
	line-height: 16px;
}
ul.tabs-nav li a:hover {
	background-color: #ffffff;
	color: #333333;
}
ul.tabs-nav li.tabs-selected a {
	color: #333333;
	text-decoration: none;
	background-image: url(../../images/dpmg/bullet.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #ebebeb;
}


ul.tabs-links {
	width: 280px;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.tabs-links li {
	border-bottom: 1px dotted #8d8d8d;
}
ul.tabs-links li a {
	display: block;
	padding: 5px;
	position: relative;
	border: 0;
	text-decoration: none;
	color: #990000;
	font-size: 14px;
	line-height: 16px;
}
ul.tabs-links li a:hover {
	background-color: #ffffff;
	color: #333333;
}

.news_title {
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	border-width: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.tabs-hide {
	display: none;
}
.tabs-container {
	width: 640px;
	float: right;
	position: relative;
	padding-right: 0px;
	padding-left: 10px;
}
xxx.tabs-container span {
	position: absolute;
	top: 0;
	right: 0;
}

.solutions_box {
	width: 640px;
	background-image: url(../../images/dpmg/solutions_box_grad.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	float: right;
}
.solutions_box_top {
	width: 640px;
	background-image: url(../../images/dpmg/solutions_box_top.png);
	background-repeat: no-repeat;
	height: 20px;
}
.solutions_box_title {
	width: 580px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.solutions_box_title .gallery_box_title   {
}
.solutions_box_title .gallery_box_title h1  {
	font-size: 21px;
	font-weight: bold;
	color: #666666;
	line-height: 24px;
}
.solutions_box_slide {
	width: 638px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.solutions_box_slide_left {
	width: 189px;
	height: 200px;
	margin: 0;
	background-color: #999999;
	float: left;
	color: #ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.solutions_box_slide_right {
	width: 399px;
	height: 240px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	float: right;
}
.solutions_box_slide_right h2.entry-title {
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}
.solutions_box_slide_right .entry-photo img {
	width: 399px;
}
.solutions_box_links {
	width: 638px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.solutions_box_links_left {
	width: 190px;
	margin: 0;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 29px;
	font-size: 9px;
	color: #666666;
	font-size: 11px;
	text-align: right;
	color: #7a7a7a;
	background-image: url(../../images/dpmg/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.solutions_box_links_right {
	width: 399px;
	margin: 0;
	float: right;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.solutions_box_links_lines {
	background-image: url(../../images/dpmg/gallery-nav-grad.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.solutions_box_content {
	width: 580px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../../images/dpmg/solutions_box_bot.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
}
.bloggie {
	width: 580px;
	z-index: 50;
	position: relative;
}
.solutions_box p {
	margin-bottom: 20px;
}
.solutions_box .intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
}
.solutions_box h2 {
	color: #7a7a7a;
	font-weight: normal;
}
.solutions_box h4 {
	color: #333333;
	font-weight: normal;
}
.solutions_box h2 {
	margin-bottom: 10px;
	font-size: 21px;
	color: #990000;
}
.solutions_box h2 a {
	text-decoration: none;
}
.solutions_box h3 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #8d8d8d;
	font-weight: normal;
	line-height: 21px;
}
ul.solution {
	list-style: disc outside;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 30px;
}
ul.solution li {
}

/*	toggle-image-box
---------------------------------------------*/
x.bloggie img {
	padding: 0px;
	height: 251px;
	width: 300px;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: -100px;
}

/*	image-box
---------------------------------------------*/
.image-box-services {
	background-image: url(../../images/dpmg/?.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 210px;
	width: 580px;
	background-color: #999999;
	margin-bottom: 20px;
}

/*	button_links_box
---------------------------------------------*/
.button_links_box {
	margin-bottom: 10px;
	margin-top: 10px;
}
.button_links_box h4.sub-title {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.button_links {
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
}

.button_links div {
	display:block;
	float:left;
}

.button_links div a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	cursor:pointer;
	background-image: url(../../images/dpmg/button_links.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
}

.button_links div a em {
	float:left;
	display:block;
	height:30px;
	padding-right: 20px;
	padding-left: 5px;
	font-style: normal;
	background-image: url(../../images/dpmg/button_links.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.button_links div a:hover {
	background-position: left bottom;
}

.button_links div a:hover em {
	background-position: right bottom;
	color: #ffffff;
}
.floatLeft { float: left; }
.floatRight { float: right; }
#cloud {
	margin-top: -20px;
	margin-bottom: -20px;
}
.cloud-sub {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	border: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}
#construction {
	font-size: 26px;
	font-style: normal;
	line-height: 30px;
	color: #990000;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
#construction a {
	color: #003366;
}


/*	button_links_box
---------------------------------------------*/
.blue4-box {
	width: 650px;
	background-image: url(../../images/dpmg/blue4-box-grad.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
.blue4-box-top {
	width: 650px;
	background-image: url(../../images/dpmg/blue4-box-top.png);
	background-repeat: no-repeat;
	height: 40px;
}
.blue4-box-title {
	width: 150px;
	margin: 0;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.blue4-box-content {
	width: 650px;
	margin: 0px;
	padding-top: 10px;
}
.blue4-box-buttons {
	width: 650px;
	padding-bottom: 10px;
	background-image: url(../../images/dpmg/blue4-box-bot.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
}
.left-blue4-big {
	width: 305px;
	padding: 0;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.right-blue4-big {
	width: 305px;
	padding: 0;
	float: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0p;
}
.left-blue4-small {
	width: 143px;
	margin: 0;
	padding: 0;
	float: left;
}
.right-blue4-small {
	width: 143px;
	margin: 0;
	padding: 0;
	float: right;
}
.blue4-box p {
	margin-bottom: 20px;
}
.blue4-box .title {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	font-style: italic;
}
.blue4-box h4.sub-title {
	margin-bottom: 0;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: center;
}

.blue4-box-buttons .button_links div a {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}

.blue4-box-buttons .button_links div a em {
	padding-right: 10px;
	padding-left: 0px;
	width: 123px;
	text-align: center;
	font-size: 10px;
}
.unique-content	{
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 0
	padding-left: 0;
}
.unique-content .single .post .entry-title a:link, .unique-content .single .post .entry-title a:visited, .unique-content .single-post .entry-title a:link, .unique-content .single-post .entry-title a:visited	{
	text-decoration: none;
	color: #333333;
}
.unique-content	h3.title {
	font-weight: normal;
	color: #7a7a7a;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

/*	upload-form
---------------------------------------------*/

#upload-form {
	margin: 0;
	padding: 0;
}
#upload-form label {
	color: #666666;
}
#upload-form #frm_upload, #upload-form #tbl_upload, #upload-form #btn, #upload-form #sbm {
	margin: 0;
	padding: 0;
}
#upload-form #frm_upload {
	padding-bottom: 10px;
}
#upload-form #tbl_upload {
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
#upload-form #tbl_upload th, #upload-form #tbl_upload td {
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	text-align:left;
	vertical-align:top;
}
#upload-form #tbl_upload th {
	background-color:#f1f1f1;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#upload-form #tbl_upload td {
	padding:10px;
}
#upload-form .frmfld {
	border:1px solid #ccc;
	width:300px;
}
#upload-form #btn, #upload-form #sbm {
	display:block;
}
#upload-form #btn {
	background-color:transparent;
	border:none;
	cursor:pointer;
	background-image: none;
}
#upload-form .warning {
	color:#990000;
	font-weight:bold;
}

#upload-form #sbm {
	border: 1px solid #cccccc;
	font-size: 12px;
	color:#ffffff;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../../images/dpmg/postbar.png);
	background-repeat: repeat-x;
	background-position: left top;
	max-width: 60px;
}
#upload-form #sbm:hover {
	border: 1px solid #cccccc;
	padding: 5px 10px;
	font-size: 12px;
	color:#ffffff;
	float: left;
	background-image: url(../../images/dpmg/postbar.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.posts-quick .quick-read-more	{
	padding: 5px 0;
	font-size: 12px;
	font-weight: normal;
}
