/*  
Theme Name: ISPr3
Description: Internet Service Provider Review UK Stylesheet
Version: 3.6
Author: Mark Jackson
Author URL: http://www.ispreview.co.uk
*/

/* Layout Stylesheet */ 

body {
 font-family: verdana, arial, sans-serif;
 margin: 0px;
 background:#808080;
 color: #333333;
 padding:0;
 font-size: 13px;
}

a {
 text-decoration:none; 
 outline: none;
}


/* OLD LINK COLOURS
a:link, a:active, a:visited {
 color:#227ab4;
 text-decoration: none;
}

a:hover {
 color:#039; 
 text-decoration:none;
}
*/


a:link, a:active, a:visited {
 color:#222CB4;
 text-decoration: none;
}

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

.text1 {
 font-family: verdana, arial,sans-serif,helvetica; 
 font-size: 13px;
}

.text2 {
 font-family: verdana,arial,sans-serif,helvetica; 
 line-height: 14pt;
}

.listy1 {
 font-family: verdana,arial,sans-serif,helvetica; 
 line-height: 14pt;
}

.image1 {
border: 6px solid #EFEFEF;
}

img.float1 { 
    float: right; 
    margin:4px 0px 0px 4px; 
    border: 6px solid #EFEFEF;
    opacity: 1;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

.float1:hover {
opacity: 0.8;
-moz-transform: scale(1.08) ;
-webkit-transform: scale(1.08) ;
-o-transform: scale(1.08) ;
transform: scale(1.08) ;
z-index: 1000;
}

img.float2 { 
    float: left; 
    margin-right: 4px; 
    border: 6px solid #eaeaea;
    opacity: 0.8;
-moz-transition: all 1s ease;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

.float2:hover {
opacity: 1;
-moz-transform: scale(1.08) ;
-webkit-transform: scale(1.08) ;
-o-transform: scale(1.08) ;
transform: scale(1.08) ;
z-index: 1000;
}

blockquote { 
	color:#672526;
	border-left: 5px solid #d6e5d3;
	padding-left: 10px;
	border-radius:2px;
}

blockquote.bq1 {
background: #f6f6f6;
color:#000000;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 15px;
padding-right: 15px;
border-left: 3px solid #cccccc;

border-radius: 0px 4px 4px 0px;
-moz-border-radius: 4px 0px 0px 4px;
-webkit-border-radius: 4px 0px 0px 4px;
/*box-shadow: 1px 1px 5px #999;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow: 1px 1px 5px #999;*/
}

#tshadow {
text-shadow: 1px 1px 1px #c0c0c0;
}

.tshadow {
text-shadow: 1px 1px 1px #c0c0c0;
}

/* Header Presentation */ 


/*
h1
{ font-family: arial, sans-serif;
  font-size: 108%;
  letter-spacing: .1em;
}
*/

h1 {
white-space:nowrap;
line-height: 0pt;
font-size: 13px;
padding-bottom:4px;
margin-bottom:0px;
}

h2 { 
 margin: 0px 0px 12px 0px; 
 padding: 0px 0px 5px 0px;
 font-family: arial, sans-serif;
 border-bottom: 1px solid;
 border-color: #4698e4;
 color: #4698e4;
 text-transform: uppercase;
 font-size: 20px;
 font-weight: normal;
}

h3 {
 margin:0;
 padding:15px;
 }

h4 {
 margin: 0px 0px 12px 0px; 
 padding: 0px 0px 5px 0px;
 font-family: arial, sans-serif;
 border-bottom: 1px solid;
 border-color: #4698e4;
 color: #4698e4;
 text-transform: uppercase;
 font-size: 20px;
 font-weight: normal;
 }

/* Menu Stylesheet */ 

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
/*margin-top: 109px; for IE and Chrome but not FF*/
margin-top: 109px;
font-family: verdana, arial, sans-serif;
}

/* [Use this for Chrome instead of Firefox] 
@media screen and (-webkit-min-device-pixel-ratio:0)*/

