body {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-width: 0px;
	padding: 0px;
	text-align: center;
	color: white;
	background-color: #002848;
	font-family: "verdana", "helvetica", "arial", "sans-serif";
}

/* Page Header and Footer Styles */

#page-head {
	background-repeat: repeat-x;
	height: 95px;
	width: 100%;
	text-align: center;
	background-image: url(header_backdrop.jpg);
}

#page-nav {
	height: 25px;
	background-color: #000000;
	padding-top: 10px;
}

#totalwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	//border: 2px solid #00ff00;
}

#blogwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 966px;
	//border: 2px solid #ffff00;
}

#page-foot {
	clear: both;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	background-color: #001426;
}

#page-foot a {
	text-decoration: none;
	color: #ffffff;
	border: 0px;
}

#foot-wrapper {
	width: 950px;
	height: 104px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	//border: 1px solid #ff0000;
	text-align: left;
	font-size: 12px;
}

#page-foot .foot-col1 {
	width: 104px;
	float: left;
	background-color: #ff0000;
}

#page-foot .foot-col2 {
	width: 325px;
	margin-left: 10px;
	float: left;
	font-family: "futura", "verdana", "helvetica", "arial", "sans-serif";
	font-size: 16px;
	//background-color: #ffff00;
}

#page-foot .foot-col3 {
	width: 325px;
	margin-left: 30px;
	float: left;
	font-family: "futura", "verdana", "helvetica", "arial", "sans-serif";
	font-size: 16px;
	//background-color: #00ff00;
}

#page-foot .foot-col3 .infotext {
	font-size: 25px;
}

#page-foot .foot-col4 {
	text-align: center;
	width: 145px;
	margin-left: 10px;
	float: left;
	//background-color: #00ffff;
}

#page-foot .foot-col4 img {
	padding-top: 5px;
	border: 0px;
}


/* General styles */

.header1 {
	font-family: "futura", "verdana", "helvetica", "arial", "sans-serif";
	font-weight: bold;
	font-size: 14px;
}

.header1 img {
	vertical-align: middle;
}

.header1 a:link {
	text-decoration: none;
	color: #ffffff;
}

.header1 a:visited {
	text-decoration: none;
	color: #ffffff;
}

.header1 a:active {
	text-decoration: none;
	color: #ffffff;
}

.header1 a:hover {
	text-decoration: none;
	color: #ff9900;
}

.clearall {
	float: none;
	clear: both;
}

/* homepage styles */

#portfolio_column {
	width: 556px;
	min-height: 59%;
	text-align: left;
	background-color: #001c32;
	border-right: 2px solid #547087;
	border-left: 2px solid #547087;
	float: left;
}

.portfolioEntry {
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 12px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #547087;
	font-family: "verdana";
	font-size: 12px;
}

.portfolioEntry img {
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 8px #000000;
	max-width: 515px;
	clear: both;
}

.portfolioEntry .entry_title {
	font-family: "Futura", "Helvetica", "Arial";
	font-weight: bold;
	font-size: 14px;
}

.portfolioEntry .entry_date {
	font-size: 10px;
}

.portfolioEntry .entry_category {
	font-size: 10px;
}

.portfolioEntry .entry_category img {
	vertical-align: middle;
}

.portfolioEntry .entry_category a {
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}

#sidebar_column {
	float: right;
	margin-bottom: 10px;
}

#blog_sidebar {
	font-family:"verdana", "helvetica", "arial", "sans-serif";
	font-size: 12px;
	width: 368px;
	//border: 1px solid #1d415f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #001424;
	text-align: left;
	margin-top: 8px;
	padding: 6px;
	clear: both;
}

#blog_sidebar .synopsis_item {
	list-style-position: outside;
	list-style-type: none;
	border-top: 1px solid #1d415f;
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
}

#blog_sidebar .blog_title {
	font-family: "Futura";
	font-weight: bold;
	font-size: 12px;
}

#blog_sidebar a {
	color: #ff9900;
	text-decoration: none;
}

#blog_sidebar ul {

	border-bottom: 1px solid  #1d415f;
	//margin-left: -5px;
	padding-left: 10px;
	list-style-position:outside;

	list-style-type: none;
}

#blog_sidebar li {
	border-top: 1px solid #1d415f;
	margin-left: -10px;
	padding-bottom: 1px;
	padding-top: 4px;
	padding-left: 10px;
}

#blog_sidebar img {
	margin-top: 3px;
	margin-bottom: 5px;
	margin-right: 10px;
	float:left;
}

#iphone_box {
	font-family: "verdana", "helvetica", "arial", "sans-serif";;
	font-size: 10px;
	width: 368px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #001c32;
	text-align: left;
	margin-top: 10px;
	padding: 6px;
	min-height: 90px;
	clear: both;
}

#iphone_box img {
	display: block;
	margin-left: 8px;
	margin-right: 8px;
	border: 0px;
}

