/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Citrus Island
   TEMPLATE CODE: 	S-0004
   VERSION:          1.1          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */



* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 
	background: #FFF url(citrusimages/bgtest.gif) repeat-x;	
	text-align: center; 
}

/* links */
a {
	color: #0066CC; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #C0C0C0;
	text-decoration:underline;
	/*mmn - removed because of nasty ie6 guillotine bug */
	/*background-color: #0066CC;*/
}



/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	/*color: #479933; */
	color: #339933;
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;		
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* images */
/*img {
	border: 3px solid #D5D5D5;
} */
img
{
border:0;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

#sidebar h1, 
#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

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;  
  border-left: 4px solid #339933;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(citrusimages/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #999933;   
}

/* form elements */
 .form_common {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
} 

.form_common input
{
 margin: 2px 0 2px 0;
}

.form_common .ddl
{
margin: 2px 0 2px 0;
}


label {
	/* display:block; */
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #808080;
}
/* search form */

div.search input.textbox 
{ 
	margin: 0; 
	width: 225px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
div.search input.button 
{
	width: 60px;
	vertical-align: top;
}

/*
div.search
{
position: absolute; 
top: 20px; right: 0px;
padding: 3px 3px 3px 3px; margin: 0;
border: none;
background-color: transparent;
text-align:center;
}
*/

#lstCategoryList
{
font:  normal .8em Verdana, sans-serif;
color:#333;
}

.submitcomment
{
margin-top:10px;
}

/**************************************
   LAYOUT 
***************************************/
	
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 850px;
	text-align: left;
}

/* header */
#header { 
	position: relative;
	height:68px;
	margin: 0; padding: 0;
	color: #808080; 		
}
#header h1#logo 
{
	position: absolute;	
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #C2C247;
	letter-spacing: -2px;	
	border: none;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 2px;		
}
#header h1#logo span { color: #F18359; }

#header h2#slogan { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 12px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 43px; left: 45px;
}


/* menu */
#menu {
	clear: both;
	background: #03B000 url(citrusimages/menubg.gif) repeat-x;
	height: 30px;
	margin: 0;
	font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;		
}
#menu ul{
	margin: 0; padding: 0 0 0 8px;
}
#menu ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #E1E2E4;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}
#menu ul li a:hover {
  	color: #fff;	
	background: url(citrusimages/menu-current-bg.gif) repeat-x;
	
}
#menu ul li#current a {
	color: #fff;
	background: url(citrusimages/menu-current-bg.gif) repeat-x;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 21%; 
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(citrusimages/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}

#sidebar ul.sidemenu li a:hover {
 text-decoration : underline;	
}

#sidebar #lblCatCount_1
{
font-size: .8em;
}

#rightbar {
	float: right;
	width: 21%;
	padding: 0;
	margin: 0; 			
}

.advertical
{
margin:0 auto;
width:100%;
text-align:center;
}

/* main column */
#main {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 54%;	
}

#itemwrapper .header
{
font-size:1em;
margin-top:10px;
margin-bottom:5px;
padding-left:5px;
border: 1px solid #E1E2E4;
border-left:0;
border-right:0;
border-top:0;
background-color: #fafafa; 
}

#itemwrapper
{
 margin:15px 0 20px 0;
}

#itemwrapper .imgcolumn
{
width:45px;
height:55px;
float:left;
}
#itemwrapper .details
{
margin-left:48px;
height:auto;
width:400px;
}

#itemwrapper .details a
{
color:#484848;
text-decoration:underline;
font-weight:bold;
}

#itemwrapper .details a:hover {
color: #339933;
background-color:#ffffff;
}

.sink
{
margin-bottom:-2px;
}

#itemwrapper .details p
{
padding: 0;		
margin-bottom:5px;
font-size:1.2em;
}	


#tutorialdetails
{
 width:100%;
 border: solid 1px #E1E2E4;
 background-color: #FAFAFA; 
}

#tutorialdetails .alert a
{
font: bolder 11px Arial;
color:#CC0000;
text-decoration:underline;
}

#tutorialdetails .alert a:hover
{
background:none;
}



#tutorialdetails .headerfooter
{
padding-bottom:4px;
padding-top:4px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}
.post-footer .date {
	background: url(citrusimages/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(citrusimages/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(citrusimages/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
	background: #FFF url(citrusimages/footerbg.gif) repeat-x;
	height: 60px
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 800px
}
#footer-content #footer-left {
	padding: 10px;
	width: 60%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 33%;
	float: right;
	text-align: right;
}

.detailtitle
{
font: 11px;
}
.detailcell
{
border:solid 1px #E1E2E4;
border-left:0;
border-bottom:0;
padding-left:4px;
}
.detailrowend
{
border-right:0;
}
.bgwhite
{
background-color:#ffffff;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


.rating a
{
font: bolder 11px Arial;
color:#4747C2;
text-decoration:underline;
}

.rating a:hover 
{
color: #575757;
background:none;
}


#logo_img
{
border:0;
}

.warning_msg
{
	border: solid 1px #FFCC00;
	padding: 2px 2px 2px 2px;
	background-color:#FFFFCC;
	color:#FF0000;
}

.commentlist {
	width:475px;
	margin:0 auto 0 auto;
	font-size:1.2em;
}

.commentlist ul 
{
margin-top:0;
margin-left:0;
padding-left:10px;
}
.commentlist li {
	padding-top:15px;
	border-bottom:1px solid #EFF0F1;
    list-style:none;
}

.commentauthor {
	font-size:1em;
	font-weight:bold;
}
.comment_meta 
{
  font-size:.7em;
}

.thumb
{
border: solid 1px #000000;
}

.avatar
{
border: solid 1px #BFBFBF;
}

.x-small
{
font-size:.8em;
}
.small
{
 font-size:1em;
}

.medium
{
 font-size:1.2em;
}

.large
{
	font-size:1.6em;
}



.b
{
font-weight:bold;
}

.radiolistitem
{
 color:#0066CC;
 font-weight:normal;
 }


 #popularlist
 {
 background-image: url(images/popular_list.gif);
 background-repeat: no-repeat;
 background-color:#ffffff;
 position:relative;
 margin: 10px auto 10px auto; 
 height:525px;
 width:445px;
 }
 
 #popularlist .rank
 {
 font: normal 2.2em Arial; 
 color:#999999;
 }
 
 
/* additional classes */
.clear  { clear: both; }
.green  { color: #339933; }
.grey   { color: #999999; }



