/*  *******************  */
/*  TEMPOSCHOOL.ORG CSS  */
/*  *******************  */

/* Import Blueprint's screen styles */
@import url(blueprint/compressed/screen.css);

/* Import structure for menu -- DO NOT MODIFY */
/* If you need to style the menu, you should add those styles in this screen.css file */
@import url(lib/main-menu.css);

/* Uncomment the line below for helpful debugging CSS */
/*@import url(lib/debug.css);*/

@import url(reset.css);



html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "Geneva", "Lucida Grande", lucida, sans-serif;
}
body {
	background: #7d8e87 url(../img/tempobg.gif) no-repeat center 90px; 
	font: 0.8333em "Geneva", "Lucida Grande", lucida, sans-serif;
}


/***  main divs  ***/
#wrap {
	background: transparent url(../img/bg.gif) repeat-y center 190px;
	position:relative;
}
#photoheader {
	background: transparent url(../img/photosbg.gif) no-repeat top center; 
	height:249px;
}
#nav {
	background: black url(../img/navbg.gif) repeat-x top left; 
	height:44px;
}
#content {
	padding-top:40px;
}
#left_content {
	float:left;
}
#main_content {
	float:left;
	border-left:1px solid #02321d;
	margin-bottom:12px;
	min-height:350px;
}
#sidebar {
	float:right;
	padding-top:10px;
}
#homepage_left {
	margin:20px 10px 20px 15px;
	padding-top:20px;
	clear:both;
	/* typography for this at bottom */
}
#subphoto {
	height:200px;
}
#subphoto #photo {
	width:190px;
	height:200px;
	overflow:hidden;
}
#home_news {
	background-color:#c6c6c6;
	padding:5px 0 15px 0;
	margin-top:-8px;
}
#home_events {
	background: #c6c6c6 url(../img/eventsbg.gif) no-repeat bottom left;
	padding:5px 0 15px 0;
	margin-top:-8px;
}
#footer {
	background: transparent url(../img/footerbg.gif) no-repeat top center; 
	padding-top:30px;
	margin-bottom:40px;
	color:#bec7c3;
}
/* end */

.container {
	width:950px; 
	margin:0 auto;
}
.container2 {
	width:990px; 
	margin:0 auto;
}


/***  heading logo styles  ***/
#header h1 {
	margin:0;
	padding-bottom: 0;
}
#header h1 a{
	display: block;
	text-indent: -9999px;
	width: 990px;
	height: 175px;
	background: transparent url(../img/headerbg.gif) no-repeat 0 -35px;
}
/* end */


/** top photo styles **/
.top_photo {
	float:left;
	width:475px;
	height:234px;
	margin-top:15px;
	overflow:hidden;
}
.left_push {
	margin-left:20px;
}
/* end */


/*  overlay extra nav  */
#extra_nav {
	position:absolute;
	background: transparent url(../img/extra-nav-tabs.png) no-repeat top left;
	width:293px;
	height:31px;
	top:200px;
	z-index:999;
	margin-top:193px;
	margin-left:677px;
	padding-top:7px;
}
/* end */


/* main menu */
ul#main-menu {
	padding-left: 156px;
}
#main-menu li {
	background: transparent url(../img/nav-line.gif) no-repeat 0 13px;
}
#main-menu li.no-line {
	background: transparent;
}
/* Menu item hover */
#main-menu li a {
	padding: 13px 24px 13px 24px;
	background: transparent;
	margin:0;
	margin-right: 1px;
	font: 1.0833em  "Geneva", "Lucida Grande", lucida, sans-serif;
	color: #bec7c3;
	text-decoration: none;
	
}
/* Current Main item */
#main-menu li a.current {
	background: transparent;
	color: #fff;
	text-decoration:underline;
}
/* Menu item hover */
#main-menu li a:hover {
	background: transparent;
	color: #fff;
	text-decoration: underline;
}
/* Submenu item */
#main-menu li ul {
	border:1px solid #999;
	border-top: none;
	background: #f3f3f3;
	margin-left:0;
	width: 190px;
}
#main-menu li li {
	background: transparent;
	display: block;
	border-bottom: none;
	padding: 2px 0;
}
#main-menu li li a {
	background: transparent;
	font-size: 1em;
	color:#02321d;
	display:block;
	text-decoration: none;
	font-weight:normal;
	padding: 2px 5px 2px 20px;
}
/* Current Submenu item */
#main-menu li li a.current {
	background: transparent;
	display: block;
	text-decoration: none;
	color:#333;
}
/* Submenu item hover */
#main-menu li li a:hover {
	background: transparent;
	display: block;
	text-decoration: none;
	color:#777;
}
/*  end  */


