* { 
	margin:0; padding:0; 
}

div.clear { 
	clear: both;
}

/* General Style Info */
body {
	font-family:Georgia, "Times New Roman", serif;
	font-size: 76%;
	margin: 0;
	color: #fff;
}

a {
	background-color: inherit;
	color: #61564A;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	background-color: inherit;
	color: #61564A;
}

a img {
	border:none;
}

h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}

ul, li {
	margin: 0 12px;
}

ul.content-list {
	font-size: 1.3em;
	margin-bottom: 1em;
	margin-left: 1.5em;
}

/* Layout */

#content {
	clear: left;
	width: 974px;
	float: left;
	background-image: url(../img/full_width.png);
	font-size: 1.3em;
	line-height: 1.4em;
}

#content p {
	margin-bottom: 1em;
}

#top-shadows, #bottom-shadows {
	width: 974px;
	height: 75px;
	background-image: url(../img/shadows.png);
	float: left;
}

#top-shadows { 
	margin-top:-7px;
}

#bottom-shadows {
	background-position: 0px 75px;	
}

/* 322 + 4 + 322 + 4 + 322 = 974 */
#column-1, #column-2, #column-3 {
	width: 322px;
	padding: 0px;
	overflow:hidden;
	float: left;
}

#column-2 {
	margin-left: 4px;	
}

#column-3 {
	float: right;
	margin-left: 4px;
	color: #333333;
}

#column-1 ul li.selected {
	
}

#content h3 {
	padding-left: 10px;
	margin-bottom: 1em;
	font-size: 1.5em;
	line-height: 1.1em;
}


#column-1 ul.nav a, #column-2 ul.nav a {
	color: #3a41e6;
	font-weight: bold;
}

#content ul.nav {
	background: #d0d2f9;
	display: block;
	float: left;
	margin: 0px;
	width: 322px;
	margin-bottom: 10px;
	list-style-type: none;
}

#column-1 ul.nav li a:hover {
	color: #fff;
	background-image: url(../img/col1hover.png);
}

#column-2 ul.nav li a:hover {
	color: #fff;
	background-image: url(../img/col2hover.png);
}

#column-1 ul.nav li.selected a {
	color: #fff;
	background-image: url(../img/col1selected.png);
}

#column-2 ul.nav li.selected a {
	color: #fff;
	background-image: url(../img/col2selected.png);
}

#column-2 ul.nav {
	background-color: #dcddfa;
}

.projectView img {
	border: 2px solid #fff;
	margin-left: 10px;
}

#about_us_nav a {
	width:121px;
}

#how_we_work_nav a {
	width: 157px;
}

#projects_nav a, #clients_nav a {
	width: 139px;
}

#column-2 p a {
	color: #fff;
	font-weight: normal;
}

#content p {
	padding: 0px 10px;
}

#content ul.nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#content ul.nav li a {
	float: left;
	padding: 8px 11px;
	text-decoration: none;
	font-size: 1.3em;
}

#content h2 {
	font-size:1.3em;
	padding:8px 11px;
	font-weight: bold;
	margin:0px 0px 10px;
	color: #3a41e6;
}

#containerWrapper {
	background-color: #fff;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#container {
	width: 974px;
	margin: 0 auto;
}

#column-2 .project h3 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#column-3 div.input {
	margin-bottom: 0px;
}

#column-3 div.input input, #column-3 div.input textarea  {
	border: 1px solid #b5b8f3;
	width: 298px;
}

#column-3 div.input label {
	font-size: 0.8em;
}

#column-3 form div.submit {
	margin-top: 0px;
	margin-bottom: 5px;
	float: left;
}


/* Projects */

div.project {
	clear: both;
	border-bottom: 1px solid #b6b9f6;	
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

div.project img {
	float: right;
	border: 2px solid #fff;
}

#header {
}

#header h1 {
	margin: 0px;
}

/** LOGO **/
#header h1 a {
	float: left;
	margin: 17px 0px 0px 10px;	
	padding: 0;
	width: 183px;
	height: 64px;
	display: block;
	overflow: hidden;
	height:100px;
	margin:7px 0px -57px;
	width:322px;
	position: relative;
}

#header ul {
	list-style-type: none;
	float: left;	
	margin-left: 94px;
	margin-top:19px;
}

#adminLogout {
	float: right; 
	height: 30px; 
	padding-top: 20px;
	width: 500px;
	text-align: right;
}

