@import "reset.css";
@import "buttons.css";
/**
 * 1.GLOBAL
 */

body {
  background-color: #042465;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#bodybg {
  background: #042465 url("images/bodyBG.jpg") no-repeat 50% top;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1, .h1 {
  font-size: 1.75em;
  line-height: 1.35;
  margin: 15px 0;
  color: #093075;
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.25;
  margin: 15px 0;
  color: #2b5fc5;
}

h3, .h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin: 15px 0;
  color: #2b5fc5;
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0;
}

p {
  font-size: 1em;
  line-height: 1.35;
  margin: 0 0 0.8em;
}

strong {
  font-weight: 600;
}

a { 
  color: #043abf; 
  text-decoration: none; 
}

a:visited { 
  color: #0c3498; 
}

a:hover, a:active, li a.active  { 
  color: #2e60da;
  text-decoration: underline;
}

a:focus { 
  outline: thin dotted; 
}

a:hover, a:active { outline: 0; }

h2 a {
  color: #006699;
}

h2 a:hover {
  color: #3399ff;
}

.mail_button {
    text-align: center;
    display: block;
    background-color: #ef9106;
    width: 20%;
    color: #fff;
    padding: 6px;
    margin: 0 auto;
    font-size: 1.5em;
}

.mail_button:hover {
    text-decoration: none;
}


/* apply common styling after reset.css */

li ul, li ol {  margin: 0; }
ul, ol {  margin: 0 1.5em 1.5em 0;  padding-left: 1.5em; }
ul {  list-style-type: disc; }
ol {  list-style-type: decimal; }
dl {  margin: 0 0 1.5em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5em; }
hr {  background: #666;  border: none;  clear: both;  float: none;  height: 1px;  margin: 0 0 1.4375em;  width: 100%; }
fieldset {  border: none; padding: 0!important; }

a:hover, a:active { outline:none; border:none; }
:focus { -moz-outline-style: none; }
tbody { border-top: none !important; }
em { font-style: italic; }
.sticky-header th, .sticky-table th {  border-bottom: 3px solid #ccc;  padding-right: 1em;  text-align: left; }

/**
 * 2.LAYOUT
 */

#container {
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
}

/**
 * 3.MAIN
 */

/* 1 column: global values*/

#main {
  display: inline;
  margin: 0;
}

/* 3 columns */

body.two-sidebars #main {
  float: left;
  margin: 0 0 0 240px;
  padding: 0;
  width: 460px;
}

/* 2 columns: sidebar-left */

body.sidebar-left #main {
  float: right;
  margin: 0;
  padding: 0;
  width: 700px;
}

/* 2 columns: sidebar-right */

body.sidebar-right #main {
  float: left;
  margin: 0;
  padding: 0;
  width: 700px;
}

/**
 * 4.SIDEBARS
 */

/* 3 columns: sidebar-left */

body.two-sidebars #sidebar-left {
  float: left;
  margin: 0 0 0 -700px;
  padding: 0;
  width: 220px;
}

/* 3 columns: sidebar-right */

body.two-sidebars #sidebar-right {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-left */

body.sidebar-left #sidebar-left {
  float: left;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-right */

body.sidebar-right #sidebar-right {
  float: right;
  margin: 0;
  padding: 0;
  width: 220px;
}


.message {
  color: #fff;
}

.messages {
  margin-top: 12px;
  margin-left: 66px;
  margin-right: 66px;
  padding: 5px 15px !important;
}

#logo {
  position: absolute;
  top:  -89px;
  left: 324px;
  height: 95px;
}


#social {
  position: absolute;
  top: -60px;
  left: 777px;
  width: 183px;
  text-align: right;
  line-height: 1em;
  font-size: .75em;
  color: #fff;
}
#social a {
  margin: 0px 2px;
}
#social div {
  margin-bottom: 5px;
}

#frame {
  position: relative;
  top: 89px;
  left: -11px;
  background: #042465 url("images/white_frame.jpg") no-repeat top center;
  width: 1000px;
}