@-moz-document url-prefix() {
    ul#navlist {
		margin-left: 0;
		padding-left: 0;
		white-space: nowrap;
		margin-top: 109px;
		font-family: verdana, arial, sans-serif;
    }
}

#navlist li
{
display: inline;
list-style-type: none;
font-size: 14px;
margin-right:2px;
}

#navlist a { padding: 2px 10px 0px 10px; }

#navlist a:link
{
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
color: #fff;
background-color: #4698e4;
text-decoration: none;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#navlist a:visited
{
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
color: #fff;
background-color: #4698e4;
text-decoration: none;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#navlist a:hover
{
color: #fff;
background-color: #4698e4;
text-decoration: none;
opacity: 0.8;
}

#navlist li a:hover, #navlist li a#active
{
background: #777777; 
}


/* Container Styles */ 

#content {
 width:980px;
 margin:auto;
 background:#ffffff;
 }

#toplogob1 {
 float:left;
 width:980px;
 height:126px;
 background: #206fc1 url(http://www.ispreview.co.uk/images/ispr_logo3.png) no-repeat;
 overflow:hidden;
}

#banner {
 float:right;
 margin-top:20px;
 margin-right:20px;
 height:60px;
}

#bar {
 height:25px;
 background:#4698e4;
 color: #333333;
 }

#barsmall {
 height:5px;
 background:#4698e4;
 clear:both;
 width:980px;
 overflow:hidden;
 }

#topbar {
 height:5px;
 background:#555555;
 color: #333333;
 overflow:hidden;
 }

#navbar {
 height:20px;
 background:#bdcdd9;
 color: #57636f;
 font-weight: bold; 
 margin: 0px;
 font-size: 13px; 
 padding: 3px 0px 3px 15px;
 line-height: 1.7em;
 }

#navcont {
 background:#e8eaf2;
 color: #57636f;
 padding:10px;
 }

#navpoll {
 background:#c6c6c6;
 color: #656f57;
 padding: 5px;
 margin: 10px;
 }

#l-col {
 float:left;
 background:#e8eaf2;
 color: #333333;
 width:245px;
 border-right: 1px solid;
 border-color: #4698e4;
}

#l-col a
{
  text-decoration: none;
}

#l-col a:hover
{
 border-bottom: 1px solid;
}

#r-col {
 float:right;
 width:704px;
 padding: 14px 15px 15px 12px;
}

#inner-cont {
 width:97.25%;
 background:#ffffff;
 color: #333333;
 padding: 10px;
 text-align:left;
}

#ftr {
 height:20px;
 background:#555555;
 color: #D9E1D1;
 margin:0;
 font-size: 13px;
 padding: 5px 0px 0px 0px;
}

#ftr a { 
 color: #D9E1D1; 
 text-decoration: underline;
}

#nhead {
 border-left: 4px solid; 
 border-right: 4px solid; 
 background:#f3f3f3; 
 border-bottom: 2px dotted #c0c0c0; 
 border-color:#dddddd; 
 padding: 3px; 
 color:#716f64;
}

#ndate {
 border-left: 4px solid; 
 border-right: 4px solid; 
 border-top: 4px solid; 
 background:#4698e4; 
 border-color:#dddddd; 
 padding: 3px; 
 color:#ffffff;
}

#ncontent {
 border-left: 4px solid; 
 border-right: 4px solid; 
 border-bottom: 4px solid; 
 border-color:#dddddd; 
 padding: 10px; 
 word-spacing: 1px;
}

#quote {
 font-family: verdana, arial, sans-serif;
 background-color: #edf3e9;
 width:85%;
 margin:auto;
 margin-top: 8px;
 margin-bottom: 8px;
 line-height: 14pt;
 padding: 2px 6px 2px 6px;
 font-style: italic; 
}