#header ul li {
	float: left;
	margin: 0px;
	font-size:1.2em;
}

/** Navigation -- height is 34 **/

#header ul li a {
	display: block;
	float: left;
	padding: 8px 12px;
	background-color: #efedec;
	background-image: url(../img/nav_corners.png);
	background-position: 0px -68px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #61564A;
	text-decoration: none;
}

#header ul {
	margin-right:0px;
	float: right;
	clear:right;
}

#header ul li a.active {
	background-color: #a39f99;
	background-position: 0px 0px;
	color: #fff;
}

#header ul li a:hover {
	background-color: #dddcd9;
	background-position: 0px -34px;
}

#header ul li a.active:hover {
	background-color: #a39f99;
	background-position: 0px 0px;
	color: #fff;
}

/* Content */

#contentWrapper h2 {
	font-size:2em;
	color: #61564A;
	margin-bottom: 0.8em;
	padding-left: 10px;
}

#contentWrapper h3 {
	padding-left: 10px;
	font-size: 1.6em;
}

#contentWrapper p {
	font-size: 1.3em;
	color: #61564A;
	margin-bottom: 1em;
	padding-left: 10px;
}

#sidebar {
	float: right;
	width: 365px;
}

#contentWrapper {
		padding-top: 34px;
		float: left;
		width: 100%;
}

#promo_box_conference, #promo_box_video {
	background-color: #a39f99;
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 244px;
	height: 230px;
	color: #fff;
	padding: 10px 16px 10px 10px;
}

#promo_box_conference:hover, #promo_box_video:hover, #promo_box_conference.hover, #promo_box_video.hover {
	background-position: right bottom;
	background-color: #BCB9B5;
}

#promo_box_conference h3 a, #promo_box_video h3 a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}	

#promo_box_conference p, #promo_box_video p {
	color: #fff;
	font-size: 1.2em;
	margin-top: 0.5em;
	padding-left: 0px;
}

#promo_box_conference h3, #promo_box_video h3 {
	padding-left: 0px;
}

#promo_box_conference {
	background-image: url(../img/conference.png);
	float: left;
}

#promo_box_video {
	background-image: url(../img/video.png);
	float: right;
}

#promo_boxes {
	margin-top:30px;
}

/* Links */

#column-1 a {
	font-weight:normal;
	color:#FFF;
}

#column-3 a {
	color:#3A41E6;
	font-weight:normal;
}

#column-3 h3 a {
	font-weight:normal;
	text-decoration:none;
	color:#3A41E6;
}

#column-3 h3 a:hover {
	text-decoration:underline;
}



/* Sidebar */


#sidebar h2, #content h2.box_title {
	background-color: #a39f99;
	background-image: url(../img/big_corner.png);
	background-repeat: no-repeat;
	text-align: right;
	color: #fff;
	font-size: 1.6em;
	padding: 10px;
	margin-bottom: 0px;
	width: 345px;
}

#content h2.box_title {
	width: 545px;
}


#sidebar p {
	text-align: right;
	font-size: 1.15em;
	padding-right: 10px;
}

#sidebar .box p {
	padding: 10px;
	text-align: left;
}

#sidebar .box h3 {
	padding-left: 0px;
}

#sidebar .box {
	background-color: #f0eeed;
	float: left;
	margin-bottom: 10px;
}

#sidebar .box ul {
	list-style-type: none;
	margin: 0px;
}

#sidebar .box ul li {
	float: left;
	margin: 0px;
	margin-bottom: 0px;
	border-bottom: 2px solid #a39f99;
	padding: 10px;
	clear: both;
	width: 345px;
	background-color: #F0EEED;
}

#sidebar .box ul li:last-child, #sidebar .box ul li.last-child {
	border-bottom: 0;
	margin-bottom: 0px;
}

#sidebar .box ul li img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sidebar .text-only-box {
	padding-bottom: 12px;
}

#sidebar .blog-box {
	padding-bottom: 12px;
	font-size:1.15em;
}
#captcha { clear: none;}
#captcha div.input { clear: none !important; } 
#captcha div input { clear: none !important; } 

#sidebar .blog-box ul li {
	padding-bottom: 0px;
	border-bottom: none;
}


#sidebar .box p {
	text-align: left;
	padding-left: 2px;
	padding-top: 12px;
	font-size: 1.15em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#sidebar .text-only-box p {
	padding-left: 12px;
}

#sidebar .box h3 {
	display: inline;
}

