@charset "UTF-8";
/* CSS Document */


/* Begin HTML Tags*/


a {
	border:0px;
	outline:none;
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ffffff;  
}

html {
	height: 100%;
}
* html #container {
	height: 100%;
}
img {
	border: 0px;
}

body  {
	background: url(../../images/dc07/bg1.jpg) top left no-repeat;
	background-color: #000000;
	font: 16px  Georgia, Helvetica, Arial, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #999999;
	line-height: 1.3em;
	min-width:640px
}

h1 {
	font: 2.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #CCCC66;
	line-height: 1.3em;
	
	
}
h2 {
	font: 1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #CCCC66;
	line-height: 1.3em
}

h3 {
	font: 1.1em;
	font-weight: bold;
	color: #BBBBBB;
	line-height: 1.3em
}

hr {
	border: none 0; 
	border-top: 2px dotted #003366;/*the border*/
	width: 50%;
	height: 0px;
	margin: 0 auto 0 0;
	text-align: left;
}


strong {
	color:#CCCCCC;
}

#dcgTable td{
	padding:5px;
}

#dcgTable td table tr td{
	padding:0px;
}

/* End HTML Tags*/

/* Begin ID Selectors*/

#container {
	text-align: left;
	position: relative; 
} 
#header {
	width: 740px;
	height: 50px;
	border-right: 1px solid black;
	padding: 0 0 0 160px;

} 
#header h1 {
	margin: 0;
	padding: 5px 0;
}

#wrapper {
	margin: 0;
	padding: 0;
	min-height: 725px;
	height:100%;
	height: auto;

}

#sidebar1 {
	clear: both;
	width: 255px;
	padding: 0 0 0 65px;
	height: 100%;
	float: left;
	text-align: right;
}

#sidebar1 p {
	padding: 0 25px 0 0;
}
	
#sbContent {
	margin: 20px 20px 0 0;
	height: 100%;
}

#homeLink {
	position: absolute;
	top: 100px;
	left: 0;
	width: 60px;
	height: 525px;
}

#mainContent {
	max-width: 800px; 
	margin: 20px 0 0 320px;
} 

#content {
	width: 99%;
	float: left;
	
}

#mainContent p {
	padding: 0 15px 0 15px;
}

#boxHolder {
	background: url(../../images/dc07/boxes-bg.gif);
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	border-top: 1px solid #222222;
}

#boxes {
	background:url(../../images/dc07/footer-top.gif) no-repeat bottom left;
	float: left;
	padding-left: 8%;
	width: 91%;
	margin: 0 1% 0 0;
}


.boxColumn {
	width: 30%;
	height: 100%;
	float: left;
	padding: 25px 7px 25px 7px;
}

.box {
	width: 180px;
	postion: relative;
	margin: 0 auto;
	height: 100%;
	font-size: .8em;
	line-height: 1.1em;
	
}
.boxPic {
	float: left;
	margin: 0 5px 0 0;
}
 
#textMain {
	margin: 145px 40px 25px 30px;
	text-align: left;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
    height: 50px;
    background: url(../../images/dc07/footer-repeat.jpg) repeat-x; 
}

#footer #footerContent {
	background: url(../../images/dc07/footer.jpg) no-repeat;
    height: 35px;
	padding: 17px 0 0 25px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
} 

#footer #footerContent a{
	color: #000000;
}

#footer #footerContent a:hover{
	color: #FFFFFF;
}
#footer p {
 	font-size: 10px;
 	text-align: center;
	color: #ffffff;
	margin: 0;
}

#pic {
	position: absolute;
	top: 60px;
	left:75px;
}

/*  Begin Nav Bar Styles */

#nav {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}
#nav li.on ul, #nav li.off ul {
	margin: 0;
	padding: 0;
}
#nav a {
	font: 11px Helvetica, Arial, sans-serif;
	text-decoration: none;
}
#nav li { 
	list-style-type: none;
	margin: 0;
	float: left;
	display: block;
}
#nav li ul {
	display: none;
}
#nav li.off ul, #nav li.on ul {
	position: absolute;
	top: 27px;
	left: 135px;
	height: 28px;
	width:500px;
	padding-left: 50px;
}
#nav li a {
	color: #999999;
	font-weight: bold;
	display: block;
	height: 35px;
	width: 128px;
	padding-top: 6px;
}

#nav li.on a {
	border: 2px solid #000000;
	color: #000000;
}

#nav li.on ul a, #nav li.off ul a {
	float: left;
	border: 0;
	color: #66CCFF;
	width: auto;
	margin-right: 15px;
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
}

#nav li.off a:hover {
	color: #ffffff;
}