/** submenu styles **/
#sub-content {
	float: left;
	width: 170px;
	margin-top:25px;
}
ul#submenu {
	text-align:right;
}
#submenu li a {
	text-decoration: none;
	display:block;
	color:#777;
	font-size:1.0833em;
	margin-bottom:14px;
	padding-bottom:2px;
	border-bottom:1px solid #777;
}
#submenu li li a {
	text-decoration: none;
	display:block;
	color:#999;
	font-size:0.925em;
	margin-bottom:14px;
	margin-top:-4px;
	padding-bottom:0px;
	border-bottom:0px dotted #999;
}
#submenu li a.firstlink {
	font-weight:bold;
	color:#333;
}
/*  end  */


/** footer styles **/
p.footer_content {
	float:left;
	margin-left:20px;
	font-size:0.8333em;
}
p#copyright {
	float:right;
	margin-right:20px;
	font-size:0.8333em;
}
p#copyright a {
	color:#fff;
	text-decoration:underline;
}
p#copyright a:hover {
	text-decoration:none;
}
/* end */

/*** horizontal line rules ***/
hr.line {
	clear:both;
	margin:0;
	background: transparent;
	border:0;
	border-top:1px solid #999;
}
hr.dotted {
	clear:both;
	margin:5px 10px;
	background: transparent;
	border:0;
	border-top:1px dotted #999;
}
hr.breaker {
	clear:both;
	margin:0;
	background: transparent;
	border:1px solid transparent;
}
/* end */


/*** typography ***/
#content h2, #content h3, .newslist h2 {color:#02321d;margin-bottom:12px;}
#content h2, .newslist h2 {
	font: 2.0833em "Times New Roman", times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height:1em;
}
#content h3 {
	font-size: 1.667em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height:1em;
	text-decoration: underline;
}

#content h4, #content h5 {
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	color:green;
	padding: 10px 0;
}

#content h5 {
	text-decoration: underline;
	text-align:center;
}

#content p {
	margin:0.9167em 0;
	line-height:1.4167em;
}

#content strong {
	font-weight: bold;
}

#main_content ul {
	list-style-type: circle;
	margin: 4px 0 10px 0;
}
#main_content li {
	margin: 0 0 0 20px;
	padding: 3px 0 3px 5px;
}

#homepage_left p{
	font-size:0.9167em;
	color:#02321d;
}
#homepage_left a{
	color:#555;
}
#extra_nav a {
	color:#fff;
	font-size:0.9167em;
	text-decoration:none;
	margin:0 25px;
}

.newslist a {
	color:green;
}

#content .newslist h4 {
	padding:0;
	margin:0;
	line-height:1em;
}

#content .newslist h4 a {
	color:#1d5b41;
	margin-bottom:0;
	padding-bottom:0;
	line-height:1em;
	text-decoration: none;
}

#content .newslist h4 a:hover {
	color:#555;
	text-decoration: underline;
}

#content .newslist em {
	background: transparent;
	font-style:oblique;
	font-size:0.85em;
	color:#555;
	margin:0;
	padding:0;
}

#content .newslist p {
	margin: 5px 0 12px 5px;
	padding:0;
}

a.green_link {
	color:#1d5b41;
}
a.grey_link {
	color:#999;
	font-size:0.8333em;
	text-decoration:none;
	display:block;
	margin:-25px 0 15px;
}

/* end */


/**  sidebar news events  **/
#sidebar h3.newsH {
	background:transparent url(../img/newstab.jpg) no-repeat top left;
	color:#fff;
	font-weight:normal;
	font-size:1.1667em;
	text-decoration: none;
	height:30px;
	margin:0;padding:8px 0 0 8px;
}
#sidebar #home_news p, #sidebar #home_events p, #sidebar #tag_box p {
	margin:0;
	padding: 2px 20px 5px 10px;
	font-size: 0.8333em;
}
#sidebar #home_news p.news_head {
	font-size:1.0em;
	font-weight:bold;
	padding:0 20px 0 10px;
}
#sidebar #home_news a, #sidebar #tag_box a {
	color:#1d5b41;
	text-decoration:none;
}
#sidebar #home_news a:hover, #sidebar #tag_box a:hover {
	color:#333;
}
#sidebar h3.eventsH {
	background:transparent url(../img/eventstab.gif) no-repeat top left;
	color:#fff;
	font-weight:normal;
	font-size:1.1667em;
	text-decoration: none;
	height:30px;
	margin:-8px 0 0 0;padding:8px 0 0 8px;
}
#sidebar #home_events a {
	font-size:1em;
	color:#1d5b41;
	text-decoration:none;
	display:block;
	margin-left:10px;
	padding:2px 0;
	font-weight:bold;
}
#sidebar #home_events a:hover {
	color:#333;
}
#sidebar h3.googleC {
	background:transparent url(../img/calendarbg.gif) no-repeat top left;
	width:230px;
	height:40px;
	margin:-8px 0 0 0;padding:0;
	text-align:center;
	font-weight:normal;
	font-size:1.3333em;
	letter-spacing: normal;
}
#sidebar h3.googleC a {
	width:230px;
	display:block;
	padding-top:10px;
	color:#fff;
	text-decoration: none;
}
/* end */

