﻿/*Theme Name: Neuro Theme 
URI: http://www.portsmouthneuro.com
Description:  Custom Theme
Author: Tone Dog Media
Datum: March 30, 2009*/

/* RESET ALL MARGINS AND PADDING */

* {   
margin: 0;   
padding: 0;
}

p, h1, h2, h3, h4, h5 {
padding: 5px;
line-height: 1.3em;
}

p, td {
font-family: "Verdana", "Tahoma", "Arial", "Helvetica", "Times New Roman", serif;
color: #3d0011;
text-align: left;
font-size: 1em;
margin-bottom: 10px;
line-height: 1.3em;
}

li, ol {
font-family: "Verdana", "Tahoma", "Arial", "Helvetica", "Times New Roman", serif;
color: #3d0011;
}

h1 {   
font-size: 1.5em;   
}

h2 {  
/*font-size: 1.6em;*/
font-size: 1.3em;   
}

h3 {   
font-size: 1.2em;   
}

h1, h2, h3 {	
color: #0084B4;
}

h4.widgettitle {
color: #ffffff;
font-size: 1.2em;
margin-bottom: -10px;
}

ul, ol { 	
margin: 11px 0 10px 18px; 
}

/* GENERAL */

body {	        
background-color: #E2EAE1;	
font-size: 78%;	
color: #3d0011;	
margin: 0;	
padding: 0;
}

#wrap {	
width: 860px;	
margin: 15px auto 10px;
padding: 0px 15px 3px;	
background: #3a565a;	
border: 4px solid #003300;
}

#main {	
}

#left {
float: left;
background-color: #5f8d77;
width: 199px;
border: 1px solid #c0c0c0;
}

p.doc {
text-align: center;
color: #ffffff;
margin-top: 20px;
}

#content {
background-color: #e2e1ec;	
width: 628px;	
padding: 30px 10px 0px 20px;	
float: right;                
margin-right: 0px;
margin-top: 0px;
border-right, border-top, border-bottom: 1px solid #c0c0c0;
}

#content a:link, #content a:visited {
color: #800800;
text-decoration: underline;
}

#content a:hover {
background-color: #3a565a; 
color: #ffffff; 
text-decoration: none;
}

#content h3 {
font-family: "Verdana", "Arial", "Verdana", "Helvetica", serif;
color: #555555;
}

h2.contenttitle {
color: #4a7b68;
margin-bottom: 1em;
font-family: "Verdana", "Arial", "Verdana", "Helvetica", serif;
}

br.clear {	
clear: both;
}

/* HEADER */

#head {
background-color: #ffffff;	
/*background-image: url(/newsite/imgages/logo.gif);*/
/*background-repeat: no-repeat;*/        	
height: 147px;
border-left, border-right, border-top: 1px solid #c0c0c0;
border-bottom: 1px solid #003300;
}

/* MENU */

#leftnav {
  width: 199px;
}

#leftnav ul {
list-style: none; 
font-size: 1.1em;
font-family:"Arial", "Tahoma", "Verdana";
margin: 0px;
padding: 0px; 
}

#leftnav li {
 border-bottom: 1px solid #5f8d77;
}

#leftnav li a:link, #leftnav li a:visited {
font-size: 90%;
display: block;
padding: 0.4em 0em 0.4em 0.5em;
border-left: 1px solid #5f8d77;
border-right: 1px solid #5f8d77;
background-color: #003300;
color: #ffffff;
text-decoration: none;
}

#leftnav li a:hover {
color: #003300;
background-color: #e2e1ec;
border-right: 1px solid #003300;
border-left: 1px solid #003300;
}

.newdoc li {
list-style: none;
width: 150px;
}

.newdoc li a:link, .newdoc li a:visited {
font-size: 90%;
display: block;
padding: 0.4em 0em 0.4em 0.5em;
border-left: 1px solid #5f8d77;
border-right: 1px solid #5f8d77;
background-color: #003300;
color: #ffffff;
text-decoration: none;
}

.newdoc li a:hover {
color: #003300;
background-color: #e2e1ec;
border-right: 1px solid #003300;
border-left: 1px solid #003300;
} 

/* WEBLOG */

.post {	
border-bottom: 1px solid black;	
margin-bottom: 15px;
}

.post h2 {
margin-bottom: 1em;
font-family: "Verdana", "Arial", "Verdana", "Helvetica", serif;
}

.comment-list {	
width: 460px
}

.avatar {	
float: right;
}

#comment {	
width: 460px;
}

small {
font-size: .8em;
font-family: "Verdana", "Arial", "Verdana", "Helvetica", serif;
}

/* FOOTER */

#footer {	
padding: 1px 30px 1px;	
clear: both;        
text-align: center;
}

#footer p {	
font-size: .8em;
text-align: center;
}

#footer a:link, a:visited {
color: #3d0011;
text-decoration: none;
}

#footer a:hover {
background-color: #3a565a; 
color: #ffffff; 
text-decoration: none;
}

/* IMAGES */

/* Captions */

.aligncenter,
div.aligncenter {	
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
/*border: 1px solid #a9aabd;*/
text-align: center;
/*background-color: #f3f3f3;*/
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
/*border: 0 none;*/
border: 1px solid #000000;
}

.wp-caption p.wp-caption-text {
color: #6a6b86; 
font-size: 1em;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
text-align: center;
}
/* End captions */


/* Begin Images */

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
border: 1px solid #000000;
}

img.alignright {
padding: 0px;
margin: 7px 0 2px 7px;
display: inline;
border: 1px solid #000000;
}

img.alignleft {
padding: 0px;
margin: 7px 7px 2px 0;
display: inline;
border: 1px solid #000000;
}

.alignright {
	float: right;
	}

.alignleft {
float: left
}
/* End Images */

/* Misc */

.clear {
clear: both;
}
    
.location {
text-align: center;
width: 195px;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
}

.location p {
text-align: center;
}

.location a:link {
color: #ffffff;
text-decoration: none;
}

.location a:visited {
color: #ffffff;
text-decoration: none;
}

.location a:hover {
color: #cccccc;
text-decoration: none;
}

.location a:active {
text-decoration: none;
}

.location2 {
font-size: 1.2em;
font-weight: 600;
text-align: center;
}

.googlemap {
width: 425px;
height: 350px;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
margin-top: 20px;
border: 2px solid #003300;
} 

p.bottominfo {
color: #ffffff;
font-size: 1em;
font-weight: 600;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
}

p.bottominfo a:link, p.bottominfo a:active {
color: #ffffff;
text-decoration: none;
} 

p.bottominfo a:hover {
background-color: #e2e1ec;
color: #003300;
text-decoration: none;
}

p.topinfo {
color: #ffffff;
font-size: 1em;
font-weight: 600;
text-align: right;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 0px;
}

p.topinfo a:link, p.topinfo a:active {
color: #ffffff;
text-decoration: none;
} 

p.topinfo a:hover {
background-color: #e2e1ec;
color: #003300;
text-decoration: none;
}

.sidebarwidget li {
list-style: none;
color: #ffffff;
width: 150px;
}

.sidebarwidget li a:link, .sidebarwidget li a:visited {
font-size: 90%;
display: block;
padding: 0.4em 0em 0.4em 0.5em;
border-left: 1px solid #5f8d77;
border-right: 1px solid #5f8d77;
background-color: #5f8d77;
color: #ffffff;
text-decoration: none;
margin-left: 0px;
}

.sidebarwidget li a:hover {
color: #003300;
background-color: #5f8d77;
border-right: 1px solid #5f8d77;
border-left: 1px solid #5f8d77;
} 