#blue_frame {
  position: relative;
  top: 89px;
  left: -11px;
  background: #042465 url("images/blue_frame.jpg") no-repeat top center;
  width: 1000px;
}

#white_frame {
  position: relative;
  top: 89px;
  left: -11px;
  background: #042465 url("images/white_frame.jpg") no-repeat top center;
  width: 1000px;
}

#blue_frame_bottom {
  margin: 86px -11px 22px;
  width: 1000px;
  height: 62px;
  background: #042465 url("images/blue_frame_bottom.jpg") no-repeat left bottom;
}

#white_frame_bottom {
  margin: 86px -11px 22px;
  width: 1000px;
  height: 62px;
  background: #042465 url("images/white_frame_bottom.jpg") no-repeat left bottom;
}

#frame_bottom {
  margin: 66px -11px 22px;
  width: 1000px;
  height: 62px;
  background: #042465 url("images/white_frame_bottom.jpg") no-repeat left bottom;
}

.inner {
  padding: 16px 13px 0;
}

.inner_white {
  padding: 5px 35px 50px;
  margin-top: 12px;
  min-height: 400px;
  background-color: #fff;
}

.page .inner_white {
  text-align: center;
}

#secondary_links {
  clear: both;
  list-style: none;
  float: right;
  margin-right: 30px;
}

#secondary_links li {
  border-left: 1px solid #8285A2;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 10px;
}

#secondary_links li.first {  
  border: none;
}

#secondary_links li a {
  padding: 0px 1em;
  display: block;
  color: #8285a2;
  font-size: 8pt;
}

#secondary_links li a:hover {
  color: #062868;
}

.fieldset-wrapper {
  padding: 0 10px;
}


/* hides "Search this site:" label from search forms */

div#edit-search-theme-form-1-wrapper label, 
div#edit-search-block-form-1-wrapper label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


.picture img,
.rc {
  float: left;
	margin: 0 12px 5px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.submitted {
  color: #666;
  margin-bottom: 8px;
  font-size: 13px;
}

.links,
.collapsed-text-fieldset {
  margin: -12px 0 12px 0;
}


.speaker fieldset {
  margin: 2px 0 12px 0;
}

.sptitle {
  font-size: 23px;
  margin: 22px 0px 12px;
}


ul.links li {
  padding: 0 !important;
}


.node_read_more a,
.collapsed-text-fieldset a {
  color: #346699;
  text-decoration: underline; 
  font-size: 12px;
  background: none!important;
  padding: 0!important;
}

.node_read_more a:hover,
.collapsed-text-fieldset a:hover {
  color: #2e60da;
  text-decoration: none; 
}

.liner {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 12px;
  padding-bottom: 19px;
}

/**
 * 6.NAVIGATION
 */

#navigation {
  clear: both;
  padding: 11px 0 0 10px;
  margin: 0;
}

#navigation ul#main-menu {
  clear: both;
  list-style: none;
  padding: 4px 0 0 30px;
}

#navigation ul#main-menu li {  
  background: url("images/menu_spacer.jpg") no-repeat left center;
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul#main-menu li.first {  
  background: none;
}

#navigation ul#main-menu li a {
  padding: 0px 1.6em;
  display: block;
  color: #c5cad6;
}

#navigation ul#main-menu li a.active,
#navigation ul#main-menu li.active-trail a {
  color: #f9a816;
}

#navigation ul#main-menu li a:hover {
  color: #fff;
}

#skip-link {
  position: absolute;
}

/* menus and item lists */

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.links li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0 1em 0 0;
}

/* admin tabs */

.tabs-wrapper {
  margin: 0 0 1.4375em;
  border: none;
}

#footer ul.tabs {
  border: none;
}

#footer ul.tabs li a {
  color: #555;
  padding: 0 3px;
  background-color: transparent;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#footer ul.tabs li a:hover {
  color: #f8a717;
  border: 1px solid #fff;
}

#footer ul.tabs li.active a {
  color: #ccc;
  border: none;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0;
  padding: 0 1em;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/**
 * 7.NODES
 */

.node {
  margin-bottom: .5em;
}

/* tags */

.terms {
  margin: 0 0 1.5em;
}

