/*******************************************************************************
 http://meyerweb.com/eric/tools/css/reset/
 v1.0 | 20080212
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*******************************************************************************
 * ClearFix
*******************************************************************************/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* + html .clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
/**
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Google Android
 * @vendorurl:  http://code.google.com/android/
 * @licenseurl: http://www.fontsquirrel.com/license/Droid-Sans
 *
 * @font-face rules based on the work of Paul Irish. 
 */
@font-face {
	font-family: 'DroidSansRegular';
	src: url('droid/DroidSans.eot');
	src: local('Droid Sans Regular'), local('DroidSans'), url('droid/DroidSans.woff') format('woff'), url('droid/DroidSans.ttf') format('truetype'), url('droid/DroidSans.svg#DroidSans') format('svg');
}
/*******************************************************************************
 Layout and tags
*******************************************************************************/
body {
	background: #191919 url(/theme/cdc2/img/layout/background_bkg.png);
	font-size: 13px;
	line-height: 17px;
	font-family: tahoma, verdana, sans-serif;
	color: #0F0F0F;
}
h2, h3, h4, h5 {
	font-family: 'DroidSansRegular', "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-weight:normal;
}
h2 {
	color: #143F57;
	font-size: 26px;
	line-height:32px;
	margin-top: -10px;
	margin-bottom: 15px;
}
h3 {
	color: #143F57;
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: normal;
}
h3 span a.twitter {
	background: transparent url(/theme/cdc2/img/layout/team_twitter_icon.png) no-repeat scroll right 7px;
	padding-right: 20px;
}
h4 {
	color: #143F57;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: normal;
}
h5 {
	color: #143F57;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: normal;
}
h1.first,
h2.first,
h3.first,
h4.first,
h5.first {
	margin-top: 0px;
}
a {
	text-decoration: none;
	color: #2885AE;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a.button img {
	position: relative;
	top: 2px;
}


button.button {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a.button,
button.button {
	background: url(/theme/cdc2/img/layout/blue_button.png) no-repeat scroll top left;
	color: #fff;
	font-size: 16px;
	line-height:16px;
	height:28px;
	text-decoration: none;
	display: -moz-inline-box;
	display:inline-block;
}
a.button span,
button span {
	background: url(/theme/cdc2/img/layout/blue_button.png) no-repeat scroll top right;
	padding-right: 10px;
	line-height:16px;
	margin: 0px -10px 0px 13px;
	padding: 5px 13px 7px 0px;
	display: -moz-inline-box;
	display:inline-block;
}

.button2 {
	background: url(/theme/cdc2/img/layout/blue_button.png) no-repeat scroll top left;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	height: 28px;
}
.button2 span {
	display: inline-block;
	background: url(/theme/cdc2/img/layout/blue_button.png) no-repeat scroll top right;
	padding: 5px 10px 7px 0px;
	margin: 0;
	position:relative;
	right: -10px;
}

a.button:hover,
button.button:hover {
	background-position: bottom left;

}
a.button:hover span,
button.button:hover span {
	background-position: bottom right;
}



p {
	margin-bottom: 13px;
}
#header {
	background: transparent url(/theme/cdc2/img/header_background.gif) repeat-x;
	height: 100px;
}
#header h1 {
	position : relative;
	z-index : 60;
	width : 305px;
	left : 0px;;
	top: 20px;
	background: transparent url(/theme/cdc2/img/cakedc_logo.png) no-repeat;
	height: 62px;
}
#header h1 a {
	margin: auto;
	display: block;
	width : 301px;
	height: 57px;
}
#header h1 a span {
	display: none;
}
#header .container {
	width: 960px;
	margin: auto;
}
#header form {
	float: right;
	width: 120px;
	margin: 0px;
}
#header form select {
	width: 80px;
}
#contentWrapper {
	background: #fff;
}
#content {
	background: #fff;
	width: 920px;
	padding: 20px;
	margin: auto;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content .body ul,
#content .body ol {
	padding-left: 20px;
}
#content .body li {
	margin-bottom:10px;
}
#content .body ul {
	list-style: disc;
}
#content .body ol {
	list-style: decimal;
}