#sidebar .box h3 a {
	background-color: #d9d5d1;
	display: inline;	
	font-weight: normal;
	font-size: 0.95em;
	text-decoration: none;
	display: inline;
	padding: 2px;
}

#sidebar .form-box {
	padding-bottom: 10px;

}

#sidebar .form-box div.input input, #sidebar .form-box div.input textarea {
	width: 337px;
}

#sidebar .form-box div.input {
	padding-left: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
}

#sidebar .form-box div.submit {
	padding-top: 0px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}

#containerWrapper #sidebar .resources-box img {
	float: none;
	margin: 0px 10px 0px 0px;
	vertical-align: -20px;
}

#containerWrapper #sidebar .resources-box a {
	display: block;
	text-decoration: none;
}

#sidebar li {
	padding-top: 10px;
}

#sidebar .news ul, #sidebar .testimonials ul
{
	font-size:1.15em;
	color: #61564A;
}

#sidebar .news ul li:last-child, #sidebar .news ul li.last-child, #sidebar .testimonials ul li:last-child, #sidebar .testimonials ul li.last-child {
	padding-bottom: 10px;
}

#sidebar .news ul li, #sidebar .testimonials ul li {
	border-bottom: 0;
	padding-bottom: 0px;
	padding-left: 12px;
	width: 343px;
}

#sidebar .news ul li a, #sidebar .testimonials ul li a {
	background-color: #d9d5d1;
	padding: 1px;
	text-decoration: none;
	font-weight: normal;
}

/* Blog posts */

div.post a {
	font-weight: normal;
}

#content div.post {
	border-bottom: 1px solid #D9D5D1;
	margin-bottom: 15px;
}

#content div.comment {
	border-bottom: 1px solid #D9D5D1;
	margin-bottom: 15px;	
}

#content div.post h3 {
	padding-left: 10px;
	font-size: 1.3em;
}

/* Testimonials */

#sidebar .testimonials ul li, #content .testimonials ul li {
	padding-left: 65px;
	width: 290px;
	background-image: url(../img/quote-left.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	font-style: italic;
	font-family: Georgia,Times,serif;
}

#sidebar .testimonials ul li span, #content .testimonials ul li span {
	display: block;
	text-align: right;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	float:right;
	clear:both;
}

#content .testimonials ul {
	list-style-type: none;
}

#content .testimonials ul li {
	background-image: url(../img/quote-left-body.png);
	background-position: 0px 0px;
	margin: 0px;
	font-size:1.3em;
	font-weight: normal;
	width: 494px;
	margin-bottom: 30px;
	float: left;
	clear: both;
	padding-left: 57px;
	color: 	#61564A;
}

#content .testimonials ul li a {
	font-weight: normal;
}	

#content .testimonials ul li.separate {

	padding-top: 15px;
	background-position: 0px 15px;
	border-top: 1px solid #d9d5d1;
	
}

#sidebar .video {
	position: relative;
	height: 288px;
}

#sidebar .video img {
	margin-left: 10px;
	margin-top: 53px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* == Clients == */
#contentWrapper div.full-box h3 {
	padding-left: 0px;
	background-color: transparent;
}

#contentWrapper div.full-box h3 a {
	font-weight: normal;
	text-decoration: none;
}

#contentWrapper div.full-box h3 a:hover {
	text-decoration: underline;
}

#contentWrapper div.full-box {
	background-color: #F0EEED;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 545px;
}

#contentWrapper div.full-box-hovered {
	background-color: #D9D5D1;
}

#contentWrapper div.full-box p {
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 6px;
}

#contentWrapper div.full-box img, #contentWrapper div.clientsView img, #contentWrapper div.projectsView img {
	float: right;
	border: 1px solid #D9D5D1;
	background: #fff;
	padding: 10px;
	margin-left: 10px;
}

#contentWrapper div.projectsView img {
	margin-bottom: 10px;	
}

/* == Tab Box == */

div.tab-box {
	background: #EFEDEC;
	width: 564px;
	float: left;
	margin-bottom: 10px;
	clear: both;
}

div.tab-box ul {
	float: left;
	margin: 0;
	width: 564px;
	clear: both;
	border-bottom: 10px solid #ffffff;
}

div.tab-box ul li {
	float: left;
	margin: 0;
	width: 50%;
	list-style-type: none;
	border-bottom: 3px solid #a39d99;
}

