/*
Theme Name: Sensational
Theme URI: http://consensus-technology.net/devblog-tsos/wp-content/themes/
Description: Simple fixed width 3 column layout for The Sensation of Sight Blog based on "Holy Grail 3 column liquid layout: No quirks mode" at http://matthewjamestaylor.com/blog/holy-grail-liquid-layout-no-quirks-mode and the Nearly Sprung theme. Copied from Town of Peterborough Blog theme.
Version: 1.0
Author: Gerard Gleeson
Author URI: http://consensus-technology.com/
Tags: 3 columns, white, widgets, fixed width, 1024px

Built in support for the following plugins:
-Tags
-Gravatars
-Sidebar widgets (two columns)
-Photopress v1.1
-Geo Mashup v1.1.x (requires a patch though)
-Next/Previous Post in same Category plugins (Richard Maxwell v1.0 version)
-Viper's plugin list

3 column setup, fixed column widths
*/

/***************** 3 Column Layout ******************/

body {
	margin:0;
	padding:0;
	width:100%;
	background-color:#fff;
	min-width:1004px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	text-align:center;
}

#fixed {
   margin:0 auto;
   width: 1004px;   /* you can use px, em or % */
   text-align:left;
}

#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

#colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:220px;				/* Left column width, (including padding) */
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-450px;		/* Left column width + right column width */
	background:#fff;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 465px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 { 					/* Left column */
	float:left;
	width:190px;
	position:relative;
	margin-left:-50%;
	left:240px;				/* Right column width + 1/2 CC padding */
	overflow:hidden;
}
#col3 { 					/* Right column */
	float:left;
	width:200px;			/* excluding padding */
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
#footer p {
	padding:.5em 15px;
}



/********************** Global **********************/

/* Structure */

body
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 0.8em 0;
}

ol, ul
{
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0.5em 0;
}

blockquote
{
	margin: 0 20px;
	padding: 0 20px;
}

form,
img
{
	margin: 0;
	padding: 0;
	border: 0;
}

.hidden
{
	visibility: hidden;
}

/* Typography */

body
{
	font-family: "Times New Roman", Times, serif;
	color: #333;
}

p
{
	font-size: 1em;
	line-height: 1.5em;
}

ol, ul
{
	font-size: 1em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Times New Roman", Times, serif;
}

h1
{
	font-size: 1.4em;
	letter-spacing: 0.025em;
}
h1 .video
{
	font-size: 0.7em;
	font-weight: normal;
}
h2, h3
{
	font-size: 1.3em;
}

h4
{
	font-size: 1.2em;
}
/*
a
{
	text-decoration: none;
}
*/
input, textarea, select
{
	font-size: .9em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

blockquote
{
	font-size: 0.9em;
}

code
{
	font-family: monospace;
}

.small
{
	font-size: 0.9em;
}

/* Colour and borders */

body
{
	background: #5a5242;
}


h1, h2, h3, h4, h5, h6
{
	color: #333;
}

a:link
{
	color: #663333;
}

a:visited
{
	color: #663333;
}

a:hover, a:active
{
	color: #cc9966;
}

input, textarea, select
{
	border: 1px solid #999;
	background-color: #FAFAF0;
	color: #3A291F;
}

blockquote
{
	border-left: 4px solid #E8E8CE;
}

code
{
	color: #666;
}

.small
{
	color: #999;
}

/********************** Header **********************/

/* Structure */

#header
{
	padding: 0px;
	margin: 0px;
}

.headerlist
{
	height: 278px; /* 248 + 30 */
}

.headernolist
{
	height: 248px;
}

#banner {
	position:relative;
	width:1004px;
	height:27px;
	margin: 0px;
	background-color: #fff;
}

#header p
{
	padding: 0px;
	margin: 0 0 0 40px;
	height: 30px;
}

#header h1
{
	margin: 0px 25px 0px 10px;
	display: inline;
}

#header h2
{
	margin: 0px 0px 0px 30px;
	display: inline;
}

/* Typography */

#header h1
{
	color: #fff;
	font:0.9em "Times New Roman", Times, serif;
	letter-spacing: .275em;
}

#header h2
{
	color: #cc9966;
	font:0.9em "Times New Roman", Times, serif;
	letter-spacing: .275em;
}


#menu {
	display: inline;
	margin-left: 20px;
	background-color: #E8E8CE;
	border: 1px solid #000;
}

