/* Top Elements */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #CCCCCC;  url(images/bodybg.png) repeat-x fixed;
	/* background: #aebacf  url(http://www.llly.net/images/newyear.gif); */
	font: 70%/1.5em 'Trebuchet MS' , Verdana, Sans-serif;
	color: #333;
	text-align: center;
}

/* links */
a, a:visited
{
	text-decoration: underline;
	color: #29528D;
	background: inherit;
}
a:hover
{
    color: #CC00FF;
    background: inherit;
}

/* headers */
h1, h2, h3
{
	font-family: 'Trebuchet MS' , Verdana, Sans-serif;
	font-weight: bold;
}
h1
{
	font-size: 120%;
}
h2
{
	font-size: 110%;
	text-transform: uppercase;
	color: rgb(102, 0, 51);
}
h3
{
	font-size: 110%;
	color: #666666;
}

/* images */
img
{
	border: 0px solid #CCC;
}
img.float-right
{
	margin: 5px 0px 10px 10px;
}
img.float-left
{
	margin: 5px 10px 10px 0px;
}

h1, h2, h3, p
{
	padding: 10px;
	margin: 0;
}
ul, ol
{
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;
}
ul span, ol span
{
	color: #666666;
}

code
{
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console' , 'courier new' , monospace; /* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
}
acronym
{
	cursor: help;
	border-bottom: 1px solid #777;
}
blockquote
{
	margin: 10px;
	padding: 0 0 0 28px;
	border: 1px solid #f2f2f2;
	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;
}

label
{
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
textarea
{
	width: 400px;
	padding: 2px;
	font-family: Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}

/********************************************
   LAYOUT
********************************************/
#wrap
{
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap
{
	clear: both;
	width: 760px;
	padding: 0;
	margin: 0 auto;
}
#header
{
	width: 820px;
	position: relative;
	height: 106px;
	background: url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text
{
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 3.3em 'Trebuchet MS' , Verdana, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none; /* change the values of top and left to adjust the position of the logo*/
	top: 28px;
	left: 120px;
}
#header h2#slogan
{
	position: absolute;
	margin: 0;
	padding: 0;
	font: italic .8em 'Trebuchet MS' , Verdana, Sans-serif;
	text-transform: none;
	color: #FFFFFF; /* change the values of top and left to adjust the position of the slogan*/
	top: 80px;
	left: 120px;
	font-weight: bold;
}
#header h2#timer
{
	position: absolute;
	margin: 0;
	padding: 0;
	font: italic .8em 'Trebuchet MS' , Verdana, Sans-serif;
	text-transform: none;
	color: #FFFFFF; /* change the values of top and left to adjust the position of the slogan*/
	top: 33px;
	left: 550px;
	line-height: 12px;
	font-weight: bold;
}
.logobook
{
	position: absolute;
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
	top: 27px;
	left: 33px;
}
.logos
{
	position: absolute;
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
	top: 32px;
	left: 116px;
}
.bqb
{
margin:  0 0 0 50px;
}
.google
{
	position: absolute;
	top: 30px;
	left: 600px;
}
/* Menu */
#menu
{
	clear: both;
	margin: 0;
	padding: 0 40px 0 0;
	background: url(images/menu.jpg) repeat-y center top;
	font: bold 12px/26px 'Trebuchet MS' , Verdana, Sans-serif;
	height: 26px;
}
#menu ul
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li
{
	display: inline;
}
#menu ul li a
{
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover
{
	background-color: #DCE6F5;
	color: #333;
}
#menu ul li.current a
{
	background-color: #DCE6F5;
	color: #333;
}

/* Main Column */
#main
{
	float: right;
	width: 72%;
	padding: 0;
	margin: 0;
	background: #DCE6F5; 
}
#main h1
{
	/* margin-top: 10px;*/
	font: normal 120% 'Trebuchet MS' , Verdana, Sans-serif;
	color: rgb(102, 0, 51);
	padding: 5px 0 5px 25px; /*border-bottom: 1px solid #EFF0F1;*/
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;
}

.post-footer
{
	background-color: #FAFAFA;
	padding: 5px;
	margin: 10px  10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .date
{
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .comments
{
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .readmore
{
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

/* Sidebar */
#sidebar
{
	float: left;
	width: 26.5%;
	padding: 0;
	margin: 0;
	background: #DCE6F5;
}
#sidebar h1
{
    padding: 5px 0 5px 10px;
    font: normal 1.25em 'Trebuchet MS' , Verdana, Sans-serif;
    color: rgb(102, 0, 51);
    background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;
    border: 1px solid #EFF0F1;
}
#sidebar .left-box
{
	border: 1px solid #EFF0F1;
	margin: 0 0 5px 0;
}
#sidebar ul.sidemenu
{
	list-style: none;
	text-align: left;
	margin: 3px 0 0px 0;
	padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li
{
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;
	padding: 2px 0 2px 25px;
	margin: 0 2px;
}
#sidebar ul.sidemenu a
{
	font-weight: bolder;
	text-decoration: none;
	background-image: none;
}

/* Footer */
#footer
{
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;
	font-size: 92%;
}
#footer a
{
	text-decoration: none;
}

/* alignment classes */
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}

/* display and additional classes */
.clear
{
	clear: both;
}
.gray
{
	color: #CCC;
}
.DNportfolio 
{
	font-size: 10pt;
	vertical-align: top;
	font-family: 'Courier New' , Verdana, Sans-serif;
	border-right: solid 1pt Gray;
}

.DNportfolio a
{
	text-decoration: none;
	color: #29528D;
	background: inherit;}
	
.DNportfolio  a:hover
{
	background-color: inherit;
	color: #CC00FF;
}	
/*Textbox Watermark*/

.unwatermarked
{
	height: 18px;
	width: 148px;
	color: #000099;
}

.watermarked
{
	height: 20px;
	width: 150px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}
/* CONTAINER CSS END */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	height:20px;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}
