/*
Theme Name: sharetimetable
Theme URI:
Description: for Sharetimetable
Version: 0.9
Author: Erwin Aligam
Author URI: http://www.styleshout.com/
Tags: simple

------------------------------------------------------

AUTHOR           :      Erwin Aligam
WEBSITE          :   http://www.styleshout.com/
TEMPLATE NAME    :     Citrus Island
TEMPLATE CODE    :     S-0004
VERSION          :   1.2
LAST DATE MOD    :   January 20, 2010

---------------------------------------------------------
------------------------------------------------------
HTML ELEMENTS
---------------------------------------------------------
top elements*/
*
{
	margin: 0;
	padding: 0px;
	outline: 0;
	/*[empty]background-color:;*/
}
.error
{
	background-color: #FFDEDE;
	border: 1px solid #F37474;
	padding: 1px 1px 1px 6px;
	margin-top: 4px;
	margin-right: 10px;
}
#content
{
	padding-left: 10px;
}
.info
{
	border-bottom: 1px dotted #BBBBBB;
}
BODY
{
	margin: 0;
	padding: 0;
	font: medium sans-serif;
	color: #555;
	background: #FFF url(images/bg.gif) repeat-x;
	text-align: left;
}
/*links*/
A:link, A:visited
{
	color: #F9864D;
	background-color: inherit;
	text-decoration: none;
}
A:hover
{
	color: #575757;
	background-color: inherit;
}
/*headers*/
H1, H2, H3, .title
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Sans-serif;
	font-weight: bold;
}
H1, .title
{
	font-size: 145%;
	padding: 10px 10px 5px;
	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;
}
/*images*/
IMG
{
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 1px;
	margin-right: 15px;
}
.off IMG, .on IMG, .close IMG
{
	background: inherit;
	border: thin none transparent;
	padding: 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: 15px;
	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;
}
ACRONYM
{
	cursor: help;
	border-bottom: 1px solid #777;
}
BLOCKQUOTE
{
	margin: 10px;
	padding: 10px 15px 10px 32px;
	background: #FAFAFA url(images/quote.gif) no-repeat 8px 10px !important;
	background-position: 10px 10px;
	border: 1px solid #F2F2F2;
	border-left: 4px solid #FF9966;
	font-weight: bold;
}
/*form elements*/
SELECT
{
	width: 49%;
	height: 1.4em;
}
#selector FORM TABLE SELECT
{
	/*[empty]height:;*/
	width: 100%;
}
#orderform SELECT
{
	width: 95%;
	margin: 10px 0px;
}
FORM
{
	margin: 10px 10px 10px 0px;
	padding: 10px;
	border: 1px solid #F2F2F2;
	background-color: #FAFAFA;
}
#selector FORM
{
	padding: 8px 2px;
}
LABEL
{
	display: block;
	font-size: small;
}
INPUT
{
	padding: 4px 5px;
	border: 1px solid #EEE;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}
TEXTAREA
{
	/*[disabled]width:350px;*/
	padding: 4px 5px;
	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: 4px 5px;
	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;
	text-align: left;
	border: 1px solid #000000;
}
/*header*/
#header
{
	position: relative;
	height: 71px;
	margin: 0;
	padding: 0;
	color: #808080;
}
#header H1#logo
{
	position: absolute;
	font: bold 2em "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: 6px;
	left: 2px;
}
#header H1#logo SPAN
{
	color: #F18359;
}
#header H2#slogan
{
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 11px Arial, Tahoma, Sans-Serif;
	text-transform: none;
/*change the values of top and Left to adjust the position of the slogan*/
	top: 36px;
	left: 22px;
}
/*CALENDAR*/
#calendar TABLE
{
	width: 96%;
}
/*menu*/
#menu
{
	clear: both;
	background: #FF9966 url(images/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;
	/*[disabled]border-right:1px solid #FFA500;*/
	color: #FEFEFE;
}
#menu UL LI A
{
	display: block;
	text-decoration: none;
	padding: 0 15px;
	color: #FFF;
}
#menu UL LI A:hover
{
	color: #333;
	background: url(images/menu-hover-bg.gif) repeat-x;
}
#menu UL LI#current A
{
	color: #333;
	background: url(images/menu-current-bg.gif) repeat-x;
}
/*main column*/
#main
{
	float: left;
	margin: 20px 0 20px 15px;
	padding: 0;
	/*[disabled]width:76%;*/
}
.panel
{
	margin: 0;
	height: 20px;
	padding-bottom: 2px;
}
.panel .time_title
{
	width: 49%;
	float: left;
	text-align: left;
}
.panel .direction
{
	width: 49%;
	float: right;
	text-align: right;
}
.post-footer
{
	background-color: #FAFAFA;
	padding: 5px;
	margin: 15px 10px 10px;
	border: 1px solid #F2F2F2;
	font-size: 95%;
}
.post-footer .date
{
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .comments
{
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post-footer .readmore
{
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
/*footer*/
#footer
{
	clear: both;
	color: #666666;
	padding: 0;
	background: #EEE repeat;
	height: 83px;
	border-top: 2px solid #FBC4B0;
	margin-top: 12px;
}
#footer A
{
	text-decoration: none;
	font-weight: normal;
}
#footer-content
{
	margin: 5px auto 0;
	text-align: center;
	padding-top: 10px;
}
#footer-content #footer-left
{
	padding: 10px;
	/*[disabled]float:left;*/
	text-align: center;
	font-size: smaller;
}
#footer-content #footer-right
{
	padding: 10px;
	/*[disabled]float:right;*/
	/*[disabled]text-align:right;*/
	font-size: smaller;
}
/*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;
}
/*Table*/
TABLE.timeline
{
	padding-right: 10px;
}
TH
{
	padding: 5px 2px 0 0px;
	text-decoration: none;
}
#sidebar TH
{
	text-decoration: none;
	text-align: center;
}
TABLE.timeline TH
{
	text-decoration: none;
	background-color: #EFF0EF;
	min-width: 22px;
	width: 22px;
	white-space: nowrap;
}
.timeline TH.resource
{
	min-width: 100px;
	width: 80%;
	text-align: center;
	white-space: normal;
}
TD
{
	padding: 0 2px;
}
#selector TD
{
	width: 50%;
}
#enter TR
{
	height: 36px;
}
#enter INPUT
{
	width: 95%;
	text-align: left;
}
#enter SELECT
{
	width: 95%;
}
#calendar TH
{
	text-align: center;
}
#calendar TD
{
	text-align: center;
	height: 36px;
}
.timeline TD
{
	background-color: #F0F1F0;
	vertical-align: top;
	white-space: nowrap;
}
.timeline TD.off
{
	background-color: #F0F1F0;
	vertical-align: top;
	white-space: nowrap;
}
.timeline TD.close
{
	background-color: #E2E2E2;
	vertical-align: top;
	white-space: nowrap;
}
.timeline TD.resource
{
	height: 40px;
}
.timeline TD.on
{
	background-color: #CCFACC;
	line-height: normal;
	vertical-align: top;
	white-space: nowrap;

}

.atc-style-button-icon .atcb-link, .atc-style-button-icon .atcb-link:hover, .atc-style-button-icon .atcb-link:active, .atc-style-button-icon .atcb-link:focus

{

	padding: 0 !important;

}
FORM TABLE
{
	width: 99%;
}
FORM TABLE INPUT.txt
{
	width: 100%;
}



#header .logo-img {
	background: transparent;
	border: 0;
	padding: 0;
	display: inline-block;
	height: 32px;
	width: auto;
	max-width: 100%;
	margin: 19px 0;
}
