/*  
Template Name: COP
Template URL: http://www.cathedralofpraise.org.au/
Description: Simple 2 column dark theme with a clean, modern look.
Version: 1.0
Author: Adz Power Agencies
Author URI: http://www.adzpower.com.au/
*/


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
}
body {
	background-color: #1a1a1a;
}

.clear {
	clear: both;
}

h1 {
	color: #fe0000;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	margin: 0;
	text-transform: uppercase;
}

h3 {
	color: #1B1B1B;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	margin: 0;
	text-transform: uppercase;
}

h4 {
	text-transform:uppercase;
	color:#1a1a1a;
	padding:0;
	margin:0;
}

/* HEADING VARIANTS */
.beautiful {
	color: #b3212b;
	margin: 0;
	padding: 0;
}

h2.beautiful-sub {
	color: #2b2b2b;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

h3.beautiful-sub {
	margin: 5px 0 0 0;
}


/* ********************************* */

h2 {
	color: #666;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 0 0 3px 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
	text-align: justify;
}

.alignright {
	float: right;
	margin: 3px 0 0 8px;
}

.news-img {
	border: 2px solid #d6d6d6;
}

.center {
	text-align: center;
}

.spacer {
	width: 459px;
	height: 1px;
	border-bottom: 1px dashed #029494;
	margin: 15px auto;
}
#slideshow {
	width:265px; 
	height:375px; 
	overflow:hidden;
	}
.video {
	width: 400px;
	height: 325px;
	margin: auto;
}

.small {
	font-size: 11px;
}
 
a:link {
	color: #029494;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #029494;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #029494;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: bold;
}
.sideBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e3e3e3;
	text-align: center;
	margin-bottom: 15px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b90101;
	text-decoration: blink;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585658;
}
.enlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}


/* Clean Form */ 
.cleanform {
	font-size:1em;
	width:37em;
	color:#1b1b1b;
	text-align:left;
	position:relative;
	margin:1em auto
}

/* Elements */

.cleanform  label,.cleanform legend{  
	padding: 0 0 12px 0;
	margin:0.3em 0;
}

.cleanform fieldset{ 
	padding:0.7em;
	border:1px solid #ddd;
	margin:0 0 0.5em 0;
}
		 
.cleanform label {
	font-weight:bold;
}

.cleanform fieldset input {
	width:70%;
	line-height:1.5em;
	padding:0.15em;
}

 .cleanform .radio input,
 .cleanform .checkbox input {
	width:auto;
	border:none;
 }

.cleanform input, .cleanform textarea, .cleanform select {
	display:block;
	margin-bottom:1em;
	font-size:1em;
	border:1px solid #bbb;
	padding:0.15em;
	margin-right:1em
}

.cleanform .radio label, .cleanform .radio input,
.cleanform .checkbox label, .cleanform .checkbox input{
	display:inline;
	margin:0 1.5em 0 0
}


.cleanform .radio input, .cleanform .checkbox input{
	margin:0 0.3em 0 0
}

/* Button */

.cleanform button {
	margin:0.3em 0;
	border:1px solid #ccc;
	background-color:#eee;
	font-size:1em;
	cursor:pointer;
	padding:0.5em
}

.cleanform button:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}

.cleanform button:active {
	background-color:#333;
	color:white;
	border:1px solid #000;
}

/* information */

.cleanform .formInfo {
	margin-bottom:1em;
	padding-bottom:0.5em;
	border-bottom:0.1em solid #ddd;
}

.cleanform .formInfo h2 {
	color:#00889e;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em
}

.cleanform .formInfo p{
	text-align:justify
}

.cleanform .required {
	color:#ff3838;
	font-weight:bold;
	font-size:0.8em;
}

