/* 

Theme Name: Peter English.com Blog

*/


* {
margin: 0;
padding: 0;
}

body {
background: #72767f url(images/bg.jpg) repeat-x top left;
color: #fff;
font-family: Cambria, Georgia, serif;
font-size: 16px;
}

img {
margin-top: 15px;
border: 1px #fff solid;
}


/* Typography */

p {
color: #fff;
line-height: 1.2em;
font-size: 0.8em;
}

.copy {
font-size: 0.8em;
line-height: 1.3;
padding-top: 1.2em;
}

.right {
text-align: right;
}

a {
color: #fff;
text-decoration: none;
}

a:hover {
color: #ffffff;
}


em {
color: #000;
line-height: 1.8em;
font-style: normal;
font-size: 1.4em;
}

h1 {
color: #000;
font-size: 1.4em;
font-style: regular;
margin-bottom: 0;
font-weight: 500;
letter-spacing: 0.04em;
line-height: 1.8em;
}

h2 {
color: #fff;
font-size: 1.4em;
font-style: regular;
margin-bottom: 0;
font-weight: 500;
letter-spacing: 0.04em;
line-height: 1.8em;
}

h4 {
color: #000;
font-size: 0.9em;
font-weight: 200; 
}

h5 {
font-size: 0.8em;
font-weight: 200; 
}

#wrapper {
margin: 5px auto 50px;
padding; 0;
width: 860px;
display: block;
}

#social-links-wrap {
width: 100%;
float: right;
clear: right;
height: 30px;
}

#header {
color: #fff;
padding-top: 0;
padding-bottom: 0px;
display: block;
overflow: hidden;
width: 900px;
margin: 0 auto 40px auto;
top: 0;

}

#title {
color: #fff;
background: url(images/titlehw.png) no-repeat;
width: 249px;
height: 53px;
margin: 0 0 5px 0;
padding: 0;
float: left;
text-indent: -9999px;
overflow: hidden;
}

/* menu */

.nav {
list-style-type: none;
background: url(images/menuhw.png) no-repeat;
position: relative;
float: right;
width: 282px;
height: 29px;
margin: 20px 0 0 0;

}

.nav li {
float: left;
}

.nav li a {
position: absolute;
top: 0;
margin: 0 0 0px 0;
display: block;
width: 282px;
height: 29px;
text-indent: -9999px;
background: url(images/menuhw.png) no-repeat;
overflow: hidden;
font-size: 1%;
}



li.portfolio a {
left: 0;
width: 100px;
background-position: 0 0;
}


li.blog a {
left: 100px;
width: 75px;
background-position: -100 0;
}

li.contact a {
left: 175px;
width: 100px;
background-position: -175 0;
}


li.portfolio a:hover {
left: 0;
width: 100px;
background-position: 0 -29;
}


li.blog a:hover {
left: 100px;
width: 75px;
background-position: -100 -29;
}

li.contact a:hover {
left: 175px;
width: 110px;
background-position: -175 -29;
}


/* Blog */

#content_wrapper {
width: 600px;
}

.post_wrap {
margin: 0 0 30px 0;
padding-bottom: 30px;
border-bottom: 1px solid #ffffff;
}

.post_title {
font-size:1.5em;
font-style:bold;
line-height:1.4em
margin: 20px 0 0 0;
}

.post_content {
margin: 10px 0 15px 0;
}

.post_content a {
color: #8fc7f7;
}

.post_content a:hover {
color: #FFFFFF;
}

.post_date {
font-size: 0.8em;
font-style: italic;
margin-bottom: 20px;
}

img.alignnone {
margin: 10px 0 15px 0;
border: 1px #FFF solid;
}

/* Sidebar */

#menu {
visibility: hidden;
width: 200px;
float: right;
margin: 20px 0 0 0;
}

ul {
list-style-type: none;
}

/* Footer */

.footer {
background: #23242d url(images/footer-bg.jpg) repeat-x;
margin: 0;
display: block;
padding: 25px 15px 30px 18px;
border-style: solid;
border-width: 16px;
border-right: none;
border-bottom: none;
border-left: none;
color: #eeeeee;
}

.footer-title {
color: #fff;
font-size: 1.1em;
margin-bottom: 0.6em;
}


#recent-work {
width: 270px;
float: left;
display: block;
margin: 0 30px 0px 0;

}



.rw-nav {
list-style-type: none;
position: relative;
}

.rw-nav li {
float: left;
margin-top: 5px;
padding-right: 5px;
}

.rw-nav li a {
position: relative;
width: 76px;
height: 76px;
overflow: hidden;
}

.rw-nav li a:hover {
color: #fff;
border-style: solid;
border-width: 5px;
border-left: none;
border-right: none;
border-top: none;
}

.rw-thumb {
}

#news {
width: 260px;
height: 210px;
margin: 0 0 0 300px;
}

#quick-links {
width: 250px;
height: 200px;
float: right;

}

.ql-nav {
list-style-type: none;
}

.ql-nav li {
float: left;
padding: 4px;
}


