/**************************************
 * THEME NAME: oceanreef
 *
 * Files included in this sheet:
 *
 *   oceanreef/oceanreef.css
 **************************************/

/***** oceanreef/oceanreef.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

/* @group Core */

body {
	font-size: 100%;
	color: #333333;
	background-color: #3366CC;
	min-width: 760px;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
}



a:link {
	color: #666699;
}

a:visited {
	color: #666699;
}

a:link:hover, a:visited:hover {
	color: #000000;
}

#left-column {
	width:  250px;
	background: url(pix/bg/left_column.gif) top left no-repeat #fff;
	padding-top: 20px;
}

#right-column {
	width:  250px;
	background: url(pix/bg/right_column.jpg) top right no-repeat #fff;
	padding-top: 20px;
}

#middle-column {
	background: url(pix/bg/middle_column.gif) top left no-repeat #fff;
	padding-top: 10px;
}

#page {
	background: #fff;
}
/* @end */

/* @group Header */

#header {
	padding-top: 10px;}

.pagetop {
	height: 21px;
	width: 100%;
	background: url(pix/bg/page_top.gif)top left repeat-x;
	padding: 0px;
}

.navbar {
	background: #136bce;
	color: #fff;
	padding: 0px;
	padding-left: 20px;
}

.navbar a {
	color: #fff;
}

.breadcrumb {
	font-weight: normal;
	padding: 2px;
}



h1.headermain {
	padding-top: 40px;
	padding-left: 20px;
}



#header .logininfo {
	position: absolute;
	text-align: left;
	top: 115px;
	left: 170px;
}

#header-home .logininfo {
	position: absolute;
	text-align: left;
	top: 310px;
	left: 170px;
}
/* @end */

/* @group Footer */

#footer {
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	font-size: 0.75em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5b5b5b;
	color: #ffffff;
	background: #3366CC;
	text-align: left;
}



#footer .logininfo {
	float: right;
	padding-right: 20px;
	font-size: 1em;
}

#footer .logininfo a {
	color: #fff;
}
/* @end */

/* @group Blocks */
.sideblock {
	border: 0px none;
	width: 250px;
}

.sideblock .header {
	background: transparent;
	color: #3366cc;
	border: 0px none;
	padding: 10px;
	font-size: 1em;
}

.sideblock .content {
	border: 0px none;
	background: transparent;
	padding: 5px;
}


/* @end */

/* @group Fixes */

h2.headingblock {
	border: 0px none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: -moz-use-text-color;
	font-size: 1.4em;
	color: #000033;
}

/* @end */

/***** oceanreef/oceanreef.css end *****/

