/* HTML */
/***********************************************************************/
body {
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
    font:62.5% "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #606060;
    background-color: #F2F2F2;
    background-image: url(../images/body_bg.gif);
    background-position: top left;
    background-repeat: repeat-x;
    border-top: 5px solid #101417;
}

p {
    font-weight: normal;
    text-decoration: none;
    line-height: 1.7em;
    color:#626262;
    margin: 0 0 1em 0;
    padding: 0;
}

h1, h2, h3, h4 {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
	color: inherit;
}

h1 {
    font-size: 1em;
    padding: .4em 0 0.5em 0;
    margin: 0;
}

h2 {
    font-size: 2em;
    padding: 0;
    margin: 0 0 10px 0;
    color: #272E34;
}

h3 {
    font-size: 1.3em;
    margin: 0 0 10px 0;
    padding: 0;
}

h4 {
    font-size: 1.1em;
    padding: .4em 0 0.6em 0;
    margin: 0;
    color: #28323D;
}

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

li {
    color:#626262;
    margin: 0;
    padding: 0 0 0.4em 0;
}

button {
	vertical-align: middle;
}

img {
    padding: 0;
    border: 0;
    vertical-align: middle;
}

a {
    color: #7D974F;
    text-decoration: none;
}
a:active, a:hover {
    color: #A7C563;
    text-decoration: underline;
}



/* Classes */
/***********************************************************************/

.clear {
    clear: both;
}

.new {
	padding-right: 35px;
    background: url(../images/icons/new.gif) no-repeat scroll center right;
}

input.search {
	background: #fff url(../images/icons/search.gif) no-repeat scroll center left !important;
    padding-left: 25px !important;
    padding-top: 5px !important;
    height: 19px !important;
    line-height: 24px !important;
    width: 135px !important;
}

.highlightLetter {
	font-size: 2em;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-weight: bold;
}

.tags {
	background: url(../images/icons/tag.gif) no-repeat left center;
    padding-left: 20px;
}

.highlight {
    color: #8CC63F;
}

.border {
    border: 1px solid #E5E5E5;
    padding: 1px;
    margin:0;
    background-color: #fff;
}

.badge {
    position: absolute;
    left: 650px;
    top: 53px;
    display:block;
    height:84px;
    width:85px;
    text-indent:-9999px;
    background-image: url(../images/badge.png);
    background-position: top right;
    background-repeat: no-repeat;
}

div.flashmovie {
	text-align: center;
}

iframe.digg {
	float: left;
}

/* Boxes */
/***********************************************************************/
.sidebox {
	background: url(../images/sidebox_bg.png) no-repeat top;
    padding: 10px;
    width: 165px;
}

.contentbox, .post {
	background: url(../images/contentbox_bg.png) no-repeat top left;
    padding: 10px 0 20px 20px;
    margin-top: 10px;
}

.post small {
	background: url(../images/icons/time.png) no-repeat;
    padding: 3px 0 10px 20px;
    display: block;
}

.minibox {
	background: url(../images/minibox_bg.png) no-repeat top left;
    padding: 10px;
    height: 180px;
    width: 165px;
}

.sidebox h3, .contentbox h3, .minibox h3 {
	font-weight: bold;
    font-size: 1.3em;
}


/* Site Messages */
/***********************************************************************/
.errors {
	background: #fff6bf url(../images/icons/error.png) 15px 50% no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-bottom: 2px solid #ffd324;
}
.message {
	background: #f8fafc url(../images/icons/information.png) 15px 50% no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-bottom: 2px solid #b5d4fe;
}
.help {
	background: #f8fafc url(../images/icons/help.png) 15px 50% no-repeat;
	text-align: left;
	padding: 5px 5px 5px 45px;
	border: 2px solid #b5d4fe;
}
.helpLinks {
	font-size: 0.8em;
    text-align: right;
}


/* List Styles */
/***********************************************************************/
ul.column li {
    float:left;
    width:140px;
    height: 156px;
    text-align: center;
}

.entry ul, ul.ul {
	margin: 0 0 1em 1em;
    list-style-type: disc;
}

ul.ul li, .entry ul li {
	line-height: 1.5;
}

.entry .sociable ul li {
	background: none;
    padding: 0;
}

/* Modal Windows */
/***********************************************************************/
#modal_container {
    background-color:#fff;
    border:5px solid #B3B5BA;
    overflow:auto;
    font-family:"Lucida Grande",Verdana;
    font-size:12px;
    color:#333;
    text-align:left;
}

#modal_overlay {
    background-color:#000;
}

/* Cake */
/***********************************************************************/
.cakeSqlLog td, .cakeSqlLog th {
    text-align: left;
    padding: 4px 8px;
    background: #fff;
    border-bottom: 2px solid #ccc;
}

.cake_debug {
    background-color: #F0F6FC;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px;
    max-height: 250px;
    color: black;
    font-size: 12px;
    font-family: Arial;
}

