/* Hey */

.x-grid3-row-body {
  font-size: 14px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

.app_title {
  font-size: 24px; 
  line-height: 30px;
  color: purple;
}

.app_info {
  color: green;
  float: left;
  mergin-left: 200px;
}

.app_click_to_expand {
  line-height: 30px;
  float: right;
  margin-right: 10px;
}

.no-wrap {
  white-space:nowrap;
}

.red {
  color: #ff0000;
}

body {
  /* background: #221f20; */
  background: rgb( 251,252,214);
  color: #324F6A;
  font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;	
  text-align: center; 
}

/* links  */

a {
  color: #7C90A1;
  text-decoration: underline;
}
a:hover { color: #234466; }

/* headings */

h1 { font-size:2em }  /* displayed at 24px */
h2 { font-size:1.5em }  /* displayed at 18px */
h3 { font-size:1.25em }  /* displayed at 15px */
h4 { font-size:1em }  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  color: black;
  background: #f8fdfe;
  margin: 0 auto;
  /* //margin-left: 3px; */
  text-align: left;
  width: 773px;
  display: inline-block;
  background-image: url( /public/themes/rwproject/images/background.png );
}

#front_header {
  margin-left: -2px;
  height: 400px;
  background: rgb( 251,252,214 ) url(/public/themes/rwproject/images/front_page_header.jpg) no-repeat center;
}

#inside_header {
  margin-left: 1px;
  height: 220px;
  background: rgb( 251,252,214 ) url(/public/themes/rwproject/images/inside_page_header.jpg) no-repeat center;	
}

#members_header {
  margin-left: 1px;
  height: 220px;
  background: rgb( 251,252,214 ) url(/public/themes/rwproject/images/members_page_header.jpg) no-repeat center;	
}

#post_header {
  margin-top: -75px;
  margin-left: 230px;
  margin-right: 100px;
  font-size: 12px;
}

#post_header h1 {
  color: #324F6A;
  font-size: 30px;
  font-weight: 800;
  text-shadow: #bbbbbb 1px -1px 1px;  
  background-image: url(/public/themes/rwproject/images/h1_background.png);
  background-repeat: no-repeat;
}

#front_nav {
  margin-top: -260px;
  top: 0px;
  left: 0px;
  margin-left: 100px;
  width: 200px;
  font-size: 11px;
  list-style-type: none;
  letter-spacing: 1px;
  z-index: 100;
}
#front_nav ul li {
  list-style-type: none;
}
#front_nav a {
  color: white;
  text-decoration: none;
}
#front_nav a:hover {
  color: rgb( 35, 68, 102 );
  text-decoration: none;
}

#project_schools {
  top: 0px;
  left: 0px;
  display: inline;
  float: left;
  width: 60px;
  margin-left: 50px;
  margin-top: 40px;
}
#project_schools a {
  color: yellow;
  text-decoration: none;
}

#inner_nav {
  text-transform: uppercase;
  font-family: Serif, Helvetica, Arial;
  display: inline;
  float: left;
  left: 0px;
  top: 0px;
  margin-left: 26px;
  margin-top: -43px;
  padding-left: 26px;
  background-image: url( /public/themes/rwproject/images/inner_nav_background.png );
  width: 160px;
  margin-right: 10px;
  line-height: 20px;
  letter-spacing: 1px;
}
#inner_nav_bottom {
  height: 20px;
  width: 193px;
  margin-left: -26px;
  /* left: 10px; */
  background-image: url( /public/themes/rwproject/images/inner_nav_bottom.png );
}

ul.top-level-inner-nav {
  font-weight: bold;
}
ul.top-level-inner-nav a {
  color: white;
  text-decoration: none;
}


ul.second-level-inner-nav {
  margin-left: 10px;
}
ul.second-level-inner-nav a {
  color: yellow;
  text-decoration: none;
}

#article_teaser {
  margin-left: 50px;
  width: 420px;
  /* height: 75px; */
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
  cursor: pointer;
  background-image: url( /public/themes/rwproject/images/read_more.png );
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  /* margin-bottom: 20px; */
}

