* { margin: 0; padding: 0; }

html
{
	color: #333333;
	background-color: #ffffff;
	font: normal 76%/1.7 "Lucida Grande", "Trebuchet MS", Verdana, Sans-Serif;
}

/* Links */

a { text-decoration: none; font-weight: bold; border-bottom: 1px dotted #aaaaaa; }

a:link { color: #2255aa; }

a:visited { color: #6699ee; }

a:hover, a:active { color: #aa3322; border-bottom-style: solid; }

/* Headings */

h1, h2, h3, h4, h5, h6 { color: #551111; padding: 10px 0 0; }

h1 { font-size: 2.0em; }

h2 { font-size: 1.8em; }

h3 { font-size: 1.6em; }

h4, h5 { font-size: 1.4em; }

h6 { font-size: 1.0em; font-weight: bold; text-transform: uppercase; }

/* Lists */

ul
{
	margin: 10px 35px; 
	line-height: 2.0em;
	list-style-type: square;
}

ol
{
	margin: 10px 40px;
	line-height: 2.0em;
}

dl
{
	margin: 10px 35px; 
	line-height: 1.7em;
}

dt, dd { padding: 5px 0; }

table   {
	margin-left: 3.8cm;
	border-collapse: collapse;
	padding: 5px;
	font-size: small;
}
caption { caption-side: top; text-align: center }
tr { border: 1px solid blue }
th { padding: 5px; text-align: center; font-weight: bold; vertical-align: baseline }
td { padding: 5px; border: 1px dotted black; vertical-align: middle }

/* Images */

img 
{ 
/*	padding: 8px; 
	background-color: #fcfcfc;
	border: 1px solid #cfcfcf; 
*/}

img:hover { 
/*	padding: 8px; 
	border: 1px solid #cfcfcf; 
	background-color: #f9f9f9; 
*/}

/* Other Html Elements */

p
{
	margin: 15px 0; 
	line-height: 1.7em;
}

abbr, acronym, cite, kbd
{
	cursor: help; 
	font-style: normal;
	border-bottom: 1px dotted #888888; 
}

pre { overflow: auto; }

blockquote, pre
{
	margin: 20px 35px; 
	padding: 5px 10px; 
	background-color: #f9f9f9;
	border: 1px solid #cfcfcf; 
}

code { font-family: Consolas, Monaco; }

hr
{
	height: 1px;
	clear: both;
	visibility: hidden;
}

/* Structure */

body
{
	width: 90%;
	margin: 0 auto;
}

#sf_crud_container
{
	float: left; 
	width: 100%;
	clear: both;
}

#sf_crud_container #sf_crud_content
{
	width: 60%;
	float: left;
	padding: 10px 0;
	overflow: hidden;
}

#sf_crud_container #sf_crud_content_fullpage
{
	width: 100%;
	float: left;
	padding: 10px 0;
	overflow: hidden;
}

#sf_crud_container #sf_crud_bar
{
	width: 35%;
	float: right;
	padding: 10px 0;
	overflow: hidden;
}

#sf_crud_container #sf_crud_footer
{
	clear: both;
/*
	border-top: 1px dotted #cccccc;
	border-bottom: 1px solid #cfcfcf;
*/
}

/* #sf_crud_container #sf_crud_bar
{ 	
	margin-top: 8px;
	position: absolute;
	top: 160px;
	right: 130px;
	width: 250px;
} */

/* #sf_crud_container #sf_crud_content
{
  margin-right: 270px;
} */

#sf_crud_container ul, #sf_crud_container ol, #sf_crud_container li, #sf_crud_container h1, #sf_crud_container h2, #sf_crud_container h3, #sf_crud_container h4, #sf_crud_container h5, #sf_crud_container h6, #sf_crud_container pre, #sf_crud_container form, #sf_crud_container p, #sf_crud_container blockquote, #sf_crud_container fieldset, #sf_crud_container input { margin: 0; padding: 0; }
#sf_crud_container a img,:link img,:visited img { border: none; }

/*#sf_crud_container a:link, #sf_crud_container a:visited
{
  text-decoration: none;
}*/

/*#sf_crud_container a:hover
{
  text-decoration: underline;
}*/

#sf_crud_container td
{
  margin: 0;
/*  padding: 20px; */
  font-family: Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

#sf_crud_container p
{
  margin-bottom: 5px;
}

#sf_crud_container h1
{
  margin: 8px 0;
  padding: 3px;
  padding-left: 0px;
  color: #555;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 25px;
}

#sf_crud_container fieldset h2
{
  padding: 3px;
  color: #333;
  background-color: #ccf;
  font-size: 11px;
}

#sf_crud_container input, #sf_crud_container textarea, #sf_crud_container select
{
  padding: 3px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #ddd;
  vertical-align:middle;
}

#sf_crud_container label
{
  display: block;
  padding: 0 1em 3px 0;
  float: left;
  text-align: left;
  width: 8em;
  color: #666;
  font-weight: normal !important;
}

#sf_crud_container label.required
{
  color: #333 !important;
  font-weight: bold !important;
}

#sf_crud_container .sf_crud_filters input[type="checkbox"] + label
{
  display: inline;
  float: none;
}

#sf_crud_container .save-ok
{
  margin-bottom: 10px;
  border: 1px solid #73B65A;
}

#sf_crud_container .save-ok h2
{
  margin: 0 !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #73B65A url(/sf_crud/images/ok.png) no-repeat 5px 2px;
}

#sf_crud_container .form-row
{
  clear: both;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#sf_crud_container .form-row .content
{
  padding-left: 9em;
}

#sf_crud_container .form-errors
{
  margin-bottom: 10px;
  border: 1px solid #f33;
  background-color: #ffc;
}

#sf_crud_container .form-errors h2
{
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #f33 url(/sf_crud/images/error.png) no-repeat 5px 2px;
}

#sf_crud_container .form-errors dl
{
  padding: 5px;
}

#sf_crud_container .form-errors dt
{
  font-weight: bold;
  float: left;
  padding-right: 5px;
}

#sf_crud_container .form-errors dd
{
  margin: 0;
}

#sf_crud_container .form-error
{
  color: #f33;
}

#sf_crud_container .form-error input, #sf_crud_container .form-error select, #sf_crud_container .form-error textarea
{
  border: 1px solid #f33;
}

#sf_crud_container fieldset
{
  margin-bottom: 3px;
  border: 1px solid #ddd;
  border-bottom: 0px;
  background-color: #fff;
}

#sf_crud_container fieldset.collapsed * { display:none; }
#sf_crud_container fieldset.collapsed h2, #sf_crud_container fieldset.collapsed { display:block !important; }
#sf_crud_container fieldset.collapsed .collapse-toggle { display: inline !important; }
#sf_crud_container fieldset.collapse h2 a.collapse-toggle { color:#ffc; }
#sf_crud_container fieldset.collapse h2 a.collapse-toggle:hover { text-decoration:underline; }

#sf_crud_container .float-left
{
  float: left;
}

#sf_crud_container .float-right
{
  float: right;
}

#sf_crud_container ul.sf_crud_td_actions
{
  list-style-type: none;
}

#sf_crud_container ul.sf_crud_td_actions li
{
  list-style-type: none;
  display: inline;
}

#sf_crud_container ul.sf_crud_actions
{
  margin: 10px 0;
  list-style-type: none;
  text-align: right;
}

#sf_crud_container ul.sf_crud_actions a
{
  color: #333;
}

#sf_crud_container ul.sf_crud_actions li
{
  list-style-type: none;
  display: inline;
}

#sf_crud_container ul.sf_crud_actions input
{
  padding: 3px 3px 3px 20px;
  color: #333;
  font-size: 11px;
  font-family: Arial, sans-serif;
  border: 0px;
  border-right: 4px solid #999;
  background-color: #ffc;
  cursor: hand;
  cursor: pointer;
}

#sf_crud_container .sf_crud_action_create
{
  background: url(/sf_crud/images/add.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

#sf_crud_container .sf_crud_action_save
{
  background: url(/sf_crud/images/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

#sf_crud_container .sf_crud_action_save_and_add
{
  background: url(/sf_crud/images/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

#sf_crud_container .sf_crud_action_delete
{
  background: url(/sf_crud/images/delete.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

#sf_crud_container .sf_crud_action_cancel
{
  background: url(/sf_crud/images/cancel.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

#sf_crud_container .sf_crud_action_filter
{
  background: url(/sf_crud/images/filter.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

#sf_crud_container .sf_crud_action_reset_filter
{
  background: url(/sf_crud/images/reset.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

#sf_crud_container .sf_crud_action_list
{
  background: url(/sf_crud/images/list.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

#sf_crud_container .sf_crud_default_action
{
  background-color: #fc6 !important;
  font-weight: bold !important;
}

#sf_crud_container .sf_crud_list
{
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: 0px;
  border-right: 0px;
}

#sf_crud_container .sf_crud_list th
{
  padding: 2px;
  background-color: #ccf;
  text-align: left;
}

#sf_crud_container .sf_crud_list th a
{
  color: #333;
}

#sf_crud_container .sf_crud_list td
{
  padding: 3px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#sf_crud_container .sf_crud_filters li
{
  list-style-type: none;
}

#sf_crud_container .sf_crud_row_0 td
{
  
}

#sf_crud_container .sf_crud_row_1 td
{
  background-color: #eef;
}

#sf_crud_container .sf_crud_edit_help
{
  color: #aaa;
}

#sf_crud_container .mceEditor td
{
  padding: 0px;
}

#sf_crud_container select.sf_crud_multiple, #sf_crud_container select.sf_crud_multiple-selected
{
  width: 12em;
}

#sf_crud_container ul.sf_crud_checklist li
{
  list-style: none;
  line-height: 1.5em;
}

#sf_crud_container ul.sf_crud_checklist li label
{
  display: inline;
  float: none;
}

#header
{
	/* Unhighlight the following two lines if you want a header image. */
	/* 
	height: 150px;
	background: #000000 url(images/header1.png) bottom right no-repeat;
	*/
}

/*
#header em {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: -10px;
	padding-left: 0;
	margin-bottom: -10px;
}
*/

#navigation
{
	float: left;
	width: 100%;
	clear: both;
	background-color: #f9f9f9;
}
#googleadbar
{
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	height: 90px;
}

#googlesearchbar
{
	float: left;
	width: auto;
	clear: both;
	background-color: #F5F5F5;
	text-align: center;
	position: relative;
	left: 45%;
	top: -90px;
}

#googlesearchbar a {
	text-decoration: none;
	background-color: #CCCCCC;
}

#googlesearchbar a:link { color: #2255aa; }

#googlesearchbar a:visited { color: #2255aa; }

#googlesearchbar a:hover, a:active { color: #2255aa; }

#googlesearchbar img, img:hover 
{ 
	padding: 0; 
	background-color: #CCCCCC;
	border: none; 
	vertical-align: middle;
}

#wrapper
{
	float: left; 
	width: 100%;
	clear: both;
}

#content
{
	width: 50%;
	float: left;
	padding: 10px 0;
	overflow: hidden;
}

#undertitle
{
	/*width: 50%;*/
	float: left;
	padding: 10px 0;
	overflow: hidden;
}

#sidebar
{
	width: 30%;
	float: left;
	padding: 10px 0;
	overflow: hidden;
}

#editorial
{
	width: 20%;
	float: left;
	padding: 10px 0;
	overflow: hidden;
}

#footer
{
	clear: both;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px solid #cfcfcf;
}

/* Header */

#header #title
{
	margin-bottom: 0px;
	font-size: x-large;	
	/* Unhighlight the following line when using a header image */
	/* margin-left: 25px; */
}
#header #content
{
	width: 70%;
	float: left;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#header #sidebar
{
	width: 30%;
	float: right;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


/* Navigation */

#navigation ul { float: left; }

#navigation li { float: left; margin-right: 35px; }

/* Content */

.post
{
	padding: 0 20px; 
}

.post-footer 
{
	font-size: .9em;
	padding: 5px 8px;
	margin-bottom: 20px;
	background-color: #fcfcfc;
	border: 1px solid #cfcfcf;
}

/* Sidebar */

#sidenotes, #syndicate
{
	padding: 0 20px; 
}

#sidenotes h3 { padding-bottom: 5px; }

#sidenotes dl { margin: 0; padding: 0; }

#sidenotes dt { padding-bottom: 0; }

#sidenotes dd { padding: 2px 0 10px; }

#syndicate h3 { padding-bottom: 0; }

#syndicate ul { margin-top: 5px; }

/* Footer */

#extras
{
	float: left;
	width: 100%;
	clear: both;
	background-color: #fcfcfc;
}

#sources, #links, #rssfeed
{
	float: left;
	padding: 10px; 
}

#links
{
	width: 40%;
}

#sources
{
	width: 25%;
}

#rssfeed
{
	width: 25%;
}

#sources ul
{
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
}

#links dl
{
	margin: 0; 
	padding: 5px 0; 
}

#copyright 
{
	margin: 0;
	padding: 5px 8px;
	background-color: #eeeeee;
}

#highlight
{
	border:thin dotted #FF3300;
	background-color: #FFFF66;
}	

