﻿/*
Theme Name: paradox
Version: 1.0
Author: John Foley
Author URI: http://www.johnfoley.co.uk
Theme CSS, XHTML and design © John Foley 2010
*/



/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	padding: 0;
	margin: 0;
}

img {
	border: none;
	display: block;
}

body {
	font-family: tahoma, arial, verdana, san-serif;
	color: #fff;
	background-color: #ebebeb;
	font-size: 80%;
	text-align: center;
}

p.clear {
	clear: both;
	height: 1px;
        margin: 0;
}

hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	color: #e6e6e6;
	margin: 10px 0 20px 0;
	padding: 0px;
}

/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, 'times new roman', times, serif;
	font-weight: normal;
	color: #224460;
}

h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 0.9em;
}

/* STRUCTURAL ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#headband {
	color: #fff;
	height: 96px;
	background-image: url(images/header_bg3.gif);
	background-repeat: repeat-x;
}

#header {
	width: 920px;
	height: 89px;
	background-image: url(images/head_image.jpg);
	background-repeat: no-repeat;
}

#navband {
	color: #fff;
	background-color: #3f7fb7;
	background-image: url(images/nav_bg3.gif);
	background-repeat: repeat-x;
	height: 30px;
}

#shad {
	background-color: #FFF;
	height: 13px;
	background-image: url(images/shad3.gif);
	background-repeat: repeat-x;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 942px;
	color: #333;
	text-align: center;
	background-image: url(images/shad_edge.gif);
	background-repeat: repeat-y;
	background-position: right 15px;
}

#wrapper {
	width: 920px;
	color: #333;
	background-color: #fff;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}

/* start box hack */

#wrapper { 
  width:934px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:920px;
} 
html>body #wrapper {
  width:920px;
} 

/* end box hack */


#content {
	float: left;
	text-align: left;
	padding-top: 10px;
	width: 552px;
	background-image: url(images/bdr_x.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-left: 44px;
}

/* start box hack */

#content { 
  width:596px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:552px;
} 
html>body #content {
  width:552px;
} 

/* end box hack */

#sidebar {
	float:right;
	width: 228px;
	min-height:495px;
	text-align: left;
	background-image: url(images/bdr_y.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-top: 10px;
	padding-right: 34px;
	padding-left: 28px;
	padding-bottom: 10px;
}

/* start box hack */

#sidebar { 
  width:290px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:228px;
} 
html>body #sidebar {
  width:228px;
} 

/* end box hack */


#clearfix {
	clear: both;
	height: 20px;
}

#footer_wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:900px;
    text-align: center;
}

/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.skip a, .skip a:hover, .skip a:visited
{
position:absolute;
left:-999px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

.skip a:active, .skip a:focus
{
position:static;
width:auto;
height:auto;
}

#site-meta {
	position: absolute;
	left: 40px;
	top: 20px;
	display: none;
}

#site-meta h1 a {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

#header .address {
	position: absolute;
	top: 55px;
	right: 50px;
        color: #fff;
	font-size: 1.1em;
	text-align: right;
}

/* SEARCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topsearch {
	position: absolute;
	left: 690px;
	top: 18px;
	width: 200px;
	height: 25px;
	text-align: center;
	background: url(images/search_input3.gif) no-repeat;
}
#topsearch input {
	width: 140px;
	height: 21px;
	text-align: left;
	border: none;
	padding-top: 3px;
	margin: 0 5px 0 26px;
	float: left;
	font: normal 1em tahoma, arial, san-serif;
	border-top: #919c7c solid 1px;
}
#topsearch button {
	width: 26px;
	height: 25px;
	background: url(images/search_go3.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}

/* MAIN NAVIGATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#nav {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
    font-family: georgia, 'times new roman', times, serif;
    font-size: 1.2em;
}

#nav ul {
    list-style: none;
    margin-left: 35px;
    text-align: left;
}

#nav li {
	display: inline;
}

#nav a:link,
#nav a:visited {
	padding: 0px 9px 0px 9px;
	text-decoration: none;
    color: #fff;
}

#nav a:hover,
#nav a:active {
	text-decoration: underline;
}


/* CONTENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#numbers {
	
	margin-bottom: 18px;
	padding-top: 8px;
	border: 1px solid #dfdfdf;
	background-color: #f0f0f0;
}


#numbers ul {
     margin-left: 20px;
}

#numbers li {
	float: left;
	padding-right: 35px;
	line-height: 1.4em;
    list-style-type: none;
}

#numbers li a:link, #numbers li a:visited {
    font-size: 1.1em;
    color: #277bb4;
    font-family: georgia, 'times new roman', times, serif;
    list-style-type: none;
    text-decoration: none;
}

#numbers li a:hover, #numbers li a:active {
    text-decoration: underline;
}

#nbr_tp{
	background-image: url(images/box1_tp.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
	height: 8px;	
}

#nbr_md{
	background-image: url(images/box1_md.gif);
	background-repeat: repeat-y;		
}

#nbr_btm{
	height: 7px;
	background-image: url(images/box1_btm.gif);
	background-repeat: no-repeat;
	margin-bottom: 18px;
	font-size: 0.1em;
}
#services {
	margin-left: 196px;
        margin-bottom: 8px;
        margin-top: -7px;
	border: 1px solid #dfdfdf;
	background-color: #f0f0f0;
	padding-top: 15px;
	padding-left: 18px;
	padding-bottom: 7px;
}

/* IE5.x hack */
#services {
        _margin-top: 7px;
        _ma\rgin-top: -7px;
}