#menu_website {
	display: inline;
	margin-left: 40px;
	background-color: #E8E8CE;
	border: 1px solid #776633;
	width: 92px;
	height: 16px;
}
#menu_blog {
	display: inline;
	margin-left: -2px;
	background-color: #fff;
	border: 1px solid #776633;
	width: 92px;
}
#menu_website a {
	margin: 2px 6px 2px 10px;
	padding:0px;
	color:#776633;
	text-decoration:none;
	font:0.95em "Lucida Grande", Tahoma, Arial, sans-serif;
	letter-spacing: .1em;
	font-weight: bold;
	display: inline;
}
#menu_blog a {
	margin: 2px 32px 2px 10px;
	padding:0px;
	color:#776633;
	text-decoration:none;
	font:0.95em "Lucida Grande", Tahoma, Arial, sans-serif;
	letter-spacing: .1em;
	font-weight: bold;
	display: inline;
}
#menu_website a:hover
{
	color: #E58712;
}
#menu_blog a:hover
{
	color: #E58712;
}

/* Colour and borders */

#header
{
	background-color: #FFF;
}

.headernolist
{
	border-bottom: 10px solid #333;
}

/******************* Main Content *******************/

/* Structure */

#col1
{
	overflow: hidden;
}

/* Colour */

#col1
{
	background-color: #FFF;
}

#col1 h1
{
	color: #5a5242;
}

/********** Previous and Next by Catagory ***********/

/* Structure */

#postnavigation
{
	display: inline;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0em 0.5em 0em 0.5em;
}

#postnavigation ul
{
	margin: 0;
	padding: 0;
}

#postnavigation li
{
	margin-left: 1.0em;
}

#postnavigation .navheader
{
	margin-left: 0em;
}

/* Typography */
#postnavigation
{
	font-size: 0.75em;
}

#postnavigation .navheader
{
	font-size: 1.25em;
	font-weight: bolder;
}

/* Colour and Borders */

#postnavigation
{
	border: 1px solid #E8E8CE;
	background-color: #FAFAF0;
}

#postnavigation .navheader
{
	color: #333;
	list-style-type: none;
}

#postnavigation ul
{
	list-style-type: none;
}

/******************* Left Sidebar *******************/

/* Structure */

#leftsidebar
{
	overflow: hidden;
}

#leftsidebar h2
{
	display: inline;
	margin: 0.6em 0 0.3em 0;
	padding: 0 8px 0 0;
}

#leftsidebar page_item ul
{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#leftsidebar page_item ul ul
{
	margin: 0 0;
	list-style-type: none;
}

#leftsidebar page_item ul ul li
{
	padding: 0 0 0 8px;
}

#leftsidebar page_item ul ul li a
{
	display: block;
	margin: 0 0 0 -8px;
	padding: 0em 8px;
	width: 200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
}
html>body #leftsidebar page_item ul ul li a
{
	width: 200px;
}

#leftsidebar page_item ul ul ul
{
	margin: 0;
}

#leftsidebar page_item ul ul ul li
{
	margin: 0 0 0 -8px;
	padding: 0 0 0 20px;
}

#leftsidebar page_item ul ul ul li a
{
	margin: 0 0 0 -20px;
	padding: 0em 8px 0em 20px;
	width: 220px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 185px;
}

html>body #leftsidebar ul ul ul li a
{
	width: 185px;
}

/* Typography */

#leftsidebar
{
	text-align: left;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #827B60;
	letter-spacing: .04em;
}

#leftsidebar h2
{
	font-size: 1.0em;
}

#leftsidebar ul
{
	list-style-type: none;
}

/* Colour and Borders */

#leftsidebar a
{
	color: #827B60;
	text-decoration: none;
}
#leftsidebar a:hover
{
	color: #E58712;
	text-decoration: none;
}


#leftsidebar ul li
{
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#leftsidebar ul ul li
{
	font-size: 12px;
	font-weight: bold;
}
#leftsidebar ul ul ul li
{
	font-size: 12px;
	font-weight: normal;
}
#leftsidebar ul ul ul ul li
{
	font-size: 11px;
	font-weight: normal;
}
/*
#leftsidebar ul ul
{
	border-top: 1px solid #E8E8CE;
	background-color: #FAFAF0;
}

#leftsidebar ul ul li
{
/*	border-bottom: 1px solid #E8E8CE;
}

#leftsidebar ul ul li a:hover
{
	background-color: #FFF;
}

#leftsidebar ul ul ul
{
	border: none;
}
#leftsidebar ul ul ul li
{
	border-bottom: none;
	border-top: 1px solid #E8E8CE;
}
*/

/****************** Right Sidebar *******************/

/* Structure */

#rightsidebar
{
	overflow: hidden;
}

#rightsidebar h2
{
	display: inline;
	margin: 0.6em 0 0.3em 0;
	padding: 0 10px 0 0;
}

#rightsidebar ul
{
	margin: .25em 0 1em 0;
	padding: 0;
}

#rightsidebar ul ul
{
	margin: 0;
}
#rightsidebar ul li
{
	margin: 7px 0 0 -10px;
	padding: 0 0 0 20px;
}

#rightsidebar ul ul li
{
	padding: 0 0 0 10px;
}

#rightsidebar ul ul li a
{
	display: block;
	margin: 0 0 0 -10px;
	padding: 0em 10px;
	width: 130px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 110px;
}
html>body #rightsidebar ul ul li a
{
	width: 110px;
}

#rightsidebar ul ul ul
{
	margin: 0;
}

#rightsidebar ul ul ul li
{
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
}

#rightsidebar ul ul ul li a
{
	margin: 0 0 0 -25px;
	padding: 0em 10px 0em 25px;
	width: 130px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 95px;
}

html>body #rightsidebar ul ul ul li a
{
	width: 95px;
}

/* Typography */

#rightsidebar
{
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	line-height: .1em;
	color: #827B60;
}

#rightsidebar p
{
	line-height: 1.2em;
}

#rightsidebar h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #5a5242;
}

#rightsidebar h3
{
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	letter-spacing: .05em;
	text-align: center;
}

#rightsidebar a {
	/* color: #663333; */
        color: #5a5242;
	text-decoration: none;
}

