/* COMMON STYLES */
.cleaner{
	clear:both;
	height:1px;
	background-color:transparent;
	font-size:1px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	text-align:center;
}
.pad15{
	padding:15px;
}



body
{
	text-align: center;
	font-family:Arial,sans-serif;
	font-size:90%;
	color:#555555;
	margin:0;
	padding:0;
	background-color:#232323;
	margin-top:25px;
}

img {
	border:3px double #CCCCCC;
}

h2{
	color:#56739E;
	font-size:240%;
	letter-spacing:-0.5px;
	margin-top:1px;
	
	font-family:'trebuchet ms',verdana,helvetica,arial,sans-serif;
	padding-bottom:0;
	margin-bottom:4px;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #BCC8DA;
}

h3{
	color:#3F5474;
	text-decoration:none;
	font-size:173%;
	letter-spacing:-1.6px;
	font-family:tahoma,arial,sans-serif;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	text-transform:uppercase;
}

h4{
	color:#56739E;
	font-size:110%;
}

div.post h3
{
	color:#3F5474;
	text-decoration:none;
	font-size:173%;
	letter-spacing:-0.3px;
	font-family:verdana,helvetica,arial,sans-serif;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	text-transform:none;
}

a{
	color:#56739E;
	text-decoration:none;
}

a:hover{
	color:#56739E;
	text-decoration:underline;
}

/* General site layout styles */

div#content a {
	text-decoration:underline;
}

div#header{
	height:52px;
	background-image:url(../img/clean-ver3/header-bg.png);
	background-repeat:repeat-x;
	position:relative;
}

div#header a{
	display:block;
	width:165px;
	height:52px;
	background-repeat:no-repeat;
	background-image:url(../img/clean-ver3/header-left.png);
}

div#header div#right {
	position:absolute;
	right:0;
	top:0;
	width:217px;
	height:52px;
	background-repeat:no-repeat;
	background-image:url(../img/clean-ver3/header-right.png);
}

div#mid-header{
	background-image:url(../img/clean-ver3/midheader-bg.png);
	height:116px;
	position:relative;
}

div#mid-header-left{
	background-image:url(../img/clean-ver3/midheader-left.png);
	height:116px;
	background-repeat:no-repeat;
	width:17px;
	position:absolute;
	left:0;
	top:0;
}

div#mid-header-right{
	background-image:url(../img/clean-ver3/midheader-right.png);
	height:116px;
	background-repeat:no-repeat;
	width:17px;
	top:0;
	right:0;
	position:absolute;
}

div#footer{
	height:77px;
	background-image:url(../img/clean-ver3/footer.png);
	background-repeat:no-repeat;
	text-align:right;
	font-size:12px;
	padding-right:40px;
	padding-top:20px;
}

div#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	
	position:relative;
}

div#outer-container{

}

div#column-container{
	background-image:url(../img/clean-ver3/mid-bg.png);
	background-repeat:repeat-y;
	
	
}


div.inner-column{
	padding:5px;
}

div#left-column{
	/*float:left;
	width:186px;
	position:absolute;
	height:20px;*/
	
	position:absolute;
	width:186px;
	
	left:0;
}

div#center-column{
	position:static;
	width:inherit;
	padding-left:16px;
	padding-top:8px;	
	margin-right:186px;
}

div#center-column div.inner-column{
	
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	min-height:550px;
	padding:0;
}

div#center-column div.inner-column div#content{
	padding:20px;
}

div#right-column{
	/*float:right;
	width:180px;*/
	position:absolute;
	right:0;
	width:180px;
	
}


div#left-column div.inner-column{
	padding-right:0px;
	position:relative;
	z-index:3;
	left:-19px;
	top:-6px;
	
}

div.sub-list{
	margin:0;
	padding:0;
}

div.sub-list a{
	
	/*border-top:1px solid #333333;
	border-bottom:1px solid #333333;*/
	border-right:none;
	border-left:5px solid #333333;
	margin-bottom:3px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	text-decoration:none;
	color:#CCCCCC;
	display:block;
	font-size:80%;
}

div.sub-list a:hover{
	background-color:#2A2A2A;
	border-left:5px solid #FFFFFF;
	border-left:5px solid #56739E;
	padding-left:5px;
}

div#navigation{
	position:absolute;
	right:30px;
	top:15px;
}

div.main-link-wrap{
	font-family:'trebuchet ms',verdana,helvetica,arial,sans-serif;
	display:block;
	float:left;
	height:100px;
	width:110px;
	position:relative;
}

div.main-link-wrap a{
	display:block;
	height:50px;
	width:110px;
	color:#e3e3e3;
	text-decoration:none;
	font-size:125%;
	text-align:center;
	margin-top:0px;
	position:absolute;
	top:47px;
}

div.main-link-wrap a:hover{
	color:#FFFFFF;
}

div.main-link-wrap div.bg-holder{
	background-image:url(../img/clean-ver3/hover-flash2.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

div#right-column div.inner-column{
	padding-right:15px;
}

#label-tag{
	border-left:5px solid #DDDDDD;
	padding-left:3px;
}

.right-sidebar-block{
	margin-bottom:16px;
	padding-top:9px;
	border-top:1px solid #666666;
	position:relative;
	z-index:2;
}

.right-sidebar-title{
	position:absolute;
	color:#AAAAAA;
	font-size:70%;
	text-transform:uppercase;
	background-color:#202020;
	z-index:3;
	top:-6px;
	padding-right:6px;
	
}

