﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

body {
	margin-top: 30px;
	padding: 0;
	background: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #808CE1;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 15px;
	line-height: 170%;
}

ul {
}

a {
	text-decoration: none;
	color: #808CE1;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 950px;
	margin: 0 auto;
	height: 120px;
	background: url(images/img01.png) no-repeat left bottom;
}

/* Header */

#logo 
{
    float: left;
    width: 550px;
    height: 80px;
    margin: 0 auto;
    background: url(images/SiteLogo.png) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #949494;
}

#logo span {
    color: #949494;
    visibility: hidden;
}

#logo h1 
{
    padding: 40px 0px 0px 0px;
    letter-spacing: -1px;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 2.5em;
}

#logo p {
	text-transform: uppercase;
	font-size: 10px;
	color: #949494;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px 5px 0px;
	height: 40px;
}

/* Wrapper */

#wrapper 
{
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF url(images/img03.png) repeat-y left top;
}

#admin-page
{
    width: 950px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF url(images/img03_admin.png) repeat-y left top;
}

#page-bg 
{
    background: url(images/img02.png) no-repeat left top;
}

#admin-page-bg
{
    background: url(images/img02_admin.png) no-repeat left top;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #949494;
}

/* Content */

#content {
	float: left;
	width: 735px;
	padding: 10px 5px 0px 9px;
}

#admin-content
{
    float: left;
	width: 935px;
	padding: 10px 5px 0px 9px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}


.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #808CE1;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #949494 dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
    padding: 0 7px 0 12px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

.sidebar {
	float: left;
	width: 200px;
	padding: 5px 0px 0px 0px;
	font-size: 12px;
}

.sidebar ul {
	margin: 0px;
	padding: 0px;
	padding: 5px 0px 5px 0px;
	list-style: none;
}

.sidebar li {
	padding: 5px 0 5px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0px 15px 0px 15px;
	padding: 4px 0px;
	border-bottom: 1px #949494 dashed;
}

.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 2px 5px 2px 5px;
	letter-spacing: -1px;
	font-size: 16px;
	color: #808BE0;
}

.sidebar a {
}

/* Footer */

#footer {
	width: 950px;
	height: 70px;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
	background: url(images/img04.png) no-repeat left top;
	color: #949494;
}

#admin-footer
{
    width: 950px;
	height: 70px;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
	background: url(images/img04_admin.png) no-repeat left top;
	color: #949494;
}

#footer p {
	margin: 0;
	padding: 25px 20px 0 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #949494;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

#admin-footer p {
	margin: 0;
	padding: 25px 20px 0 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}

#admin-footer a {
	color: #949494;
}

#admin-footer .link {
	float: right;
}

#admin-footer .copyright {
	float: left;
}

#themeselector
{
    margin: 5px;
    font-size: .9em;
    color: #808CE1;
}

#loginbox
{
    float: right;
    width: 225px;
    padding: 30px 12px 0px 0px;
    height: 60px;
    font-size: 1em;
    text-align: right;
    color: #808CE1;
}

#loginbox a
{
    color: #808CE1;
}

.highlight
{
    background-color: #F2F2F2;
    color: #808CE1;
}

.fieldname
{
   text-align: right;
   font-size: 10px;
   font-weight: bold;   
}

.gridviewFooter
{
    background-color: #BABABA;
    font-weight: bold;
    color: #545C94;
}

.gridviewPager
{
    background-color: #BABABA;
    color: #545C94;
    text-align: center;
}

.gridviewSelectedRow
{
    background-color: #F2F2F2;
    font-weight: bold;
    color: #808CE1;
}

.gridviewHeader
{
    background-color: #BABABA;
    font-weight: bold;
    color: #545C94;
}

.gridviewEditRow
{
    background-color: #D1D1D1;
}

.gridviewAlternateRow
{
    background-color: #F2F2F2;
    color: #949494;
}

.gridviewRow
{
    background-color: #FFFFFF;
    color: #000000;
}

.warning
{
    font-size: .8em;
    color: #CC0000;
}

.sectionhead
{
    font-size: 1.1em;
    color: #808CE1;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-right:	1px solid #808CE1;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
color:              #808CE1;
}
.sf-menu li {
background:         #F2F2F2;
}
.sf-menu li li
{
background: 		#F2F2F2;
}
.sf-menu li li li
{
background:		    #F2F2F2;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu #7A6760e {
	background:		#E0E0E0;
	outline:		0;
}

/* Sortable Table styling */
table.sortable {
	border:1px solid black;
	border-collapse:collapse;
	background-color: White;
	color: #000000;
}
table.sortable th table.sortable td {
	border:1px solid #BABABA;
	padding: 1px 10px 1px 10px;
}
table.sortable thead th 
{
    background-color: #BABABA;
    font-weight: bold;
    color: #545C94;
}
table.sortable tfoot td {
    background-color: #BABABA;
    font-weight: bold;
    color: #545C94;
}

table.sortable tr.tbody_header {
	font-weight:bold;
	text-align:center;
    background-color: #BABABA;
}

table.sortable a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #BABABA;
	margin:0px 5px 0px 5px;
}
table.sortable a.currentpage {
    background-color: #BABABA;
}
/* Striping */
tr.alternate {
    background-color: #F2F2F2;
    color: #949494;
}

/* Sorting */
/* Sort Icon Styles */
th.table-sortable {
	cursor:pointer;
	background-image:url("images/sortable.gif");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
}
th.table-sorted-asc {
	background-image:url("images/sorted_up.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-sorted-desc {
	background-image:url("images/sorted_down.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
th.table-filtered {
	background-image:url("images/filter.gif");
	background-position:center left;
	background-repeat:no-repeat;
}
select.table-autofilter {
	font-size:smaller;
}

/* Icons box */
.iconset {
	margin:5px;
	border:1px solid #cccccc;
	border-color:#cccccc #666666 #666666 #cccccc;
	text-align:center;
	cursor:pointer;
	width:100px;
}
.iconset img {
	margin:3px;
}

span.handle {
    background-color: #BABABA;
    color: #949494;
    cursor: move;
    padding: 0px 5px 0px 5px;
}

li.sortableMenuItem {
    background-color: #F2F2F2;
    border:1px solid #949494;
    padding: 0px 10px 0px 10px;
    cursor: move;
}