#rightsidebar a:hover {
	color: #cc9966;
	text-decoration: none;
}

#rightsidebar h4
{
	color: #fff;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 0.95em;
	letter-spacing: .15em;
	text-align: left;
}


#rightsidebar ul
{
	list-style-type: none;
}

#rightsidebar ul li
{
	line-height: .95em;
}

#rightsidebar ul li a
{
	color: #fff;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 0.8em;
}


/* Colour and Borders */

#rightsidebar h2 a
{
	color: #fff;
}
#rightsidebar h2 a:hover
{
	color: #E58712;
}

#rightsidebar ul ul
{
	border-top: 1px solid #E8E8CE;
	background-color: #FAFAF0;
}

#rightsidebar ul ul li
{
	border-bottom: 1px solid #E8E8CE;
}

#rightsidebar ul ul li a:hover
{
	background-color: #FFF;
}

#rightsidebar ul ul ul
{
	border: none;
}
#rightsidebar ul ul ul li
{
	border-bottom: none;
	border-top: 1px solid #E8E8CE;
}

/********************** Footer **********************/


/* Structure */

#footer
{
	clear: both;
}

#footer p
{
	margin: 0;
	padding: 10px 10px 10px 0px;
}

/* Typography */

#footer
{
	font-size: 0.9em;
	text-align: center;
}

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

/* Colour and borders */

#footer
{
	background-color: #FFF;
	border-top: 1px solid #663333;
}

/******************* Search Widget ******************/

/* Structure */

#searchform
{
	display: inline;
	margin-left: 585px;
	color: #666633;
}

#searchform #s
{
	width: 130px;
}

/******************* Thumbs Widget ******************/

/* Structure */

#photopress_randomthumbs
{
	width: 100%;
	margin: 0.5em 0 0 0;
	padding: 0;
}

/* Typography */

#photopress_randomthumbs
{
	text-align: center;
}

/***************** Calendar Styles ******************/

/* Structure */

#wp-calendar
{
	margin: 0 0 1.2em 0;
	width: 130px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 128px;
}
html>body #wp-calendar
{
	width: 128px;
}

#wp-calendar caption
{
	margin: 1.2em 0 0 0;
	padding: 0.4em 0;
}

#wp-calendar td a
{
	display: block;
	width: 100%;
}

#wp-calendar td#next,
#wp-calendar td#prev
{
	padding: 0.1em 2px;
}

#wp-calendar td#next a,
#wp-calendar td#prev a
{
	display: inline;
}

/* Typography */

#wp-calendar
{
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
}

#wp-calendar caption
{
	font-weight: bold;
}

#wp-calendar td#next
{
	text-align: right;
}

#wp-calendar td#prev
{
	text-align: left;
}

/* Colour and borders */

#wp-calendar
{
	border: 1px solid #E8E8CE;
	background: #FAFAF0;
}

#wp-calendar caption
{
	background: #333;
	color: #FFF;
}

#wp-calendar td
{
	border: 0;
	border-collapse: collapse;
	background: #FFF;
}

#wp-calendar td.pad
{
	background: transparent;
}

#wp-calendar td#next,
#wp-calendar td#prev
{
	background: transparent;
}

/********************** Blog ************************/

/* Structure */
.postentry,
.postfeedback
{
	margin-left: 1em;
}

.posttitle
{
	margin-bottom: 0;
	width: 100%;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}

.posttitle a
{
	float: left;
	padding: 0px;
	text-decoration: none;
}

.postmeta
{
	margin-top: 0;
	padding-top: 1px;
}

.permalink
{
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
}

.commentslink,
.trackbacklink
{
	margin: 0 1.8em 0 0;
	padding: 0 0 0 17px;
}

