@import url(shared.css?refresh);

/*************** basic elements ***************/
body {
  /* background-color: #EEEDED; */
  background-color: #DFD5C3;
  padding: 0;
}

ul li {
  /* background image for bullet is easier to control down to the pixel than list-style-type: disc */
  list-style-type: none;
  background: url(/themes/memberscf/css/bullet.gif) left 0.6em no-repeat;
}

a:link {
	color: #BF1F00;
  text-decoration: underline;
}

a:visited {  
	color: #631000;
  text-decoration: underline;
}

a:hover {  
	color: #000;
}

/*************** layout (positioning) ***************/
#frame1 {
  position: absolute;
  width: 790px;
  left: 50%;
  margin-left: -395px;
  top: 0;
  padding: 0;
}

#frame2 {
  float: left;
  margin: 0;
  background: #fff url(/themes/memberscf/images/masthead-top.gif) center 0px no-repeat;
  padding: 92px 0 0;
  border: 20px solid white;
}

#frame3 {
  margin: 0;
  float: left;
//  background: #fff url(/themes/memberscf/images/background.gif) right top repeat-y;
  border-top: 3px solid #fff;
}

#frame4 {
  float: left;
  border-bottom: 3px solid #fff;
  width: 750px;
}

#content {
  float: left;
  padding-top: 40px;
}
#copyright {
  padding: 3px 20px;
  text-align: center;
}

img.content-head {
  margin-top: -40px;
}

#masthead {
  position: absolute;
  top: 32px;
  left: 20px;
  height: 80px;
  width: 750px;
  background: #000 url(/themes/memberscf/images/masthead-bottom.gif) left bottom repeat-x;
}
div#masthead, div#masthead a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
div#masthead a:hover {
  text-decoration: underline;
}
div#masthead ul {
  padding: 0;
  margin: 0;
}
div#masthead ul li {
  display: inline;
  margin: 0;
  padding: 0 12px 0 0;
}
div#masthead ul#cf-nav {
  position: absolute;
  bottom: 22px;
  right: 0;
}
div#masthead ul#site-nav {
  position: absolute;
  bottom: 22px;
  left: 240px;
}
div#masthead div#acct-mgmt {
  position: absolute;
  top: 0px;
  right: 12px;
}

#footer {
  background: black url(/themes/memberscf/images/footer-bottom.gif) no-repeat center bottom;
  color: white;
  float: left;
  height: 25px;
  padding: 10px 15px;
  position: relative;
  width: 720px;
}
#footer img {
  float: left;
  margin-right: 3px;
}
#footer p {
  position: absolute;
  bottom: 22.5px;
  margin: 0 0 -0.7em;
}

#logo {
  position: absolute;
  top: 42px;
  left: 40px;
  z-index: 10;
}

#beta-notice {
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 11;
}

/*************** ids ***************/

div#content h1 {
  margin-top: 0;
}


#flash {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  text-align: center;
}

#flash span {
  background: #EEEB8C;
  color: #000;
  padding: 0 5px 1px;
  margin: 0 1px;
}

#article-foot {
	clear: both;
	padding: 1.5em 0;
}
#article-foot p {
	border-top: 1px solid #999;
	padding: .5em 0;
	text-align: right;
}


/*************** classes ***************/

#footer a {
	color:#fff;
}

.feature-quote {
  border-top: 1px solid #ddd;
  margin-bottom: 12px;
}
.feature-quote h3 {
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 10px;
  text-align: center;
}
.feature-quote .footer {
	text-align: right;
  border-top: 1px solid #ddd;
}
.feature-quote .footer a {
}
.feature-quote .footer, .feature-quote h3, .feature-quote p {
  padding-left: 20px;
  padding-right: 20px;
}
.feature-quote p {
	text-align: center;
}
.feature-quote p cite {
	display: block;
	text-align: right;
}







/*************** forms ***************/

/*#content input, #content textarea, #content select {
	border: 1px solid #666;
	padding: 1px;
	margin-bottom: 1px;
}
#content input, #content textarea {
	width: 90%;
}
#content input.problem, #content textarea.problem {
	border: 2px solid #C00;
	padding: 0;
}*/
/*form #error-msg {
	color: #C00;
	border: 2px solid;
	padding: 10px;
	margin: 10px 0 3px;
	font-weight: bold;
}
form #error-msg ul {
	margin: 0.5em 0 0;
	padding: 0;
}*/

fieldset {
	border: 0;
}

input.action {
	padding: 2px;
	font-size: 11px ;
	font-family: Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	width: 406px;
	clear: left;
}
#Sidebar .middleColumn {
  margin: 0 0 0 8px;
  display: inline;
}

div.tab .field .middleColumn {
  clear: none !important;
  margin: 0 !important;
  width: auto;
}

.middleColumn .middleColumn {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.middleColumn .message {
  margin: 0;
}


input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	width: 400px;
}

.middleColumn input, .middleColumn textarea {
	border: 3px solid #E9E9E9;
}
.middleColumn input:focus, .middleColumn textarea:focus {
	border: 3px solid #83615A;
}

select {
	width: auto;
}

.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
	font-size: 12px;
}

#content label.right {
	display:inline;
  float: none;
}
/* SEARCH BOX 
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
  width: 110px;
  padding: 3px;
  margin-left: -4px;
  font-size: 12px;
}
#Sidebar input.action {
	font-size: 12px;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}
---------------------------------------- */

ul.optionset {
	margin: 0;
	overflow: hidden;
}
ul.optionset li {
  margin: 6px 0;
  clear: both;
}
ul.optionset li input {
  float: left;
  margin: 0 6px;
}
ul.optionset li label {
  margin: 0;
}
