

/* ---- CUSTOM DEFINED STYLESHEET default ---- */ 

div.homeHuge {
	color: #CE3F00;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

a { color: #CE3F00; text-decoration: none; }
a:visited { color: #630; }
a:hover { color: #CE3F00; text-decoration: underline; }

#theme-content {
  margin-top: 8px;
  width: 100%;
  clear: both;
}
#theme-inner-content {
  margin-top: 8px;
  margin: 0px;
  width: 940px;
}
#theme-content-for-reals, #theme-search-bar {
  margin: 0px;
  width: 100%;
}
#theme-search-bar {
  background: #ffffff;
  width: 100%;
  margin-top: 1px;
}

div.widget h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #F04C28;
	border-bottom: 1px dotted #F04C28;
}

div.clearIcon {
       clear: both;
}

/*
** Page layout blocks / IDs
*/

#header {
margin-bottom: 0px;
text-align: center; }

#content {
clear: both;}

/*
** Common navigation links added on the admin/themes/settings page
*/
.navlinks {
width: 100%;
padding: 0em 0em 1em 0em;
margin: 0px;
clear: both;
background: url("/sites/73/assets/nav_shadow_bg.gif") repeat-x 0px 1.6em; }

.navlinks .primary {
text-align: center;
padding: 0px 0px 3px 0px;
margin: 0px;
border-top: 1px #cccccc solid;
border-bottom: 1px #999999 solid;
background: url("/sites/73/assets/nav_bg.gif") repeat-x 0px center;
width: 100%; }

.primary a {
  font-size: 1.0em;
  font-weight: bold;
  padding: 0px;
}
.secondary a {
  font-size: 1em;
  font-weight: bold;
  padding: 0px;
}

/*
** Other common styles
*/

.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}
br.clear {
  clear: both;
  height: 0px;
}
.nowrap {
  white-space: nowrap;
}


/* Tab navigation */
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  margin: 5px;
  width: 100%;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}
body {
  padding: 0px;
  font-family: "Lucida Grande", lucida, Geneva, Arial, sans-serif;
}

#bodywrapper {
background-image: url("/sites/73/assets/bg.gif");
background-repeat: repeat-x;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
#header .title {
  font-size: 2em;
  font-weight: bold;
  padding-top: .75em;
}
#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color: #aaa;
}
#header .title a:hover {
  color: #930;
}
#header .site-slogan {
  margin-top: -0.1em;
  font-size: 0.8em;
}
.node .title {
  font-size: 1.2em;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: normal;
}
.node .title a:hover {
  text-decoration: underline;
}
.links {
  margin: 1em 0 3em 0;
  text-align: left;
 }

.heading {
	font-size: 16px;
	font-weight: bold;
	color: #CE3F00;
}

.headingSmall {
	font-size: 12px;
	font-weight: bold;
	color: #CE3F00;
}


/* ---- CUSTOM DEFINED STYLESHEET interface ---- */ 

ul.userMenu {
	margin: 0;
}

.userMenu ul li {
	list-style-type: none;
	display: inline;
	margin-left: 15px;
	margin-right: 5px;
	font-size: 10px;
	font-weight: bold;
	float: right;
	padding: 3px;
}

.userMenu ul li a {
	color: #9F9F9F;
}