#article_archive {
  float: left;
  width: 160px;
  display: inline;
  margin-left: -170px;
  margin-top: 200px;
  /* background-color: red; */
}

#article_archive h2 {
  color: #92B743;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 17px;
}

#article_archive ul {
  margin-bottom: 20px;
}

#article_archive li {
  font-size: 1.2em;
}

#upcoming_events {
  float: left;
  left: 0px;
  margin-top: 30px;
  margin-left: -190px;
  width: 190px;
}

#upcoming_events ul {
  list-style-type: none;
}

#upcoming_events li {
  margin-left: -20px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
}

#upcoming_events a:link {
  text-decoration: none;
}

#upcoming_events a:visited {
  text-decoration: none;
}

li.comment {
  border-bottom: 1px dotted #ccc;
  margin-left: -50px;
  margin-top: 10px;
  padding-left: 50px;
  background-image: url(/public/themes/rwproject/images/comment.png);
  background-repeat: no-repeat;
  background-top: 10px;
}


div#members_home {
  margin-left: 20px;
  margin-top: -50px;
}

div#members_title {

}

ol.comments {
  /* background-color: #eee; */
}

#jumpbacks {
  position: absolute;
  top: 0;
  right: 0;
}

#jumpbacks h4 {
  background-image: url(/public/themes/rwproject/images/paperclip.png);
  /* background-color: rgb(231,117,63); */
  width: 117px;
  height: 81px;
  margin-top: 10px;
  padding-left: 70px;
  padding-top: 10px;
  font-size: 15px;
  text-align: left;
}

#jumpbacks h4 a {
  width: 100px;
}

#unordered_list ul {
 list-style-type: circle;
}

span.date {
  font-size: 10px;
}

#nav {
  bottom: 0;
  font-size: 1.1em;
  right: 25px;	
  float: right;
  padding-top: 8px;
}
#subnav {
	bottom: 0;
	font-size: 1.1em;
	float: right;
}
#breadcrumb {
  background: #87BCD8;
  border-bottom: 2px solid #90C7E4;
  color: #4C7897;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}
#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 230px 20px 30px;
}
#content {
  /* position: relative; */
  /* top: -200px; */
  left: 0px;
  /* background-color: red; */
  /* float: left; */
  margin-left: 220px;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 20px 10px 30px 10px;
  width: 480px;
}
#content strong {
  font-weight: bolder;
}
#content em {
  font-style: italic;
}

#sidebar {
  color: #4B798B;
  float: right;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 10px 30px 20px 20px;
  width: 206px;
}
#footer {
  border-top: 1px solid #DBDFE0;
  clear: both;
  color: #aaa;
  font-size: 1.1em;
  height: 70px;
}

/* header */

#header h1 {
  font-size: 4.0em;
  display: inline-block;
  margin-left: 90px;
  min-height: 80px;
  min-width: 550px;
}
#header h1 a {
  color: rgb( 206,114,29 );
  /* color: rgb( 206,114,29 ); */
  /* color: rgb( 191,0,181 ); */
  

  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
  padding-left: 50px;
	padding: 0px;
	margin: 0px;
	visibility: hidden;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
  color: #fff;
  font-size: 18px;
	font-style: italic;
	display: none;
}

/* navigation */

#subnav ul, #nav ul {
  display: inline-block;
}
#subnav li, #nav li {
  display: block;
  float: left;
}
#nav li a {
  background: #234466;
  color: #fff;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 7px 20px 7px 20px;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 5px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radious-bottomright: 0px;
-webkit-border-radius: 5px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

#subnav li a {
  background: #234466;
  color: #fff;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 7px 20px 7px 20px;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radious-topleft: 0px;
-webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
}

#subnav li a {
	background: #335682;
}

#nav li a:hover, #nav li a.current { background: #3C6787; }
#subnav li a:hover, #subnav li a.current { background: rgb(77,115,151); }


/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h2, p.comment-captcha-success {
  color: #92b743;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 17px 0;
}

#content h2 a {
  color: #76aac9;
  text-decoration: none;
}
#content h2 a:hover {
  color: #7C90A1;
}
#content h3, #content h4 {
  background: none;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
  color: #a9c6d4;
}
#content h5 {
  /* background-color:#E5C34E; */
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 5px;
}
#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}

