					/*========== page styles ==========*/
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#8BD3E5;
}

ul {
	list-style-type:none;
	line-height:1.5em;
}

#page-wrap {
	width:920px;
	margin:20px auto 10px auto;
	padding:0;
}

#main {
	width:895px;
	margin-left:auto;
	margin-right:auto;
	background:url("/images/background-middle.png") repeat-y;
	padding:5px 35px;
	text-align:left;
	color:#666666;
	font-size:11px;
}

textarea {
	width:380px;
}


					/*========== header and tabs styles ==========*/
#header {
	width:920px;
	height:90px;
	margin:0;
	font-size:10px;
	background:url("/images/background-top.png") bottom no-repeat #8BD3E5;
	padding-bottom:17px;
}

#header p{
	font-size:10px;
	color:#FFFFFF;
	letter-spacing:2px;
	padding-top:66px;
	text-align:right;
}

#tabs {
	width:450px;
	padding:66px 25px 0px 10px;
	float:right;
	margin:0px;
}
	
*html #tabs {
	width:450px;
	padding:66px 25px 0px 10px;
	float:right;
}
	  
#tabs ul {
	margin:0 10px 0 0;
  	padding:0px;
	line-height:normal;
	font-size: 11px;
	font-weight: normal;
	float:right;
}
	  
#tabs li {
	display:inline;
	line-height:normal;
	font-weight: normal;
	margin:0px;
	padding:0px;
}
	  
#tabs a {
	float:left;
	background:url("/images/tabs-left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
	line-height:normal;
	font-weight: normal;
}
	  
#tabs a span {
	float:left;
	display:block;
	background:url("/images/tabs-right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666666;
	line-height:normal;
	font-weight: normal;
}

#tabs #on a {
	float:left;
	background:url("/images/tabs-left-on.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
	font-size:11px;
}
	
#tabs #on a span{
	float:left;
	display:block;
	background:url("/images/tabs-right-on.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#000000;
	font-size:11px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
	color:#000;
	font-size:11px;
	}
    
#tabs a:hover {
	background-position:0% -42px;
	font-size:11px;
	}
    
#tabs a:hover span {
	background-position:100% -42px;
	font-size:11px;
	}

.logo {
	width:280px;
	height:89px;
	float:left;
	margin:0px;
	padding-left:25px;
}

					/*========== content styles ==========*/

#left {
	width:400px;
	float:left;
}

#left p {
	color:#666666;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	margin-bottom:6px;
	margin-top:2px;
	text-align:left;
	width:380px;
}

#right {
	float:right;
	width:348px;
}

.large-pic {
	border:1px solid #CCCCCC;
}

#left dt {
	margin-top:5px;
}

#left dd {
	margin:0;
}

.address {
	margin:-35px 0 0 60px;
}

#intro {
	padding:3px;
}

#viewer {
	margin-top:-20px;
}
					/*========== blog styles ==========*/
#main h1 {
	width:380px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	color:#8BD3E5;
	margin:0 0 5px 0;
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
}
	
a img { border: none; }

.edit-photo {
    margin: 5px;
    padding: 5px;
    border: 1px solid black;
    display: block;
    float: left;
    text-align: center;
	clear:left;
}

#blog-content h2.title  {
	margin:0;
	clear:both;
}

#prevnext {
	font-size:1.3em;
	clear:both;
	width:400px;
	font-family:helvetica,sans-serif;
}

#prevnext :link, #prevnext :visited {
	color:black;
}

#prevnext .next {
	float:right;
}

#blog-content h2.title a {
	display:block;
	border-bottom:1px dotted #CCCCCC;
	color:#8BD3E5;
	font-family:Georgia,"Times New Roman",Times,serif;
	text-decoration:none;
	width:385px;
	font-size:22px;
}

div.byline {
	font-family:helvetica,sans-serif;
	margin:3px 0 3px 0;
	text-align:right;
	width:385px;	
}

div.entry {
	width:385px;
	clear:left;
}

div.tags {
	padding-bottom:20px;
	width:385px;
}

ul.blog-thumbs {
	margin:0;
	padding:0;
	list-style-type:none;
	width:400px;
	float:left;
}

ul.blog-thumbs li {
	float:left;
}

a.isOff {
	display:block;
	padding:1px;
	border:1px solid #8BD3E5;
	margin: 5px 10px 5px 0;
}

a.isOff:hover, a.isOn {
	display:block;
	padding:0;
	border:2px solid #666666;
	margin: 5px 10px 5px 0;
}

a.isOff:active, a.isOn:active {
	outline:none;
}

:focus
{
  -moz-outline-style: none;
}

ul.blog-thumbs li img {
	width:65px;
	height:65px;
	padding:0;
	margin:0 0 -3px 0;
}

ul.blog-images {
	margin:4px 45px 0 0;
	padding:0;
	list-style-type:none;
	float:right;
	width:444px;
}

ul.blog-images li {
	text-align:center;
}

li.isInvisible {
	display:none;
	
}

li.isVisible img {
	padding:1px;
	border: 1px solid #8BD3E5;
	max-width:440px;
}

li.isVisible a:hover img {
	padding:0px;
	border: 2px solid #666666;
	max-width:440px;
}

#rss-feed {
    float:right;
    margin:0 50px -28px 0;
}

					/*========== footer styles ==========*/
#footer {
	width:920px;
	text-align:center;
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background:url("/images/background-bottom.png") top no-repeat #8BD3E5;
	padding:20px 0 20px 0;
}

#footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}
	
#footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
	
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

					/*========== admin styles ==========*/
#blog-admin ul {
	margin:0;
	padding:0;
	font-size:1.5em;
	font-weight:bold;
}

#blog-admin ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#blog-admin ul li a, div.blog-actions a, div.tags a, div#left a, div.entry a {
	color:black;
	text-decoration:underline;
}

#blog-admin ul li a:hover, div.blog-actions a:hover, div.tags a:hover, div#left a:hover, div.entry a:hover {
	color:#999999;
}

#logout {
	margin:0;
}

					/*========== page specific styles ==========*/
#philosophy dl {
	font-style:italic;
}

#philosophy dd {
	margin-left:30px;
}

#philosophy .pricing {
	margin-top:25px;
}

#about dd, #clients dd {
	margin-left:30px;
}

div#main div.button a {
	display:block;
	width:192px;
	height:18px;
	background:url(/images/button.png) no-repeat scroll 0 0;
	text-decoration:none;
	font-family:arial,sans-serif;
	font-size:12px;
	padding:4px 0 0 10px;
	margin-top:12px;
}

div#main div.button a:hover {
	background-position:bottom;
	color:#000;
}
