/********************************************
   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(../img/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a {
	color: #F9864D;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #575757;
	background-color: inherit;
}

/* headers */
h1, h2, h3, div.block span, .message{
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold;
}
h1, div.block span{
	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: 125%;
	color: #404040;
}

h2, h3, p {
	padding: 10px;
	margin: 0;
}

#allowedDiv {
	float: left;
	margin: 10px;
}

#deniedDiv {
	float: left;
	margin: 10px;
}

/* images */
img {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 10px;
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

.posts ul, .posts ol {
	margin: 10px 20px;
	padding: 0 20px;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;
  	background: #FAFAFA url(../img/icon/quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #FF9966;
}
/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
fieldset {
	padding: 15px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input[type=text], input[type=password] {
	font-size: 1.25em;
	width: 50%;
}
option {
	padding: 0 10px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	width: auto;
	vertical-align: bottom;
}
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
select {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	width: 100px;
}
textarea.content {
	width:100%;
	height:900px;
}
textarea {
	width:75%;
	height:100px;
}
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: 15px; 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;
}
/**************************************
   LAYOUT
***************************************/
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 850px;
	text-align: left;
}

/* header */
#header {
	position: relative;
	height: 70px;
	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: #75A54B;
	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; }
div#home h1 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: 50px; left: 5px;
}

/* menu */
#menu {
	clear: both;
	background: #FF9966 url(../img/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;
	background: url(../img/menu-hover-bg.gif) repeat-x;
}
#menu ul li#current a {
	color: #333;
	background: url(../img/menu-current-bg.gif) repeat-x;
}
/* sidebar */
#sidebar {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}
#sidebar ul.catlist li {
	line-height: .65em;
	padding-left: 19px;
	list-style: url("../img/icon/catList.gif");
}
#sidebar ul.catlist a {
	margin-left: -20px;
}
#sidebar h1,
#sidebar p {
	padding-left: 0;
}
#sidebar span.latestDate {
	color: #75A54B;
	font-size: .75em;
}
/* main column */
#main {
	float: right;
	margin: 0 0 0 1%;
	padding: 0;
	width: 74%;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .date {
	background: url(../img/icon/clock.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../img/icon/comment.gif) no-repeat left center;
	padding-left: 20px;
	margin: 2em 10px 0 5px;
}
.post-footer .readmore {
	background: url(../img/icon/page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer h2.error{
	background-color: #ff0000;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer h2.spam{
	background-color: #eeff00;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer h2.saved{
	background-color: #00ff00;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
/* footer */
#footer {
	clear: both;
	color: #666666;
	padding: 0;
	background: #FFF url(../img/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;
}
/* 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; }
.aclBlock {
	border: #eee .25em solid;
	padding: 5px;
	margin: 5px;
	float: left;
}
/* Debugging */
div.diff, div.php, div.sql, div.xml {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1.5em/1.5em 'Lucida Console', 'courier new', monospace;
  white-space: nowrap;
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 4px solid #FF9966;
}

pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
	text-align: left;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	overflow: auto;
	position: relative;
	text-align: left;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
	text-align: left;
}

div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
	text-align: left;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
	text-align: left;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	text-align: left;
}

.cake-sql-log{
	background: #f4f4f4;
	clear: both;
	max-width: 1000px;
	width: 1000px;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	white-space: normal;
}

/* Paging */
div.paging {
	color: #333;
	font-family: 'tahoma';
	font-size: 8pt;
	margin: 0 auto;
}

div.paging ul {
	margin: 0;
	padding: 0;
}

div.paging ul li {
	float: left;
	list-style: none;
	margin: 0 4px 0 0;
	padding: 4px;
}

div.paging .disabled {
	float: left;
	color: #75a5d1;
	margin-right: 20px;
}

div.paging .current {
	font-weight: bold;
	color: #333;
}

div.totalresults {
	text-align: left;
	margin: 10px 0;
}


/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}

dl.altrow {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Tables */
table {

	border: 2px dashed #ccc;
	color: #464646;
	margin: 1em auto;
	width: 100%;
}
th {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background-color: #d4d3c4;
	color: #333;
	text-decoration: none;
}

table tr td {
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	clear: both;
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	text-decoration: none;
}
div.actions ul li a:hover {
	text-decoration: underline;
}
