/*
Theme Name: OPSEO
Theme URI: http://www.opseo.co.uk
Description: Opseo theme
Author: Tropica
Author URI: http://www.tropicaweb.co.uk
version: 2.0

Tags: two-column, widget-ready
*/




/* basics */

*{margin:0; padding:0;}

body {
background: #ffffff;
color: #666666;
margin: 0px;
}

	
h1 {font-size: 18pt;}
h2 {font: 14pt Arial, Helvetica, sans-serif;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}





	
/* header */

#header {
	background:#e6e6e6;
  	width: 1000px; 
  	height: 100px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:1000px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */


#content {
	float:left;
	width:530px;
	overflow: hidden;
	margin:14px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}











#topbg{
background-color:#ebe7d6;
width:100%;
height:12px;
line-height:10px;
color:#ebe7d6
}

#container {
font:13px Arial, Helvetica, sans-serif;
width:1000px;
background: url('http://www.opseo.co.uk/bg.jpg') repeat-y;
color: #666666;
margin:0px auto;
text-align:left;

}

#top {
font:13px Arial, Helvetica, sans-serif;
width:1000px;
color: #666666;
margin:0px auto;
}


#logo {
float:left;
width:400px;
height:100px;
}

#logo img{
border: 0px;
}

#nav {
float:right;
width:340px;

}

#nav a{
color:#939393;
text-decoration:none;
margin-left: 20px;
font: 13px Arial, Helvetica, sans-serif;
line-height: 90px;
font-weight: bold;
}

#nav a:hover{
color: #a90101;
text-decoration:none;

}



.clear {
clear: both;
}



#bannerbg {
background: url(images/banner_bg.jpg) repeat-x;
height: 199px;
float:left;
width:100%
}


#bannermid {
background: url(images/banner.jpg) no-repeat;
width: 1000px;
height: 199px;
margin: 0px auto;
}


#topnav {
width:1000px;
margin: 0px auto;
font: 12px Arial, Helvetica, sans-serif;
color:#6C6D6D;

}


#topnav_links {
width:1000px;
font: 12px Arial, Helvetica, sans-serif;
color:#6C6D6D;

}
#topnav_links ul {
margin:0px;
padding:0px;
}
#topnav_links ul li {
list-style:none;
display:block;
float:left;
margin:0px 2px 0 0;
padding:0px 0 0 0;
background:url(images/topnav_link_right.gif) right top no-repeat;
}
#topnav_links ul li a {
display:block;
background:url(images/topnav_link_left.gif) left top no-repeat;
margin:0px;
padding:0px 0px 0px 20px;
color:#333333;
text-decoration:none;
}



#topnav_links ul li a span{
display:block;
background:url(images/topnav_link_left.gif) left top no-repeat;
margin:0px;
padding:12px 20px 8px 0px;
color:#303030;
text-decoration:none;
background:url(images/topnav_link_right.gif) right top no-repeat;
}

#topnav_links ul li a:hover, #topnav_links ul li a.selectedlink {
display:block;
background:url(images/topnav_link_left_over.gif) left top no-repeat;
margin:0px;
padding:0px 0px 0px 20px;
color:#ffffff;
text-decoration:none;
}

#topnav_links ul li a:hover span, #topnav_links ul li a.selectedlink span{
display:block;
margin:0px;
padding:12px 20px 8px 0px;
color:#ffffff;
text-decoration:none;
background:url(images/topnav_link_right_over.gif) right top no-repeat;
}



#panelmid{
width:1000px;
margin:0px auto;
}


#panelbg{
background-color:#ebe7d6;
height:200px;
float:left;
width:100%
}


.panels{
width:293px;
float:left;
margin:0;
padding-left:32px
}





.box {
padding: 8px;
width: 293px;
background-image: url(images/panelbg02.jpg);
background-repeat: repeat-y;
text-align:left;
font-size:11px;
font-weight:normal;
}



.box span
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
color: #737373;
text-decoration: none;
}


.box a {
color: #737373; text-decoration: none;
margin:0
}


.box a:hover {
text-decoration: underline;
color:#a60000;
}


.box span a {
color: #0098e6; text-decoration: none; padding-left:40px; font-size:12px;
}


.box ul {
margin: 0;
padding: 0;


}


.box li {
list-style-type: none;
margin: 0px 0px 0px 20px;
padding: 6px 0 6px 20px;
background: url('images/blt.gif') 0 7px no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
display:block;
}

.boxcaption {
padding: 22px 20px 0px 0px;
height: 22px;
width: 293px;
color: #004e72;
background-image: url('images/panelbg01.jpg');
background-repeat: no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:normal;
text-align:left;


}

.boxbottom {
background: url('images/panelbg03.jpg') no-repeat;
width: 293px;
height: 10px;
margin: 0 0 0px 0;

} 




#main_content{
width:640px;
padding-left:20px;
padding-top:10px;
height:auto;
float:left;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
font-weight:normal;
}


#rightcolumn{
width:270px;
float:right;
margin:0;
padding-left:35px;
padding-bottom:20px;
}


.leftpanel {
padding: 8px;
width: 269px;
background-image: url(images/left_panel02.jpg);
background-repeat: repeat-y;
text-align:left;
font-size:11px;
color: #737373; text-decoration: none;}

.leftpanel img{
text-align:center;
border: 0px;
}

.leftpanel p{
text-align:center;
}

.leftpanelcaption{
padding: 0px;
height: 24px;
width: 269px;
color: #004e72;
background: url('images/left_panel01.jpg') no-repeat;
font-size:15px;
font-weight:bold;
text-align:left;
}

.leftpanelbottom {
background: url('images/left_panel03.jpg') no-repeat;
width: 269px;
height: 11px;
margin: 0 0 0px 0;
} 



.footerbg{
width:100%;
background:#ede9d9;
height:50px;
}


.footer{
width:990px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#595959;
padding-top:10px;
margin: 0px auto;
text-align:center;
}


.footer a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#595959;
text-decoration:none;
padding-left:15px; 
padding-right:15px

}