#archive_columns {
	float: right;
	clear: both;
	display: block;
	width: 380px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#archive_columns #color_column {
	width: 185px;
	background-color: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-right: 10px;
	float:left;
}

#color_column a {
	text-decoration: none;
	color: #ffffff;
}

#archive_columns #bw_column {
	width: 185px;
	color: #000000;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top: 7px;
	padding-bottom: 5px;
	float:right;
}

#bw_column a {
	text-decoration: none;
	color: #000000;
}

a:link img.thumbnail {
	margin-top: 5px;
	margin-bottom: 6px;
	border: 3px solid #333333;
}

a:active img.thumbnail {
	margin-top: 5px;
	margin-bottom: 6px;
	border: 3px solid #333333;
}

a:visited img.thumbnail {
	margin-top: 5px;
	margin-bottom: 6px;
	border: 3px solid #333333;
}

a:hover img.thumbnail {
	margin-top: 5px;
	margin-bottom: 6px;
	border: 3px solid #ff9900;
}


/* CONTACT table styles */

.contact_block {
	width: 340px;
	margin-top: 5px;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 20px;
	background-color: #001e36;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #3f596e;
	font-size: 12px;
}

/* GALLERY Styles */

.clearall {
	float: none;
	clear: both;
}

#gallerywrapper {
	width: 950px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: "futura", "verdana", "helvetica", "arial", "sans-serif";
	font-size: 12px;
	clear: both;
}

/*#gallerynav {
	clear: both;
	border: 1px solid #ff0000;
}*/

#gallerywrapper .text-left {
	width: 220px;
	float: left;
	text-align: left;
	margin-left: 10px;
	//background-color: #ff0000;
}

#gallerywrapper .text-right {
	width: 220px;
	float: right;
	text-align: right;
	margin-right: 10px;
	//background-color: #00ff00;
}

#gallerywrapper .text-middle {
	width: 490px;
	float: left;
	text-align: center;
	//background-color: #0000ff;
}

#color_gallery {
	width: 950px;
	color: #ffffff;
	background-color: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#color_gallery img.thumbnail {
	margin: 5px;
}

#color_gallery a:link {
	color: #ffffff;
	text-decoration: none;
}

#color_gallery a:visited {
	color: #ffffff;
	text-decoration: none;
}

#color_gallery a:active {
	color: #ffffff;
	text-decoration: none;
}

#color_gallery a:hover {
	color: #ff9900;
	text-decoration: none;
}

#bw_gallery {
	width: 950px;
	color: #000000;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#bw_gallery img.thumbnail {
	margin: 5px;
}

#bw_gallery a:link {
	color: #000000;
	text-decoration: none;
}


#bw_gallery a:active {
	color: #000000;
	text-decoration: none;
}


#bw_gallery a:visited {
	color: #000000;
	text-decoration: none;
}

#bw_gallery a:hover {
	color: #ff9900;
	text-decoration: none;
}

/* BLOG Styles */

#blog_column {
	width: 574px;
	min-height: 59%;
	text-align: left;
	background-color: #001c32;
	border-right: 2px solid #547087;
	border-left: 2px solid #547087;
	float: left;
	//clear: both;
}

.blogEntry {
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 12px;
	padding-bottom: 8px;
	font-family: "verdana", "Helvetica", "Arial";
	font-size: 12px;
}

.blogEntry img {
	margin-top: 5px;
	margin-bottom: 10px;
	max-width: 550px;
}

.blogEntry .imgLeft {
	float: left;
	margin-right: 10px;
}

.blogEntry .imgRight {
	float: right;
	margin-left: 10px;
}

.blogEntry .entry_title {
	font-family: "Futura", "Helvetica", "Arial";
	font-weight: bold;
	font-size: 14px;
}

.blogEntry .entry_date {
	font-size: 10px;
}

.blogEntry .entry_category {
	font-size: 10px;
}

.blogEntry .blogFooter {
	clear: both;
	background-color: #001424;
	color: #a0a3bb;
	font-family: "Verdana", "Helvetica", "Arial";
	font-size: 12px;
	text-align: left;
	border-top: 1px dashed #547087;
	padding: 5px;
	height: 31px;
}

.blogEntry .blogFooter img {
	vertical-align: middle;
	margin-bottom: 1px;
}


.blogEntry a, .portfolioEntry a {
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}

.comments {
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 12px;
	padding-bottom: 8px;
	font-family: "verdana", "Helvetica", "Arial";
	font-size: 12px;
}

.comments a {
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}

.comments-header {
	font-family: "Futura", "Helvetica", "Arial";
	font-weight: bold;
	font-size: 14px;
}

.comments-content {
	margin-bottom: 10px;
	margin-top: 10px;
}

.comments-content .comment {
	padding: 10px;
}

.comments-content .odd {
	background-color: #001424;
}