.terms span {
  font-weight: bold;
}

/* profile */

.profile {
  margin: 1.5em 0;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.profile dd {
  margin-bottom: 1.5em;
}

/**
 * 8.COMMENTS
 */

#comments {
  clear: both;
  margin-top: 1.5em;
}

.comment {
  margin-bottom: 1.5em;
}

.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}

/**
 * 9.BLOCKS
 */

.block {
  margin-bottom: 1.5em;
  position: relative;
}

/* login block */
#user-login-form {
  padding: 0;
  text-align: left;
}

#user-login-form .form-item {
  margin: 1em 0;
}

#user-login-form .item-list ul li {
  background: none;
  margin: 1em 0;
  padding: 0;
}

/* block configuration links */

section.block div.edit {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: none;
  font-size: 9px;
  margin: 0;
  overflow: hidden;
  padding: 2px 0 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

section.block:hover div.edit {
  display:block;
}

section.block div.edit a {
  color: #999;
  margin-right: 10px;
}

section.block div.edit:hover a {
  color: #000;
}

/* views configuration links */

div.view {
  position: relative;
}

div.view div.views-hide-hover,
div.view:hover div.views-hide,
div.view div.views-admin-links,
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 9px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

div.view div.views-admin-links li a {
  color: #999;
}


.views-row {
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}

.view-display-id-page_1 .views-row-first {
  margin-top: 28px;
}

.views-row-last {
  border-bottom: none;
}

.views-row h2 {
  padding-top: 9px;
  margin: 0;
}

.blog_node {
  margin-top: 15px;
}



/**
 * 10.FOOTER
 */

#footer {
  clear: both;
  position: relative;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 1.6667em;
}

/* support drupal */
#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 1.6667em;
}

/**
 * 11.CSS SUPPORT
 */

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user.
 */

.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE6 */

* html .clearfix {
  height: 1%;
}

/* IE7 */

*:first-child + html .clearfix {
  min-height: 1%;
}

/* clear floats */
.clear { clear: both; }

/* display block */
.display-block { display: block; }









#affliatelogin {
  position: absolute;
  top: -40px;
  left: 42px;
  color: #fff;
  font-size: 0.75em;
}

#affliatelogin #username {
  width: 88px;
  height: 13px;
  color: #6B6C6C;
  float: left;
  margin-top: 1px;
}

#affliatelogin #submit {
  background: url('images/affiliate_login_button.png') no-repeat right 0;
  border:none !important;
  outline:none !important;
  cursor:pointer; 
  cursor:hand; 
  display:block;
  width: 60px;
  height: 24px;
  float: left;
	margin: 0 0 0 5px;

}
#affliatelogin #submit:hover {
  background-position: right bottom;
}



.affsignuptab td {
  vertical-align: middle;
	min-width: 130px;
}

.affsignuptab td.right {
  text-align: right;
}

.affsignup {
  font-size: .9em; 
  margin-left: 55px;
}

.affsignup h3 {
  margin-left: 55px;
}

.affsignup input, .affsignup select {
  width: 180px;
  margin: 5px;
}

.smaller {
  font-size: .8em; 
  line-height: 1em;
}

#signup {
  margin: 26px 0 0 0;	
}

#agreement {
  margin: 26px 0 0 0;	
  font-family:Helvetica,Arial,san-serif; 
  font-size:80%; 
  padding: 0 20px 20px; 
  width: 600px;
  height: 220px; 
  overflow: auto; 
  border: solid 1px #333;
  background-color: #fff;
  color: #666;
  -moz-box-shadow: inset 0 0 14px #888;
  -webkit-box-shadow: inset 0 0 14px #888;
  box-shadow: inset 0 0 14px #888;
}