/* Tables */
/***********************************************************************/
.table {
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
    border-left:1px solid #cc9;
    border-right:1px solid #cc9;
    width: 100%;
}

.table thead th {
	background-color: #ffb;
    padding: 5px;
    border-bottom:1px solid #CCCC99;
    border-top:1px solid #CCCC99;
}

.table tbody tr {
	background-color: #ffd;
}

.table tbody td {
	border-bottom: 1px solid #dda;
    padding: 8px 5px;
}
.table .actions {
    text-align: center;
}
/* highlighted row */
.table tbody tr.highlight td {
	background-color: #ff9;
}

/* Inline Editors & Similar Surrounding Elements */
/***********************************************************************/
.editor_ok_button {
}
.editor_cancel {
	margin-left: 10px;
    font-size: 10px;
}
.headingIcon {
    position: relative;
    margin-top: -39px;
    margin-bottom: 10px;
    width: 30px;
    float: right;
}


/* Layout */
/***********************************************************************/
#wrapper {
    margin: 0 auto;
    padding: 0;
    width: 924px;
    font-size: 1.2em;
    text-align: left;
}

#top {
    position: relative;
    float: left;
    width: 924px;
    padding: 0;
    margin: 0;
    background-image: url(../images/top_bg.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#block {
    position: absolute;
    width: 256px;
    height: 103px;
    margin: 0;
    padding: 8px 0 0 0;
    text-align: right;
    left: 670px;
    top: 34px;
}
.blockMessage {
    position: relative;
    float: right;
    padding: 0 10px 0 0;
    margin: 25px 0 0 0;
}


#header {
    position: relative;
    padding: 0;
    margin: 0 0 0 50px;
}
#header h1, #header h1 img {
	margin: 0;
    padding: 0;
}


#main {
    position: relative;
    width: 922px;
    background-color: #ffffff;
    padding: 0 0 20px 0;
    margin: 0;
    float: left;
    border-right: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
}

#content {
    width: 882px;
    float: left;
    padding: 0 20px;
    margin: 0;
}

#contentleft {
    width: 680px;
    float: left;
    padding: 0;
    margin: 0;
}

#contentright {
    width: 185px;
    float: right;
    padding: 0;
    margin: 0;
}

#footer {
    position: relative;
    width: 924px;
    clear: both;
    margin: 0;
    padding: 20px 0 0 0;
    background-image: url("/images/footer_bg.gif");
    background-position: top left;
    background-repeat: no-repeat;
}

/* Footer links */
/***********************************************************************/
#footer p {
    font-size: 1em;
    padding: 4px 8px 4px 4px;
    margin: 0;
    color: #8C9093;
    text-align: right;
    border-bottom:none;
}

#footer a {
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    color: #8C9093;
    border-bottom:none;
}

#footer a:hover, #footer a:active {
    text-decoration: underline;
    color: #8C9093;
    border-bottom:none;
}

/* Main Menu */
/***********************************************************************/
#menu {
    margin: 0;
    float: left;
    padding: 0 0 18px 20px;
    position: relative;
    width: 630px;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu ul li {
    margin: 0 4px 0 0;
    padding: 0;
    display: block;
    float:left;
    text-align: center;
    line-height: 1.5em;
    text-transform: uppercase;
}

#menu ul li a {
    color : #FFFFFF;
    text-decoration : none;
    font-weight: normal;
    border-style:none;
}

#menu ul li a:link, #menu ul li a:visited {
    background-color: #101417;
    display: block;
    padding: 6px 16px 6px 16px;
}

#menu ul li a:hover, #menu ul li.active a:link, #menu ul li.active a:visited {
    color: #101417;
    background-color: #FFFFFF;
    display: block;
    padding: 6px 16px 6px 16px
}

#menu ul li.focus a {
	font-weight: bold;
}

/* Top Right Menu */
/***********************************************************************/
#submenu {
    background-color: #101417;
    float: right;
    padding: 6px 2px 6px 12px;
    position: relative;
}

#submenu p {
    color: #72C1EC;
    font-size: .95em;
    padding: 0;
    margin: 0;
    line-height: 1em;
}

#submenu a:link {
    font-size: .95em;
    font-weight: normal;
    text-decoration: none;
    color: #72C1EC;
    margin: 0 10px 0 0;
    border-bottom: 0px;
}

#submenu a:visited {
    font-size: .95em;
    font-weight: normal;
    text-decoration: none;
    color: #72C1EC;
    margin: 0 10px 0 0;
    border-bottom: 0px;
}

#submenu a:visited:hover {
    font-size: .95em;
    font-weight: normal;
    text-decoration: underline;
    color: #72C1EC;
    margin: 0 10px 0 0;
}

#submenu a:hover, #submenu a:active {
    font-size: .95em;
    text-decoration: underline;
    color: #72C1EC;
    margin: 0 10px 0 0;
}
