/********************************************
   CDL STUDIOS 2008
********************************************/ 
/*HTML PAGE*/
/* top elements */
* { padding: 0; margin: 0;}

body {
	margin: 0 auto;
	padding: 0;
	background: #000000;
	font: normal 13px/1.6em  verdana, tahoma, sans-serif;
	text-align: center;
	color: #8F8F8E;
}

/* links */
a {
	color: #fff;
	text-decoration: none;			
}

/* headers */
h1, h2, h3, h4 {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #eee;
}
h1 { font-size: 3em; color: #84A5DA; letter-spacing: -2px;	} 
h2 { font-size: 2.5em; }
h3 {
	color: white;
	text-shadow: white 0.1em 0.1em 0.2em
}

h4 { font-size: 1.5em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	background: transparent;	
}

img.a {
	background: transparent;
	text-decoration: none;		
}
img.float-right {
   margin: .5em 0 1em 1em;   
}
img.float-left {
   margin: .5em 1em 1em 0;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #8F8F8E;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 30px;  
   background: transparent;
	border: 1px solid #211E20;   
  	font: normal 1.6em/1.5em Georgia, "Times New Roman", Times, serif;
}

/***********************
	  LAYOUT
************************/

#header, #nav, #content, #footer-wrap {
	width: 600px;
}

/* header */
#header {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 150px;
	text-align: center;
	text-decoration:none
}

#header #clouds {
	position: absolute;
	top: 150px;
	left: 45px;
	width: 309px;
	height: 163px;
}

#header h1#logo-text a {
	margin: 0;
	padding: 0;
	font: bold 58px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -3px;
	color: #0a1e53;
	text-decoration: none;
	z-index: 9998;
	background: transparent;
	left: 10px;
	position: absolute;
}

#header p#slogan {
	position: absolute;	
	font: normal 36px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #fff;
	margin: 0; padding: 0;
	z-index: 9999;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 180px; left: 25px;
}

/* Navigation */
#nav {
	clear: both;
	margin: 0 auto;
	display: inline-block;
}

#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	height: 40px;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 40px;
}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	color: #FFFFFF;
	font: bold 14px/40px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}

#nav ul li a:hover, 
#nav ul li a:active {
	color: #007CC4;
}
#nav ul li#current a {	
	color: #FF8B04;	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #12120f url(footer-top.jpg) repeat-x left bottom;
}
#content {
	text-align: left;
	margin: 0 auto;
	background: #000000 url(../images/glowback.jpg) no-repeat;
}

/* sidebar */
#sidebar {
	float: right;
	width: 24em;
	margin: 10px 0 10px -21em; 
	padding: 0;		
}
#sidebar h3 {
	font: normal 1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: .3em 0 .5em 10px; 
	color: #CC3333;			
	text-transform: none;
	letter-spacing: -1px;	
}

#sidebar ul.sidemenu {
	margin: 0 0 0 10px;
	padding: .1em 0 1em 0;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
	border-top: 1px solid #211E20;
}
#sidebar ul.sidemenu li {
	padding: 0;
	border-bottom: 1px solid #211E20;
	list-style:none;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	display: block;
	font-weight: bold;
	color: #d3d0cc;
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 1.5em;
	font-size: 1.25em;
	background: url(bullet.png) no-repeat .5em .6em;
	background-color: #12120F;
}
#sidebar ul.sidemenu li a:hover {
	color: #84A5DA;
	background: url(bullet-hover.png) no-repeat .5em .6em;
}
#clear {
	clear: both;
	padding-top: 15px;
	border-top: solid 1px #222222;
	margin-top: 15px;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 15px; }

/* main */
#main {
	margin: 10px;
	padding: 0;
}
#left {
	float: left;
	width: 35%;
	padding: 0 0 10px 0;
}
#right {
	float: right;
	width: 65%;
	clear: right;
	padding: 0 0 10px 0;
}
#main h2 { 
	font: normal 2.9em 'Trebuchet MS', Arial, Sans-serif;
	color: #84A5DA;	
	letter-spacing: -2px;		
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #211E20; 	
}
#main h2 a {
	color: #84A5DA;	
	text-decoration: none;	
}

#footer-wrap {	
	clear: both;
	padding: 0;	margin: 0 auto; 
}

/* columns */
#columns {
	clear: both;
	text-align: left;
	color: #999999;
	margin: 0 auto;
	padding: 15px 10px 10px 10px;
	width: 600px;
	font-size: 10px;
	background-color: #000000;
	background-image: url(../images/gradient-dark.png);
	background-repeat: no-repeat;
	line-height: 1.5;
}

#bottom-flash {
	padding: 0 0 20px 0;
}

#columns h3 {
	padding: 0 0 20px 0;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size: 24px;
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em
}

#thumb {
	width: 60px;
	height: 60px;
	margin: 5px;
	display: inline-block;
	padding: 0 0 20px 0;
}


/* footer */
#footer-bottom {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	text-align: center;
	font-size: 0.8em;
	list-style: none;
	display: inline;
	list-style-type: none;
	color: #666666;
	height: 120px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }


#footer-bottom a {
	color: #333333;
}

#footer-bottom a:hover {
	color: #999999;
}


.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.grey {	color: #8F8F8E; }
.headline {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
}
#main li {
	margin: 2px 0px 5px 50px;
	padding: 0;
}
#main li a:hover {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #3D3D32;
}
#main li a {
	font-weight: bold;
}
.skyblue {
	color: #0099FF;
}
.white {
	color: #FFFFFF;
}
#bottom {
	clear: both;
	padding-top: 15px;
	margin-top: 15px;
}
#thumb-gather {
	width: 80px;
	height: 80px;
	margin: 5px;
	display: inline-block;
	padding: 0 0 20px 0;
	background-image: url(../images/gather-over.png);
	background-repeat: no-repeat;
}
#thumb-gather:hover {
	width: 80px;
	height: 80px;
	margin: 5px;
	display: inline-block;
	padding: 0 0 20px 0;
	background-image: url(../images/gather.png);
}
#thumb-design {
	width: 80px;
	height: 80px;
	margin: 5px;
	display: inline-block;
	padding: 0 0 20px 0;
	background-image: url(../images/design-over.png);
	background-repeat: no-repeat;
}
#thumb-design:hover {
	width: 80px;
	height: 80px;
	margin: 5px;
	display: inline-block;
	padding: 0 0 20px 0;
	background-image: url(../images/design.png);
}
#thumb-revise {
	width: 80px;
	height: 80px;
	margin: 5px;
	display: inline-block;
	padding: 0 0 20px 0;
	background-image: url(../images/revise-over.png);
	background-repeat: no-repeat;
}
#thumb-revise:hover {
	width: 80px;
	height: 80px;
	margin: 5px;
	display: inline-block;
	padding: 0 0 20px 0;
	background-image: url(../images/revise.png);
}
#thumb-upload {
	width: 80px;
	height: 80px;
	margin: 5px;
	display: inline-block;
	padding: 0 0 20px 0;
	background-image: url(../images/upload-over.png);
	background-repeat: no-repeat;
}
#thumb-upload:hover {
	width: 80px;
	height: 80px;
	margin: 5px;
	display: inline-block;
	padding: 0 0 20px 0;
	background-image: url(../images/upload.png);
}
#form {
	margin: 10px;
	padding: 0;
}