div.tab-box ul li a {
	float: left;
	display: block;
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 7px;
	background-image: url(../img/big_corner_light.png);
	background-repeat: no-repeat;	
	background-color: #EFEDEC;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: normal;
	width: 252px;	
	text-align: right;
}

div.tab-box ul li a:hover {
	background-color: #D9D5D1;
	background-image: url(../img/big_corner_mid.png);
}

div.tab-box ul li.active a {
	background-color: #A39F99;
	background-image: url(../img/big_corner.png);
	color: #fff;
}

div.tab-box img { 
	float: right;
	margin: 0px 0px 0px 10px;
}

div.tab-box .odd img { 
	float: left;
	margin: 0px 10px 0px 0px;
}

div.tab-box .project {
	clear: both;
	padding: 10px;
	border-bottom: 10px solid #fff;
	width: 544px;
	float: left;
	margin: 0;
	background-color: #F0EEED;
}

div.tab-box .project p {
	margin: 0 !important;
}
div.tab-box .project h3 {
	background-color: transparent;
}
div.tab-box .project h3 a {
	font-weight: normal;
}

#content div.tab-box .project h3 {
	margin-bottom: 0.3em;
	color: #61564A;
	padding-left: 0px;
}

#containerWrapper div.tab-box .project p {
	padding-left: 0px;
}

#containerWrapper div.projectsView h2 {
	margin-bottom: 0em;
}

#containerWrapper div.projectsView h3 {
	margin-bottom: 1em;
}

#containerWrapper div.projectsView h3 a {
	background-color: #D9D5D1;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}

/* Thumbnails */

div.thumbnails {
	padding: 10px 0px 0px 10px;
	width: 355px;
	float: left;
}

div.thumbnails img {
	display:block;
	float: left;
	clear: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* Footer */

#footer {
	clear:both;
	width: 100%;
	border-top: 2px solid #b5ada4;
	padding-top: 10px;
	color: #61564A;
	padding-bottom:30px;
}

#footer div {
	width: 926px;
	margin: 0 auto;
}

#footer a {
	color: #61564A;
	font-weight: normal;
}

#footer ul {
	float: left;
	margin: 0;
	list-style-type: none;
}

#footer ul li {
	float: left;
	margin: 0;
	border-right: 1px solid #61564A;
	margin-right: 5px;
	padding-right: 5px;
}

/* TODO: Fix for IE6 */
#footer ul li:last-child, #footer ul li.last-child {
	border-right: 0px solid #000;
}

#footer ul li a {
	float: left;
	display: block;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footerContainer {
	
}

	/** === PAGINATION ===**/
div.paging { 
	margin: 10px auto;
	text-align: center;
	clear: both;
	padding-top: 10px;
	text-decoration: none;
}

div.paging a {
	color: #e9eaf2;
	border: 1px solid #bbbef6;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: normal;
}

div.paging a:hover {
	background: #bcbef2;
	border-color: #e0e1f6;
}

div.paging .start {
	color: #c3c5f2;
	margin-right: 25px;
	padding: 2px 6px;
	display: inline;
}

div.paging .end {
	color: #c3c5f2;
	margin-left: 25px;
	padding: 2px 6px;
	display: inline;	
}
		

div.paging .prev {
	margin-right: 25px;
}		

div.paging .next {
	margin-left: 25px;
}

div.paging span.current {
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;
}

div.paging span, div.pagination a {
	margin: 0px 3px;
}

.cake-sql-log {
	width: 100%;
	float: left;
	clear: left;
	color: #000;
}

.cake-sql-log .caption {
	color: #000;
}

/* blog */

.subscribe-feed a { 
	text-align: right;
	text-decoration: none;
}

.subscribe-feed img {
	vertical-align: -9px;
}

/* Tables */
table.admin {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
table.admin 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;
}
table.admin th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.admin th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table.admin tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table.admin tr.altrow td {
	background: #f4f4f4;
}
table.admin td.actions {
	text-align: center;
	white-space: nowrap;
}
table.admin td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 1em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}

div.paging span a {
}


/* Action buttons */
#container div.actions ul { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
		clear:both;
}

div.actions ul li {
    background: transparent url(../img/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
		margin-bottom: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
		overflow: hidden;
}

div.actions li a {
    background: transparent url(../img/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
		overflow: hidden;
}

#contentWrapper div.actions li a:hover {
	text-decoration: none;
}

div.actions li.active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

div.actions li.active a {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* 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;
}

/* Forms */


#ProjectSummary {
	height: 60px;
}

#ProjectDetails {
	height: 340px;
}

