/* SVN FILE: $Id: cake.generic.css 6311 2008-01-02 06:33:52Z phpnut $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 6311 $
 * @modifiedby		$LastChangedBy: phpnut $
 * @lastmodified	$Date: 2008-01-02 00:33:52 -0600 (Wed, 02 Jan 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
html
{
}

body
{
	background-color: #ffffff;
	background-image: url(../img/main_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #000000;
	font-family: Century Gothic, Verdana, Arial;
	font-size:90%;
	margin: 0;
}

a 
{
	background-color: inherit;
	color: #003d4c;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

a:hover
{
	background-color: inherit;
	color: #bcbcbc;
	text-decoration: none;
}

img
{
	padding: 0px;
	margin: 0px;
	border: none;
}

h2
{
	padding-left: 50px;
	padding-top: 15px;
	font-size: 16px;
	font-family: Century Gothic, Verdana, Arial;
}

h3
{
	color: #000000;
	font-size: 16px;
	font-family: Century Gothic, Verdana, Arial;
	font-weight: bold;
}

#main
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#navbg
{
	background-image: url(../img/navigation_background.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 33px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#navigationsub
{
	background-image: url(../img/navigation_subbackground.jpg);
	background-repeat: repeat-x;
	height: 149px;
	width: 900px;
	padding: 0px;
	margin: 0px;
}

#marquee
{
	width: 900;
	text-align: center;
	padding: 10px;
	margin-left: 150px;
}

*html #marquee
{
	margin-left: -600px;
}

.box
{
	width: 160px;
	height: 33px;
	margin-left: 0px;
	margin-right: -7px;
	margin-top: 0px;
	margin-bottom: -8px;
	padding: 8px 5px 0px 15px;
	background-repeat: no-repeat;
	float: right;
	color: #000000;
	font-size: 12px;
	cursor: default;
}

.boxlinks
{
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	margin-top: -6px;
	font-family: Verdana;
	cursor: default;
}

#outer
{
	background-image: url(../img/content_background.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

#content
{
	background-image: url(../img/content_textbackground.jpg);
	background-repeat: repeat-y;
}

#contenttext
{
	padding-right: 37px;
	padding-top: 18px;
	padding-left: 37px;
	min-height: 200px;
}

*html #contenttext
{
	height: 200px;
}

.hide
{
	display: none;
}

.adminleft
{
	float: left;
	width: 20%;
	border: none;
	border-right: 1px dotted black;
}

.adminright
{
	float: right;
	width: 75%;
	border: none;
}

.adminnews
{
	height: 400px;
}

#fail
{
	width: 350px;
	padding: 15px;
	border: 1px solid #80c0d7;
	background-color: #b3deee;
	float: right;
	margin-right: 50px;
}

.boxalle
{
	position: absolute;
	top: 221px;
	background-color: transparent;
	background-image: url(../img/navigation_boxbackground.jpg);
	background-repeat: repeat-y;
	display: none;
	cursor: default;
}

#box1
{
	margin-left: 24px;
}

#box2
{
		margin-left: 197px;
}

#box3
{
	margin-left: 371px;
}

#box4
{
	margin-left: 543px;
}

#box5
{
	margin-left: 714px;
}

.navlist
{
	list-style-type: none;
	width: 140px;
	margin-left: 10px;
	cursor: default;
}

#footer
{
	width: 100%;
	height: 64px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/content_bottom.jpg);
	background-repeat: no-repeat;
}

#footertext
{
	padding: 15px 50px 0px 50px;
	text-align: right;
}

.inputbox
{
	border: 1px solid #80c0d7;
	background-color: #b3deee;
}

.adminheader
{
	font-weight: bold;
}

.adminnavigation
{
	padding: 0px 0px 15px 0px;
}

.usertable
{
	width: 600px;
}

.addbox
{
	width: 560px;
	padding: 15px;
	margin: 30px 0px 0px 0px;
	border: 1px solid #80c0d7;
	background-color: #b3deee;
}

.adduserinput
{
	border: 1px solid #80c0d7;
	background-color: #b3dfff;
	margin-top: 5px;
}

.adduserinput:hover
{
	background-color: #b3dfee;
}

#write
{
	padding: 15px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #80c0d7;
	background-color: #b3deee;
	width: 552px;
}

.newsitem
{
	padding: 15px;
	border: 1px solid #dddddd;
	background-color: #fcfcfe;
	width: 790px;
}

.calendartable
{
	width: 823px;
}

.album
{
	float: left;
	margin-right: 15px;
}

.photoitem
{
	margin: 10px;
}
