/* Elements */
* 
{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family:Georgia, Serif, Tahoma, Verdana;
	line-height: 25px;
	font-size: 16px;
	color: #222;
	max-width: 1500px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	font-family:Georgia, Serif, Tahoma, Verdana;
	font-weight:normal;
	color: #777;	
}

h2 {margin:30px 0 10px 0;}
h3 {margin:27px 0 9px 0;}
h4 {margin:25px 0 7px 0;}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:0.5em;
}
p 
{
	margin-bottom: 15px;
}


pre {
	font-size:1.5em;
}

a:link, a:visited {
	color: #000;
	text-decoration:none;
	border-bottom:#ef0050 2px dotted;
}
a:hover,a:active 
{
	color:#ef0050;
	text-decoration:none;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}

blockquote 
{
	margin:1em;
	padding:5px 1em;
	color:#000;
	background:#eee;
}
fieldset 
{
	border:none;
}

dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}
code
{
	font-size: 1em;	
}


sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size:0.6em;	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.entry h2.hentry h3 {
    margin-bottom: 7px;
    margin-top: 20px;
}
blockquote p{ font-style: italic;}
#header {
	width: 70%;
	height: 50px;
	margin: 30px auto 0 auto;
	background:url(img/bg_header.png) no-repeat top center;
	background-size: 100%;
}

/* Logo */

#logo {
	float: left;
	padding: 0px 0 0 12%;
	width: 80%;
}

#logo h3{
	font-family: Georgia, serif;
	font-size: 48px;
	width: 100%;
	line-height:48px;
}
#logo h4 {
	font-size: 1em;
	font-family: Georgia, serif;
	color:#aaa;
	margin:0 0 30px 15px;
}

#logo #h3 a {
	text-decoration: none;
	color:#999;
	border:0;
	padding:3px 0px 3px 0px;
}

#logo #h3 a:hover, #logo #h3 a:visited, #logo #h3 a:link
{
	border:0;
}

#logo-image {
	margin: 0 auto;
}


/* Menu */
#menu {
	width: 70%;
	margin:0 auto;
	padding-top:40px;
	min-height:75px;
	line-height:25px;
	background:url(img/bg.png) repeat-y center;
	background-size: 100%;
	height:auto;
}

#menu ul {
	margin-left:0px;
	padding:0px;
	max-width: 70%;
	list-style: none;
	text-align:left;
	float:left;
	padding: 0 0 0 13%;
	font-variant:small-caps;
	display: inline;
}

#menu li {
	display: inline;
}

#menu ul a {line-height:15px;font-size: 15px;}
#menu a 
{
	padding:3px 0px 3px 10px;
	text-decoration: none;
	font-size: 1em;
	border:0;
	color:#999;
	line-height: 50px;
}

#nav li a:hover {color:#ef0050;}
#nav li#active a {font-weight:bold;}

.header-strip {
	background-color:#f5f5f5;
	height:5px;
	margin: 0 auto;
    max-width: 725px;
	clear:both;
}

/* Main */

#main {
	width: 70%;
	margin: 0 auto;
	background:#fff;
	border:#eee 0px solid;
	background:url(img/bg.png) repeat-y center;
	background-size: 100%;
}

#main h1 {
	padding: 4px;
	font-size: 28px;		
	line-height:28px;
	font-weight: bold;
 padding: 24px 0 5px;
}

#main .post-title {
	font-size: 20px;
	font-weight: normal;
}

#main h3 {
	padding: 4px;
	font-size: 19px;		
	line-height:19px;
	font-weight: bold;
}
#main h1.title 
{
	border:0;
	font-family:Georgia,serif;
	font-size:28px;
	font-weight:normal;
	color:#999;
}

#content ul {
	margin: 0.5em 0;
	padding: 0 0 0 2em;
	list-style-type:none;
}

#content ul li 
{
	margin:0.75em 0;
	padding:0;
	list-style-image:url(img/bullets.gif);
	line-height:130%;
	font-size:16px;	
}
#main ol 
{
	margin:0;
	padding:0 0 0 3px;
}
#main ol li 
{
    margin:0;
    padding:3px;
    padding-bottom:10px;
    font-size:16px;
}
#main .post 
{
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#main .entry 
{
    clear:both;
    padding: 10px 5px;
	padding-bottom: 30px;
    font-family: Georgia, Serif;
}


.post .date {
	float: right;
	margin:5px 0 0 5px;
	padding:0 10px;
	text-align:center;
	font-size: 0.8em;
	border:#ccc 1px solid;
	font-weight:bold;
	background:url(img/ribbed.gif) repeat;
	color:#556677;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Serif;
}


/* Content */

#content {
	float: left;
	width: 70.8%;
	padding:30px;
	padding-top:10px;
	padding-bottom:0;
	border-bottom:1px dotted #ccc;
    margin-bottom:40px;
    margin-left:10%;
}
/* Column Two */

.footer-sidebar {
	border:solid 0px #f5f5f5;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin-left: 13%;
    width: 75%;
}

.footer-sidebar ul, .footer-sidebar ol {margin:15px;}

.footer-sidebar h4
{
	font-weight: bold;
	padding: 3px 10px;
	font-size:1em;
	background-color:#f5f5f5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
    width:100%;
    margin-left:-30px;
    margin-bottom:10px;
	
}

#submit {
	background-color:#ddd; 
	border: 1px solid; 
	border-color: #999; 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:22px;
	font-size:1em;
	padding:0px 3px;
} 

