
/*
Theme Name: Eye to Eye CLinic Wilsonville
Theme URI: http://eyetoeyewilsonville.com
Description: Our mission at the Eye To Eye Clinic is to provide the highest standard of eye care to individuals of all ages, through state-of-the-art treatment and outstanding patient service. Our clinic will succeed when we meet or exceed the needs and expectations of our patients. 
Author: Pepper Ferguson / Uniquehorn Designs
Author URI: http://uniquehorn.net
Version: 1.0
.
All contents are copyright to Pepper Ferguson and Uniquehorn Designs
.
*/

/* GENERAL */
body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

body{

color: #000000;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
margin: 0;
text-align: center;
vertical-align: top;
background: url(background2.jpg) center;
}

#magic{ 
overflow: hidden;
background-image: url(background.jpg);
background-repeat: repeat-y; 
background-position: center;      
		}

a:link, a:visited{
color: #229422;
text-decoration: none; 
font-weight: bold;
}

a:hover{
text-decoration: none; 
color: #802b1a;
}

p{
padding: 10px 0 0 0;
}

img{
border: 0;
}

/* TITLE */
#header{
float: left;
width: 800px;
height: 178px;
background: url('header.jpg') no-repeat;
position: relative;
}

#header a{
position: absolute;
top: 100px;
left: 0;
width: 400px;
height: 100px;
}

#header h1{
display: none;
}

/* SEARCH */

#searchform {
	float: right;
	width: 250px;
    padding-top:125px;
	display: inline;
}

.inputbox {
border-top: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #FFF;
border-right: 1px solid #FFF;
background: #a4f9a4;
color: #9a2f1d;
padding: 2px;
font-weight: bold;
}

#searchsubmit {
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
padding:2px;
font-weight: bold;
color: #fff;
background: url(background.jpg);
}

/* TOP MENU */

#menu {
float: left;
width: 800px;
background: #FFF;
}

#address {
float: left;
width: 800px; 
height: 20px;
background: url(address.jpg);
}


/* LAYOUT */
#wrapper{
margin: 0 auto 0 auto;
text-align: left;
width: 800px;
}

#header{
float: left;
width: 800px;
}

#container{
float: left;
width: 780px;
background: #FFF;
padding: 10px;
}

#sidebar{
float: left;
width: 780px;
background: #FFF;
padding: 10px;
}

#footer{
float: left;
width: 750px;
}

/* POSTS */
  
.imgshadow {
	padding: 4px;
	background: #FFF;
	border: 1px solid #e1cdb3;
	margin: 0 10px 0 10px;
}


.post{
padding: 15px 20px 15px 20px;
}

.post h2{
font-family: Verdana, Sans-Serif;
font-size: 23px;
font-weight: normal;
text-transform: uppercase; 
color: #441616;
letter-spacing: -1px; 
border-bottom: 3px double #441616;
}

.entry{
line-height: 20px;
font-size: 16px;
color: #441616;
}

/* Columned Content*/	  

.block {
padding: 5px;
width:330px;
height:380px;
background: url(grad.jpg);
border: 1px solid #e1cdb3;
margin: 10px;
float:left;
}

.largeblock {
padding: 5px;
width:330px;
height:402px;
background: url(grad.jpg);
border: 1px solid #e1cdb3;
margin: 10px;
float:left;
}  

.smallblock {
padding: 5px;
width:330px;
height:150px;
background: url(grad.jpg);
border: 1px solid #e1cdb3;
margin: 10px;
float:left;
}

.pdf {
padding: 5px;
width:200px;
height:170px;
background: url(grad.jpg);
border: 1px solid #e1cdb3;
margin: 10px;
float: left;
text-align: center;
font-size: 12px;
font-weight: bold;
}  	

.blockbottom {
padding: 5px;
width:693px;
background: url(grad.jpg);
border: 1px solid #e1cdb3;
margin: 10px;
}

.clearboth { clear: both; }


/* SIDEBAR */

#sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

#sidebar ul li{
padding: 10px 0 10px 0;
}

#sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}

#sidebar ul ul li{
padding: 0;
line-height: 24px;
}

/* FOOTER SIDEBAR */

#sidebar {
border-top: 1px solid #e1cdb3;
border-bottom: 1px solid #e1cdb3;
background: #eadece;
display: black;
height: 150px;
}

#footer-sidebar1{
float: left;
width: 250px;
margin-right: 20px;
margin-left: 20px;
border-right: 1px solid #e1cdb3;
}

#footer-sidebar2{
float: left;
width: 200px;
margin-right: 20px;
}

#footer-sidebar3 {
padding-left: 20px;
float: left;
width: 230px; 
border-left: 1px solid #e1cdb3;
}


/* FOOTER */

#footer {
padding: 5px 0 0 0;  
background: #eadece;
width:800px;
}

#footer p{
line-height: 18px;
}


