body {
	margin:0px 0px 0px 0px;
	padding:0px;
	font: 14px "helvetica Neue",Helvetica,Arial,sans-serif;
	color:#333;
	background:#fff;
}

.normal {
	font: 14px "helvetica Neue",Helvetica,Arial,sans-serif;
	color:#333;
	letter-spacing:0px;
}

/* Styling: Headers */

h1 {
	font-family: "helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	color: #4FAFBA;
	font-size: 200%;
	margin: 10px 0px 0px 0px;
}

h2 {
	font-size: 144%;
	color: #444;
	font-family: "helvetica Neue",Helvetica,Arial,sans-serif;
	margin:.5em 0 .5em 0;
	text-shadow: 0px 1px 1px #ccc;
}

h3 { 
	font-size: 119%;
	color: #444;
	font-weight: bold; 
	font-family: "helvetica Neue",Helvetica,Arial,sans-serif;
	margin:.25em 0 .25em 0;
	text-shadow: 0px 1px 1px #ccc;
}

.small { 
	display: inline;
	font-size: 75%;
	color: #444;
	font-weight: normal; 
	font-family: "helvetica Neue",Helvetica,Arial,sans-serif;
}

h4, h5, h6 {
	font-weight: bold;
	font-family: "helvetica Neue",Helvetica,Arial,sans-serif;
}

hr {
	color: #cbc7c8;
	background-color: #cbc7c8;
	height: 1px;
	border:0;
}

.formfield {
	display:block;
	margin: 5px 0px 10px 0px;
}

.field {
	display:block;
}

label, .field-label {
	font-weight:bold;
	border: 0px solid #000;
}

.caption {
	font-size: 90%;
	color: #777;
	border: 0px solid #000;
	margin: 3px 0px 3px 0px;
}

.captioninline {
	display: inline;
	font-size: 90%;
	color: #777;
}

.right {
  float: right;
  text-align: right;
  width: 20%;
}

/* Styling: Links */

a, a:link, a:visited {
	color: #4FAFBA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	position: relative;
}

a.tip:hover {
	text-decoration: none;
	position: relative;
}

a.tip span {
	display: none;
	text-decoration: none;
}

a.tip:hover span {
	text-decoration: none;
	display: block;
	width:200px;
	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	background: #fff; 
	border: 1px solid #bbb;
	opacity: 0.9;
	font: 14px;
	/* end formatting */
}

img {
	border: 0px;
}

/* Structural: document */

#wrapper {
	margin:0px auto;
	padding:10px;
}

#main {
	margin-left:210;
}

#sidebar {
	float:left;
	width:200;
	padding:0;
	margin:0;
}

#logo {
}

#header {
	width:100%;
	border-bottom:1px solid #cbc7c8;
}

#search {
	float:right;
}

/* Structural: Blocks */

.info {
	padding: 15px;
	border: 1px dotted #bbb;
	margin: 15px;
	font-family: "helvetica Neue",Helvetica,Arial,sans-serif;
	color: #111;
	line-height:1.5em;
	background-color: #fff;
	font-size: 95%;
}

.block {
	border-bottom:1px dotted #bbb;
	margin-bottom:15px;
	padding: 0px 5px 0px 5px;
	font-family: "helvetica Neue",Helvetica,Arial,sans-serif;
	color: #111;
	line-height:1.5em;
	background-color: #fff;
	font-size: 95%;
}

.block-search {
	border:0px;
}

.block-admin {
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	font-family: "helvetica Neue",Helvetica,Arial,sans-serif;
	color: #111;
	line-height:1.5em;
	font-size: 95%;
	border:1px solid #f88;
	background-color: #fee;
}

hr {
	margin: 20px 0px 20px 0px;
}

/* Structural: Menus */

#primarymenu {
	padding: 5px 0px 3px 0px;
}

#primarymenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#primarymenu li {
	border-bottom: 1px solid #4FAFBA;
	padding: 5px;
}

#primarymenu a {
	color: #777;
	padding:2px 14px 2px 0px;
	margin: 0px 1px 0px 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
	font-weight:bold;
	font-size: 110%;
	text-shadow: 0px 1px 1px #ccc;
}

#secondarymenu {
	padding: 5px 0px 3px 0px;
}

#secondarymenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#secondarymenu li {
	border-bottom: 1px dotted #4FAFBA;
	padding: 5px;
}

/* Structural: Tables */

table, table tr, table th, table td {
	font-size: 14px;
}

td {
	border: none;
	border-collapse:collapse;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}

th {
	text-align:left;
	padding: 5px 5px 5px 5px;
	background: #eee;
}

/* highlight tables */

table.highlight {
	width:100%;
	border-collapse:collapse;
	border:1px solid #bbb;
	border-left: none;
	border-right: none;
}

table.highlight tr {
	border: 1px solid #bbb;
	border-left: none;
	border-right: none;
}

table.highlight tr:hover {
	background-color: #e6f5f8;
}

table.main {
	width:100%;
}

table.main, table.main tr, table.main td, table.main th {
	border-collapse:collapse;
	margin:0;
}

/* Structural: 2 column layout */

div.columns {
	padding:0;
	margin:0;
}

div.columnleft { 
	padding:0;
	width: 45%; 
	float: left; 
}

div.columnright { 
	padding:0 40 0 0;
	width: 45%; 
	float: right;
	text-align:left;
}

div.columnend {
	clear:both;
}

/* Notices */

div.notice {
	border: 2px solid #f00;
	background: #f88;
	padding: 15px 10px 5px 52px;
	background-image: url(/images/error_icon_small.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height:32px;
}

/* Twitter */

ul#twitter_update_list {
	list-style: none;
	margin-left:0;
	padding-left:0px;
}

ul#twitter_update_list li {
	margin-bottom:10px;
	margin-left:0;
}