#user-login,
#user-pass, #user-login-form {
  background-color: #FDF7EB;
  padding: 20px 40px;
  margin: 35px 0 410px 51px;
  width: 600px;
  border: 2px solid #FFFFFF;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  -moz-box-shadow: 2px 2px 4px #000;
  -webkit-box-shadow: 2px 2px 4px #000;
  box-shadow: 2px 2px 4px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=2, direction=135, color='#000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=2, Direction=135, Color='#000000')";
  background-image: -moz-linear-gradient(top, #fdf7eb, #e8d497);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fdf7eb), to(#e8d497));
  background-image: -o-linear-gradient(top, #fdf7eb, #e8d497);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf7eb', endColorstr='#e8d497');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf7eb', endColorstr='#e8d497')";
  background-image: linear-gradient(top, #fdf7eb, #e8d497);
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 1.1em;
}

#edit-email,
#edit-password,
#edit-name,
#edit-pass {
  color: #666666;
  font-size: 1em;
  height: 24px;
  margin: 4px 0;
  width: 380px;
  padding-left: 4px;
}

.reset_password {
  float: right;
	margin: -30px 155px 0;
  width: 200px;
}

.reset_password a {
  font-size: 15px;
}

.check_it_out_button a {
  background: #fff url("images/check_it_out_button.jpg") no-repeat left top;
  width: 131px;  
  height: 50px;
  border: none;
  cursor: pointer; 
  display: block;
  margin: 0 auto;
}

.check_it_out_button a:hover {
  background-position: bottom left;  
}

.c_title {
  text-align: center;
  margin: 52px 0 32px;
  font-size: 18pt;
}

.join {
  line-height: 1.1em;
}

.join_photos {
  margin-left: 13px;
}

.left {
  float: left;
	margin: 5px 20px 5px 0;
}

.right {
  float: right;
	margin: 5px 0 5px 20px;
}


.accept_volunteer {  
	border: 1px solid #666;
	padding: 8px 18px;
	display: block;
	width: 344px;
	text-align: center;
	background-color: #eef;
}

.accept_volunteer:hover {  
	text-decoration: none;
	background-color: #eff;
	
}

.mobilizers_admin {
	margin: 0 0 0 383px;
	line-height: 44px;
}



#tsn_testimonials {
  background-color: #a7c5ef;
  color: #000;
  font-size: 10pt;
  width: 220px;
  float: right;
	margin: 5px 0 5px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 11px;
}

#tsn_testimonials .liner {
  border-bottom: 1px solid #597ec9;
  margin: 0 12px 12px;
}


.testimonial {
  margin-top: 18px;
}

.testimonialer {
  margin-top: 5px;
  color: #0f4084;
}

.testimonialer strong {
  margin-left: 8px;
  color: #000;
}

.c_title {
text-align: center;
font-size: 28px;
}

#c_e_content {
  margin-left: -17px;
}

.flags {
  float: right;
	margin: 15px -20px 9px;
}

.events_course_message {
  width: 527px;
  font-size: 1.2em;
  font-style: italic;
  text-align: justify;
  text-justify: inter-word;
  margin: 28px 0 33px 26px;
  color: #143f79;
  line-height: 1.3em;
}

.events_message {
  padding-top: 20px;
}



#cara {
  position: relative;
  left: 30px;
}

#cara .caroufredsel_wrapper {
  border: 2px solid #718abe;
}

#prev, #next {
  background: transparent url("images/arrows.jpg") no-repeat left bottom;
  width: 42px;  
  height: 170px;
  -moz-opacity: .50; 
  filter: alpha(opacity=50); 
  opacity: .50;
  
  cursor: pointer; 
  display: block;
  position: absolute;
  top: 8px;
}

#prev:hover, #next:hover {
  -moz-opacity: 1; 
  filter: alpha(opacity=100); 
  opacity: 1;
} 

#next {
  left: 878px;
}

#prev {
  background-position: left top;
  left: -44px;
}



.promote {
  background: #fff url("images/right_blue_arrow.jpg") no-repeat right center;
  text-align: right;
  padding-right: 55px;
  margin-right: 200px;
  font-size: .75em;
  line-height: 1.2em;
}

.opacity50 {
  -moz-opacity: .50; 
  filter: alpha(opacity=50); 
  opacity: .50;
}

.field-type-text, .field-type-link {
  margin-bottom: 12px;
}



.course_teachers {
  float: left;
  width: 176px;
  text-align: center;
  height: 270px;
  font-size: 13px;
  line-height: 1.15em;
  margin: 2px 0px 2px 5px;
}

