


/* top elements */
html{
	padding:0;
	margin:0;
}

body {
	background-image: url(../images/bgstriped.gif);
	font: 70%/1.5em Arial, Tahoma, sans-serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding:0;
}

/* links */
a, a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #FB9233; 
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #93C600;
}

/* headers */
h1, h2, h3 { font-family: Trebuchet MS, Tahoma, Sans-serif;  }
h1 {
	font-size: 170%;	
	font-weight: normal;	
	color: #434;
}
h2 {
	font-size: 140%;
	color: #88ac0b;
	font-weight: normal;
}
h3 {
	font-size: 135%;	 
	color: #666666;
}


h1, h2, h3, h4, h5, h6 {
	margin:15px 0 10px 0;
}

div.bodycopy ul li {
	list-style-image: url(../images/bullet.gif); 
}

div.bodycopy ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}

.green {
	color:#bad645;
}

.date {
	font-size:90%;
	color:#777777;
	font-style:italic;
}

#main div.bodycopy{
	font-size:110%;
	line-height:20px;
	margin-left: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.fullbody #main {
	width: 715px;
	background: url(../images/box-full.jpg) no-repeat; 	
}

#top {
height:110px;
background-color:#333333;
background-image:url(../images/title.jpg);
background-repeat:no-repeat;
background-position:20px 23px;
position:relative;

}


#info {
top:25px;
right:15px;
position:absolute;
width:180px;
height:90px;
z-index:100;
color:#fff;
font-family:Arial, Helvetica, sans-serif; 
font-size:11px;
text-align:center;

}

#info a {
color:#fff;
text-decoration;none;
}

#info a:hover {
color:#eee;
text-decoration:underline;
}


#logout {
	position:absolute;
	width:160px;
	height:60px;
	z-index:110;
	right:23px;
	top:88px;
}


#main div.text p{

	margin-bottom: 15px;
}
#sidebar .text {
	border-bottom: 1px solid #D2E8F7; 
	margin: 0px 5px 10px 5px;
}
#sidebar .moduleactions {
	border-bottom: 1px solid #D2E8F7; 
	margin: 0px 5px 10px 5px;
}

#wrap {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
}
#wrap.fullbody {
	width: 790px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;	
	margin: 5px auto;
	padding: 0; 	
}
#header {
	height: 230px;
	background-image:  url(../images/header.jpg);
	background-position:bottom;
	padding: 0;	
	color: #fff;
	z-index:1;	
	border-bottom:#252323 solid 1px;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 45px Trebuchet MS, Arial, Sans-serif;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	padding:0 0 0 40px;
	_padding:0 0 0 20px;
	background-image:none;


	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 35px;	
}

#header h1#logo-text a sup {
	font-family:verdana;
	font-size:18px;
}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 13px Trebuchet MS, Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 90px; left: 50px;		
}

/* header links */
#header-links {
	position: absolute;
	font: bold 11px Arial, Tahoma, Sans-serif;
	top: 20px; right: 20px;	
	text-align:right;
	padding:0px;
}
#header-login {
	position: absolute;
	width:180px;
	height:80px;
	font: normal 11px Arial, Tahoma, Sans-serif;
	top: 23px; right: 18px;	
	text-align:left;
}
#header-login a {	
	color: #eee;
	text-decoration: none;	
}
#header-login a:hover {
	color: #fffff;	
	text-decoration:underline;
}


/* Main Column */
#main {
	float: left;
	width: 515px;
	margin: 0; 
	padding: 20px; 
	display: inline;
	background: url(../images/box.jpg) no-repeat; 	
}
#main h2 {
	font: normal 180% Trebuchet MS, Tahoma, Arial, Sans-serif;
	padding: 0; 	
	margin-bottom: 0;		
	color: #2666c3;
}
#main h2 a {
	color: #2666c3;
	text-decoration: none;	
}



/* Sidebar */	
#sidebar {
	float: right;
	width: 195px;
	padding: 0; 
	margin: 10px 0 0 0;	
	color: #666;
	
}	
#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em Trebuchet MS, Tahoma, Sans-serif;
	color: #555;	
}
#sidebar p {
	margin-left: 5px;
	font-size:11px;
}


/* Footer */

#btt {
top:3px;
right:10px;
position:absolute;
width:50px;
height:50px;
z-index:100;
}
#footer {
	color: #eee;
	background-color:#333;
	position:relative;
	clear: both;
	height: 102px;
	text-align: left;
	padding-left:36px;	
	font-size: 90%;	
	border-top:#000 solid 1px;
}
#footer p { 
	padding: 10px 0;
	margin: 0;
}
#footer a { 
	color: #fff;
	text-decoration: none; 
}

/* post footer */
.post-footer {
	background: #F4F8FD;
	padding: 5px; margin: 20px 25px 0 25px;
	border: 1px solid #E5F0FB; 
	font-size: 95%;	
}
.post-footer .date {	padding-left: 0px; margin: 0 5px; }
.post-footer .comments { padding-left: 0px; margin: 0 5px; }
.post-footer .readmore { padding-left: 0px; margin: 0 5px; }

.post-by { font-size: .95em;	margin-top: 0;	}

/* 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; }

