/*
Theme Name: John Adams
Theme URI: http://dan.jallits.com/
Description: A custom WordPress theme utilizing the <a href="http://code.google.com/p/blueprintcss/">Blueprint</a> CSS framework.
Version: 08.09.02
Author: Ditley Web
Author URI: http://ditley.com/
Tags: blueprint-css, fixed width, multi-columns
*/

/* IMPORT BLUEPRINT CSS FRAMEWORK */
@import url('css/screen.css');
@import url('css/plugins/fancy-type/screen.css');

/* WORDPRESS FIX */
img.centered {display:block; margin-left:auto; margin-right:auto;}
img.alignright {display:inline; margin:0 0 2px 7px; padding:4px;}
img.alignleft {display:inline; margin:0 7px 2px 0; padding:4px;}
.alignright {float:right;}
.alignleft {float:left;}

/* OVERWRITES */
A:link, A:visited {color:#063C62; text-decoration:underline;}
A.active:link, A.active:visited, A:hover {color:#900; text-decoration:none;}
BODY {background:#063C62; color:#666; margin:30px 0;}
H3 {color:#063C62; font-size:1.64em; }
LI {list-style-image:url('img/4_dot.png');}
P {text-align:justify;}

#pageHeader {border-bottom:4px solid #900;}
#pageCenter {border-top:4px solid #063C62; padding:20px 0;}
#pageFooter {border-top:2px solid #900; color:#AAA; font-size:85%; padding-top:10px;}
#pageFooter A:link, #pageFooter A:visited {color:#AAA; font-weight:bold; text-decoration:underline;}
#pageFooter A.active:link, #pageFooter A.active:visited, #pageFooter A:hover {color:#000; font-weight:bold; text-decoration:none;}
#rimg {background:#063C62; padding:5px; text-align:center;}
#randomImg {border:4px solid #FFF; margin:4px;}
UL#listNav {list-style:none; margin:0; padding:0;}
UL#listNav LI {list-style-image:none; padding:5px; text-align:center;}
UL#listNav A {text-decoration:none;}

.container {background:#FFF; padding:0 20px;}
.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}
.justify {text-align:justify;}
.even {background:#E9E6DB;}
.odd {background:#F3F3F3;}
#address_title {color:#063C62; font-weight:bold; font-size:140%;}
.address_text {font-family:Times New Roman, Georgia, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#4E4A4A;}


/* PATTON & RYAN LOGO */
#pageLogo A SPAN {display:none;}
#pageLogo A.logo {background:transparent url('img/logo.png') no-repeat; display:block; margin:20px 0 0 0; width:387px; height:68px;}

/* TOP LEVEL NAVIGATION */
#pageMenu {font-family:Times New Roman, Georgia, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;; font-size:125%; margin:4px 0; text-align:right;}
#pageMenu LI {display:inline; list-style-type:none; padding-left:20px;}
#pageMenu A:link, #pageMenu A:visited {color:#063C62; font-size:115%; font-weight:bold; text-decoration:none;}
#pageMenu A.active:link, #pageMenu A.active:visited, #pageMenu A:hover {border-bottom:4px solid #063C62; color:#900; padding-bottom:8px;}