* {margin:0;padding:0;}
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, dl, dt, dd, ul, ol, li, th, td, form, fieldset, legend, input, textarea {
    margin: 0;
    padding: 0;
}
html {
    font-size: 13px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0 none;
}
caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: 200;
}
abbr, acronym {
    border: 0 none;
}
body {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #333333;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    margin: 0;
	letter-spacing:.4px;
}
body {
    background-image: url(seattlebg.png);
    background-repeat: repeat;
}
h1,h2,h3 {
	font-family: Helvetica Neue,Helvetica;
	font-weight: bold;
    margin: 0 0 10px;
}
h1 {
    
    font-size: 24px;    
	line-height:25px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
pre, code {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}
a:link, a:visited {
    color: #4E66B4;
    text-decoration: none;
}
a:hover, a:active {
    color: #C0C0C0;
}
#container {
    margin: 50px auto 0;
    padding-bottom: 0;
    padding-left: 350px;
    position: relative;
    width: 580px;
}
#header-nav{
	width:940px;
	margin:0px auto;
	text-align:center;
}
#header-nav h3{
	font-size:32px;
}
#header-nav h4{
	font-weight:normal;
}
#posts {
    font-size: 12px;
    font-weight: 200;
    line-height: 18px;
}
#posts .post {
    background-color: #FFFFFF;
    box-shadow: 0 2px 3px #888888;
    clear: both;
    list-style: none outside none;
    margin: 0 0 60px;
    padding: 40px;
    position: relative;
    width: 500px;
}
#posts .content {
    color: #333333;
    margin: 0;
    padding: 0;
}
#posts .post:before {
    background-image: url(toppost.png);
    background-repeat: no-repeat;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: -18px;
    width: 580px;
}
.themeinfo {
    color: #999999;
    font-size: 11px;
   
    margin: 20px 0 24px;
   
}
.themeinfo a:link, .themeinfo a:visited, .themeinfo a:active {
    color: #555555;
    text-decoration: none;
}
.themeinfo a:hover {
    color: #999999;
	text-decoration:underline;
}
#userbox {
    color: #777777;
    left: 0;
    line-height: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 290px;
}
#userbox {
    text-shadow: 0 1px 1px #FFFFFF;
}
#userbox a {
    color: #555555;
}
#userbox a:hover {
    color: #999999;
}
#userbox p{ margin-bottom:10px;}
p {
    margin-bottom: 20px;
}
form .submit {
    display: block;
    height: 0;
    overflow: hidden;
}
.content a {
    color: #4E66B4;
    text-decoration:none;

}
.content a:hover {
	color: #000;
	text-decoration:underline;
}
.content a:visited {
	color:#6611CC;
	text-decoration:underline;
}

.content .photo a {
    border: medium none !important;
}
.content ul, .content ol {
    margin: 10px;
}
.content li{ margin-bottom:3px;}
.content ul{ list-style:disc; list-style-position:outside; margin-left:20px;}
blockquote {
    font-style: italic;
    margin: 0 20px 20px;
}
blockquote i, blockquote em, blockquote [lang="ja"] {
    font-style: normal;
}
pre, code {
    font-size: 11px;
    line-height: 12px;
}
pre {
    background: none repeat scroll 0 0 #E1E1E1;
    margin: 15px;
    overflow-x: auto;
    padding: 10px;
}
pre code {
    display: block;
}
pre i, code i {
    color: #777777;
    font-style: normal;
}
ins {
    font-style: italic;
    text-decoration: none;
}
blockquote ins, em ins, ins em {
    font-style: normal;
}
abbr, acronym, .caps {
    font-size: 13px;
    letter-spacing: 0.1em;
    word-spacing: 0.1em;
}
abbr, acronym {
   /* text-transform: uppercase;*/
}
.caps {
   /* text-transform: uppercase;*/
}
.text, .caption {
    margin-bottom: 20px;
}
.caption p{ font-size:13px; margin-bottom: 10px;}
.caption h2,h3,h4{ margin-top:20px; margin-bottom:10px;}
.post img, .post object, .post embed {
    max-width: 100%;
}
.link-post h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0;
}

.content.text-post img {
    max-width: 100%;
}

.formcenter {
    margin: 0 auto;
}
.clear {
    clear: both;
    height: 1px;
}
fieldset#contact-form {margin:20px 0px 20px 10px;padding:10px;color:#000;width:380px;background:#eee;border:2px solid #aaa;}
fieldset#contact-form label {font-size:13px;}
fieldset#contact-form input {height:25px;font-size:15px;margin-bottom:10px;padding:3px;}
fieldset#contact-form textarea {font-size:15px;margin-bottom:15px;width:360px;padding:3px;}
fieldset#contact-form #contact-button {font-size:14px;height:30px;margin-left:30px;}
input:focus, textarea:focus {background:#fff;border:1px solid #555;}
.lightbox img {
	border: 1px solid #BBBBBB;
	padding:3px !important;
}
#userbox h4 {
	margin-bottom:5px; 	
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
	clear:both;
	padding-top:10px;
	color:#555555;
}
blockquote {
    background: url(https://staticjw.com/n/templates/PrimePress/images/pp-quote.gif) no-repeat scroll 0 0 transparent;
	color: #555555;
    margin: 0 0 1.5385em;
	background-color:#f5f5f5;
	padding:8px 15px 1px 30px;
	font-style:italic;
    }
#userbox ul {
	list-style:none;
}
#userbox #nav li {
	margin-bottom:5px;
}

#userbox iframe {
	float:right;
}
.fb_ltr {
	/*width:50px !important;*/
}

#nav #active a {
	color:#999999;
}
.post img{background:#fff;padding:2px;border:2px solid #ccc;margin:10px;}
