/********************************************
   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(../assets/template/bg.gif) repeat-x;
	text-align: center; 
}

/* links */
a {
/*	color: #F9864D;  */
	background-color: inherit;
	text-decoration: none;
	color: #FF6600;
}

a:visited {
	color: #FF4D00;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 	
	clear: both;	
	color: #7FC31C;
}

h1 a, h2 a, h3 a {
	color: #7FC31C;
}

h1 a:visited, h2 a:visited, h3 a:visited {
	color: #7FC31C;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #575757;
}

h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
/*	color: #75A54B; */
	background-color: inherit;
	border-bottom: 1px solid #EFF0F1;		
}
h2 {
	font-size: 125%;
/*	text-transform: uppercase; */
}
h3 {
	font-size: 115%;	
/*	color: #404040; */
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* images */
img {
	border: 3px solid #D5D5D5;
}
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 #FF9966;
	border-left: 4px solid #F10273;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(../assets/template/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
/*	border-left: 4px solid #FF9966;    */
/*	border-left: 4px solid #F10273; */
	border-left: 4px solid #00999b;
}

blockquote p {
	font-size: 140%;
	color: #00999b; 
  	background: #FAFAFA url(../assets/template/quote-end.gif) no-repeat bottom right; 
}

#rightbar blockquote p {
	font-size: 140%;
	color: #00999b;
}

blockquote p.comment {
	font-size: small;
}

.noquote {
	background-image: none;
}

blockquote .source {
	background-image: none;
	color: #000000;
	font-size: 10px;
	text-align: right;
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
label.inline {
	display: inline;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px;
	border:1px solid #CCC;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #CCC;
	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: #75A54B;
}
/* search form */
form.search {
	position: absolute;
	top: 20px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 60px;
	vertical-align: top;
}
form.search .inline {
	display: inline;
}

/**************************************
   LAYOUT 
***************************************/	
#wrap {
	margin: 0 auto; 
	padding: 0; 
	text-align: left;
}

/* header */
#header { 
	position: relative;
	height: 160px; 
	margin: 0; padding: 0;
	color: #808080; 
	background: url(../assets/header-bg.jpg) no-repeat;
	background-position: top right;
}
#header h1#logo {
	position: absolute;	
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #75A54B;
	letter-spacing: -2px;	
	border: none;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 2px; left: 0px;		
}
#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;
}

#header img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* breadcrumbs */
.breadcrumbs {
	clear: both;
	padding: 10px;
	padding-left: 0px;
	color: #cccccc;
}
.breadcrumbs a {
	color: #cccccc;
}
.breadcrumbs a:hover {
	text-decoration: underline;	
}

/* menu */
#menu {
	clear: both;
	background: #FF9966 url(../assets/template/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 #FFA500;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFF;	
}

#menu ul li a:hover {
  	color: #333;	
	/* The line below is not rendered correctly in MSIE */
	/*background: url(../assets/template/menu-hover-bg.gif) repeat-x; */ 
}

#menu ul li#current a {
	color: #333;
	background: url(../assets/template/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(../assets/template/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}
#sidebar ul.sidemenu li.current {
	background-color: #EEEEEE;
	background-image: url(../assets/template/arrow.gif) no-repeat 3px 6px;
}

#sidebar ul.sidemenu li.sub {
	background-image: none;
}

* 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.normal {
	font-weight: normal;
	background-image: none;
	text-decoration: none;	
}

#rightbar {
	float: right;
	width: 21%;
	padding: 0;
	margin: 0; 			
}

/* main column */
#main {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 54% !important;	
	width: 50%;
/*	width: 52% !important;	
	width: 48%;	*/
	background-position: bottom right;
	background-image: url(../assets/template/body-bg.jpg);
	background-repeat: no-repeat;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
	clear: both;
}
.post-footer .date {
	background: url(../assets/template/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../assets/template/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../assets/template/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .download {
	background: url(../assets/template/download.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .author {
	background: url(../assets/template/user.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .link {
	background: url(../assets/template/link.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-header img {
	border: 0;
	vertical-align: middle;
}

/* calendar */
.calendar td {
	border: 1px dashed #FF6600;
}

.calendar thead td, .calendar .day-heading {
	border: 1px solid #FF6600;
	background: #FF6600;
	color: #FFFFFF;
	font-weight: bold;
}

.calendar .day-heading {
	width: 60px;
	vertical-align: top;
	text-align: left;
}

.calendar .today {
	border: 1px solid #FF6600;
}

.calendar td .day {
	height: 100px;
	min-height: 100px;
}

.calendar .off {
	border: none;
}

/* footer */
#footer-blogroll {
	clear: both;
	padding: 12px 12px 12px 12px;
	border-top: 1px dashed #EFEFEF;
	text-align: left;
}

#footer-blogroll .blog {
	display: inline;
}

#footer-blogroll .blog:after {
	content: " :: ";
}

#footer-flickr {
	clear: both;
	padding: 12px 0px 12px 0px;
	text-align: right;
}
#footer-flickr img {
	margin: 4px;
	vertical-align: middle;
}
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
	background: #FFF url(../assets/template/footerbg.gif) repeat-x;
	height: 60px
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
}
#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;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #75A54B; }

/* custom */
#rightbar img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#rightbar .img-block, #sidebar .img-block {
	text-align: center;
}
.xml-item {
	border-bottom: 1px #EEEEEE dashed;
}
.xml-item a {
	padding: 2px 5px 2px 10px;
	display: block;
}
.xml-item a:hover {
	background: #EEEEEE;
}

img.clean {
	border: 0px;
	margin: 2px;
}

img.middle {
	vertical-align: middle;
}

table {
	font: 100%/1em  Verdana, Tahoma, Arial,sans-serif;
}

tr.odd {
	background-color: #EEEEEE;
	height: 20px;
}

tr.even {
	background-color: #FFFFFF;
	height: 20px;
}

.message-good {
	color: #006600;
	font-weight: bold;
}

.message-bad {
	color: #660000;
	font-weight: bold;
}

#main table {
	padding: 10px;
	margin: 0;
	width: 90%;
}
#main td {
	padding: 2px;
}

#main .paging {
	background: url(../assets/icons/folder.gif) no-repeat left center;
	padding-left: 20px; 
	margin: 0 10px 0 15px;
}

#tags-container span {
	padding-right: 10px;
}

#tag-container ul {
	padding-left: 10px;
	margin: 0px;
}

#tag-container li {
	list-style: none;
	padding-bottom: 2px;
	margin: 0px;
}

/* Photo grid */
#photo-grid {
/*	height: 400px; */
	clear: both;
	width: 100%;
}

#photo-grid ul {
}

#photo-grid li {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
/*	padding: 5px 10px;
	border-bottom: 1px solid #EFEFEF; */
}

#photo-grid li.flickr {
	width: 85px;
	height: 85px;
}

#photo-grid li img {
	vertical-align: middle;
	text-align: center;
}

#photo-grid li img, #photo-grid li.flickr img {
	vertical-align: middle;
	text-align: center;
}

/* paging */
.paging {
	clear: both;
}