*
{
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	z-index: 0;
	font-family: verdana, sans-serif;
	color: #555;
	letter-spacing: 1px;
}

html, body
{
	height: 100%;
}

body
{
	text-align: center;
	min-width: 760px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	color: #43bada;
	font-size: 100%;
}

div
{
	text-align: left;
}

p
{
	padding-bottom: 15px;
	font-family: verdana, sans-serif;
	color: #555;
	letter-spacing: 1px;
}

ul
{
	margin: 5px 0 5px 0;
}

li 
{
	margin:0 0 0 25px;
}

#footer p
{
	font-size: 0.8em;
	padding-top: 10px;
        color:#555;
}

.divider 
{
	margin:10px 0 10px 50px;
}

a, a:link, a:visited
{
	font-family: arial, helvetica, sans-serif;
	color: #43bada;
	text-decoration: none;
}

a:hover, a:active
{  
    border-bottom:1px solid #43bada;
}

blockquote
{
	padding-left: 30px;
	padding-right: 30px;
}

code
{
	margin: 10px 15px 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;
	font: 400 1em courier, monospace;
	line-height: 120%;
	white-space: pre;
	background-image: url(http://www.thames-explorer.org.uk/cms/images/14.jpg);
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #FF6701;
}

#wrapper
{
	height: 100%;
	min-height: 100%;
	width: 760px;
	color: #555;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

html>body #wrapper
{
	height: auto;
}

#content_wrapper
{
	float: left;
	width: 760px;
        margin:0 0 0 0px;
}

#header
{
	width: 760px;
	height: 185px;
	display: table;
	background: url(../images/headernew5.jpg);

        background-color:#fff;
}

#sidebar
{
	width: 220px;
	text-align: center;
	float: right;
        margin:0px 0px 0px 0;
        background-color:#dfffb3;
	background: url(../images/rightbar_shading3.gif);
}

#sidebartop {
    background:url(../images/boxtop3.gif) no-repeat top left;
    float: right;
    width:220px;
}

#sidebarbott {
    background:url(../images/boxbott3.gif) no-repeat top left;
    float: right;
    width:220px;
    padding:0 0 28px 0;
}

#footer
{
	width: 760px;
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
        color:#555;
        font-size: 0.8em;
        margin:0 0 10px 0;
}

.footer-c {
    padding:5px 10px 0 15px;
}

#content
{
	width: 475px;
	float: left;
	margin: 0 0 22px 5px;
	font-size: 0.8em;
        overflow:hidden;
}

#clear_footer
{
	width: 760px;
	height: 22px;
	clear: both;
}

h2
{
        padding:4px 0 0px 0;
	margin: 0 0 5px 0;
	font-family: "Trebuchet MS", serif;
	color: #555;
	letter-spacing: 1px;
}


h2.category
{
	border: none;
}

h3
{
	font-family: "Trebuchet MS", serif;
	color: #555;
	font-weight: bold;
	font-style: italic;
	border-top: 1px solid #555;
	margin-top: 10px;
}

h3.archives
{
	text-align: center;
	border: none;
	margin-top: 30px;
}

.postbody h3
{
	border: none;
	text-decoration: underline;
	margin-bottom: 10px;
}

h3#respond, h3#comment
{
	border-top: none;
	margin-bottom: 20px;
}

#header h1
{
	position: relative;
	float: left;
	width: 229px;
	top: 12px;
	left: 45px;
	font-family: "Trebuchet MS", serif;
	color: #36648B;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
        
}

#header h2
{
	position: relative;
	left: 0;
	top: 12px;
	float: right;
	width: 385px;
	padding: 0 50px;
	font-family: "Trebuchet MS", serif;
	color:#36648B;
	font-size: 1.0em;
	text-align: left;
	border: none;
        font-weight:bold;
}

#header img
{
	text-align: center;
}

p img
{
	float: left;
	margin: 0px 10px 10px 0;
}

.breaker
{
	text-align: center;
	margin-bottom: 20px;
}

h1 {
    margin:0 0 5px 0;
	color: #43bada;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", serif;
}

a p.more, a:link p.more, a:visited p.more
{
	color: #555;
}

a:hover p.more, a:active p.more
{
	color: #555;
}

ol
{
	font-family: "Trebuchet MS", serif;
	color: #777777;
	font-weight: bold;
	margin-bottom: 30px;
	margin-left: 30px;
}