#services ul a {
	color: #333;
	text-decoration: none;
	list-style-type: disc;
	line-height: 1.4em;
}
#services ul a:hover {
	text-decoration: underline;
        color: #296493;
}

#serv_tp {
	background-image: url(images/box2_tp.gif);
	background-repeat: no-repeat;
	height: 8px;
	font-size: 0.1em;
}

#serv_md {
	background-image: url(images/box2_md.gif);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-top: 5px;
}

#serv_btm {
	background-image: url(images/box2_btm.gif);
	background-repeat: no-repeat;
	height: 9px;
	font-size: 0.1em;
}

.divider {
	clear: both;
	height: 40px;
	background-image: url(images/bdr_x.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}


/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.smallcaps {
	font-size: 0.8em;
        text-transform: uppercase;
}

.desc {
	font-size: 1em;
        font-family: georgia, 'times new roman', times, serif; 
        color: #296493;
margin-top: -8px;
}

.univ {
	font-size: 0.9em;
        font-family: georgia, 'times new roman', times, serif;
        font-style: italic;
        color: #296493;
}

.post {
        padding-top: 20px;
}

.post h1 {
        font-size: 2.0em;
	display: none;
}
/* Hides the page title */

.post-info {
	padding: 5px 0;
	font-size: 90%;
	margin: 10px 0 5px 0;
	color: #999;
}
.post-info a {
	color: #999;
}
.post-info a:hover {
	color: #84755c;
}
.post-info .setting {
	padding:3px;
	padding-left:20px;
	margin-right: 5px;
}
.post-info .datetime{
	background:#fff url(images/clock.png) no-repeat 0 2px;
}
.post-info .user{
	background:#fff url(images/user.png) no-repeat 0 2px;
}
.post-info .filedlink{
	background:#fff url(images/document.png) no-repeat 0 2px;
}
.post-info .commentslink{
	background:#fff url(images/comments.png) no-repeat 0 2px;
}
.post-info .editlink{
	background:#fff url(images/write.png) no-repeat 0 2px;
}

.post-entry h2 {
        padding-bottom: 15px;
}
.post-entry h2 a {
	color: #224460;
}
.post-entry h2 a:hover {
	color: #224460;
}
.post-entry h3 {
	font-size: 1.4em;
	padding: 0 0 8px;
        color: #224460;
}
.post-entry h4 {
	font-size: 1.1em;
	padding: 0 0 8px 0;
    color: #277bb4;
}

.post-entry p {
	padding-bottom: 12px;
    line-height: 1.4em;
}

.post-entry a {
	color: #296493;
text-decoration: none;
}
.post-entry a:hover {
        text-decoration: underline;
}

.post-entry ul a {
	color: #296493;
	text-decoration: none;
	list-style-type: disc;
	line-height: 1.4em;
}
.post-entry ul a:hover {
	text-decoration: underline;
}

.post-entry .more-link {
	margin: 0 10px 0 0;
        font-size: 95%;
        color: #296493;
text-decoration: none;
}
.post-entry .more-link a {
	color: #296493;

}
.post-entry .more-link a:hover {
	text-decoration: underline;
}


.post-entry ul {
	margin-left: 12px;
        padding-bottom: 12px;
}
.post-entry ul li, .post-entry ol li {
	list-style: disc;
	padding: .1em 0;
        color: #333;
}
.post-entry ol {
	margin-left: 12px;
        padding-bottom: 12px;
}
.post-entry ol li {
	list-style: decimal;
}

/* For Search Results */
.post-entry .hilite {
        background-color: #ffff99;
}

/* For Sitemap */
.post-entry ul ul li a {
        color: #333;
}
.post-entry ul ul li a:hover {
        color: #296493;
        text-decoration: underline;
}

.post-entry blockquote {
	margin: 12px;
	padding: 1em;
	color: #999;
	font-style: italic;
	clear: both;
}
.post-entry img {
	display: block;
	padding: 0;
        background: #fff;
/*border: 1px solid #ccc;*/
}

.post-entry img.alignnone {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}

.post-entry img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
	padding: 0;
}
.post-entry img.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}

