.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-size: 55px;	
	position: absolute;
	z-index: 2;
	left: 3%;
	top: 60%;
	font-family: "FNBSansThin";
	color: #000;
	width: 14%;
}
#themeHeader h1 span {
	font-family: "FNBSansRegular";
}
#themeContent .imageText{
	height: 100%;
	position: absolute;
	font-size: 60px;
}
#themeContent #themeCol1 {
	width: 70%;
	float: left;
	padding: 15px;
	padding-left: 0;
}
#themeContent #themeCol2 {
	width: 30%;
	float: left;
	padding: 0 0 0 20px;
}
#themeCopyContent{
	margin-top: 7px;
	padding: 0 0 0 40px;
}
#themeContent #themeCol1 .mainThemeText{
	color: #000000;
	font-size: 18px;
	margin: 1% 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: #000000;
	padding: 10px 0;
}
#themeContent #themeCol1 p strong{
	font-size: 14px;
	color: #000000;
}
#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: 26px 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: #000000;
	cursor: pointer;
}
.theBlock {
	width: 100%;
	height:130px;
}
.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: #000000;
}
.padText {
	padding-left: 2%;
	padding-bottom: 2%;
}


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

.xlScreen .theBox2 { width: 88%; }

.largeScreen .theBox2 { width: 87%; } 

.mediumScreen .theBox2 { width: 81%; }
.mediumScreen #themeHeader h1{top: 40%;left:0;font-size: 40px;width: 15%;}

.smallScreen #content #ui-contentWrap {padding:0;}
.smallScreen #themeHeader h1{ width: 16%;font-size: 35px;top: 45%}
.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;}
.smallScreen .moreButton {margin: 0;}	

.tinyScreen #themeHeader h1 {width: 50%;font-size: 25px;left: 0;top: 0;}
.tinyScreen #themeCopyContent { padding: 0px; }	
.tinyScreen .theBox2 {width: 64%;}
	