body {
	background-color: #d7eff7;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
h1 a {
	color: #666;
}
.smarty {
	font-size: 12px;
}
.smarty2 {
	font-size: 14px;
}
#wrapper {
	background-color: #FFF;
	border-left: solid 2px #7f858c;
	border-right: solid 2px #7f858c;
	width: 901px;
	margin: auto;
	border-bottom: solid 2px #7f858c;
}
#featleft {
	margin: 25px;
	float: left;
	width: 500px;
}
#featright {
	float: right;
	width: 250px;
	margin: 25px;
	border-left: 1px solid #7f858c;
	padding-left: 50px;
}
h2 {
	text-transform: uppercase;
	color: #7f858c;
	font-size: 12pt;
}
#featright .blue {
	display: block;
	background-color: #41B4E7;
	color: #ffffff;
	padding: 10px;
}
#featright .red {
	display: block;
	background-color: #E02826;
	color: #ffffff;
	padding: 10px;
}
#featright .orange {
	display: block;
	background-color: #F68D46;
	color: #ffffff;
	padding: 10px;
}
#featright .green {
	display: block;
	background-color: #A4CD39;
	color: #ffffff;
	padding: 10px;
}
#featleft .green {
	display: block;
	background-color: #A4CD39;
	color: #ffffff;
	padding: 10px;
}
#featleft h1 {
	text-transform: uppercase;
	font-size: 16pt;
	color: #666;
	padding-left: 15px;
	border-left-width: 25px;
	border-left-style: solid;
	border-left-color: #009;
}
#topnav ul {
	list-style-type: none;
}
#topnav ul li {
	display: inline;
	padding-left: 25px;
}
#topnav {
	text-align: right;
	margin-right: 25px;
}
#topnav ul li a {
	text-transform: uppercase;
	color: #333;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
#bottomnav ul {
	list-style-type: none;
}
#bottomnav ul li {
	display: inline;
	padding-left: 25px;
}
#bottomnav {
	text-align: right;
	margin-top: 15px;
	float:right;
}
#legal {
	margin-top: 15px;
	float:left;
	text-transform: uppercase;
	color: #CCC;
	font-size: 8pt;
	font-weight: bold;
}
#bottomnav ul li a {
	text-transform: uppercase;
	color: #333;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	width: 901px;
	margin: auto;
}
.abstract {
	font-size: 10pt;
	color: #666;
}
#featright ul li {
	font-size: 9pt;
}
#featright ul {
	list-style-type: square;
}
#bloks {
	background-image: url(http://www.jessicanorman.com/images/colorblok/blocks.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 901px;
	padding-top: 15px;
}
#rainbloks {
	position:absolute;
	left:3px;
	top:59px;
	width:394px;
	height:225px;
	z-index:1;
}
#logo {
	margin-left: 175px;
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
ul li a {
	text-decoration: none;
	color: #666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.breadcrumbs {
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
}
.navigationn {
	margin:3px;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A4CD39;
	color: #fff;
	font-weight: bold;
	border: 2px solid #ccc;
 }
.navigationn a {
	text-decoration: none;
}
.navigationp a {
	text-decoration: none;
}
.navigationp {
	margin:3px;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A4CD39;
	color: #fff;
	font-weight: bold;
	border: 2px solid #ccc;
 }

#portfolioleft {
	width: 400px;
	float: left;
}
#portfolioright {
	width: 400px;
	float: right;
}
#portfolio {
	background-color: #f4f4f4;
	padding: 25px;
}

/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){
/*--- iPhone only CSS here ---*/
body {
	background-color: #d7eff7;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
h1 a {
	color: #666;
}
img {
  	max-width: 480px;
  	height:auto;
}

#wrapper {
	background-color: #FFF;
	border-left: solid 2px #7f858c;
	border-right: solid 2px #7f858c;
	width: 525px;
	margin: 10px;
	border-bottom: solid 2px #7f858c;
}
h2 {
	text-transform: uppercase;
	color: #7f858c;
}
p {
	font-size: normal;
}
#featleft {
	width: 480px;
}
#featright {
	clear: left;
	border-left: none;
	width: 480px;
	margin: 25px;
}
#featright .blue {
	display: block;
	background-color: #41B4E7;
	color: #ffffff;
	padding: 10px;
}
#featright .red {
	display: block;
	background-color: #E02826;
	color: #ffffff;
	padding: 10px;
}
#featright .orange {
	display: block;
	background-color: #F68D46;
	color: #ffffff;
	padding: 10px;
}
#featright .green {
	display: block;
	background-color: #A4CD39;
	color: #ffffff;
	padding: 10px;
}
#featleft .green {
	display: block;
	background-color: #A4CD39;
	color: #ffffff;
	padding: 10px;
}
#featleft h1 {
	text-transform: uppercase;
	color: #666;
	padding-left: 15px;
	border-left-width: 25px;
	border-left-style: solid;
	border-left-color: #009;
}
#topnav {
	display: none;
}
#bottomnav {
	display: none;
}
#legal {
	margin-top: 15px;
	float:left;
	text-transform: uppercase;
	color: #CCC;
	font-weight: bold;
}
#footer {
	margin: auto;
}
.abstract {
	color: #666;
}
#featright ul {
	list-style-type: square;
}
#bloks {
	display: none;
}
#logo {
	margin-left: 15px;
}
#rainbloks {
	display: none;
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
}
ul li a {
	text-decoration: none;
	color: #666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.breadcrumbs {
	font-size: small;
	font-weight: bold;
	text-align: right;
}
.navigationn {
	margin:3px;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A4CD39;
	color: #fff;
	font-weight: bold;
	border: 2px solid #ccc;
 }
.navigationn a {
	text-decoration: none;
}
.navigationp a {
	text-decoration: none;
}
.navigationp {
	margin:3px;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A4CD39;
	color: #fff;
	font-weight: bold;
	border: 2px solid #ccc;
 }

.blogab {
	font-size: 10px;
	color: #999;
}
#portfolioleft {
	float: left;
}
#portfolioright {
	float: left;
}