.comments-content .byline {
	font-size: 10px;
}

form#comments-form {
	margin-top: 5px;
	font-size: 12px;
	padding: 10px;
	border: 2px solid #547087;
	background-color: #002848;
	vertical-align: top;
}

#comments-form .field {
	margin-top: 5px;
}

#comments-form .button { 
 font-size: 12px; 
 font-weight: bold;
 background-color: #001c32; 
 border: 2px solid #547087;
 color: #FFFFFF;  
 margin-right: 6px;
 margin-top: 10px;
}

/* CALENDAR styles */

.archive_block {
	text-align: center;
}

.calendar_block table {
	margin-top: 5px;
	border-width: 0px
	cell-padding: 2px;
}

.calendar_block td {
	text-align: center;
	font-family: "verdana";
	font-size: 14px;
	min-width: 31px;
	min-height: 23px;
	background-color: #001c32;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.calendar_block td.empty {
	background-color: #001424;
}

.calendar_block td.linked {
	text-align: center;
	font-family: "verdana";
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
	font-size: 14px;
	min-width: 31px;
	min-height: 23px;
	background-color: #002848;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.calendar_block th {
	text-align: center;
	font-family: "verdana";
	font-size: 10px;
	font-weight: bold;
	color: #002848;
	
}

.category_block {
	text-align: left;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#blog_sidebar .cat_list {
	margin-top: -4px;
	border-bottom: 0px;
	list-style-position:outside;
	list-style-type: none;
}

#blog_sidebar .cat_list li {
	font-family: "verdana";
	font-size: 10px;
	margin-top: -5px;
	color: #547087;
	border-top: 0px;
}

#blog_sidebar .cat_list a {
	//font-weight: bold;
	font-size: 12px;
	color: #ff9900;
}

.twitterBox {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 8px;
}

.twitterItem {
	background-color: #002848;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 10px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	clear: both;
	min-height: 70px;
	margin-bottom: 5px;
}

.twitterItem img {
	float: left;
	margin-right: 10px;
}

/* iphone classes */

#mobile-page-head {
	background-repeat: repeat-x;
	height: 43px;
	width: 100%;
	text-align: center;
	border-bottom: 8px solid #000000;
	background-image: url(header_backdrop_iphone.png);
}


#mobilewrapper {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

#iphone_columns {
	width: 300px;
	margin-top: 10px;
	clear: both;
}

#iphone_columns #color_column {
	width: 145px;
	background-color: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
}

#iphone_columns #bw_column {
	width: 145px;
	color: #000000;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top: 7px;
	padding-bottom: 5px;
	float: right;
}

.iphoneEntry {
	width: 500px;
	font-size: 18px;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#contact_sidebar {
	font-family:"verdana", "helvetica", "arial", "sans-serif";
	font-size: 10px;
	width: 288px;
	margin-bottom: 10px;
	//border: 1px solid #1d415f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #001424;
	text-align: left;
	padding: 6px;
	clear: both;
}

#contact_sidebar a {
	text-decoration: none;
	color: #FFFFFF;
}

#contact_sidebar .col1 {
	width: 64px;
	float: left;
	//background-color: #ff0000;
}

#contact_sidebar .col2 {
	width: auto;
	margin-left: 70px;
	font-family: "verdana", "helvetica", "arial", "sans-serif";
	font-size: 10px;
	//border: 1px solid #ffff00;
}

#contact_sidebar .infotext {
	font-size: 18px;
}

#copyright {
	text-align: center;
	
}

/*#blog_sidebar ul {

	border-bottom: 1px solid  #1d415f;
	//margin-left: -5px;
	padding-left: 10px;
	
}

#blog_sidebar li {
	border-top: 1px solid #1d415f;
	margin-left: -10px;
	padding-bottom: 1px;
	padding-top: 4px;
	padding-left: 10px;
}*/


/*#color_column a:link {
	border: 3px solid #333333;
}

#color_column a:active {
	border: 3px solid #333333;
}

#color_column a:visited {
	border: 3px solid #333333;
}

#color_column a:hover {
	border: 3px solid #ff9900;
}*/


/* column container */
	#header a:link {
	text-decoration: none;
	color: #ffcc55;
	font-weight: bold;
}
    #header a:active {
	text-decoration: none;
	color: #ffcc55;
	font-weight: bold;
}
    #header a:visited {
	text-decoration: none;
	color: #ffcc55;
	font-weight: bold;
}
    #header a:hover {
	text-decoration: none;
	color: #ffffbb;
	font-weight: bold;
}




    #footer {
	/*float: left;
	width: 950px;
	padding-top: 10px;
	border-top-color: #8f827b;
	border-top-style: dashed;
	border-top-width: 1px;
	font-size: 12px;
	color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;*/
}

    img.sub1 {
	margin-bottom: -1px;
}
    a img {
	border: 0px;
}