/* Members Module */
#main_content .errorlist            {margin: 0; padding: 2px 0 0 0; font-size: 11px;}
#main_content .errorlist li         {list-style-type: none;  margin: 0; padding: 0;}
#main_content .error                {padding: 0;}
#main_content .large                {padding: 0; margin: 0;}
#main_content ul.profile			{list-style-type:none;}
#main_content ul.profile li			{padding-left:0;margin-left:10px;}
#main_content .profile span         {font-weight: bold; color:#555;}
#main_content .pagination           {text-align: center;}

/* Alumni tag cloud */
p.alum_italic						{font-style:italic; font-size:90%;}
#sidebar ul#taglist					{margin:10px;}
#taglist li							{color:#737373;display:inline;}
#sidebar #tag_box					{background: #c6c6c6 url(../img/eventsbg.gif) no-repeat bottom center;margin-top:-8px;padding:5px 0 15px;}
#sidebar #tag_box a					{font-size:0.9167em;}
#sidebar a.biglink {
	margin:10px 30px 20px 15px;
	font-weight:bold;
	font-size:1.2em;
	-webkit-border-radius: 8px 8px; -moz-border-radius: 8px 8px;
	border:1px solid #1d5b41;
	padding:6px;
	display:block;
	text-align:center;
}

/* Tag list table */
table#tagged, tr, td 	{border:none; width:100%;}
td 						{height:26px;border:1px solid white;padding:0 10px 0 15px; background:#e9e9e9 url(../img/bar_bg.jpg) repeat-x left bottom;text-align:left;vertical-align:middle;}
td.first_cell			{padding:0;background:none;width:26px;height:26px;}
td 						{font-size:0.9167em;}
td a					{color:#1d5b41;text-decoration:none;letter-spacing:1px;}

/* internal login table */
table#tagged					{margin:0 7px;}
table#tagged, tr, td 			{border:none; width:100%;}
#tagged td 						{text-align:left;vertical-align:middle;}
#tagged td.login_button			{padding:0;background:none;}
#tagged td 						{font-size:0.9167em;}
#tagged td a					{color:#1d5b41;text-decoration:none;}



/* ------------------------------------------------------------------------ */
/* Forms */
/* ------------------------------------------------------------------------ */

#main_content form                                        {float: left; padding-top: 21px;}
#main_content form .fields                                {margin: 0; float: left;}
#main_content form li                                     {list-style-type: none;}
#main_content form .field                                 {width: 570px; padding-bottom: 15px; clear: both; display: block; float: left;}
#main_content form li.buttons                             {padding-left: 215px;}
#main_content label                                       {cursor: default;}
#main_content .help                                       {margin: 2px 0 0 210px; padding:0; font-size: 11px;}
#main_content label.error, #formErrors                    {color: #B03024; border: none; background-color: #fff;}
#main_content div.element                                 {float: right; width: 360px; position: relative;}
#main_content span.req                                    {display: inline; font-weight: bold; color: #B03024; float: none; padding-left: 3px;}                        
#main_content .text input, textarea                       {font: 15px/21px "VegurLight",helvetica,sans-serif; padding: 3px 5px; border: none; margin: 0; background-color: #DEDEDE; display: block}
#main_content .text input, textarea                       {-moz-border-radius: 2px; -webkit-border-radius: 2px;}
#main_content textarea                                    {height: 130px; display: block;}
#main_content .small input, .small textarea               {width: 100px;}
#main_content .medium input, .medium textarea             {width: 220px;}
#main_content .large input, .large textarea               {width: 350px;}
#main_content input:focus, textarea:focus                 {background-color: #cccccc; border: none;}
#main_content .errorlist                                  {color: #B03024;}
#main_content .errorlist li                               {-moz-border-radius: 6px; -webkit-border-radius: 6px; background-color: #FFFFFF;}
#main_content .commentAjaxLoader                          {float: left; margin-top: 4px;}
#main_content #commentWaiting                             {margin: 1px 0 0 5px; display: inline-block;}