.quote1 {
 background-color: #f5f5f5;
 border-radius:2px;
 -webkit-border-radius:2px;
 -moz-border-radius:2px;
 width:89%;
 border: 2px dashed #CCDEF2;
 margin:auto;
 margin-top: 0px;
 margin-bottom: 0px;
 line-height: 15pt;
 padding: 2px 6px 2px 6px;
 color:#670103;
 font-style: italic; 
 box-shadow: 1px 1px 5px #999;
 -moz-box-shadow: 1px 1px 5px #999;
 -webkit-box-shadow: 1px 1px 5px #999;
}

.quote2 {
 background-color: #f5f5f5;
 border-radius:5px;
 -webkit-border-radius:5px;
 -moz-border-radius:5px;
 width:88%;
 border: 2px dashed #CCDEF2;
 margin:auto;
 margin-top: 0px;
 margin-bottom: 0px;
 line-height: 15pt;
 padding: 2px 6px 2px 6px;
 box-shadow: 1px 1px 5px #999;
 -moz-box-shadow: 1px 1px 5px #999;
 -webkit-box-shadow: 1px 1px 5px #999;
}

#listp {
 padding:5px;
 border: 1px solid #dddddd; 
}

#listdetail a:link, #listdetail a:visited {
 border-bottom: 1px dashed;
}

#listdetail a:hover {
 border-bottom: 1px solid;
}

#listoutside {
padding: 3px; 
height:130px; 
background: #f3f3f3;
border-top: 2px solid #4698e4; 
border-bottom: 2px solid #4698e4;
color:#716f64;
}

.listright {
float:right; 
padding: 0px; 
width: 748px; 
line-height: 16pt;
}

#t10_head {
padding:5px; 
background:#76b0e2; 
color:#ffffff; 
text-align:center;
}

#t10_content {
padding:0px; 
border: 2px solid #76b0e2; 
background:#f5f5f5; 
text-align:justify;
overflow:hidden;
}

#revs {
 background-color: #f5f5f5;
 color: #656f57;
 border-bottom: 4px solid #76b0e2;
 border-left: 4px solid #76b0e2;
 border-right: 4px solid #76b0e2;
 padding: 0px 4px 0px 4px;
 margin: 0px 0px 0px 0px;
 clear:both;
}

#revs1 {
 color:#ffffff;
 background:#76b0e2;
 text-align:center;
 padding: 2px 0px 2px 0px;
 font-weight: bold;
 margin:0px;
}

#revs2 {
 border-left:4px solid #76b0e2;
 border-right:4px solid #76b0e2;
 border-bottom:4px solid #76b0e2;
 background-color:#f5f5f5;
 font-size: 12px;
 line-height: 17px;
}

#revs2 a
{
  text-decoration: none;
}

#revs2 a:hover
{
 border-bottom: 1px solid;
}

#lat_head {
margin: auto; 
background: #76b0e2; 
color: #ffffff; 
padding: 5px; 
width:870px; 
clear:both;
}

#lat_content {
margin: auto; 
background: #f5f5f5; 
color: #656f57; 
border: 2px solid #76b0e2; 
padding: 10px; 
width:856px;
}

#lat_stats {
margin: auto; 
background: #f5f5f5; 
color: #656f57; 
border-top: 2px solid #76b0e2; 
border-bottom: 2px solid #76b0e2; 
padding: 10px; 
width:860px;
text-align:center;
}

.lat_link a {
 color: #ffffff;
 font-weight: bold; 
}

/* New ISP Listings v3 */

#ispsearch_title {padding:2px;padding-left:11px;}
#ispsearch_boxhead {background:#3290e2;color:#ffffff;padding:2px;margin-bottom:2px;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
#ispsearch_box {float:left;padding:3px;margin:2px;background:#eeeeee;text-align:center;color:#378735;font-size:14px;border-radius:4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
#ispsearch_separate {margin-left:10px;width:941px;background:#cbd1d8;height:4px;overflow:hidden;}

