/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	NewHorizon
   TEMPLATE CODE: 	S-0018
   VERSION:          1.0
	DATE:          	October-01-2007
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* { padding: 0; margin: 0; outline: 0; }

body {
	margin: 10px 0 0 0; 	padding: 0;
	font: normal 13px/1.6em  verdana, tahoma, sans-serif;
	text-align: center;
	background: #090807 url(../img/bg.jpg) repeat-x;
	color: #8F8F8E;
}

/* links */
a {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #99CC33;
	background-color: inherit;
}

/* headers */
h1, h2, h3, h4 {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #eee;
}
h1 { font-size: 3em; color: #84A5DA; letter-spacing: -2px;	}
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 10px 15px;
    padding-left: 0px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}

/* images */
img {
	background: transparent;
   border: 3px solid #383735;
}
img.float-right {
   margin: .5em 0 1em 1em;
}
img.float-left {
   margin: .5em 1em 1em 0;
}

code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  /* white-space: pre; */
  background: transparent;
  border: 1px solid #211E20;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #8F8F8E;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 30px;
   background: transparent;
	border: 1px solid #211E20;
  	font: normal 1.6em/1.5em Georgia, "Times New Roman", Times, serif;
}

/* start - table */
table {
	margin: 10px 15px;
	border-collapse: collapse;
}
th strong {
	color: #fff;
}
th {
	background: #090807;
	color: #fff;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20;
	border-top: 2px solid #8EB200;
}
tr {
	color: #707070;
	height: 2.5em;
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #211E20;
}
/* end - table */

/* form elements */
form {
	margin: 10px 15px;
	padding: 10px;
	background: transparent;
	border: 1px solid #211E20;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset legend {
    color: #FFFFFF;
}

label {
	display:block;
	font-weight:bold;
	margin: .4em 0;
    text-align:left;
    color: #FFFFFF;
}
input {
	padding: .3em;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
input[type=submit] {
    margin-top: 15px;
}
textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#777;
}
input.button {
	font: bold 1em Arial, Tahoma, Sans-serif;
	margin: 0;
	padding: .25em .3em;
	color: #fff;
	background: #000;
	border: 2px solid #211E20;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0 0 0 10px; padding: 0 0 1.5em 0;
	width: 20em;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 11em;
	color: #777;
	padding: .4em;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button {
	width: 80px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header, #nav, #content, #footer-wrap {
	width: 910px;
}

/* header */
#header {
	clear: both;
	position: relative;
	margin: 0 auto; padding: 0;
	/*background: transparent url(../img/header-image.jpg) no-repeat right top;*/
	background: transparent url(../img/church.jpg) no-repeat right top;
	height: 419px;
	text-align: left;
}
#header #clouds {
	position: absolute;
	background: transparent url(../img/clouds.gif) no-repeat;
	top: 150px;
	left: 45px;
	width: 309px;
	height: 163px;
}
#header h1#logo-text a {
	position: absolute;
	margin: -32px 0 0 0; padding: 0;
	font: bold 52px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -4px;
	color: #0a1e53;
	text-decoration: none;
	z-index: 9998;
	background: transparent;

	/* change the values of top and left to adjust the position of the logo*/
	top: 33px; left: 10px;
}
#header p#slogan {
	position: absolute;
	font: normal 19px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #fff;
	margin: 0; padding: 0;
	z-index: 9999;

	/* change the values of left and top to adjust the position of the slogan */
	top: 95px; left: 25px;
}

/* Navigation */
#nav {
	clear: both;
	margin: 0 auto;
	padding: 0;
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0;	padding: 0;
	height: 56px;
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 56px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	color: #a5a5a5;
	font: bold 16px/54px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}
#nav ul li a:hover,
#nav ul li a:active {
	color: #fff;
}
#nav ul li#current a {
	color: #FF8B04;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #12120f url(../img/footer-top.jpg) repeat-x left bottom;
}
#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

/* sidebar */
#sidebar {
	float: right;
	width: 24em;
	margin: 10px 0 10px -21em;
	padding: 0;
}
#sidebar h3 {
	font: normal 1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: .3em 0 .5em 10px;
	color: #99CC33;
	text-transform: none;
	letter-spacing: -1px;
}

#sidebar ul.sidemenu {
	margin: 0 0 0 10px;
	padding: .1em 0 1em 0;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	border-top: 1px solid #211E20;
}
#sidebar ul.sidemenu li {
	padding: 0;
	background: url(../img/bullet.jpg) no-repeat .5em .6em;
	border-bottom: 1px solid #211E20;
	list-style:none;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	display: block;
	font-weight: bold;
	color: #d3d0cc;
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 1.5em;
	font-size: 1.25em;
}
#sidebar ul.sidemenu li a:hover {
	color: #FF8B04;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 15px; }
#sidebar ul.sidemenu ul li { border: none; }

/* main */
#main {
	margin: 10px 26em 10px 0;
	padding: 0;
}
#main h2 {
	font: normal 2.9em 'Trebuchet MS', Arial, Sans-serif;
	color: #84A5DA;
	letter-spacing: -2px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #211E20;
}
#main h2 a {
	color: #84A5DA;
	text-decoration: none;
}

#footer-wrap {
	clear: both;
	padding: 0;	margin: 0 auto;
}

/* columns */
#columns {
	clear: both;
	text-align: left;
	color: #5B9CFF;
	margin: 0 auto;
	padding: 1.6em 0 .5em 0;
	width: 95%;
}
#columns h3 {
	color: #99CC33;
	margin: 0;
	padding: 0 10px;
	font: normal 1.4em "Trebuchet MS", Arial, Tahoma, Sans-serif;
	text-transform: uppercase;
}

#columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid #111;
}
#columns li {
	border-bottom: 1px solid #111;
}
#columns li a {
	display: block;
	padding: .5em 0 .5em 1em;
	color: #8F8F8E;
}
#columns li a:hover {
	color: #fff;
}

#columns .col3, .col3-center {
	float: left;
	width: 31%;
}
#columns .col3-center {
	margin: 0 15px;
}

/* footer */
#footer-bottom {
	clear: both;
	margin: 0 auto;
	padding: 1em 0 1.5em 0;
	text-align: center;
	font-size: .85em
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.grey {	color: #8F8F8E; }

.post-by {
	font-size: .9em;
	padding-top: 0;
}

.post-footer {
	text-align: right;
	background: transparent;
	border: 1px solid #211E20;
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}
.post-footer .date,
.post-footer .comments,
.post-footer .readmore {
	padding-left: 20px; margin: 0 3px 0 3px;
}

.main-content {
    padding-top: 10px;
}

/* Cake Stuff */
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	/*background:#fff;*/
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
form div.required {
	color: #333;
	font-weight: bold;
}

/* Notices and Errors */
div.message {
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

.event {
    border: 2px solid #333333;
    margin-left: 10px;
    padding: 5px;
    margin-bottom: 5px;
}
.event .event-date {
    font-style: italic;
}
#submenu {
    margin-top: 365px;
}
#submenu ul {
    list-style: none;
    padding: 0;
}
#submenu ul li {
    display: inline;
    padding-right: 15px;
}
