.ui-theme div {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
#themeContent {
	/*padding: 0 0 0 40px;*/
	background: #fff;
}
#themeHeader{
	position: relative;
}
#themeHeader h1{
	font-family: FNBSansThin;
	font-size: 65px;	
	position: absolute;
	z-index: 2;
	right: 6%;
	top: 20%;
}
#themeHeader h1 span{
	font-size: 65px;
	font-family: "FNBSansBold";
	position: relative;
	left: 2px;
}
#themeContent .imageText{
	height: 100%;
	position: absolute;
	font-size: 60px;
}
#themeContent #themeCol1 {
	width: 70%;
	float: left;
	padding: 15px;
	padding-left: 0;
	border-top: 1px solid #000;
}
#themeContent #themeCol2 {
	width: 30%;
	float: left;
	padding: 0 0 0 20px;
}
#themeCopyContent{
	margin-top: 7px;
	padding: 0 0 0 40px;
}
#themeContent #themeCol1 .mainThemeText{
	color: #000;
	font-size: 18px;
	line-height: 130%;
	margin: 3% 0;
	font-family: "FNBSansRegular";
}
#themeContent #themeCol1 .mainThemeText strong{
	color: #f90;
}
#themeContent #themeCol1 h2 {
font-family: "FNBSansBold";
font-size: 45px;
color: #099;
padding: 0;
margin: 20px 0 5px 0;
}
#themeContent #themeCol1 p{
	font-family: "FNBSansLight";
	font-size: 13px;
	color: #000;
	padding: 10px 0;
}
#themeContent #themeCol1 p strong{
	font-size: 14px;
	color: #000;
}
#themeContent #themeCol1 h3{
	font-family: "FNBSansBold";
	font-size: 13px;
	color: #666666;
	margin: 35px 0 10px 0;
	padding: 0;
}
#themeContent #imageHolder {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

#themeContent #themeCol2 h2{
	font-family: "FNBSansBold";
	font-size: 13px;
	color: #666666;
	margin: 35px 0 10px 40px;
	padding: 0;
}
.moreButton {
	background-image: url("/03images/themes/Obama10YearsTheme/morePointsButton.jpg");
	background-repeat: no-repeat;
	background-position: left center;	
	padding: 10px 0 10px 40px;
	margin: 0 0 0 40px;
	font-family: "FNBSansRegular";
	font-size: 13px;
	color: #000;
	cursor: pointer;
}
.theBlock {
	width: 100%;
	height:75px;
}
.theBox1, .theBox3 {
	width: 37px;
	height:74px;
	float: left;
}
.theBox2 {
	float: left;	
	width: 90%;
	padding-left: 2%;
}
#themeContent #themeCol1 .theBox2 p {
	font-family: "FNBSansRegular";
	font-size: 16px;
	color: #000;
}



/********** Device **********/

.xlScreen .theBox2 { width: 88%; }

.largeScreen .theBox2 { width: 87%; } 

.mediumScreen .theBox2 { width: 81%; }
.mediumScreen #themeHeader, .mediumScreen #themeHeader h1 span { font-size: 50px; }

.smallScreen #content #ui-contentWrap {padding:0;}
.smallScreen #themeHeader h1 { right: 2%; }
.smallScreen #content h1, .smallScreen #content h1 span { font-size: 35px; }

.smallScreen #themeContent { padding: 0;margin:  0;}
.smallScreen #themeContent #themeCol1 .mainThemeText{font-size: 18px;}
.smallScreen #themeContent #themeCol1 p strong{	font-size: 13px;color: #000000;}	
.smallScreen #themeContent #themeCol1 {width: 100%;float: none;padding: 10px 20px 0 20px;}
.smallScreen #themeContent #themeCol2 {width: 100%;float: none;padding: 0 20px 0 20px;}
.smallScreen #themeContent #themeCol2 h2{margin: 35px 0 10px 0;padding: 0;}

.tinyScreen #themeHeader h1, .tinyScreen #themeHeader h1 span { font-size: 25px; right:0;top: 40%; }
.tinyScreen #themeContent #themeCol1 h2 { font-size: 35px; }
.tinyScreen #themeContent #themeCol1 .theBox2 p { font-size: 12px; }

.tinyScreen #themeCopyContent { padding: 0; }	
.tinyScreen .theBox2 {width: 64%;}
.tinyScreen .theTitle3 { font-size: 25px; }
.tinyScreen #themeContent #themeCol1 .mainThemeText { font-size: 15px; }