.post-entry img.wp-image-436 {
	margin-top: 12px;
margin-right: 15px;
}

.post-entry img.align-center {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}
.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #84755c;
}
.post-arch-info {
	font-size: 95%;
	color: #296493;
	padding-top: 17px;
}

.navigation a {
	color: #296493;
font-size: 95%;
text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}



/* TABLE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */


table {
	border: 1px solid #e6e6e6;	
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 18px;
	font-size: 1em;

}
th {
	border: 1px solid #e6e6e6;
	padding: 0.3em 1.8em 0.3em 0.8em;
	font-size: 0.9em;
}
td {
	border: 1px solid #e6e6e6;
	padding: 0.3em 1.8em 0.3em 0.8em;
}
table caption {
	text-align: left;
	color: #296493;
	font-weight: bold;
	padding-bottom: 6px;
}


/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding: 5px 6px 5px 6px;
   margin: 0 10px 10px 0;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 14px;
   padding: 2px 7px 2px 7px;
   margin: 0;
   color: #224460;
}


/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#comments {
	margin: 0 0 1em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}


/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div #rotator {
	background-color: transparent;
    margin-bottom: 22px;
}
#sidebar h2 {
	margin: 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px dotted #ccc;
	font-size: 1.4em;
        color: #224460;
}

#sidebar ul {
	list-style: none;
}

#sidebar li ul {
	margin: 0 0 2em 0;
}
#sidebar li.widget_recent_entries ul li {
	border-bottom: 1px dotted #ccc;
	padding: 6px 0;
	padding-left: 40px;
	background: #fff url(images/news_icon_up.gif) no-repeat 0 3px;
}
#sidebar li.widget_recent_entries ul li:hover {
	background: #f0f0f0 url(images/news_icon_dn.gif) no-repeat 0 3px;
}
#sidebar li ul li {
	border-bottom: 1px dotted #ccc;
	padding: 6px 0;
	padding-left: 20px;
	background: #fff url(images/bullet_red.gif) no-repeat 0 6px;
}
#sidebar li ul li:hover {
	background: #f0f0f0 url(images/bullet_red_hover.gif) no-repeat 0 6px;
}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 5px;
	background: #f0f0f0;
}
#sidebar li ul li.current_page_item a {
	color: #7a1318;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li ul li {
	color: #222;
}
#sidebar li a {
	color: #333;
text-decoration: none;
}
#sidebar li a:hover {
	color: #333;
}
#sidebar li ul.blogroll li {
        border-bottom: 1px dotted #ccc;
        background: #fff;
        padding: 12px 0 12px 0;
}
#sidebar li ul.blogroll li:hover {
        border-bottom: 1px dotted #ccc;
        background: #fff;
        padding: 12px 0 12px 0;
}
#calendar  {
	margin-top: 10px;
	border-bottom: 1px dotted #ccc;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}

#google_translate_element {
	margin-top: 30px;
	padding: 0;
}

/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer {
	text-align: left;
	padding: 15px 30px 30px 30px;
	font-size: 0.85em;
	background-color: #346fad;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	color: #fff;
}

#footer a {
	color: #fff;
    text-decoration: none;
}
#footer a:hover {
	color: #9ac24b;
}

#rss {
	position: absolute;
	right: 30px;
	top: 15px;
}

.keele {
	clear: both;
	font-size: 0.9em;
	text-align: center;
}

/* IE5.x hack */
.keele {
	_margin-bottom: 20px;
    _ma\rgin-bottom: 0;
}

.keele img {
	border: none;
}
