/*
** georgetown style sheet
*/

body {
	margin: 0px;
  	margin-left: 1px;	
  	padding: 0px;
  	color: #000;
 	background: #fff;
	font-family: "verdana", "arial", sans-serif;
	font-size: 80%;
	text-align: center;
}


/*
** Page layout/design
*/
#main {
  background: #fff;
  position: relative;
  top: 0px;
  right: 0px;
  margin: 0px auto;
  width: 770px;
  text-align: left;
}

/*
** Header
*/
#header {
	color: #ffffff;
	width: 750px;
	height: 124px;
	padding-left: 10px;
	padding-right: 10px;
}

#header .left_text {
	float: left;
}

#header .right_text {
	float: right;
}

#header .title_ware {
	color: #cc3333;
	background: transparent;
}

#header a:link {
	color: #ffffff;
	text-decoration: none;
}

#header a:visited {
	color: #ffffff;
	text-decoration: none;
}

#header a:hover {
	color: #cc3333;
	text-decoration: none;
}

#header a:active {
	color: #ffffff;
	text-decoration: none;
}


/*
** admin header
*/

#header_admin {
	color: #ffffff;
	background: #0e4b78;
	width: 750px;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#header_admin .left_text {
	float: left;
}

#header_admin .right_text {
	float: right;
}

#header_admin .title_ware {
	color: #cc3333;
	background: transparent;
}

#header_admin a:link {
	color: #ffffff;
	text-decoration: none;
}

#header_admin a:visited {
	color: #ffffff;
	text-decoration: none;
}

#header_admin a:hover {
	color: #fff;
	text-decoration: underline;
}

#header_admin a:active {
	color: #ffffff;
	text-decoration: none;
}


/*
** Navigation
*/
#nav_up {
	padding-top: 40px;
}

#nav_down {
	padding-bottom: 20px;	
}


#subnav {
	background: #0e4b78;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 5px solid #b4d234;
	height: 47px;	
}

/*
** leftside
*/
#leftside {
	width: 160px;
	float: left;
	padding-left: 15px;
	text-align: right;
}

#leftside h1 {
	color: #0e4b77;
	background: transparent;
	font-family: "arial", "verdana", sans-serif;
	font-size: 150%;
}

#leftside h2 {
	color: #333;
	background: transparent;
	font-family: "arial", "verdana", sans-serif;
	font-size: 110%;
}

#leftside #portfolio_image {
	float: left;
	padding-right: 5px;
}

#leftside #portfolio_text {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 110px;
}

/*
** rightside
*/
#rightside {
	width: 570px;
	float: right;
	padding: 10px;
	border-left:5px solid #b4d234 ;
	min-height: 376px;
	height:auto !important;
	\height: 376px;
	
}

#rightside h1 {
	color: #1336a6;
	background: transparent;
	font-family: "arial", "verdana", sans-serif;
	font-size: 150%;
}

#rightside h2 {
	color: #207b11;
	background: transparent;
	font-family: "arial", "verdana", sans-serif;
	font-size: 125%;
}

#rightside #recent_work {
	text-align: center;
}

#rightside #quotes {
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
}

#rightside #quotes_author {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}

#rightside #links {
	text-align: center;
}

#recent_work img {
	border: 1px solid #000;
}


/*
** breadcrumb
*/
.breadcrumb {
	color: #666;
	background: transparent;
	font-size: 80%;
}

.breadcrumb a {
	color: #000;
	background: transparent;
}

img.block {
	display: block;
}

.table_header {
	color: #fff;
	background: #365B80;
	font-weight: bold;
}

.table_header a {
	color: #fff;
}

.even {
	color: #000;
	background: #B4CEE8;	
}

.child {
	font-size: 90%;
	color: #000;
	padding: 1px;	
}

.pages {
	padding: 3px;	
}

.module_description {
	cursor: help;	
}

/*
** Admin stuff -- Important
*/

#lang_bar {
	height: 18px;
	background: transparent url(../images/bg_lang.png) repeat-x top center;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
}

#lang_selected {
	height: 22px;
	padding-top: 1px;
	//background: transparent url(../images/bg_lang_selected.png) no-repeat top center;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #000;
	text-decoration: none;
}


#page_heading {
	color: #b4d234;
	font-family: georgia, serif;
	font-size: 150%;
	margin-left: 8px;
	margin-right: 8px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom: 5px solid #b4d234;
}

.img_border {
	border: 1px solid #999;
	background: #f6f6f6;
	padding: 5px;
}




table.event_table {
	border: 1px solid #666;
	margin: 0;
	padding: 2px;
	border-collapse:collapse;
	width: 100%;
}

.day_header {
	color: #333;
	background: #DBD1C7;
	font-weight: bold;
	border-top: 1px solid #666;
}

.day {
	width: 65px;
	height: 65px;
	border: 1px solid #666;
	vertical-align: top;
	text-align: right;
	font-size: 90%;
}

.cal_month_header {
	font-size: 125%;
	text-align: center;	
	font-weight: bold;
}

.cal_info {
	font-size: 80%;	
	padding: 5px;
}
