/*  
Theme Name: Clever Coding
Description: WordPress Theme 2.0 for Clever Coding
Version: 2.0
Author: Imagine8 Studios
Author URI: http://www.i8studios.com.au
*/

body {
	margin: 0px;
	padding: 0;
	background-image:url(images/img01.jpg); 
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

h1, h2, h3 {
	font-family: Arial;
	font-weight: normal;
}

h1 { font-size: 44pt; margin:3px; }

h2 { font-size: 20pt; color:#07aff5; font-weight:normal; padding-left:1px; margin-top:0px;text-transform:lowercase }

h3 { color:#fff; font-size:13pt; font-weight:normal }

p, ul, ol {
	margin-top: 0;

}

ul, ol { }

blockquote { }

a { color: #C2C8CC; text-decoration:none; font-weight:bold}

a:hover { text-decoration: none; color:#07aff5; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}


.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color:#000;
}

/* Header */

#header-wrapper {
}

#header {

	width: 900px;
	height: 44px;
	margin: 0 auto;
	background: url(images/img03.jpg) repeat-x left top;
}

/* Menu */

#menu {
	float: left;
	height: 44px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;

}

#menu li {
	height: 44px;
	display: block;
	float: left;
	padding: 12px 18px 0px 18px;
	background: url(images/img04.jpg) no-repeat right 8px;
}

.logo {
	background: url(images/logo.png) no-repeat;
	width:20px;
	height:22px;
	display:inline-block;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: none; color:#07aff5;}

#menu .current_page_item {
	margin: 0px;
	color: #000;
}

/* Search */

#search {
	float:right;
	height:54px;
	padding:0px;
	margin:0px 0px 0px -20px;


}

#search form {
	margin: 0;
	padding: 10px 10px 0px 0px;
	height:54px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	font: 12px Arial;
	height:28px;
	padding:0px 5px 0px 5px;
	color:#0099cc;
	border:1px solid #cccccc;
	margin:0px;
	vertical-align:center;
	background-color:transparent;

}

#search-text {
	width:135px;
	padding:0px 5px 0px 5px;
	color: #0099cc;
	background-color:transparent;
	text-align:center;
	border:1px solid #21343a;
}

#search-submit {
	border:none;
	padding:0px 5px 0px 5px;
	width:50px;
	color:#135472;
	background-color:transparent;
	font-weight:bold;
}



/** LOGO */

#logo {
	width: 900px;
	height: 300px;
	margin: 0 auto;
	background: url(images/img05.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0px;
	line-height: normal;
}

#logo h1 {
	padding-left: 40px;
	padding-top: 90px; 
}

#logo h1 a {
	text-decoration: none;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 a:hover { text-decoration: underline; }

#logo p {
	padding: 0px 0 0 42px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo p a:hover { text-decoration: underline; }

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	background-color:#000;
}

/* Content */

#content {
	float: left;
	width: 73%;
	text-align:left;
	font-size:9pt;
	margin-top:15px;
	margin-left: 20px;
	background-color:#000;
}



/* Post */

.post {
	margin:0px 0px 12px -5px;
	padding:6px;
/*	border:1px solid #21343a;
	background: url(images/img10.jpg) repeat-x left top; */

}

.post .title {
	
	font-size:18pt;
/*	color:#21343a;
	border-bottom: 1px solid #1E1E1E; */
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:normal;
	border-left:16px solid #135472;

	padding-left:10px;
}

.post .title a {
	text-decoration: none;
	color:#fff;
	font-weight:bold;

	padding-left:10px;
}
.post .date {
	float: right;
	margin-top: -20px;
	padding-right: 6pt;
	font-family:Arial;
	font-weight: normal;
	font-size: 9pt;
	color: #ccc;
}

.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 20px 0px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
    margin-top:15px;
	float: right;
	width: 200px;
    margin-left:-20px;
}

#sidebar ul {
	margin-left:0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 20px 0px;
/*	background: url(images/img07.png) repeat-x left top;
	background-color:#21343a; */
}

#sidebar li ul {
	line-height: 200%;
	background: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 10px;
	background: none;
}

#sidebar p {
	margin: 0;
	padding: 0 0px;
}

#sidebar h2 {
	height: 25px;
	margin: 0 0 20px 0px;
	padding: 8px 0px 0px 0px;
	background: url(images/img06.jpg) repeat-x left top;
	text-transform: uppercase;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


#sidebar p {
	text-align:left;
	padding-bottom: 20px;
}

#sidebar a {
color:#21343a;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #F5F2EF;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
	background: #F5F2EF;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
}

#calendar tfoot td {
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #E7F1E1;
}

