	/* Layout ----------------------------------------------*/
		#container {
			width: 800px;
			margin:10px auto;
			background-color:#fff;
			text-align:left;
			}
		#banner {
			clear: both;
			padding: 0px;
			height: 269px;
			font-family:Arial black, Arial, Georgia;
			text-align:left;
			background: repeat-x url(	        /themes/naturesunset/images/bg_sunset.jpg
    ) bottom;
			color: #FFF;
			}
		#contentcontainer {
			margin-top:10px;
			padding-left: 10px;
			}			
		#sidecolcontainer {
			width: 230px;
			float: right;
			}
		#sidecol {
			padding: 5px;
			width: 200px;
			margin-left:10px;
			}
		#maincolcontainer {
			width: 560px;
			float: left;
			overflow:hidden;
			}			
		#maincol {
			padding: 5px 10px 0px 0px;
			float:left;
			/*border-right: 1px dotted #000;*/
			}
		.topcorner{
      text-align:left;
			background: url(	        /themes/naturesunset/images/rt.gif
    ) no-repeat top right; height:5px; 
			}
		.topcorner img{
			display:block;
			}
		.bottomcorner{
			margin:0px;
			padding:0px;
      text-align:left;
			background: url(	        /themes/naturesunset/images/rb.gif
    ) no-repeat bottom right; height:5px; 
			}	
		.bottomcorner img{
				display:block;
			}			
	/* General--------------------------------------------- */
		body {
			background-color:#A49189;
			margin:0px 0px 10px 0px;
			font-size:12px;
			font-family:Georgia, Geneva, Arial;
			color:#000;
			text-align:center;
			}
		A {
			text-decoration: underline;
			font-weight:bold;
			} 
		A:link {
			color: #362A25;
			font-weight:bold;
			} 
		A:visited {
			color: #362A25; 
			} 
		A:active {
			color: #666;
			} 
		A:hover {
			color: #666;
			font-weight:bold;
			}
		img {
			border:0px;
		}
	/*Banner--------------------------------------------- */
		#banner a {
			text-decoration:none;
			color: #FFF;
			}
		#banner .headline {
			font-size:42px;
			font-weight:600;
			padding:200px 0px 0px 20px;
			font-color: #FFF;
			}
		#banner .description {
			font-size:18px;
			font-style: italic;
			}			
	/* Side Column--------------------------------------------- */
		.item ul {list-style: none; margin-left: 0; padding-left: 0; padding-top: 10px;}			
		
		.rFolder {font-weight:bold;}
		.rFolderItem {font-weight:Normal;}
		.commentsList {font-weight:bold;}
		.commentsListItem {font-weight:Normal;}
		.recentpostsList {font-weight:bold;}
		.recentpostsListItem {font-weight:Normal;}
		.item A {
			text-decoration: underline;
			font-weight:normal;
			} 
		.item A:link {
			color: #362A25;
			font-weight:normal;
			}
		.item A:hover {
			color: #666;
			font-weight:normal;
			}
			
		.rWeblogCategoryChooser {font-weight: bold;}
		.rChosenCategory {display: block; font-weight: normal;}
		.rUnchosenCategory {display: block;}			
		
	/* Main Column--------------------------------------------- */
		.title  { 
			font-size: 18px; 
			line-height:150%;
			font-weight:bold; 
			text-align:left;
			color: #362A25; 
			padding-bottom:15px;
			}
		.title A:visited {
			text-decoration:none; 
			} 		
		.date  { 
			font-size:12px;
			padding:3px 5px 4px 3px;
			margin-top:5px;
			margin-bottom:5px;
			color:#999;
			}
		#footer{
			font-size:10px;
			line-height:130%;
			font-weight:normal;
			padding-top:10px; 
			margin-top:26px; 
			border-top:1px solid #A3A3A3;
			}
	/* NewsItems--------------------------------------------- */
		.newsItem {
			margin-bottom: 25px;
			padding:0px 10px;
			}		
		.newsItemTitle {
			font-size:16px;
			font-weight:bold;
			padding:5px 0px 5px 0px;    
			margin:0px;
			} 
		.newsItemDesc {
			padding: 5px 0px 15px 0px;
			border-bottom:1px solid #ddd;
			margin-bottom:25px;
			}
		.-newsItem .footer {
			color:#999;
			}
	/* Navigation--------------------------------------------- */
		.navLink {
			padding: 3px 8px 3px 8px;
			margin-bottom:8px;
			border:1px solid #A3A3A3;
			text-align:center;
			}
	/* Calendar--------------------------------------------- */
		#calendar td {
			padding:0px;
			margin: 0px;
			text-align:center;
			font-size:10px;
			font-family:Geneva, Arial, Helvetica, san-serif;
			color:#000;
			}
		#calendar a {
			font-weight: bold;
			color:#000;
			}
		.hCalendarMonthYearRow, .dCalendarMonthYearRow
			{ 
			font-size:12px;
			font-weight:bold;
			text-align:left;
			}
		.hCalendarDayNameRow, .dCalendarDayNameRow
			{
			font-size:11px;
			font-family:Geneva, Arial, Helvetica, san-serif;			
			font-weight:bold;
			padding:0px 2px;
			border-bottom: 1px solid #000;
			}
		.hCalendarDayTitle
			{
			border: 1px solid #000;
			text-align: center;
			font-color: #000;
			margin: 2px;
			}
		.hCalendarDayRow, .dCalendarDayRow
			{
			font-weight:normal;
			}
		.hCalendarDayLinked, .dCalendarDayLinked
			{
			background-color: #BDAEA8;
			font-color: #000;
			}
		.hCalendarDayCurrent, .dCalendarDayCurrent
			{
			color:#000;
			font-size:11px;
			font-weight:bold;
			border: 1px solid #cc0000;
			}
		.hCalendarDayCurrent a
			{
			display: block;
			}
		.hCalendarDayNotInMonth {
			
			}
		.hCalendarNextPrev {
			
			}	
	/* Comments--------------------------------------------- */
		.comments-head{
			font-weight:bold;
			margin-top:15px;
			padding:5px 0px;
			}
		.comment {
			border: 1px solid #362A25;
			padding:10px 10px 0px 10px;
			margin:0px 13px 10px 0px;
			}					
	/* Discussion--------------------------------------------- */
		.dlHeader{
			padding:4px;
			}
		.dlCountReadsTitle, .dlSubjectTitle, .dlCountMessagesTitle, .dlPostedTitle, .dlMessageLinkTitle, .dlAuthorTitle
			{
			padding:4px;
			}
		.dlSubject, .dlCountMessages, .dlPosted, .dlCountReads, .dlAuthor, .dlMessageLink
			{
			padding:4px;
			}
		.discussHeader {
			font-weight:normal;
			line-height:120%;  
			}    
		.discussResponceList {
			padding:10px 10px 10px 10px;  
			margin-top:10px;
			border-top:1px dotted #999;  
			} 
	/* Misc--------------------------------------------- */
		hr {
			background:#A3A3A3;
			border-top:0px solid #A3A3A3;
			border-bottom:0px solid #A3A3A3;
			border-left:0px solid #A3A3A3;
			border-right:0px solid #A3A3A3;
			height:1px;
			}
		td {
			font-size:12px;
			font-family:Geneva, Arial, Helvetica, san-serif;
			line-height:140%;
			color:#FFF;
			}
			
		.vspace1 { overflow: hidden; height:1px; clear:both;}

/* Profilecard --------------------------------------------- */
.profilecard {
		background: #F1F1F1;
		padding: 10px 0px 10px 5px;
		border-top: 1px solid #C5C5C5;
		border-bottom: 1px solid #C5C5C5;
		margin-bottom: 10px;
		line-height: 13px;
		color: #000;
		}		
.profileimage{
		float: left;
		width:55px;
		}
.profileimage img{
		border: none;
		}
.profiletext {
		font-family: Tahoma, Georgia, Arial;
		font-size: 11px;
		display: inline;
		}
.profiletext a{
		font-family:Tahoma, Georgia, Arial;
		font-size: 11px;
		font-weight: bold;
		color: #000;
		}
