/** DEFAULTS **/

/** Font Settings **/
* {
font-family : arial;
font-size : 1.0em;
}

/** image appearance **/
img { 
border: 0;
}

/** Body appearance **/
body {
background-image: url(images/background.png);
background-position: center;
background-repeat: repeat-y;
font-family : verdana;
font-size : 0.8em;
color : #000000;
margin : 10px 0px 0px 0px;
}

/** Default anchor appearance **/
a, a:visited {
text-decoration:none;
color:#999999;
font-weight:bold;
}
a:hover {
color:#3333ff;
}

/** EDITOR RELATED **/

/** These styles are defined in index.php as $defaultEditorStyles for the content only **/
.heading {
font-weight : bold;
color:#666666;
font-size:larger;
}
.title {
font-weight: bold;
color:#660066;
}
.emphasis {
font-style : italic;
}
.attention {
color:#CC0000;
}

/** Editor appearance **/
.button
{
color:#000000;
border:1px solid #666666;
margin-top:3px;
background-color:#999999;
}

/** WRAPPERS **/
#outerWrapper {
position:absolute;
margin-left : -400px;
left : 50%;
width : 800px;
}
#innerWrapper {
}

/** HEADER **/
#logo {
	position: absolute;
	height: 140px;
	width: 140px;
}

#header {
	position: absolute;
	height: 140px;
	width: 600px;
	margin: 0px 185px;
}

#top_bar {
	position: absolute;
	padding: 120px 0px 0px 600px;
	font-size:11px;
}
/** NAVIGATION MENU **/

/** Main navigation area **/

#nav {
background-image: url(images/menubackground.png);
background-repeat: repeat-y;
border-right: solid 1px #8383fe;
width: 100px;
height: 450px;
position: absolute;
margin : 145px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
text-align: center;
font-weight: bold;
}
#navtitle {
width: 95px;
Height: 40px;
margin: 75px 5px 50px 0px;
Border-bottom: solid 1px #8383fe;
font-family: Arial, Helvetica, sans-serif;
font-size: 28px;
text-align: center;
font-weight: bold;
color: #000000;
}
/** Navigation anchor appearance modifiers **/ 
#nav a, #nav a:visited {
color: #000000;
Width: 100px;
Height: 30px;
font-size: 24px;
background: transparent;
font-weight: normal;
}
#nav a:hover {
color : #000000;
font-weight: bold;
}

/** Appearance of anchor for current page **/
#navThisPage {
Width: 100px;
Height: 30px;
color:#000000;
font-weight:bold;
font-size: 24px;
background: transparent;
}

/** CONTENT **/

/** Main content area **/
#content {
position: absolute;
width: 485px;
height: 450px;
overflow: auto;
margin: 145px 0px 0px 105px;
padding: 0px 5px 0px 0px;
}

/** Content area anchor modifiers **/
#content a, #content a:visited{
padding:0;
}
#content a:hover{
}

/* Right Bar*/
#rightbar {
	position: absolute;
	height: 450px;
	width: 210px;
	padding: 0px 5px 0px 5px;
	Margin: 145px 0px 0px 590px;
	border-left: solid 1px #8383ff;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
/** paragraph margins and padding **/
#content p, .tinyMCE p, .mceContentBody p {
margin: 0;
padding: 0;
}

/** Image modifier **/
#content img {
}

/** STATUS AREA **/

/** Main status area **/
#status
{
position: absolute;
width: 800px;
border-top:1px solid #8383fe;
background: transparent;
margin: 600px 0px 0px 0px;
text-align: left;
}

#tag {
position: absolute;
width: 800px;
background: transparent;
margin: 605px 0px 0px 0px;
text-align: right;
font-size: 9px;
}
/** Status area anchor modifiers **/
#status a, #status a:visited {
padding:2px;
}
#status a:hover {
background: transparent;
color:#3333ff;
padding:2px;
}

#tag a, #tag a:visited {
padding:2px;
font-size: 9px;
}
#tag a:hover {
background: transparent;
color:#3333ff;
padding:2px;
font-size: 9px;
}
/** Image modifiers **/
#status img {
}

#logIn{
padding-right:10px;

}

#styleSwitcher {
margin-left:10px;
}

/** LOGO AREA **/

/** Main logo area **/
#logoArea{
position: absolute;
margin:600px 0px 0px 450px;
text-align:center;
}

/** Logo area anchor modifiers **/
#logoArea a, #logoArea a:visited{
}
#logoArea a:hover{
}

/** Image modifiers **/
#logoArea img {
}

/** SPARE BLOCKS **/
#block1 {
visibility:hidden;
}
#block2 {
visibility:hidden;
}
#block3 {
visibility:hidden;
}
#block4 {
visibility:hidden;
}
#block5 {
visibility:hidden;
}
#block6 {
visibility:hidden;
}

/** End of style sheet **/
