#subHeader {
	background-color: #ff7a1f;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 15px;
}

.subHeaderImage {
	margin: 5px;
	float:left
}

.subHeaderTitle {
	margin: 5px;
	float:left
}

.columnColor {
	background-color: #f3f7fa;
}

.rnd_top_right_corner {
    background: url('../img/rnd/top-right-orange.png') right top no-repeat;
    padding-top: 13px;
}

.rnd_right_bottom_corner {
    padding-bottom: 10px;
    padding-right: 16px;
    background: url('../img/rnd/bottom-right-orange.png') right bottom no-repeat;
}

.rnd_left_bottom_corner {
    padding-bottom: 18px;
    padding-right: 16px;
    margin-bottom:-10px;
    background: url('../img/rnd/bottom-left-orange.png') left bottom no-repeat;
}

.content-pad {
    padding: 10px 15px 0px;
}

#leftContent {
	float: left;
	width: 650px;
	padding: 5px;
}

#rightContent {
	float: right;
	width: 250px;
	padding: 5px;
}

.subContentHeader {
	font-size: 18pt;
}

.subContentSubHeader {
	font-size: 8pt;
	color: #a9a9a9;
}

#leftContent table {
	padding: 10px;
	background-color: #f3f3f3;
}

#leftContent td {
	text-align: left;
}

#bokuHDdev {
	text-align:left;
	margin-top: -10px;
	margin-left: 15px;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-size: 12pt;
	background-color: #ff7a1f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#rightContent #bokuVersion {
	padding: 8px;
	color: #fff;
	text-align: center;
	font-size: 12pt;
	background-color: #ff7a1f;
	margin-right: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#rightContent #bokuTwitter {
	padding: 8px;
	color: #fff;
	text-align: center;
	font-size: 12pt;
	background-color: #33ccff;
	background-color: #ff7a1f;
	margin-right: 5px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#rightContent #bokuTwitter #twit {
	top: 24px;
	background-color: white;
	padding: 3px;
	margin-top: 3px;
	color: #676767;
	text-align: left;
	font-size: 10pt;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#rightContent #subCategoryTitle {
	margin-top: 10px;
	margin-right: 5px;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 12pt;
	background-color: #ff7a1f;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px;
	-webkit-border-radius-bottomright: 0px;
	-webkit-border-radius-bottomleft: 0px;
}

#rightContent #subCategory {
	background-color: #f3f3f3;
	padding: 10px;
	color: #000;
	text-align: center;
	font-size: 10pt;
	border: solid 1px #ccc;
	border-top: none;
	margin-right: 5px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
}

#rightContent .stars {
	margin-top:3px;
	background-color: #fff;
	padding: 3px;
	width:115px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #ccc;
}

#rightContent .themeImage {
	border: solid 1px #ccc;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

#adminIndex #leftContent {
	width: 800px;
}

#themeIndex #leftContent {
	width: 990px;
}