a.italhead:link {font-size:23px; font-style: italic; border-bottom: 1px dashed;}
a.italhead:active {font-size:23px; font-style: italic; border-bottom: 1px dashed;}
a.italhead:visited {font-size:23px; font-style: italic; border-bottom: 1px dashed;}
a.italhead:hover {font-size:23px; font-style: normal;}

a.white:link {color: #ffffff; font-style: italic; border-bottom: 1px dashed;}
a.white:active {color: #ffffff; font-style: italic; border-bottom: 1px dashed;}
a.white:visited {color: #ffffff; font-style: italic; border-bottom: 1px dashed;}
a.white:hover {color: #ffffff; font-style: normal;}

a.underb:hover {border-bottom: 1px solid;}


/* Front Page Information Boxes */

#infy_top {
 background:#ffffff;
 width:224px;
 border: 4px solid #dddddd;
}

#infy_head {
margin:auto;
padding-top:4px;
background:#76b0e2;
width:100%;
height:18px;
color:#ffffff;
text-align:center;
overflow:hidden;
line-height:15px;
}

#infy_content {
padding:2px;
width:100%;
line-height:18px;
overflow:hidden;
}

#infy_top2 {
 background:#ffffff;
 width:340px;
 border: 4px solid #dddddd;
}

#infy_head2 {
margin:auto;
padding-top:4px;
background:#76b0e2;
width:100%;
height:18px;
color:#ffffff;
text-align:center;
overflow:hidden;
line-height:15px;
}

#infy_content2 {
padding:2px;
width:100%;
line-height:18px;
overflow:hidden;
}

/* EXPERIMENTAL Stylesheet 1 */ 

ol.events li { position: relative; }
ol.events li span { position: absolute; top: 0; right: 0; }

ol.events1 li { position: relative; }
ol.events1 li span { position: absolute; top: 0; right: 0; margin-top:2px; }

/* EXPERIMENTAL Stylesheet 2 */ 

#top10a {
color:#ffffff; 
background:#4698e4; 
border-right: 1px solid; 
border-top: 1px solid; 
border-color:#c0c0c0;
}

#top10b {
color:#ffffff; 
background:#4698e4; 
border-left: 1px solid; 
border-top: 1px solid; 
border-color:#c0c0c0;
}

#top10c {
border-bottom: 1px solid; 
border-right: 1px solid; 
border-color:#c0c0c0;
}

#top10d {
border-bottom: 1px solid; 
border-left: 1px solid; 
border-color:#c0c0c0;
}

#newscats {
padding: 3px; 
background: #f3f3f3; 
border-top: 4px solid; 
border-bottom: 4px solid; 
border-color:#c0c0c0; 
color:#716f64;
}

#newssearch {
padding: 3px; 
background: #f3f3f3; 
border-bottom: 2px solid; 
border-color:#c0c0c0; 
color:#716f64;
}

#info_line1 {
padding: 4px 0px 4px 7px;
background: #f3f3f3; 
border-top: 2px solid #4698e4; 
color:#716f64;
font-size:14px;
}

.isp_box {
border: 2px dotted #c4c2c2;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.isp_summary {
 font-family: verdana,arial,sans-serif,helvetica; 
 line-height: 15pt;
 margin:auto; 
 color:#636367; 
 background:#ebf4fb; 
 border: 1px solid #bfd9f2; 
 padding: 4px; 
 padding-left: 6px;
 width:97%;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

.isp_head {
border-radius:2px;
background:#4698e4;
color:#ffffff;
font-size:14px;
}

/* ISPr v3.5 Additions */

#nright_nav {
 float:right;
 /*background-color:#ffffff;*/
 width:28%;
}

#nright_nav a:hover {
 border-bottom: 1px solid;
}

#nleft_nav {
 float:left;
 /*background-color:#ffffff;*/
 width:72%;
}

#nleft_nav a:hover {
 text-decoration:underline; 
}