div#feed-block a{
	display:block;
	height:16px;
	background-image:url(../img/clean/rss-icon.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:18px;
	text-decoration:none;
	margin-bottom:3px;
}

div#feed-block a:hover{
	background-position:bottom left;
	text-decoration:none;
	background-color:#2A2A2A;
}

.label-small-block
{
	color:#AAAAAA;
	font-size:70%;
	text-transform:uppercase;
}

.small-block{
	font-size:70%;
	text-transform:uppercase;
}

#processing{
	text-align:center;
	padding-bottom:20px;
}

div.message-box
{
	/*background-color:#18212E;
	color:#FFFFFF;*/
	padding:9px;
	border-top: 4px double #18212E;
	border-right: 4px double #18212E;
	border-bottom: 4px double #18212E;
	border-left: 4px double #18212E;
}

div.panel{
	background-image:url(../img/clean/white-gradient.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	border-color:#F5F5F5 rgb(221, 221, 221) rgb(221, 221, 221) rgb(245, 245, 245);
	border-style:solid;
	border-width:1px;
	padding:10px;
}

div#main-tag-list div
{
	margin-top:3px;
	margin-bottom:3px;
	background-color:#efefef;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:4px;
}

/* ----------------------- */
/* NEW HOME PAGE FEATURES */
/* ----------------------- */


div#intro
{
		padding:10px;
		border:1px solid #CCCCCC;
		background-color:#f1f1f1;
}


div#intro-logo
{
		float:right;
		margin-top:5px;
		margin-right:5px;
		background-image:url(../img/clean-ver3/kushLogo.png);
		background-repeat:no-repeat;
		background-position:top right;
		width:88px;
		height:81px;
}

div#featured-projects-fancy
{
	margin:0px;
	padding:0px;
	position:relative;
}

div#featured-projects-fancy div#titles
{
	width:130px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;
}

div#featured-projects-fancy div#titles div
{
	margin-top:4px;
	margin-bottom:4px;
}

div#featured-projects-fancy div#pointer
{
		border:1px solid #CCCCCC;
		width:184px;
		height:23px;
		position:absolute;
		top:0;
		left:-7px;
		z-index:4;
		background-image:url(../img/clean-ver3/pointer-bg.png);
		background-repeat:repeat-x;
		background-position:bottom;
}

div#featured-projects-fancy div#titles a
{
	text-decoration:none;
}

div#featured-projects-fancy div#contents
{
	width:584px;
	/*margin-left:140px;*/
	position:absolute;
	left:170px;
	border:1px solid #e3e3e3;
}

div#featured-projects-fancy div#contents div.post-summary
{
	padding-top:20px;
}

div#featured-projects-fancy div#contents div.post-pic
{
	margin-left:12px;
}

div.post-external-link a
{
	font-size:110%;
}

div#snippets-container
{
	margin-top:20px;
}

div.snippet
{
	padding:2px;
	background-color:#F1F1F1;
	border-top:1px solid #56739E;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #e8e8e8;
	position:relative;
	margin-bottom:1px;
}

div.snippet div.date
{
	position:absolute;
	top:0px;
	right:10px;
}

div#content div.snippet div.title a
{
	text-decoration:none;
}

div.snippet div.summary
{
	padding:5px;
	padding-bottom:10px;
}



/* ----------------------- */
/* CAKE STYLES */
/* ----------------------- */

/* Forms */
form {

	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {

	margin-bottom: 0.5em;
	padding: 0.2em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;

	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
}
input, textarea {
	font-size: 80%;
	display: block;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	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-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}



/* Post Styles */
div.post{
	padding-top:15px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:11px;
}

div.post-tags{
	margin-top:14px;
}

div.post-date{
	color:#AAAAAA;
	text-transform:uppercase;
	font-size:70%;
	margin-bottom:9px;
}

div#post-tag-info{
	color:#AAAAAA;
	text-transform:uppercase;
	font-size:70%;
	margin-bottom:9px;
}

div.post-read-link{
	margin-top:5px;
}

div#content div.post-read-link a{
	text-decoration:none;
}

div.post-pic{
	float:right;
	margin-left:5px;
}

div.post-text{
	padding-bottom:11px;
	border-bottom:1px solid #56739E;
}

h3.post-title{
	margin-top:1.0em;	
}

div#content h3.post-title a{
	color:#3F5474;
	text-decoration:none;
	/*font-size:110%;*/
	letter-spacing:-0.3px;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	
	
}

div#content h3.post-title a:hover {
	border-bottom:1px dotted #56739E;
	text-decoration:none;
}


/* Comment Styles */
div.comment-block{
	padding:10px;
}

div.comment-name{
	
}

div.comment-date{
	color:#AAAAAA;
	text-transform:uppercase;
	font-size:70%;
	margin-bottom:9px;
}

div.comment-text{
	border-bottom:1px solid #CCCCCC;
}

div#comment-hint{
	color:#999999;
}

div.input input#CommentUser{
	width:220px;
}
div.input input#CommentWebsite{
	width:220px;
}
div.input input#CommentEmail{
	width:220px;
}

form div.submit {
	margin-left:0px;
}

blockquote{
	border-left:5px solid #CCCCCC;
	padding-left:8px;
}

pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
	border:1px dotted #CCCCCC;
	font-size:100%;
	width:inherit;
	overflow:auto;
	margin-bottom:5px;
}

div.codeblock a{
		font-size:70%;
		text-transform:uppercase;
		display:block;
		text-align:right;
}

div#flashcontent
{
	/*border:1px solid red;*/
	
}