.footer a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#595959;
text-decoration:underline;
}


.cbtxt{
width:990px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
padding-top:6px;
text-decoration:none;
margin: 0px auto;
text-align:center;
}

.cbtxt a{
color:#a90101;
text-decoration:none;
}

.cbtxt a:hover{
color:#666666;
text-decoration:none;
}

#menu8 {
width: 200px;
margin-top: 10px;
}

#menu8 ul {
list-style: none;
margin: 0;
padding: 0;
}


#menu8 li a {
text-decoration: none;
height: 32px;
font-weight: bold;
height: 24px;
}

#menu8 li a:link, #menu8 li a:visited {
color: #CC0033;
display: block;
background: url(images/menu8.gif);
padding: 8px 0 0 20px;
}

#menu8 li a:hover {
color: #257EB7;
background: url(images/menu8.gif) 0 -32px;
padding: 8px 0 0 25px;
}

#menu8 li a:active {
color: #CC0033;
background: url(images/menu8.gif) 0 -64px;
padding: 8px 0 0 25px;
}



.supportpanel
{
width:550px;
height:80px;
float:left;
}
.icon
{
width:50px;
float:left;
padding-bottom:20px;
}

.bluetxt
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#0084d8;
}

.bluetxt1
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#0084d8;
text-align:center;
}

.emailtxt
{
color:#333333;
font-weight:bold;
font-size:11px;
}

.contactpanel
{
width:250px;
line-height:25px;
float:left;
}


.contactpanel1
{
width:600px;
border:1px solid #ffffff;
height:340px;
background-color:#eceeef;
margin:0;
padding:0;

}


.contactpanel2
{
text-align:center;
width:592px;
border:1px solid #ffffff;
height:332px;
background-color:#eceeef;
margin-top:3px;
margin-left:3px;
margin-bottom:3px;
background-image: url(../images/conbgimg.jpg);
background-repeat: no-repeat;
background-position: right bottom;
padding:0;

}

.innerpanels
{width:80px;
font-weight:bold;
text-align:left;
float:left;
padding-left:20px;
padding-top:20px;
font-size:11px;
color:#000000;
line-height:40px;
}

.innerpanels1
{width:300px;
font-weight:bold;
text-align:center;
float:left;
padding-left:20px;
padding-top:20px;
font-size:11px;
color:#000000;
}

.innerpanels3
{width:160px;
font-weight:bold;
text-align:left;
float:left;
padding-left:20px;
padding-top:20px;
font-size:11px;
color:#000000;
line-height:40px;
}
.innerpanels4
{width:200px;
font-weight:bold;
text-align:center;
float:left;
padding-left:20px;
padding-top:20px;
font-size:11px;
color:#000000;
}
.innerpanels5
{width:290px;
font-weight:bold;
text-align:left;
float:left;
padding-left:20px;
padding-top:20px;
font-size:11px;
color:#000000;
line-height:20px;
}

.innerpanels6
{width:200px;
font-weight:normal;
text-align:left;
float:left;
padding-left:20px;
padding-top:20px;
font-size:12px;
color:#000000;
}

.innerpanels7
{width:130px;
font-weight:normal;
text-align:left;
float:left;
padding-left:20px;
padding-top:20px;
font-size:12px;
color:#000000;
}

.requiredtxt
{
color:#FF0000;
font-weight:bold;
font-size:14px;
}

.txtfield
{
background:#FFFFFF;
border:1px #CCCCCC solid;
width:200px;
height:15px;
margin:11px;
font-size:11px;

}
.txtfield1
{
background:#FFFFFF;
border:1px #CCCCCC solid;
width:100px;
height:15px;
font-size:11px;
}

.txtarea
{
background:#FFFFFF;
border:1px #CCCCCC solid;
width:200px;
height:80px;
margin:11px;
padding:0;

}

.txt
{float:left;
width:620px;
padding-left:20px;
}
.btn
{
background-color:#00a2ee;
width:70px;
height:25px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:11px;
font-weight:bold;
margin:10px;
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #34beff;
border-right-color: #0062a0;
border-bottom-color: #0062a0;
border-left-color: #34beff;
padding-bottom:3px;

}
.adv_panel1
{
width:600px;
border:1px solid #ffffff;
height:340px;
background-color:#f6f3e6;
margin:0;
padding:0;

}


.adv_panel2
{
text-align:center;
width:592px;
border:1px solid #e5dec3;
height:332px;
background-color:#f6f3e6;
margin-top:3px;
margin-left:3px;
margin-bottom:3px;
padding:0;

}
.adv_panel3
{
width:350px;
height:auto;
font-weight:bold;
text-align:left;
float:left;
padding-left:20px;
padding-top:20px;
font-size:11px;
color:#000000;
}
.net_panel1
{
width:600px;
border:1px solid #ffffff;
height:640px;
background-color:#f6f3e6;
margin:0;
padding:0;

}


.net_panel2
{
text-align:center;
width:592px;
border:1px solid #e5dec3;
height:632px;
background-color:#f6f3e6;
margin-top:3px;
margin-left:3px;
margin-bottom:3px;
padding:0;

}

.cent {
margin: 0px auto;
text-align: center;
}

#read {

}

#read img{
margin-top: 140px;
margin-left: 630px;
border: 0px;
}