/*
		Styles by M Kemal Erbas
		www.saketasarim.com

	\\ SCREEN.CSS (for Front End Styles) //
*/

body {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #fff;
	margin: 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight:normal;
    margin:0px;
}
h1  	{font-size:2.0em;}
h2  	{font-size:1.5em; margin-bottom:20px;}
h3  	{font-size:1.3em;}

#content h1 {
    color: #c00;
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
    border-bottom: 1px dotted #c00;
}
#content h2 {
    color: #c00;
    padding:0px 0px 0px 0px;
    margin:10px 0px -10px 0px;
    border-bottom: 1px dotted #c00;
}

form {margin: 0;}

blockquote 	{
	font-style:italic;
	color: #000;
	border-left: 5px solid #999;
	padding: 10px;
    margin-left:30px;
    background-color: #EFEFEF;
}

abbr        {}
acroynm     {}
cite        {}
address     {}
strong      {}
em          {}
table {
    border-collapse: collapse;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#mainContainer {
 	width: 920px;
	margin: 10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: #fff;
    border: 0px solid #000;
    background: url('../img/shadow_m.png') repeat-y #fff;
}

#topShadow {
    background: url('../img/shadow_tm.png') repeat-x;
    border:0px solid #f00;
}

#leftShadow {
    float:left;
    width:10px;
}

#rightShadow {
    float:right;
    width:10px;
}

#bottomShadow {
    background: url('../img/shadow_bm.png') repeat-x;
    border:0px solid #f00;
}
#main { /* Holds the page items in place */
    width:898px;
    float:left;
	margin: 0px auto;
	padding: 0px;
	background: #fff;
    border: 1px solid #000;
    border-bottom:0px;
}

#banner {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #000;
	background: url('../img/logo.png') top left no-repeat;
    height: 100px;

}

* html #banner {  /* ie6 misbehaves again */
    clear:both;
    height:100px;
}


#leftColumn {
	float: left;
	width: 200px;
    border: 0px solid #c00;
    margin:0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    text-align:center;
}
#content { /* main content from the WYSIWYG goes in here */
    width:522px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	clear: right;
    border-left: 1px dotted #666;
    border-right: 1px dotted #666;
}
#rightColumn {
    float: right;
	width: 132px;
    border: 0px solid #f00;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align:center;
}

#content2 { /* this is just for main page */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	clear: right;
    border: 0px solid #0fc;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer {
	font-size: 100%;
	color: #000;
	border-top: 1px solid #000;
	padding: 7px 0px 0px 0px;
	clear: both;
    text-align: center;
}

#baker_footer	{
    line-height:40px;
} 
#extras {  /* objects outside main page (powered by etc) */
	width:950px ;
	margin: -3px auto 0px auto;
	padding: 0px 0px 10px 0px;
	font-size: 90%;
    border:0px solid #00f;
}
#copyright 	{
    text-align:center;
	color: #666;
}
#sake 	{
    text-align:center;
    font-size: 95%;
	color: #aaa;
    padding: 3px 0px 0px 0px;
}
#sake a, #copyright a {
    color:#aaa;
    text-decoration:none;
    border-bottom: 0px  dotted #000;
}
#sake a:hover, #copyright a:hover {
    color:#999;
    border-bottom: 0px dotted #f00;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
    width: auto;
    display:block;
    float: right;
    clear:both;
    border: 0px solid #f00;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 #navContainer ul.menu, #navContainer li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */
#header_menu {
    position: absolute;
    margin-left: 0px;
    background:#fff;
}
#header_menu li {
    line-height: normal;
}
ul#header_menu  {
    z-index: 10; clear: both;
}

#nav {

}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
    float: left;
    text-align:center;
    border-left: 1px solid #000;
    width: auto;
    max-width: 80px;
}

#nav ul li a {
    display: block;
    background: #fff;
    border-bottom: 7px solid #fff;
    color: #000;
    text-decoration: none;
    height: 53px;
    padding: 40px 6px 0px 6px;
    word-spacing: 0px;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
    background: #D8D8D8;
    color: #000;
    border-bottom: 7px solid #000;
}


/* Current page Customisations*/
#nav li.menu-current a, #nav li.menu-parent a	{
    background: #fff;
    color: #c00;
    border-bottom: 7px solid #c00;
}
#nav li.menu-current a:hover, #nav li.menu-parent a:hover {
    background: #fff;
    color: #c00;
    border-bottom: 7px solid #c00;
}