.ntop_box {
 background:#e8eaf2;
/* box-shadow: 1px 1px 5px #999;
 -moz-box-shadow: 1px 1px 5px #999;
 -webkit-box-shadow: 1px 1px 5px #999; */
 border: 2px dotted #d3d3d3;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

.ntop_text {
 height:20px;
 background:#b4c3ce;
 color: #57636f;
 font-weight: bold;
 margin: 0px;
 font-size: 13px;
 padding: 3px 0px 3px 15px;
 line-height: 1.5em;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ntop_text {
	 height:20px;
	 background:#b4c3ce;
	 color: #57636f;
	 font-weight: bold;
	 margin: 0px;
	 font-size: 13px;
	 padding: 3px 0px 3px 15px;
	 line-height: 1.6em;
	 border-radius: 2px;
	 -moz-border-radius: 2px;
	 -webkit-border-radius: 2px;
    }
}

.h2ntoptext { 
 font-family: verdana, arial, sans-serif;
 line-height: 14pt;
 margin: 0px; 
 padding: 0px;
 border: 0px;
 color:#57636f;
 font-size:13px;
 text-transform: none;
 font-weight: bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .h2ntoptext {
	 font-family: verdana, arial, sans-serif;
	 line-height: 15pt;
	 margin: 0px; 
	 padding: 0px;
	 border: 0px;
	 color:#57636f;
	 font-size:13px;
	 text-transform: none;
	 font-weight: bold;
    }
}

.isprhl_icon {
 float:left;
 color:#0ca40c;
 font-weight:bold;
 width:6%;
 line-height:19px;
}

.isprhl_main {
 float:right;
 width:94%;
 line-height:19px;
}

.g_line {
 border-top: 3px dotted #0ca40c;
}

#info_line2 {
 padding: 4px 0px 5px 9px;
 background: #f3f3f3; 
 border-top: 4px solid #4698e4;
 color:#716f64;
 font-size:13px;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}

/* ISPr Broadband Tech Page */

.g_ulbox {
 margin:0px;
 padding:0px;
 border:0px;
 list-style-image: url(http://www.ispreview.co.uk/images/gbox.gif);
 color:#656f57;
 padding:0px 0px 0px 21px;
 line-height:20px;
}

#introboxx {
background:#ebf4fb;
border: 1px solid #bfd9f2;
padding: 4px;
padding-left: 8px;
padding-right: 8px;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
}

.bblist {
font-size:15px;
list-style-type:none;
background: url('http://www.ispreview.co.uk/images/nested.png') no-repeat left center;
padding-left:20px;
}

.chartboxx {
text-decoration:none;
border-style: none;
padding:7px;
margin-top:7px;
/*margin-bottom:6px;*/
margin-bottom:0px;
background:#e2e2e2;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.page_cont {
 color: #373737;
 font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: 300;
 line-height: 1.625;
}

/* IE7, IE8 */
.page_cont a:link, .page_cont a:visited {
border-bottom: 1px dashed;
/* text-decoration:none; */
}

.page_cont a:hover {
border-bottom: 1px solid;
/* text-decoration:none; */
}

strong {
  font-weight:bold;
}

.g_bar {
 width:100%;
 background: #efefef;
 clear:both;
 height:5px;
 margin:0px;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 overflow:hidden;
}

.new_isprformbox {
 background:#f3f3f3;
 border:2px #4698e4 solid;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

.new_isprformbutton {
 background:#0ca40c;
 border:2px solid #0ca40c;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 color:#ffffff;
}

.new_isprformbutton:hover {
 background:#000000;
 border:2px solid #0ca40c;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 color:#ffffff;
}

/* Contacts Page */

.homeiconmain {
 float:left;
 display:inline;
 border:0px;
 padding:0px;
 margin:0px;
 margin-top:2px;
 margin-right:1px;
}

.avatarbord {
 float:left;
 margin-right:3px;
 margin-top:2px;
 border:7px;
 border-color:#e2e2e2;
 border-style: solid;
 border-radius:4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

.contactbh {
 background:#7cb105;
 color:#ffffff;
 padding-left:8px;
 letter-spacing:2px;
 border-radius:4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 98%;
	text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 13px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}