#footer {
	width: 960px;
	margin: auto;
}
#footer .box {
	width: 285px;
	margin: 0px 0px 10px 0px;
	display: inline-box;
	float: left;
	color: #fff;
	background: #1F5F83 url(/theme/cdc2/img/layout/footer_box.png) no-repeat;
	padding: 10px;
	height: 199px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer a {
	color: #6F9CB4;
}
#footer h3 {
	color: #fff;
}
#footer .box.two {
	margin: 0px 22px 0px 23px;
	width: 285px;
}

#footer .box h3 {
	margin-top: 0px;
}
#footer .box li {
	line-height: 20px;
}
#footer .box img {
	position: relative;
	float: right;
	left: 0px;
	top: 80px;
}
#footer p {
	margin-top: 20px;
	padding: 15px;
	font-size: 11px;
	line-height: 13px;
	color: #969696;
}
.mainMenu ul {
	color: #fff;
	text-align: right;
	margin-top: -6px;
}
.mainMenu ul li {
	display: inline;
}
.mainMenu ul li a {
	font-family: DroidSansRegular, "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	color: #fff;
	height: 32px;
	padding: 6px 0px 6px 10px;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mainMenu ul li a span {
	padding: 6px 10px 6px 0px;
}
.mainMenu ul li a:hover,
.mainMenu ul li a:active,
.mainMenu ul li a.active {
	background: transparent url(/theme/cdc2/img/layout/active_menu_bkg.png) no-repeat top left;
}
.mainMenu ul li a:hover span,
.mainMenu ul li a:active span,
.mainMenu ul li a.active span {
	background: transparent url(/theme/cdc2/img/layout/active_menu_bkg.png) no-repeat top right;
}
.homeTitle {
	text-align: center;
	margin: auto;
	background: transparent url(/theme/cdc2/img/layout/home_gradient_bkg.png) no-repeat top center;
	height: 85px;
}
.homeTitle h2 {
	font-weight:normal;
	font-size: 28px;
	line-height: 85px;
	color: #fff;
	margin: 0px;
	text-shadow: #333 0 1px 2px;
}
#hcard-Cake-Development-Corporation {
	display: none;
}
.downloadInfo {
	float: right;
	width: 180px;
}
.downloadColumn {
	margin-right: 190px;
	border-right: 1px solid #000;
	padding-right: 10px;
}
.downloadInfo dl dt {
	float: left;
	margin-right: 5px;
}
.downloadInfo .box {
	background: #eee;
	margin-bottom: 10px;
	padding: 10px;
}
.downloadInfo .box h4 {
	margin-top: 0px;
}
div.links {
	border:1px solid #E0E0E0;
	font-size:11px;
	margin-bottom:10px;
	padding:3px;
	text-align:center;
}
p.subtitle {
	color: #B2B2B2;
	margin-top: -15px;
}
.borderBoxBody {
	padding: 10px;
}
.borderBoxBody h3 {
	margin: 0px -10px 15px -10px;
	padding: 0px 10px 5px 10px;
	border-bottom: 1px solid #000;
}