ol li p
{
	font-weight: normal;
}

#paging
{
	margin-top: 20px;
}

#paging .left
{
	float: left;
}

#paging .right
{
	float: right;
}

#txpCommentInputForm textarea, #zemContactForm textarea
{
	border: solid 1px #777777;
	width: 425px;
}

#txpCommentInputForm input, #zemContactForm input
{
	border: 1px solid #777777;
	padding: 2px;
	background-color: #EEE;
}

#txpCommentInputForm input.comment_name_input, #txpCommentInputForm input.comment_email_input, #txpCommentInputForm input.comment_web_input, #zemContactForm input.name, #zemContactForm input.email, #zemContactForm input.message
{
	width: 175px;
}

input#zemSubmit
{
	margin-top: 10px;
}

#zemContactForm legend
{
	display: none;
}

p#txpCommentInputForm
{
	text-align: center;
	font-weight: bold;
}

p.date
{
	text-align: center;
	font-size: 0.85em;
	color: #36648B;
	letter-spacing: 0;
}

p.right
{
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
	font-size: 0.85em;
	letter-spacing: 0;
}

p.more
{
	margin-bottom: -2.7em;
}

#sidebar div.title
{
	text-transform: lowercase;
	color: #36648B;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	font-family: "trebuchet ms", serif;
	border-bottom: 1px solid #36648B;
	width: 90%;
        margin:10px 10px 0 10px;
}

.search
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.search input
{
	border: solid 1px #999999;
}

#sidebar .clear
{
	clear: both;
	margin-bottom: 20px;
}

#sidebar h2
{
        margin:20px 0 5px 0;
        padding:0;
	text-align: center;
	color: #555;
        font-size:1.1em;
        font-weight:bold;
}

#sidebar ul
{
	list-style-type: none;
	font-size: 0.75em;
	width: 160px;
	text-align: left;
	margin-left: 20px;
}

#sidebar li
{
	list-style-type: none;
    margin:0px;
}

#sidebar a, #sidebar a:link, #sidebar a:visited
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #43bada;
	text-decoration: none;
        letter-spacing: 1px;
        font-size: 1.1em;
}



* html #sidebar
{
	width: 200px;
	margin-right: 9px;
}

* html #footer
{
	\height: 52px;
	he\ight: 20px;
}

* html #content
{
	margin-right: 0;
}

* html div.outer
{
	position: absolute;
	top: 50%;
}

* html #header h1
{
	top: -20px;
}

* html #header h2
{
	width: 485px;
}

* html div.ie
{
	position: relative;
	top: -50%;
}

* html #sidebar div.title, * html #sidebar li h2
{
	width: 95%;
	margin-left: 10px;
}

* html table#wp-calendar
{
	border-bottom: 1px solid #777;
}

* html #sidebar div.widget_sideblogwidget li
{
	width: 160px;
	margin-right: 5px;
}

#spf
{
	position: absolute;
	left: -10000px;
}

/*For top navigation bar */

#navbar ul {
    margin:0px 0 10px 0;
    float:right;
    width:760px;
    overflow:hidden;
}

#navbar li a {
    font-family: "Trebuchet MS", serif;
    float:right;
        font-size:0.9em;
    font-weight: bold;
    display:inline;
    color:#43bada;
    margin: 0 12px 0px 0px;  
    padding: 0 5px 0 0;
    border-bottom:2px solid #fff;
}

#navbar li a:hover {
    border-bottom:1px solid #43bada;
}

#navbar li a:active {
    border-bottom: 1px solid #43bada;
}

#navbar li {
    display:inline;
    margin: 0 12px 0px 0px;  
}

/*TXP:LPA_LIGHTBOXTAG */

.article-image {
    border: 1px solid white;
    margin:0 0 10px 0;
    /*border: none;*/
}

.img_link {

    /*display: block;*/
}

.img_left {
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 10px 0 0 0;
    float: left;
}
.img_left a {
    border: none
}


.img_right {
    overflow: hidden;
    margin: 10px 0 0 10px;
    padding: 0;
    float: right;
}
.img_right a {
    border: none
}

.caption {
/* DEV Note: Find a way to get rid of this (in lpa_lightboxtag)*/
}

.caption p {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    width: 200px;
    color: #696559;
}

