/*
Theme Name: Memory Clinic theme
Theme URI: http://memorydoc.org/
Description: The default WordPress theme for Memory Clinic.
Version: 1
Author: justin adkins Brainspiral Tech
Author URI: http://brainspiral.com/
Tags: 

body: 916f63
blue: 28347e
b3ody blue: 344082
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #344082 url('images/background.jpg')repeat;
	color: #28347e;
	text-align: center;
	}
/* -------- Icon Code -------*/
a[href $='.pdf'] {
   padding-right: 28px;
   background: transparent url(images/pdficon_small.jpg) no-repeat center right;
}
a[href$=".xls"] {
background: transparent url(images/xlsicon_small.gif) no-repeat center right;
   padding-right: 28px;
}
a[href$=".doc"] {
background: transparent url(images/docicon_small.gif) no-repeat center right;
   padding-right: 28px;;
}

#page {
width: 950px;
margin: auto;
text-align: left;
	}
a {
color: #28347e;
}

#fontchange img a:link, #fontchange img a:visited{
	float:right;
	width:60px;
	height: 20px;
	text-align: right;
	border: 0px;
	padding: 0px;
}

#fontchange {
	border: 1px solid #7A7A7A;
	padding: 10px;
}

#header {
	
height: 255px;
margin: 0;
padding:auto;
	}

#headerimg 	{

	padding:0;
	height: 255px;
	width: 950px;
	background:  url('images/header.png') no-repeat bottom center;
	
	}

#nav {
text-align:left;
font-size:12px;
font-weight:600;
width: 930px;
margin:-73px auto 0 auto;  

padding:0;

height:30px;
text-transform:capitalize;
} 
#nav ul {
margin-top:0; 
margin-left: 40px;
list-style-type: none; 
list-style-image: none; 
}  
#nav li {
margin-top:0; 
display: inline; 
}   

#nav ul li a {
text-decoration:none;  

padding-left: 9px; 
padding-right: 9px; 
color: #28347e;

border-right: 1px solid #28347e;
}

#nav ul li.page-item-9 a{
border-right: none;
}
#nav ul li a:hover {
color: #7a7a7a;
}
#wrap2 {
background-color:#fff;
width: 930px;
margin-left:10px;
float: left;
}
.children{
margin-left: 6px;
margin-top: 6px;
border-left: 1px solid #fff;
}
.mainnav {
text-transform:uppercase;
}
#content h3 {

font-size:18px;
}
#content {
	background: #fff;
	width:700px;
	border: 0;
	padding-top:0px;
	padding-bottom:6px;
	padding-left:21px;
	padding-right:10px;
	float: left;
	font-size: 16px;
	min-height: 300px;
	}
#content img{
padding:5px;
margin: 0 10px 10px 10px;
border: 1px solid #28347e;
}
.entry a:link, .entry a:visited{
color: #d1964b;
}
#pics{
width:675px;
padding-top:30px;
}
#entry{
padding-top:10px;
width:700px;
}
.home_entry{
line-height: 29px;
}
.home_entry ul li {
padding-bottom: 8px;
}
.navigation{
padding-bottom: 15px;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.staff {
width:680px;
min-height: 200px;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: right;
	background: #fff;
	width: 182px;
	padding:7px ;
	margin:0;
	}
#sidebar ul{
list-style: none;
font-weight: 600;
font-size: 13px;

text-align: left; 
padding-left:10px;
margin:0;
} 
#sidebar ul a{
list-style: none;

text-align: left; 
text-decoration:none;
} 
#sidebar ul li a:hover {
color: #7A7A7A;
}
#sidebar ul li{
padding:5px 0 0 0;
}
.sidebar_box{
background: #344082 url('images/sidebar_background.png') repeat;
width:171px;
}
.sidebarbox_top h4{
background: #344082 url('images/sidebar_top.png') no-repeat top center;
width:171px;
height:33px;
font-size: 13px;
font-weight:600;
}
.sidebarbox_white{
width:163px;
background: #fff;
margin: 0 auto 4px auto;
}

#footer {
	background: url('images/footer.png') no-repeat bottom center;
	width: 950px;
	height: 94px;

	float:right;
	margin-bottom: 10px;
	}	
#footer p{
float:right;
padding-right: 38px;
text-align: right;
}