#rss {
	position: absolute;
	height: 51px;
	width: 100px;
	left: 0px;
	top: 0px;	
}

a#rss:hover  {
	background:url(../../images/dc07/dc-nav-rss-over.gif) no-repeat;
}


#nav li#comm a:hover, #nav li#comm a.current {
	background:url(../../images/dc07/dc-nav-comm-over.gif) no-repeat;
}

#nav li#comm ul.sub li a:hover {
	background: none;
}

#nav li#scene a:hover, #nav li#scene a.current {
	background:url(../../images/dc07/dc-nav-scene-over.gif) no-repeat;
}

#nav li#scene ul.sub li a:hover {
	background: none;
}

#nav li#resource a:hover, #nav li#resource a.current {
	background:url(../../images/dc07/dc-nav-resource-over.gif) no-repeat;
}

#nav li#resource ul.sub li a:hover {
	background: none;
}

#nav li#archive a:hover, #nav li#archive a.current {
	background:url(../../images/dc07/dc-nav-archive-over.gif) no-repeat;
}

#nav li#archive ul.sub li a:hover {
	background: none;
}

#nav li#blog a:hover {
	background:url(../../images/dc07/dc-nav-blog-over.gif) no-repeat;
}

#nav li#blog ul.sub li a:hover {
	background: none;
}

#nav ul.sub li a {
	background: none;
	height: 30px;
}
#nav li.off ul.sub li a:hover {
	background: none;
	color: #FFFFFF;
}

#navCont {
	width: 100%;
}

/*  End Nav Bar Styles */

/* End ID Selectors*/

/*  Begin Class Selectors */

.sidebar {
	width: 320px;
	height: 90%;
}

.textSpacer {
	display: block;
	padding: 125px 0 0 0;
}

.sidebarTitle {
	display:block;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	color: #0066CC;
	text-decoration: none;
	text-align: right;
	margin-right: 40px;

}


.title {
	background: url(../../images/dc07/title-bg.gif) bottom left repeat-x;
	display: inline;
	padding: 0 0 10px 0;
	width: 100%;
}

.titleTrans {
	background: url(../../images/dc07/title-bg-trans.gif) bottom left repeat-x;
	display: inline;
	padding: 0 0 10px 0;
	width: 100%;
}

.picofweek {
	margin: 15px 0 5px -5px;
	
}

.hidden {
	display: none;
}

.clearhead {
	padding: 150px 0 0 0;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pull {
}

img.imgRight {
	float: right;
	clear: both;
	margin: 20px 25px 20px 15px;	
}

img.silRight {
	float: right;
	clear: both;
	margin: 0 0 0 15px;
}

img.silLeft {
	float: left;
	clear: left;
	margin: 0 25px 0 0;

}
.small {
	font-size: .9em;
}

.tiny {
	font-size: .8em;
}

.dcgroupslight {
	width: 80%;
}
.dcgroupslight td {
	width: 20%;
}
.tableCont {
	margin: 0 0 0 -40px;
}
.q {
	font-weight: bold;
	color: #999966;
}
.a {
	color: #999999;
}

.inline {
	display: inline;
}

.tableAlt {
	background: url(../../images/dc07/halftone.gif); 
}

.divAlt {
	border: 1px dotted #999999;
	padding: 20px 0 10px 0;
	margin-bottom: 10px;
}

.mainCell {
	height: 50px;
	width: 175px;
	position: relative;
	top: 0px;
}

.bio {
	margin-top: 20px;
	padding: 10px 10px 10px 10px;

	
}

.bioAlt {
	margin-top: 20px;
	background: url(../../images/dc07/halftone.gif); 
	padding: 10px 10px 10px 10px;
}

.bio img, .bioAlt img {
	height: 125px;
	width: 125px;
	float: left;
	padding: 0 8px 10px 0;
} 

.bio p, .bioAlt p {
	clear:left;
	margin: 15px 0 0 0;
}

/*  End Class Selectors */
#dial {
	position: absolute;
	left: 395px;
	top: 85px;
	height: 100px;
	width: 100px;
}

#xbones {
	position: absolute;
	left: 530px;
	top: 85px;
	height: 100px;
	width: 100px;
}

#disk {
	position: absolute;
	left: 670px;
	top: 85px;
	height: 100px;
	width: 100px;
}

.imgPad {
	padding: 20px;
}

#tweet {
	position: absolute;
	top: 50px;
	left: 825px;
}

#delish {
	position: absolute;
	top: 100px;
	left: 825px;
}

#linkedin {
	position: absolute;
	top: 150px;
	left: 825px;
}

/*#tweet img, #delish img, #linkedin img {
	height: 20px;
	width: 20px;
}*/