textarea, input {
	font-size: 1.0em !important;
}

form {
	clear: both;
	padding: 0;
}
fieldset {
	width: 901px;
	border: 1px solid #ccc;
	padding: 16px 20px;
}
fieldset legend {
	color: #61564A;
	font-size: 160%;
	font-weight: normal;
}
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 {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.required input {
	font-weight: normal;	
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}

form div.submit input {
	float: right;
}

label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

div.submit input {
	width: auto;
}
/* Notices and Errors */
div.message {
	clear: both;
	color: #61564A;
	background-color: #FFFEC8;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
	border: 1px solid #DAD861;
	padding:6px;
	text-align:center;
}
div.error-message {
	clear: both;
	color: #ff0000;
	font-weight: bold;
	padding-left:0px;
	margin-bottom: 0px;
	padding-bottom:0px;
}
p.error {
	color: #DB6E60;
	background-color: #FFCEC8;
	font-weight: bold;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
	border: 1px solid #DB6E60;
	padding:6px;
	text-align:center;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.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;
	width:540px;
}
div.actions li {
	display: block;
	float: left;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #61564A;
	text-decoration: none;
}
div.actions ul li a:hover {
	text-decoration: underline;
}

/* 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: #000000;
	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: #FFFF00;
	padding: 4px;
}

/** Admin **/

a.editLink {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: rgb(240, 238, 237);
	padding: 5px;
	font-size: 1.1em;
	text-decoration: none;
}

/** Upload **/

 	div.fileUpload, div.fileIcon, div.fileName, div.fileActions, div.fileProgress, div.fileProgressText {
		padding:0;
		margin: 0;
		clear: none;
	}
	
	div.fileUpload input {
		width: auto;
		font-size: 1em;
		float: left;
		margin-left: 3px;
	}
	
	div.fileIcon {
		float: left;
		clear: left;
		height: 48px;
	}
	
	div.fileName {
		display:block;
		float:left;
		height:30px;
		padding-top:18px;
		padding-left: 7px;
		vertical-align: middle;
		clear: none;
	}
	
	div.fileName {


	}
	
	
	div.fileActions input {
		float: left;
		display: block;
		clear:none;
		margin-top: 3px;
	}
	
	div.fileActions {
		float: left;
		height: 38px;
		padding-top: 10px;
	}

	div.fileProgress {
		float: left;
		clear: none;
		padding-top: 6px;
		padding-left: 10px;
		padding-right: 5px;
		display: none;
	}
	div.fileActions .cancel {
		display: none;
	}
	
	div.fileProgressText {
		font-weight: normal;
	}

  .fileProgressContainer { 
		margin: 0;
		padding: 0;
		width: 200px; 
		margin-top: 3px; 
		border-left: 1px solid #888; 
		border-right: 1px solid #888; 
		background:url(../img/cms/progress-remainder.gif); 
		height: 18px; 
	}
	
  .fileProgressBar { 
		margin: 0;
		padding: 0;	
		width: 0px; 
		background-color: #CCCCCC; 
		height: 18px; 
		background:url(../img/cms/progress-bar.gif); 
	}

/* Blog */

 #sidebar .box ul#archive li {
 	width: auto;
 }
 
  #sidebar .box ul#archive ul {
 	margin-bottom: 0px;
 }

#sidebar ul {list-style-type:none; margin-left:0px;}

#sidebar ul#archive {margin-left:1em;}
#sidebar ul#archive, #blog div.sidebar ul#archive ul {list-style-type:none; margin-left:1em; }
#sidebar ul#archive li a {background: url(../img/arrow_closed.gif) no-repeat 0px 3px; padding-left:12px !important; display:block;}
#sidebar ul#archive li a.open {background: url(../img/arrow_open.gif) no-repeat 0px 3px;}
#sidebar ul#archive li.year { padding-left: 0px; }


/* Ordering stuff */

ul.reorder, #resource_sections
{ 
	list-style-type: none; 
}

ul.reorder li, #resource_sections li
{ 
	cursor: move; 
	background-color: #eee; 
	margin-bottom: 3px; 
	padding: 2px 5px; 
	width: 300px; 
	margin-left: 0px;
}

ul.reorder li span, #resource_sections li span
{ 
	display:block; 
	float: right; 
}

/* STRAP THING */

#flatpackstrap {
	display:block;
	width:242px;
	height:242px;
	position:absolute;
	top:0px;
	right:0px;	
	overflow:hidden;
}