.course_teacher_name {
  font-weight: 600;
  font-size: 15px;
  margin: 4px 0 2px;
}

.tagline {
  font-style: italic;
  margin: 2px 0 4px;
}

.course_name {
  font-size: 12px;
  line-height: 1em;
  margin: 4px 0;
}

.imagecache-faculty, .imagecache-course_teachers {
  border: 1px solid #FFFFFF;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  box-shadow: 3px 3px 6px #555555;
}

#AjaxMe .imagecache-faculty {
  float: left;
	margin: 5px 20px 5px 0;
}

.courses_faculty {
  margin: 22px 0px 10px -15px;
}


.b12p {
  margin: 21px 0;
  border: 1px solid #ccc;
  padding: 12px 22px;
}

.rb12 {
  float: right;
	margin: 5px 0 5px 20px;
}

.tutvid {
  margin-left: -68px;
}

tr.even  {
  background-color: #fff!important;
}

thead {
  background-color: #FAF2CF;
  border: 1px solid #ccc;
}

thead th {
  padding-left: 25px;
}

.views-field-created {
  min-width: 111px;
}

.stephen_sig {
  width: 233px;
  margin: 2px auto;
  text-align: left;
}

.toc {
  float: right;
  margin: 25px 0 5px 20px;
  color: #666
}

.letter_anchor {
  height: 12px;
}

.bigletter {
  border-top: 1px dashed #ccc; 
  padding-left: 26px;
  color: blue;
  font-size: 32px;
  font-family: "Times New Roman", Times, serif;
}

.smletter,
.smletter:visited {
  color: red;
  font-weight: 600;
  font-family: "Times New Roman", Times, serif;
}

#affiliate-form {
  margin-left: 177px;
}

#affiliate-form .form-checkbox {
  margin-left: 47px;
}

#affiliate-form .form-item h4 {
  width: 555px;
  color: #C72B03;
}

#affiliate-form .form-item {
  margin-bottom: 9px;
  margin-top: 0;
}

#affiliate-interests .form-checkbox {
  margin-left: 47px;
}

.newsletter_node .submitted {
  display: none;
}

.view-newsletter, .view-newsletter table {
  width: 500px;
  margin: 0 auto;
}

.catalyst h1 {
  text-align: center;
}

.field-field-tutoral-s3 {
  display: none;
}

.tutvid {
  margin-left: 1px;
}

.newsletter #page-title {
  margin: 0 0 0 80px;
}

.newsletter .newsletter_node {
  margin-left: 80px;
}

#fblike {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
  margin-bottom: 12px;
  line-height: 1.6em;
}

.box {
  background-color: #f5fbfe;    
  border: 1px solid #ccc;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 8px 18px;
  margin: 12px 0;
}


#basic-login-form {
  text-align: left;   
  border: 1px solid #ccc;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 0 0 18px 30px;
  width: 333px;
  margin: 0 auto;
}

#basic-login-form .form-text {
  width: 200px;
}

#page-signin-form {
  text-align: left;   
  border: 1px solid #ccc;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 0 0 18px 30px;
  width: 333px;
  margin: 0 auto;
}

#page-signin-form .form-text {
  width: 200px;
}

.blog .catalyst_box {
  background-color: #F2F2F2;   
  padding: 8px 18px;
  margin: 12px 0;
}

.view-id-blog .views-row .catalyst_box {
  display: none;
}


.sppan {
  border: 1px solid #ccc;
  padding: 3px;
}

#edit-email-wrapper .error {
    margin: 0;
}



#admin-menu .admin_menu_rep {
    color: #ff1515;
    font-size: 1.2em;
    font-weight: 600;
    float: right;
    margin-right: 10px;
}
#reportProblem {
    position: fixed;
    top: 30px;
    right: 5px;
    background-color: #fff;
    padding: 20px;
    border: solid #b90000 1px;
    box-shadow: 2px 6px 5px #ddd;
}
#admin-menu-account .admin_menu_rep.active {
    font-size: 1.6em;
}