/* 2nd Child menu */
#nav .menu li ul {
    position: absolute;
    left:-1px;
    width: 150px;
    margin: 0;
    display: none;
    font-size: 90%;
    border:1px solid #000;
    border-bottom:0px;
}
#nav .menu li ul li {
    width: 150px;
    text-align: left;
    margin: 0;
    padding: 0;
    border-left:0px;

}
#nav .menu li ul a {
    width: 145px;
    padding: 8px 0px 8px 5px;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #000;
    line-height: normal;
    height: auto;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
    width: 145px;
    color: #000;
    background: #D8D8D8;
    border-bottom: 1px solid #000;
}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a {
	position: relative;
	left: 150px;
	top: 0px;
	width: 145px;
	padding: 0px 0px 0px 0px;
	background: #c6c6c6;
	color: #fff;
}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/*=======================================*/
/*           subNavigation menu          */
/*=======================================*/
#subNavContainer {
    width: auto;
    display:block;
    clear:both;
    border: 0px solid #f00;
    margin:0px 0px 0px 0px;
}
#subNav {
    width: 197px;
    font-size: 110%;
}
#subNav ul {
	list-style-type: none;
	margin: 5px 0px 10px 8px;
	padding: 0;
    border: 1px solid #000;
    border-bottom:0px;
    position: static; /* Fix the Stupid IE6 Bug */
}
#subNav ul li {
    text-align:left;
    border-bottom: 1px solid #000;
}

#subNav ul li a {
    display: block;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 7px 5px 7px 5px;
    word-spacing: 0px;
    font-size: 95%;
    word-spacing: -2;
}

/* Root Level Link Formatting */
#subNav ul li a:hover, #subNav li a:focus {
    background: #D8D8D8;
    color: #c00;
}

/* Current page Customisations*/
#subNav li.menu-current a	{
    background: #fff;
    color: #c00;
}
#subNav li.menu-current a:hover {
    background: #fff;
    color: #c00;
}
/*=======================================*/
/*       end subNavigation menu          */
/*=======================================*/

/*=======================================*/
/*         footNavigation menu           */
/*=======================================*/

#footNav {
    margin:0px auto;
    padding: 0px 0px 0px 70px;
    border:0px solid #000;
	text-align:center;
}
#footNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative; /* Fix the Stupid IE6 Bug */
    border:0px solid #f00;
}
#footNav ul li {
    float: left;
    text-align:center;
    border-left: 1px solid #000;
    width: auto;
}

#footNav ul li.menu-first{
    border-left:0px;
}


#footNav ul li a {
    display: block;
    background: #fff;
    color: #000;
    text-decoration: none;
    line-height: 25px;
    padding: 0px 10px 0px 10px;
}

/* Root Level Link Formatting */
#footNav ul li a:hover, #footNav li a:focus {
    background: #fff;
    color: #000;
}

/* Current page Customisations*/
#footNav li.menu-current a, #footNav li.menu-parent a	{
    background: #fff;
    color: #c00;
}
#footNav li.menu-current a:hover, #footNav li.menu-parent a:hover {
    background: #fff;
    color: #c00;
}

/*=======================================*/
/*       end footNavigation menu         */
/*=======================================*/

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Button */
#button {
    margin: 15px;
}

#button a {
	text-decoration: none;
	border:1px solid #000;
	color: #cc0000;
	padding: 6px 15px 7px 15px;
    font-size: 150%;
	border:1px solid #FF9933;
	background: url(../img/button_bg.png);
}
#button a:hover{
	background: url(../img/button_bg.png) 0 -35px;
	color:#fff;
	border:1px solid #c00;
}

#button2 {
    margin: 0px;
}

#button2 a {
	text-decoration: none;
	border:1px solid #000;
	color: #cc0000;
	padding: 3px 10px 3px 10px;
    font-size: 100%;
	border:1px solid #FF9933;
	background: url(../img/button_bg.png) 0 -7px;
}
#button2 a:hover{
	background: url(../img/button_bg.png) 0 -42px;
	color:#fff;
	border:1px solid #c00;
}
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

/*=======================================*/
/*         random text styles            */
/*=======================================*/
#randomContainer{
	width: 200px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	border:1px solid #fff;
    padding:0px 0px;
    background: #FFF url(../img/sde.jpg) no-repeat;
    text-align:left;
}

#randomSlider {
	width: 155px;
	height: 120px;
	margin: 50px 0px 0px 18px;
	border:0px solid #f00;
    padding:5px 5px;
	overflow: hidden;
    vertical-align: 50%;
    text-align: left;
    font-size: 140%;
    color: #000;
}
