@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2D1B20;
	background-image: url(images/stripes.jpg);
	font-family: "Times New Roman", Times, serif;
	color: #FFFF99;
	margin: 5px;
	float: none;
	text-align: center;
}
a {
	color: #FF9333;
}
a:visited {
	color: #CC6600;
}
a:hover {
	color: #FFCC00;
}
strong {
	font-size: larger;
	font-weight: bold;
	color: #FF9333;
}
.header {
	float: none;
	height: 25px;
	width: 900px;
	margin-bottom: 15px;
	text-align: left;
}
.content {
	height: auto;
	width: 900px;
	border: 5px solid #FF9333;
	background-image: url(images/swirlsandflowers.jpg);
	background-repeat: no-repeat;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	min-height: 700px;
	background-color: #203337;
}
.content    h1  {
	color: #66CC66;
	font-size: 28pt;
	font-weight: normal;
}
.content  h2 {
	color: #FF9333;
	font-size: 20pt;
	font-weight: bold;
}
.portfolioimage {
	height: 675px;
	width: 600px;
	margin-left: 280px;
}
.portfolioimage img {
	border: 5px solid #FFE88F;
}
.thumbnails {
	position: absolute;
	height: auto;
	width: 260px;
	left: 20px;
	text-align: left;
	line-height: 12px;
	top: 25px;
}
.thumbnails  img {
	border: 2px solid #FFE88F;
	margin: 5px;
}
.thumbnails  a:hover  img  {
	border: 2px solid #CC3300;
}
.copyright {
	float: inherit;
	height: 15px;
	width: 900px;
	bottom: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #66CC66;
}
.spacer {
	width: auto;
	float: left;
}
.clear {
	clear: both;
}
.text-block {
	text-align: justify;
	width: 500px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 75px;
	margin-left: auto;
}
.blogwrapper .feedburnerFeedBlock {
	height: auto;
	width: 900px;
	border: 5px solid #FF9333;
	background-image: url(images/swirlsandflowers.jpg);
	background-repeat: no-repeat;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-color: #203337;
	padding: 0px;
}
.blogwrapper .feedburnerFeedBlock img {
	border: 2px solid #FFFF99;
}

.blogwrapper .feedburnerFeedBlock ul {
	margin-left:0;
	padding-left:200px;
	list-style-type: none;
	padding-right: 150px;
}

.blogwrapper .feedburnerFeedBlock ul li {
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CC66;
}

.blogwrapper .feedburnerFeedBlock ul li span.headline a {
	color: #FF9333;
	text-decoration: none;
	display: block;
	font-size: 20px;
}

.blogwrapper .feedburnerFeedBlock ul li span.headline a:hover {
	color: #FFCC00;
}

#creditfooter {
display: none;
}

/* iPhone style */
.iphonewrapper {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.iphonewrapper h2 {
	color: #66CC66;
	font-size: 20pt;
	font-weight: bold;
}
.iphonewrapper img {
	width: 280px;
	height: auto;
	border: 2px solid #FFFF99;
	margin: 5px;
}
.style1 {font-size: small}
.iphonewrapper .text {
	text-align: justify;
}

.iphonewrapper .feedburnerFeedBlock {
	height: auto;
	width: 300px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 0px
}
.iphonewrapper .feedburnerFeedBlock img {
	border: 0px solid #FFFF99;
	width: ;
	height: ;
}

.iphonewrapper .feedburnerFeedBlock ul {
	margin-left:0;
	padding-left:10px;
	list-style-type: none;
	padding-right: 10px;
}

.iphonewrapper .feedburnerFeedBlock ul li {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CC66;
}

.iphonewrapper .feedburnerFeedBlock ul li span.headline a {
	color: #FF9333;
	text-decoration: none;
	display: block;
	font-size: 20px;
}

.iphonewrapper .feedburnerFeedBlock ul li span.headline a:hover {
	color: #FFCC00;
}