/*-------------------------------------------------
  General
-------------------------------------------------*/
body {
	color: black;
	font-family: sans-serif;
	font-size: 12px;
	padding: 15px 5px;
	margin: 0;
	text-align: center;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", serif;
	font-weight: normal;
	margin: 0;
}

h2 {
	color: #FF6600;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 18px;
}

h3 {
	color: #FF6600;
	font-size: 16px;
	margin: 15px 0;
}

/* Lists */
ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}
li
{
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 15px;
	margin: 0 10px;
}
ol li {
	background: none;
	padding-left: 0;
}
p {
	margin: 0;
	margin-bottom: 15px;
}

hr {
	height: 1px;
	color: #DDD;
}

/* Links */
a:link, a:visited, a:active
{
	color: #0099FF;
	text-decoration: underline;
}
a:hover
{
	color: #FF6600;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	height: 0;
	clear: both;
}

.red {
	color: #FF6600;
}

.orange {
	color: #FF9900;
}

.yellow {
	color: #FFCC00;
}

.blue {
	color: #0099FF;
}

em {
	font-style: italic;
	font-family: Arial, sans-serif;
}

big {
	font-size: 115%;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/

#main {
	width: 754px;
	margin: 0 auto;
	text-align: left;
}

#page {
	border: 2px solid #FF6600;
}

#header-wrapper
{
	border-bottom: 2px solid #FF6600;
}

#header {
	height: 150px;
	width: 750px;
	background: url(images/header_golden_gate.jpg) no-repeat;
	position: relative;
}

#header h1
{
	display: none;
}


#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 125px;
}

#header li {
	margin: 0;
	padding: 0;
	margin: 0 10px;
	list-style-type: none;
	float: left;
	display: block;
	Xfont-weight: bold;
}

#header li a:link, #header li a:active, #header li a:visited {
	display: block;
	border: 2px solid #FF6600;
	border-bottom: none;
	width: 100px;
	height: 23px;
	background-color: #FFCC00;
	color: black;
	text-align: center;
	line-height: 23px;
	font-size: 110%;
	text-decoration: none;
}

#header li a:hover {
	background-color: #FF6600;
	color: white;
}

#header li a.active:link, #header li a.active:active, #header li a.active:visited  {
	background-color: white;
	color: #FF6600;
	position: relative;
	top: -5px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

#header li a.active:hover {
	background-color: #FF6600;
	color: white;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/

#container
{
	background: white url(images/bgcontainer02.gif) repeat-y right;
	width: 750px;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#content-wrapper {
	width: 540px;
	float: left;
}

#content
{
	padding: 15px;
	text-align: justify;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
#content h2
{
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: 18px;
	padding: 0 0 4px 0;
	margin: 0;
	margin-bottom: 5px;
}

#content h2 a:link, #content h2 a:active, #content h2 a:visited {
	color: #FF6600;
	text-decoration: none;
}

#content h2 a:hover {
	color: #0099FF;
}

.contenttitle {
	padding-top: 10px;
}

#content h2.no-line {
	background: none;
}

#content dd {
	margin-bottom: 5px;
}

#content .ext-entry {
	display: block;
	width: 100px;
	height: 20px;
	background-color: #F7F7F7;
	padding: 0;
	margin: 0;
}
#content .ext-entry a {
	text-align: center;
	line-height: 20px;
	display: block;
	border: 1px solid #FF6600;
	text-decoration: none;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 20px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}
.contentbody
{
	padding-bottom: 15px;
}
.morelink
{
	padding: 15px 0 0 0;
}
.contentbody .perex {
	margin-bottom: 15px;
	font-style: italic;
}
.contentbody .mainbody {
	margin: 15px 0;
}
.mainbody h2 {
	background: none !important;
	margin: 20px 0 10px 0 !important;
	font-size: 16px !important;
}
.mainbody h3 {
	color: black;
	margin: 15px 0 10px 0;
	font-size: 14px;
}
.mainbody h4 {
	margin: 15px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}
.mainbody p {
	margin: 0 0 10px 0 !important;
}
.mainbody table {
	margin-top: 15px;
	margin-bottom: 15px;
	border-collapse: collapse;
	border: 1px solid black;
}
.mainbody table caption {
	font-weight: bold;
	padding-bottom: 5px;
}
.mainbody td, .mainbody th {
	padding: 5px;
	border-bottom: 1px solid black;
	font-size: 12px;
}
.mainbody th, .mainbody td.header {
	background-color: #FF6600;
	color: white;
}


/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1, .id2 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #0099FF;
}
.id2 {
	border: 1px solid #FF6600;
}
.id1:hover, .id2:hover
{
	background: #FFFFFF url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.itemcomment h3
{
	font-size: 12px;
	margin-top :0;
	margin-bottom: 10px;
}
.commentinfo {
	font-size: 11px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	width: 204px;
	padding-top: 6px;
}
.sidebar
{
	color: #21262A;
	margin: 0 6px 4px 0;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl dt
{
	color: white;
	background-color: #FF6600;
	font-size: 12px;
	font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 4px 10px;
}
.sidebardl dd
{
	padding: 2px 10px;
	margin: 1px 0 0 0;
	border-bottom: 1px solid #FF6600;
}
.sidebardl dd:hover
{
	background: #E7E7E7;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
	color: black;
	text-decoration: none;
}

.sidebardl dd a.blue:link, .sidebardl dd a.blue:visited, .sidebardl dd a.blue:active {
	color: #0099FF;
}

.sidebardl dd a.blue:hover {
	color: #FF6600;
}

.sidebardl dd a.noArrow:link, .sidebardl dd a.noArrow:visited, .sidebardl dd a.noArrow:active {
	background-image: none;
	padding-left: 0;
}

.sidebardl dd a:hover {
	color: #0099FF;
}

dl.small dd {
	font-size: 11px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	background: #FF6600;
	text-align: center;
	padding: 3px 0 2px 0;
	color: white;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: white;
	text-decoration: underline;

}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #F7F7F7;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 200px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 480px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: yellow;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}
p.high-box {
	border: 1px solid #FF6600;
	background-color: #F7F7F7;
	margin-left: 10%;
	margin-right: 10%;
	padding: 10px 15px;
}

/* calendar */

table.calendar {
	font-size: small;
	color: black;
	margin: 0 auto;
}

table.calendar td {
	padding: 3px;
}

tr.calendardateheaders {
  font-size: small;
  color: #FF6600;
}

td.days {
  text-align: center;
}

td.today {
  text-align: center;
  color: black;
  background-color: #DDD;
  border: 1px solid black;
}

img.left {
	float: left;
	margin: 10px 10px 10px 0;
}

img.right {
	float: right;
	margin: 10px 0px 10px 10px;
}

img.border {
	border: 1px solid #555;
}

