@charset "UTF-8";
/* CSS Document */

*
{
padding:0px;
margin:0px;
}

/* --------------- BEGIN Background Images (2) --------------- */


body {
background: url(images/linenBG.jpg) repeat;
}


/* ------------ Standard Tags --------------- */

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 33px;
color: #46a5cc;
text-decoration: none;
padding-bottom: 10px;
}

a {
color: #46a5cc;
text-decoration: none;
}

p a:hover {
color: #3893b8;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13.2px;
line-height: 1.6em;
padding-bottom: 19px;
color: #7d7979;
}


/* ------------ Positioning Tags, Header --------------- */


#wrapper1 {
text-align: center;
}

#header {
margin-left: auto;
margin-right: auto;
text-align: left;
width: 950px;
padding-top: 30px;
padding-bottom: 20px;
height: 80px;
}

#logo {
float: left;
background: url(images/logo.png) top left no-repeat;
height: 79px;
width: 244px;
cursor: pointer;
}

.leavecommentICON {
vertical-align: top;
padding-right: 7px;
padding-left: 25px;
}

#navposition {
float: right;
padding: 0;
margin-top: 30px;
width: 523px;
height: 36px;
text-align: right;
margin-right: 70px;
}

#navposition a {
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 16px;
color: #625E5E;
}

#navposition a:hover {
color: #3F3C3C;
}


/* ------------ Flash Area --------------- */

#wrapper2 {
text-align: center;
clear: both;
height: 442px;
}

#buttons {
margin-left: auto;
margin-right: auto;
text-align: left;
width: 950px;
height: 442px;
}

#website {
float: left;
display: block;
width: 440px;
height: 442px;
background: url("images/button_website.png") no-repeat 0 0;
}

#website:hover { 
background-position: 0 -442px;
text-decoration: none;
}

#website span {
display: none;
}

#blog {
float: left;
display: block;
width: 440px;
height: 442px;
background: url("images/button_blog.png") no-repeat 0 0;
}

#blog:hover { 
background-position: 0 -442px;
text-decoration: none;
}

#blog span {
display: none;
}

/* ------------ Main WordPress Post/Page Copy Styling --------------- */

#wrapper3 {
clear: both;
text-align: center;
margin-top: 30px;
}

#copy {
margin-left: auto;
margin-right: auto;
text-align: left;
width: 950px;
}

#copy p {
width: 880px;
}

.captured-categories {
font-size: 12px;
line-height: 1.4em;
padding-bottom: 18px;
}

#prev-next-posts {
text-align: center;
margin-top: -10px;
}

.prevARROW {
padding-bottom: 1px;
padding-right: 3px;
vertical-align: middle;
}

.nextARROW {
padding-bottom: 1px;
padding-left: 3px;
vertical-align: middle;
}

.prevdiv {
padding-right: 10px;
}

.nextdiv {
padding-left: 10px;
}

#prev-next-postsv a, #prev-next-posts a {
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
font-size: 17px;
}

#prev-next-postsv a:hover, #prev-next-posts a:hover {
color: #3893b8;
}

/* ------------ Footer --------------- */


#wrapper4 {
clear: both;
}

#footer {
margin-left: auto;
margin-right: auto;
text-align: left;
width: 950px;
}

#credits {
text-align: right;
font-family: Georgia, "Times New Roman", Times, serif;
color: #625e5e;
font-size: 12px;
padding-top: 30px;
padding-bottom: 40px;
line-height: 1.3em;
margin-right: 46px;
}

a#ROR {
color: #625e5e;
padding-bottom: 1px;
border-bottom: 1px dashed #625e5e;
}

a#ROR:hover {
color: #3F3C3C;
padding-bottom: 1px;
border-bottom: none;
}