/* Typography */

.postmeta
{
	font-size: 0.9em;
}

/* Colour and borders */

.posttitle
{
	color: #663333;
}

.posttitle a:link,
.posttitle a:visited
{
	color: #663333;
}

.posttitle a:hover,
.posttitle a:active
{
	color: #666633;
}

.postmeta
{
	background: url(images/postmeta.gif) no-repeat top left;
	color: #999;
}

.postmeta .postauthor
{
	color: #666;
}

.permalink
{
	background: url(images/permalink.gif) no-repeat center left;
}

.commentslink,
.trackbacklink
{
	background: url(images/commentslink.gif) no-repeat center left;
}

/******************** Comments **********************/

/* Structure */

#comments
{
	float: left;
	margin: 0em;
	padding-bottom: 0.5em;
}

#commentlist
{
	clear:left;
	margin: 0em;
	padding: 0;
}

#commentlist li
{
	padding: 1px 20px 20px 20px;
}

.comment-author
{
	margin: 0.5em 0em 0em 0em;
}

.comment-meta
{
	margin-top: 0px;
}

#comment
{
	width: 98%;
}
.comment-author .avatar
{
	float:left;
	margin: 0px 10px 5px 0px;
}

.reply
{
	display: block;
	margin-top: -1.8em;
}

#cancel-comment-reply
{
	margin-right: 2em;
}

#respond
{
	clear: both;
	margin-top: 10px;
}

.navigation-bottom
{
	height: 1em;
	margin-top: 5px;
	margin-bottom: 15px;
}

.navigation-top
{
	height: 1em;
	margin: 0px;
	padding-top: 1em;
}

.navigation-bottom p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.navigation-top p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Typography */

.children,
#commentlist
{
	list-style-type: none;
}

.comment-author
{
	font-size: 1.1em;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.fn
{
	font-style: normal;
}

.comment-meta
{
	font-size: 0.9em;
}

.reply
{
	font-size: smaller;
	text-align: right;
}

/* Colour and borders */

#commentlist
{
	border-bottom: 1px solid #E8E8CE;
}

#commentlist li
{
	border-top: 1px solid #E8E8CE;
	background-color: #FFF;
}

.comment-author
{
	color: #333;
}

.alt
{
	background-color: #FAFAF0 !important;
}

.comment-meta
{
	color: #999;
}

.bypostauthor
{
	background-color: #F0F0F0 !important;
}

li #respond
{
	/*border-top: 1px solid #E8E8CE;*/
	border-top: 1px solid black;
}

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

img.wreath
{
	margin-right: 10px;
	float: left;
	display: inline;
	max-width: 100%;
}

/*
	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid)
*/

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

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

.reallysmallthumbs a img
{
	width: 60px;
	height:60px;
	float: left;
	margin: 1px;
}

/******************* Geo Mashup *********************/
.locationinfo
{
	overflow:auto;
	height:195px;
	width:320px;
	font-size:70%;

	/* used to allow room for the info window x icon */
	margin: 0px 10px 0px 0px;
}

.locationinfo h2 a
{
	margin: 0px;
}

.locationinfo p
{
	margin: 0px;
}

.locationinfo img
{
	height:108px;
	width:auto;
}

/********************* Sociable *********************/
.sociable_tagline
{
	display: block;
	margin: 2px 0px 5px 0px; 
}

.sociable ul
{
	margin: 0;
	padding: 0;
}

.sociable
{
	margin: 0em 0em -1em 0em;
}

.sociable li
{
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0px 1px 0px 1px;
}

/***************** Twitter Widget *******************/
#twitter-list
{
	font-size: 0.9em;
}

/*************** Vipers Plugins Used ****************/
/* Structure */
#viperplugintable
{
	margin: 0px;
	padding: 0px;
}

#viperplugintable td
{
	padding: 3px;
}

/* Typography */
.pluginrow,
.pluginrowalt
{
	font-size: 0.9em;
}

/* Colour and borders */
.pluginrowalt
{
	background-color: #FAFAF0;
}

#viperplugintable
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#viperplugintable td,
#viperplugintable th
{
	border-left: 1px solid black;
	border-top: 1px solid black;
}

/****************** Holly Hacks *********************/

/* holly hacks to fix peekabo bugs in IE */

/* Hides from IE5-mac \*/
* html li {height: 1%;}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
* html #postnavigation {width: 145px; height: 2px;}
/* End hide from IE5-mac */

/***************** Special Cases *******************/

.home_banner
{
	color: #666633;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#contactpage {
	background-image: url(images/background_contact_form.jpg);
	width: 550px;
}
#contactpagepad {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#translation_bar {
	background-color:#fff;
}
#transl_sign  {
	background-color:#fff;
	font-size:9px;
	display: none;
}