/* Footer */

#footer {
	width: 900px;
	margin:0px;
	background:url(images/img06.jpg) repeat-x left top; 
	background-color:#135472; 
	height: 22px;
}
footerContactInfo{
	 display: block; 
	 width: 900px; 
	 text-align: left;
	 /*padding-top: 12px;*/
	 
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;
	line-height: normal;
	color: #ccc;
}

#footer a {
}

.credit {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
}

#comment {
	margin: 0;
	width: 500px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

#tag_cloud {
	display: block;
	margin: 20px;
	padding-top: 20px;
}

#tag_cloud h2 {
	margin: 0 -20px;
}

.pagetitle {
	padding: 0px 0px 30px 0px;
	font-size: 24px;
	color: #333333;
}

.commentlist {
}

#comments {
	padding-left: 20px;
}

.legal {
color:#ccc;
}

/* Footer Black */

#footbar {
	float: right;
	height: 34px;
	padding:10px 12px 0px 12px;
}

#foot {

	width: 900px;
	height: 44px;
	margin: 0 auto;
	background: url(images/img03.jpg) repeat-x left top;
}

/* Footer Left */

#footerLeft {
     margin-top:15px;
	float: left;
	width: 400px;
    margin-left:0px;
	color:#fff;
}

#footerLeft ul {
	margin-left:0;
	padding: 0;
	list-style: none;
	line-height: normal;
	background-color:#135472; 
}

#footerLeft li {
/*	margin-bottom: 30px;
	padding: 0 0 20px 0px;
	background: url(images/img07.png) repeat-x left top;
	background-color:#21343a; */
}

#footerLeft li ul {
	line-height: 200%;
	background: none;
}

#footerLeft li li {
	margin: 0;
	padding: 3px 10px;
	background: none;
}

#footerLeft p {
	margin: 0;
	padding: 0 0px;

}

#footerLeft h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 8px 0px 0px 0px;
	background: url(images/img06.jpg) repeat-x left top;
	text-transform: uppercase;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


#footerLeft p {
	text-align:left;
	padding-bottom: 20px;
}

#footerLeft a {
color:#fff;
text-decoration:none;
}


/* Footer Right */

#footerRight {
        margin-top:10px;
	float: left;
	width: 300px;
        margin-left:0px;
	color:#fff;
}

#footerRight ul {
	margin-left:0;
	padding: 0;
	list-style: none;
	line-height: normal;
	background-color:#135472; 
}

#footerRight li {
/*	margin-bottom: 30px;
	padding: 0 0 20px 0px;
	background: url(images/img07.png) repeat-x left top;
	background-color:#21343a; */
}

#footerRight li ul {
	background: none;
}

#footerRight li li {
	margin: 0;
	padding: 3px 3px;
	background: none;
}

#footerRight p {
	margin: 0;
	padding: 0 0px;

}

#footerRight h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 8px 0px 0px 0px;
	background: url(images/img06.jpg) repeat-x left top;
	text-transform: uppercase;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


#footerRight p {
	text-align:left;
	padding-bottom: 10px;
}

#footerRight a {
color:#fff;
text-decoration:none;
}

.required {
color:#ff0000;
font-size:8pt;

}

form {
padding:6px;
border:1px solid:#333;
}

input{
color:#0099cc;
background-color:#000;
height:17px;
width:142px;
border:none;
margin:3px 0px 3px 0px;
font-family:arial;
font-size:12px;
background-image:url(images/input_150x25.png);
padding:4px;
background-repeat:none;
}

select {
color:#0099cc;
background-color:#000;
height:25px;
width:150px;
border:none;
margin:3px 0px 3px 0px;
font-family:arial;
font-size:12px;
background-image:url(images/select_121x44.png);
padding:4px;
background-repeat:none;
}

select option {
background-color:#000;
margin:3px 0px 3px 0px;
padding:4px;
}

textarea {
color:#0099cc;
background-color:#fff;
border:2px solid #121212;
font-family:arial;
font-size:12px;
margin:3px 0px 3px 0px;
padding:4px;
}

hr {
border-top:1px solid #333333;
border-left:none;
border-right:none;
border-bottom:none;
color:#333333;
}

.button {
background-image:url(images/bluebutton_121x44.png);
background-repeat:none;
border:none;
height:25px;
width:150px;
padding:0px;
margin:3px;
color:#fff;
font-weight:bold;
}

#iPhoneSide {
background-image:url(images/iPhone_200x404.gif); 
background-repeat:none; 
height:404px; 
width:200px; 
border:none; 
padding:0px; 
margin:0px;
}