fieldset#contact-form textarea, fieldset#contact-form input {
	border: 1px solid #ccc;	
	font:1em Georgia, Serif;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#fefefe;
}

#footer {
	margin: 0 auto 30px auto;
	width:70%;
	height:70px;
	border:#eee 0px solid;
	background:url(img/bg_footer.png) no-repeat bottom center;
	background-size: 100%;
	padding: 25px 0;
	text-align: center;
}

#footer p {
margin: 0 auto;
    max-width: 63%;
	padding: 2px 100px 0 95px;
	font-size: 0.9em;
	color: #999;	
}
#footer p span 
{
	float:right;
}
#footer a:link, #footer a:visited {
	color: #999;
	border:0;
}
#footer a:hover, #footer a:active,#footer p strong {
	color: #999;
	text-decoration:none;
	border:0;
}


hr {margin:30px 10px;box-shadow:1px 0 9px #999;}

img {background:#fff;padding:1px;border:3px solid #eee;margin:10px;max-width:100%;height:auto;}

fieldset#contact-form {margin:20px 0px 20px 10px;padding:10px;color:#000;width:380px;background:#f7f7f7;border:1px solid #ccc;}
fieldset#contact-form label {font-size:12px;}
fieldset#contact-form input {height:20px;font-size:15px;margin-bottom:15px;padding:3px;width:300px;}
fieldset#contact-form textarea {font-size:15px;margin-bottom:15px;width:98%;padding:3px;}
fieldset#contact-form #contact-button {font-size:14px;height:30px;margin-left:0px;width:100px;}

fieldset#contact-form input:focus, fieldset#contact-form textarea:focus {background:#fff;border:1px solid #555;}

@media(max-width:1300px) {#menu ul {max-width:82%;}}
@media(max-width:1200px) {#header{background-size:88% 136%;width: 100%;}
#menu ul {
    margin: 0 auto;
    max-width: 82%;
    padding-left: 13%;
}#menu{background-size:88% 136%;width:100%;}
#main {
    background-size: 88% 136%;
    width: 100%;}
#content {
    margin-left: 12%;}
.footer-sidebar {
    margin-left: 17%;
    width: 70%;
}
#footer {
background-size: 88% 136%;
    width: 100%;
}}
@media(max-width:1024px) {
#menu ul {
    margin: 0 auto;
    max-width: 74%;
    padding-left: 13%;
}#logo h3 {
    font-family: Georgia,serif;
    font-size: 38px;
    line-height: 35px;
    max-width: 92%;
}

#logo h4 {
    max-width: 89%;
}
.header-strip {
    max-width: 70%;
}}
@media(max-width:900px) {
#logo {
    float: left;
    padding: 0 0 0 6%;
    width: 80%;
}
#header {
    background-size: 100% 136%;
    width: 100%;
}

#menu {
    background-size: 100% 136%;
    width: 100%;
}

#main {
    background-size: 100% 136%;
    width: 100%;
}
#footer {
    background-size: 100% 136%;
    width: 100%;
}
#menu ul {
    margin: 0 auto;
    max-width: 84%;
    padding-left: 8%;
}
.header-strip {
    max-width: 82%;
}
#content {
    margin-left: 6%;width: 80%;
}
.footer-sidebar {
    margin-left: 13%;
    width: 77%;
}}
@media(max-width:767px) {
#menu{padding-top:0;}

#logo {
    float: left;
    padding: 0 0 0 8%;
    width: 84%;
}
#logo h4 {
    padding: 15px 10px 10px;
}
#main .post {
    margin-bottom: 0;
    margin-top: 0;
}
#logo h3 {
    font-family: Georgia,serif;
    font-size: 33px;
    line-height: 30px;
    max-width: 98%;
}
#main h1 {
    padding: 15px 0 5px;
}
}
@media(max-width:700px) {

#content {
    margin-left: 3%;
    width: 80%;
}

#menu a {line-height: 34px;}

#main h1.title {
    font-size: 23px;
}
.entry img {
    border: medium none;
    margin: 0;
    padding: 0;
}

fieldset#contact-form {
    width: 75%;
}

#footer p {
    padding: 2px 21px 0 0;
}
}
@media(max-width:480px) {
#content {
    padding-left: 4%;
    width: 76%;
}
.entry img {
    border: medium none;
    clear: both;
    float: none !important;
    margin: 0;
    padding: 0;
}
.footer-sidebar {
    margin-left: 9%;width:80%;
}
.footer-sidebar h4 {padding: 3px 2px;margin-left: 0;}

.blog-post h2.blog-title,.entry h2 {
    font-size: 21px !important;
    line-height: 20px !important;
}
#main h3 {
    font-size: 17px;
    line-height: 17px;
    padding: 0;
}

fieldset#contact-form input {
    width: 96%;
}
fieldset#contact-form {
    width: 90%;
}
}
@media(max-width:375px) {
#content {
    padding-left: 4%;
    width: 79%;
}
#logo h3 {
    font-family: Georgia,serif;
    font-size: 27px;
    line-height: 25px;
    max-width: 98%;
}
#logo h4 {padding: 10px 5px 5px;}
#main h1.title {font-size: 20px;line-height: 20px;}
#menu a  {padding: 3px 0 3px 3px;}
#logo {padding: 0 0 0 9%;}
#footer p {padding: 55px 21px 0 0;}#footer p {max-width: 76%;}}

}