.portfolioBox {
	background: #E6E6E6;
	padding: 5px 10px 10px 10px;
	margin-bottom: 20px;
}
.portfolioBox .description {
	padding-top:5px;
}
.portfolioBox .portfolioPreview {
	background: url(/theme/cdc2/img/layout/portfolio_featured_frame.png) no-repeat;
	padding: 10px 5px 10px 5px;
	width: 514px;
	height: 253px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.portfolioBox .image {
	height: 248px;
	overflow: hidden;
}

.portfolioBox .navigation {
	position: relative;
	float: right;
	width: 350px;
	background: url(/theme/cdc2/img/layout/portfolio_control_bar.png) no-repeat top left;
	height: 43px;
	margin-top: -51px;
	padding: 0px 10px 0px 5px;
	text-align: right;
}
.portfolioBox .navigation a.thumb {
	border: 2px solid #404040;
	width: 23px;
	height: 23px;
	line-height:23px;
	display: inline-block;
	background: #666;
	text-decoration: none;
}

.portfolioBox .navigation a {
	margin-right: 10px;
	margin-top:6px;
	letter-spacing: 2px;
}
.portfolioBox .navigation a.next img {
	margin-top: -1px;
	vertical-align: top;
}

.portfolioBox h4 {
	margin-top: 0px;
	color: #1E648A;
	font-weight: normal;
}
.portfolioBox.index {
	background: transparent;
	padding: 0px;
}
.infoBoxes .box {
	width: 286px;
	float: left;
}
.infoBoxes .box.two {
	margin: 0px 20px;
}
.entries {
	margin-bottom: 20px;
}
.tweets .tweet img {
	display: block;
	float: left;
	margin-right: 10px;
	width: 50px;
}
.tweets .tweet .message {
	margin-left: 61px;
	border: none;
	color: #0F0F0F;
	background: transparent;
	font-weight: normal;
	padding-top: 0px;
}
.tweets .tweet .rssmessage {
	margin-left: 0px;
	border: none;
	background: transparent;
}
.tweets .tweet .message p.date {
	margin-top: -10px;
	color: #9B9B9B;
}
ul.services li {
	width: 216px;
	margin: 0px 9px;
	display: block;
	float: left;
	height: 54px;
	text-align: center;
	padding-top:140px;
}
ul.services li.first {
	margin-left: 0px;
}
ul.services li.last {
	margin-right: 0px;
}
ul.services .development {
	background: transparent url(/theme/cdc2/img/services/development.png) no-repeat 0px 0px;
}
ul.services .training {
	background: transparent url(/theme/cdc2/img/services/training.png) no-repeat 0px 0px;
}
ul.services .consulting {
	background: transparent url(/theme/cdc2/img/services/consultation.png) no-repeat 0px 0px;
}
ul.services .codeReview {
	background: transparent url(/theme/cdc2/img/services/code_review.png) no-repeat 0px 0px;
}
dl.download {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
}
dl.download dt {
	display: inline;
	float: left;
	margin-right: 4px;
	line-height: 18px;
}
dl.download dd {
	display: block;
}
p.tags {
	font-size: 11px;
	padding-left: 30px;
	background: transparent url(/theme/cdc2/img/icons/tag_icon.png) no-repeat 0px 3px;
	margin-bottom: 5px;
}
.clientList,
ul.list {
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 15px;
}
.documentation ol {
	margin-left: 20px;
	list-style-type: decimal;
	margin-bottom: 15px;
}
.documentation pre {
	margin-bottom: 13px;
}
.list.benefits li {
	margin-bottom: 10px;
}
.documentations {
	clear: both;
}
/*******************************************************************************
 Comments
*******************************************************************************/
.comment {
	margin-bottom: 25px;
}
.comment h5,
.comment h5 a {
	margin-top: 0px;
	color: #333333;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
.comment .body {
	margin-bottom: 5px;
	color: #666666;
}
.tree-block {
	margin-left: 20px;
	margin-top: 20px;
}
dl.recentComments {
	font-size: 11px;
}
dl.recentComments dt {
	display: inline;
}
dl.recentComments dd {
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #E0E0E0;
}
/*******************************************************************************
 Helpers
*******************************************************************************/
.left {
	float: left;
}
.right {
	float: right;
}
.leftImg {
	float: left;
	margin: 0px 10px 10px 0px;
}
.rightText {
	text-align: right;
}
/*******************************************************************************
 Columns
*******************************************************************************/
.rightColumn {
	float: right;
	width: 300px;
	padding: 0px 0px;
}
.rightColumn2 {
	float: right;
	width: 365px;
	padding: 0px 0px;
}
.leftColumn {
	float: left;
	width: 300px;
	padding: 0px 0px;
}
/* wide left column, add your selector */
.leftColumn.wide {
	width: auto;
	float: none;
	margin-right: 320px;
}
/* wide right column, add your selector */
.rightColumn.wide {
	width: auto;
	float: none;
	margin-left: 320px;
	padding-left: 4px;
}
/* wide left column, add your selector */
.leftColumn.wide2 {
	width: auto;
	float: none;
	margin-right: 390px;
}
/*******************************************************************************
 Teampage / Developers
*******************************************************************************/
.hidden {
	display: none;
}
div.developer {
	padding-bottom: 20px;
}
div.developer .leftColumn {
	width: 170px;
	float: left;
	background: transparent url(/theme/cdc2/img/layout/team_quote_pointer.png) no-repeat right 50px;
}
div.developer .rightColumn {
	float: none;
	width: auto;
	margin-left: 170px;
	margin-right: 80px;
	background: #DFDFDE;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 200px;
}
.developer .infobox {
	width: 210px;
	padding-left: 20px;
	float: right;
}
.developer h3 {
	margin-top: 0px;
}
#devList img {
	width: 100px;
	height: 127px;
	margin-bottom: 7px;
}
#devList {
	margin-bottom: 40px;
}
#devList a {
	color: #fff;
	display: inline;
	float: left;
	background: transparent url(/theme/cdc2/img/layout/team_name_tag.png) no-repeat bottom left;
	text-align: center;
	padding-bottom: 10px;
}
#devList img {
	display: block;
}
.developer .infobox img {
	margin-bottom: 10px;
}
span.tel,
span.twitter,
.skype-chat,
.skype-call {
	display: block;
	padding-left: 30px;
	line-height: 18px;
	padding-bottom: 4px;
}
span.tel {
	background: transparent url(/theme/cdc2/img/layout/team_phone_icon.png) no-repeat top left;
}
span.twitter {
	background: transparent url(/theme/cdc2/img/layout/team_twitter_icon.png) no-repeat top left;
}
.skype-call {
	background: transparent url(/theme/cdc2/img/layout/team_skype_call_icon.png) no-repeat top left;
}
.skype-chat {
	background: transparent url(/theme/cdc2/img/layout/team_skype_chat_icon.png) no-repeat top left;
}
p.devname {
	width: 94px;
	text-align: center;
	background: transparent url(/theme/cdc2/img/layout/team_name_tag.png) no-repeat bottom left;
	padding: 7px 3px 10px 3px;
	color: #fff;
}
/*******************************************************************************
 Tables
*******************************************************************************/
table,td {
	border : 1px solid #CCC;
	border-collapse : collapse;
}
table {
	border :none;
	border :1px solid #CCC;
	width: 100%;
}
thead th,
tbody th {
	background : #FFF;
	color : #666;  
	padding : 5px 6px;
	border-left : 1px solid #CCC;
}
tbody th {
  background : #fafafb;
  border-top : 1px solid #CCC;
  text-align : left;
  font-weight : normal;
}
tbody tr td {
	padding : 3px 6px;
	color : #666;
}
tbody tr:hover {
	background : #FFF;
}
tbody tr:hover td {
	color : #454545;
}
tfoot td,
tfoot th {
	 border-left : none;
	border-top : 1px solid #CCC;
	padding : 4px;
	background : #FFF;
	color : #666;
}
/*******************************************************************************
 Forms
*******************************************************************************/
form {
	margin-right: 20px;
	padding: 0;
	width: 90%;
}
fieldset {
	border: 1px solid #0F0F0F;
	margin: 10px 0px;
	padding: 16px 20px;
}
fieldset legend {
	color: #006B8A;
	font-weight: bold;
}
form div {
	clear: left;
	padding: .5em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.optional, form div.input {
	color: #444;
}
form div.submit {
	border: none;
	margin-top: 10px;
	margin-left: 20px;
	width: auto;
}
label {
	display: block;
	padding-right: 20px;
	color: #0F0F0F;
}
input[type=text] {
	padding: 6px 10px;
}
input, textarea, input.openid {
	clear: left;
	display: block;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
	font-size: 12px;
	border: 1px solid #0F0F0F;
}
select {
	font-size: 100%;
	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;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	width: auto;
	font-size: 13px;
	vertical-align: bottom;
	background: #1E6485;
	border: 1px solid #0F0F0F;
}
input[type=hidden] {
	display: none;
}
form.subscriber input[type=text] {
	width: 150px;
	display: inline;
}
form.subscriber label {
	margin-bottom: 10px;
}
form.donation {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
button.donation,
div.donation {
	padding: 0px 5px 5px 5px;
	text-align: left;
	color: #fff;
	background: transparent url(/theme/cdc2/img/layout/large_blue_button.png) no-repeat;
	height: 73px;
	width: 348px;
	font-size: 24px;
	border: none;
}
button.freedownload {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: transparent;
	border: none;
	padding: 10px;
	width: 100%;
	text-align: center;
}
button.donation img,
div.donation img {
	display: block;
	position: absolute;
	margin: 0px 10px 0px 0px;
	width: 50px;
}
button.donation p,
div.donation p {
	margin: 0px 0px 0px 60px;
}
div.donation a {
	color: #fff;
}
div.donation p {
	line-height: 38px;
}
div.donation {
	padding-top: 15px;
	padding-left: 8px;
}
button.donation span {
	color: #ccc;
	font-size: 12px;
	background: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.input.radio label {
	display: inline;
	width: 200px;
}
div.input.radio input {
	display: inline;
	width: auto;
}
/*******************************************************************************
 Adminmenu
*******************************************************************************/
.adminMenu {
	display: block;
	width: 940px;
	margin: auto;
	background: #000;
	padding: 5px 10px;
}
.adminMenu li {
	display: inline;
	margin-right: 10px;
}
.adminMenu li a {
	color: #fff;
}
/*******************************************************************************
 Paging
*******************************************************************************/
div.paging {
	background:#fff;
	color: #000;
	margin: 10px 0px;
	text-align: center;
	border: 1px solid #E0E0E0;
	padding: 5px;
}
div.paging .disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
	padding: 3px 5px;
}
div.paging span.current {
	color: #fff;
	background-color: #246B94;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.paging div.numbers {
	display: inline;
	background-color: #F4F4F4;
	padding: 6px;
}
/*******************************************************************************
 jQuery UI Tabs
*******************************************************************************/
.ui-tabs-hide { display: none; }
.ui-tabs-nav ul.tabNav {
	border-bottom: 1px solid #000;
	padding: 0px;
	margin-bottom: 20px;
}
.ui-tabs-nav ul.tabNav li {
	display: inline;
	margin: 0px 5px -1px 5px;
	background: #fff;
}
.ui-tabs-nav ul.tabNav li a {
	font-family: DroidSansRegular, "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	height: 32px;
	padding: 6px 0px 6px 10px;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ui-tabs-selected a {
	color:#FFFFFF;
	font-family:DroidSansRegular,"Trebuchet MS",Trebuchet,Verdana,sans-serif;
	font-size:16px;
	height:32px;
	padding:6px 0 6px 10px;
	text-decoration:none;
	background: transparent url(/theme/cdc2/img/layout/active_menu_bkg.png) no-repeat top left;
}
.ui-tabs-selected a span {
	color: #fff;
	background: transparent url(/theme/cdc2/img/layout/active_menu_bkg.png) no-repeat top right;
	padding: 6px 10px 6px 0px;
}
/*******************************************************************************
 Flash Messages
*******************************************************************************/
.error-message {
	color: #A30417;
	padding: 3px 3px 3px 25px;
	background: transparent url(../img/field_error.png) top left no-repeat;
	margin-left: 5px;
}
.message {
	padding: 5px;
	color: #009E0F;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #DBF5B8;
	background: #D1FEA1 url(../img/green_sidebox_bkg.gif) top left repeat-x;
	margin-bottom: 10px;
}
#authMessage {
	padding: 5px;
	color: #711B04;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #8B1B04;
	background: #FFB56A url(../img/orange_sidebox_bkg.gif) repeat-x scroll left top;;
	margin-bottom: 10px;
}
.message .warning {
	background: #FFE1E0;
	border: 2px solid #CE1400;
	color: #CE1400;
}