/*
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}
*/

/* secondary content */

#sidebar h2, #sidebar h3 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}	
#sidebar a {
  color: #4B798B;
}
#sidebar a:hover { color: #231f20; }


/* footer */

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}
#footer a {
  color: #aaa;
  text-decoration: underline;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.general_info {

  font-size: 14px;
  //background-color:white;


}

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

.frog_right {
  float: right;
}

.frog_left {
  text-align: left;
}

/* comment */
.comment-form-body {
  width: 450px;
}


/* tabs */

div#extjs ul li {
  list-style-type:none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}



/*-----------------------------------------------------------------------------------------*/
/* Everything below is from the old site - copied here only for the slider on the homepage */
/*-----------------------------------------------------------------------------------------*/

/*- Box5 -*/
.box5{
	margin: 0 0 30px;
	display: inline-block;
}

.box5 .post img {
	border:0;
}

/*- Wrapper -*/
.wrapper{
	float: left;
	padding: 0 0 0 0px;
}

.btn-arr a{
	background: #507282;
	color: #ffffff;
	line-height: 25px;
	padding: 5px 10px 0px 20px;
}
.btn-arr2{
	float: left;
	padding: 100px 0 0;
	width: 27px;
	height: 27px;
}

div.btn-arr2.fr {
	margin-left:15px;
}

div.col4.post.reading {
	background: url(/public/themes/rwproject/images/slider/photo-reading.jpg) no-repeat right bottom;
	
}

#mygallery div.belt div.panel div.col4.post h2 {
	font-size: 2em;
	padding-bottom: 5px;
}

div.col4.post.writing {
	background: url(/public/themes/rwproject/images/slider/photo-writing.jpg) no-repeat right bottom;
}

div.col4.post.teacher {
	background: url(/public/themes/rwproject/images/slider/photo-teacher.jpg) no-repeat right bottom;
}

div.col4.post p {
	width: 225px;
}

.col4{
	float: left;
	width: 368px;
	height: 200px;
	padding: 5px;
}

/*=== Sub Columns ===*/
.col5{
	float: right;
	width: 100px
}

.col5 img{
	border: 1px solid #507282;
}


/*=== Slider ===*/

.stepcarousel {
  position: relative; /*leave this value alone*/
  overflow: scroll; /*leave this value alone*/
  width: 400px;
  height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
  position: absolute; /*leave this value alone*/
  left: 0;
  top: 0;
}

.stepcarousel .panel{
  float: left; /*leave this value alone*/
  overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 15px; /*margin around each panel*/
  width: 400px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
} 



/* first, second, third choices in applications */

tr.options123 {
  font-size: 14px;
  border: 1px solid #aaa;
}

td.option {
  background-color: #eee;
  color: #aaa;
  padding : 4px;
  margin: 1px;
  width: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

td.option sup {
  font-size: 7px;
}

td.option_header {
  width: 20px;
  font-weight: bold;
  text-align: center;
  color: #666;
  padding : 4px;
  margin: 1px;
}

td.title {
  font-size: 11px;
  padding : 0px 10px 0px 10px; 
}

span.presenter {
  font-weight: bold;
  padding-left: 10px;
}


/* jumpbacks in black at bottom of pages */

td.jumpback_black_left {
  width: 51px;
  height: 45px;
  background: url(/public/themes/rwproject/images/jumpback_black_left.png) no-repeat;
}

td.jumpback_black_middle {
  height: 45px;
  background: url(/public/themes/rwproject/images/jumpback_black_middle.png);
  font-size: 16px;
}

td.jumpback_black_middle a {
  color: yellow;
}

td.jumpback_black_right {
  width: 10px;
  height: 45px;
  background: url(/public/themes/rwproject/images/jumpback_black_right.png) no-repeat;
}



/*=== email handler ===*/

#email_message, #email_subject, #send_email
{
  margin-top:20px; 
}

#send_email
{
  margin-left:140px; 
}
/*
label
{
  margin:20px;
}
*/