/*
THEME NAME: Eyehope
THEME URI: http://www.eyehope.co.uk/
DESCRIPTION: Custom Wordpress theme for Eyehope by Vanilla Creative and Branigan Interactive
VERSION: 1.0
AUTHOR: Dan Branigan
AUTHOR URI: http://www.branigan.co.uk
TAGS: Eyehope, Ophthalmology 
*/


@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
	margin:0;
	padding:0;
}


body {
	text-align:center;
	margin:0;
	padding:0;
	background:none;	
	font-family:Arial, Helvetica, sans-serif;
	color:#0186d2;
}

/* main structure */

#wrapper {
	width:100%;
	margin:0 auto 25px auto;
	text-align:left;
	position:relative;
}

#footer {
	
}

#header {
	width:808px;
	border-top:16px solid #dcebb1;
	padding:38px 22px 0 22px;
	position:relative;
	height:120px;
}





/* header */



#header h1,
#header div#logo {
	width:330px;
	height:100px;
	margin:0;
}

#header h1 a,
#header div#logo a {
	background:url(img/logo-eyehope.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	height:100px;
	display:block;
}

#strapline {
	position:absolute;
	width:265px;
	right:22px;
	top:38px;
	padding:65px 0 0 0;
	background: url(img/header-faces.jpg) no-repeat 0px 0px;
	text-align:center;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size:15px;
	letter-spacing:-1px;
}

#styleswitcher {
	display:none;
}



/* nav-bar */

#nav-bar {
	width:852px;
	height:20px;
	border-bottom:7px solid #224d7d;
}

#nav-bar ul{
	width:852px;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0 0 0 22px;
}

#nav-bar li{
	float:left;
	margin:0 0 0 3px;
	height:20px;
	background:url(img/tab-right.gif) no-repeat right top;
}

#nav-bar li a{
	float:left;
	display:block;
	height:20px;
	color:#072c60;
	font-weight:bold;
	font-size:0.9em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	letter-spacing:-0.02em;
	text-decoration:none;
	background:url(img/tab-left.gif) no-repeat left top;
	padding:2px 5px 0 5px;
	text-shadow: #c9e1f5 0 0 0; /* soften bold on safari */
}

#nav-bar li a:hover{
	color:#169dc7;
}

#nav-bar li.current_page_item {
	color:#c9e1f5;
	background:url(img/tab-right-current.gif) no-repeat right top;
}

#nav-bar li.current_page_item a{
	color:#c9e1f5;
	background:url(img/tab-left-current.gif) no-repeat left top;
}

#nav-bar li#first{
	margin:0;
}



/* page */

#content {
	width:100%;
	text-align:left;
	padding:35px 15px 22px 22px;
	background:#fff;
}

#page {
	float:left;
	width:608px;
	margin:0 17px 40px 0;
}

#page h1 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-weight:normal;
	font-size:18px;
	letter-spacing:-1px;
	color:#224d7d;
	margin:0 0 20px 0;
}


#page h2 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-weight:normal;
	font-size:18px;
	letter-spacing:-1px;
	color:#224d7d;
	margin:0 0 20px 0;
}

#page h3 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-1px;
	color:#224d7d;
	margin:0 0 10px 0;
}

#page h4 {
	margin:5px 0;
}

#page p {
	margin:0 0 10px 0;
	line-height:1.4em;
}

#page ul {
	margin:0.75em 0 0.75em 15px;
}

#page li {
	margin:0 0 0.5em 0;
}

.alignleft {
	float:left;
	margin:10px 20px 0 0;
	
}

blockquote {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
	color:#224d7d;
	font-size:14px;
	margin:25px 0;
}

blockquote cite {
	font-style:normal;
}

blockquote#call-out {
	padding:0 0 5px 0;
}

#page blockquote.narrow {
	background:#c9e1f5 url(img/call-out-400-bot.gif) no-repeat center bottom;
	width:400px;
	margin-left:90px;
}

blockquote.narrow p {
	background:url(img/call-out-400-top.gif) no-repeat center top;
}

#page blockquote.wide {
	background:#c9e1f5 url(img/call-out-fullwidth-bot.gif) no-repeat center bottom;
}

blockquote.wide p {
	background:url(img/call-out-fullwidth-top.gif) no-repeat center top;
}

#page blockquote.home {
	background:#c9e1f5 url(img/call-out-368-bot.gif) no-repeat center bottom;
	width:368px;
	margin-left:239px;
}

blockquote.home p {
	background:url(img/call-out-368-top.gif) no-repeat center top;
}

blockquote#call-out p {
	padding:5px 10px 0px 10px;
	font-size:21px;
	margin:0 0 5px 0;
	line-height:1.2em;
}

blockquote#call-out cite{
	background:url(img/call-out-400-top.gif) no-repeat center top;
	padding:0 10px;
	font-size:12px;
}

blockquote.inpage img.alignleft {
	margin:0 15px 0 0;
}

blockquote.inpage img.alignright {
	margin:0 0 0 15px;
	float:right;
}

blockquote.inpage {
	line-height:1.4em;
}

blockquote.inpage cite {
	display:block;
}





/* sidepanel */

#sidebar {
	float:left;
	width:190px;
	margin:0 0 0 0;
	background:#fff;
	padding:0 0 0 0;
	position:relative;
}

.simpleimage,
.sidebutton {
	margin:0 7px 36px 8px;
}

blockquote.quote {
	background:url(img/quote-bot.gif) no-repeat left bottom;
	padding:0px 7px 8px 0;
	margin:90px 0 105px 0;
	width:183px;
	position:relative;
}

blockquote.quote p {
	background:url(img/quote-top.gif) no-repeat left top;
	padding:53px 10px 5px 8px;
	width:165px;
}

blockquote.quote cite {
	display:block;
	padding:8px 10px 4px 8px;
	width:165px;
	font-weight:bold;
}

blockquote.quote img {
	width:138px;
	position:absolute;
	top:-87px;
	right:0;
}


/*donation form */

form#donation-form {
	margin:30px 0;
	border:1px solid #0186d2;
	background:#c9e1f5;
	padding:20px;
}

form#donation-form p {
	color:#224d7d;
	font-size:18px;
}

form#donation-form label {
	font-size:12px;
}

form#donation-form input {
	color:#224d7d;
}

form#donation-form input#amount{
	height:24px;
	font-size:18px;
	margin:4px 0 0 0;
}

form#donation-form input#donate-button{
	font-weight:bold;
}




/* footer */












/* typography */

h1, h2 {
	color:#359cc5;
}

h1 a , h2 a {
	text-decoration:none;
}

a {
	color:#224d7d;
}

#page a {
	color:#0186d2;
}

#page a:hover {
	color:#224d7d;
}

a.weblink {
	color:#224d7d;
	text-decoration:none;
	font-weight:bold;
}

a.weblink:hover {
	text-decoration:underline;
}


/* generic styling */

a img {
	border:none;
}


.clearfix:after {
    content: ".";
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
