@charset "utf-8";

* { padding: 0; margin: 0; }

/*** basic elements ***/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-family: Arial, Helvetica, sans-serif;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

html { overflow: scroll; }

body {
	background-image:url(/images/structure/201103/slither_footer.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
	font-size: 12px;
	line-height: 20px;
  color: #333333;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	background: transparent;
	vertical-align: baseline;
	text-decoration: none;
	font-size: 100%;
	color: #000000;
}
a:hover, a:focus, a:active {
	color: #1b9ff4;
}
.false_link {
  cursor: pointer;
}
a img {
  border: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #dedede;
	margin:1em 0;
}

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input, select {
	vertical-align:middle;
}
input[type=text], input[type=email], input[type=password], input[type=url], textarea, select {
	border: 1px solid #e6e6e6;
	padding:2px 3px;
	height: 21px;
}
input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, input[type=url]:hover, textarea:hover, select:hover,
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus, textarea:focus, select:focus {
	border-top: 1px solid #999999;
}
select {
	height: 25px;
}
select optgroup, select option {
	padding: 1px 3px;
}
textarea {
  padding: 3px;
	height:70px;
	resize:vertical;
}
input[type=search] {
	-webkit-appearance: none;
	-moz-appearance:none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #000000;
	padding: 0 0 10px 0;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}

p {
  padding: 5px 0;
  line-height:20px
}

ol {
	margin-left: 20px;
}

/*** structure ***/

div.wrapper,
div.wrapper_top header,
div.wrapper_bottom footer {
	clear: both;
	width: 966px;
	margin: 0 auto;
}

div.wrapper_top {
	background-image:url(/images/structure/201103/slither_header.jpg);
	background-position: 0 75px;
	background-repeat:repeat-x;
	width: 100%;
}
div.wrapper_top header {
	height: 88px;
	padding-top: 6px;
}

div.wrapper_bottom {
	background-image:url(/images/structure/201103/blue_black_grad_stripe.png);
	background-position: 50% 9px;
	background-repeat: no-repeat;
	height: 207px;
	width: 100%;
	overflow: hidden;
}
div.wrapper_bottom footer {
	
}

/* header */

.site_logo {
	display: block;
	margin: 0 0 0 5px;
}

div.wrapper_top header a.site_logo {
	float: left;
}
div.wrapper_top header div.quick_search {
	float: right;
}
div.wrapper_top header div.quick_search {
	margin: 0 10px 0 10px;
}

/* footer */

div.wrapper_bottom footer div.seo_text {
	margin: 0 auto;
}

div.wrapper_bottom footer p.footer_seo {
	clear: both;
	margin-top: 10px;
	font-size: 10px;
	color: #ffffff;
}


/*** navigation ***/

/* main nav */
nav.navigation_level_one {
	clear: right;
	float: right;
	overflow: hidden;
	width: 700px;
}
nav.navigation_level_one,
ul.navigation_level_1 {
	margin: 0;
}
ul.navigation_level_1 {
	background-color: #ffffff;
	margin-top: 35px;
	padding: 0 10px;
	float: right;
}
ul.navigation_level_1 li {
	display:block;
  float:left;
}
ul.navigation_level_1 li a {
	display: block;
	height: 17px;
	text-decoration: none;
	text-align: center;
	margin-left: 3px;
	padding: 3px 10px 10px 10px;
	font-size: 14px;
	color: #000000;
}
ul.navigation_level_1 li a:hover,
ul.navigation_level_1 li a.selected,
ul.navigation_level_1 li a:focus,
ul.navigation_level_1 li a:active {
	background-color: #00a6f0;
	background-image:url(/images/structure/201103/menu_background_slither.jpg);
	background-position: 0 0;
	background-repeat:repeat-x;
	color: #ffffff;
}
ul.navigation_level_1 li a span.nav_link {
	font-weight: bold;
}
ul.navigation_level_1 li.first a {
	margin-left: 0;
}

/* nav 2 styles */
ul.navigation_level_2 {
	padding: 10px 3px 3px 3px;
  margin: 0;
}

ul.navigation_level_2 li {
	padding: 0 0;
  margin-left: 0;
  list-style: none;
  list-style-image: none;
	border-bottom: 1px solid #000000;
}
ul.navigation_level_2 li a {
  display: block;
	height: 19px;
  padding: 3px 0 3px 10px;
  text-decoration: none;
	color: #333333;
}
ul.navigation_level_2 li a.selected,
ul.navigation_level_2 li a:hover,
ul.navigation_level_2 li a:focus,
ul.navigation_level_2 li a:active {
	background-color: #00adee;
	color: #FFFFFF;
	text-decoration: none;
}
ul.navigation_level_2 li.last {
	border-bottom: none;
}

/* nav 3 styles */
ul.navigation_level_3 {
	margin: 0 0 0 10px;
  padding: 0;
  font-weight:normal;
}
ul.navigation_level_3 li {
	margin: 0;
  padding: 0;
  list-style: none;
	padding: 1px 0;
}
ul.navigation_level_3 li.last {
	border-bottom: none;
}
ul.navigation_level_3 li a {
  background: transparent url(/images/structure/blue_bullet.gif) no-repeat scroll 0pt 55%;
}
ul.navigation_level_3 li a.selected, ul.navigation_level_3 li a:hover {
	background: transparent url(/images/structure/blue_bullet.gif) no-repeat scroll 0pt 55%;
	text-decoration: underline;
	color:#000000;
}

/* footer nav */
nav.navigation_level_footer {
	clear: right;
}
nav.navigation_level_footer li a {
	color: #ffffff;
}
nav.navigation_level_footer li a:hover,
nav.navigation_level_footer li a.selected {
	color: #1b9ff4;
}

/*** templates ***/

/* homepage */

div.featured {
	border-top: 2px solid #666666;
	border-bottom: 2px solid #666666;
	padding-top: 5px;
}
div.featured-banner {
	background-image: url(/images/structure/banners/Lawrence_Jones_UKFast_Suited_Cliff_Edge_450x268.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 268px;
	width: 450px;
	float: left;
	margin-right: 30px;
}
div.featured-banner a.featured-banner-link {
	display: block;
	height: inherit;
	width: inherit;
}
div.featured-banner a.featured-banner-link span {
	display: none;
}
div.featured-banner .banner_controls {
	margin: 245px 15px 0 0;
}

div.featured-content {
	
}
div.featured-content p:first-child {
	font-weight: bold;
	font-size: 13px;
}

div.featured-videos {
	
}
div.featured-videos div.popup_video {
	float: left;
	margin: 12px 12px 0 12px;
}

div.homepage-column {
	float: left;
	height: 880px;
	width: 227px;
}
div.homepage-column.left {
	width: 450px;
}
div.homepage-column.middle {
	margin: 0 30px;
}
div.homepage-column .default_container {
	float: left;
}
div.homepage-column.left .default_container:hover {
	border-color: #ffffff;
}

.homepage-column .default_container.blog-feed,
.homepage-column .default_container.latest-tweets {
	height: 432px;
}
.homepage-column .default_container.ukfast-blogs {
	height: 437px;
}
.homepage-column .default_container.blog-feed {
	height: 875px;
	width: 450px;
}
.homepage-column .default_container.blog-comments {
	height: 355px;
}

div.homepage-column .default_container.ukfast-media,
.default_container.business-growth-reports,
div.homepage-column .default_container.latest-news {
	height: 286px;
}
div.homepage-column .default_container.ukfast-media{
  height: 260px;
}
.default_container.business-growth-reports{
  height: 250px;
}
div.homepage-column .default_container.latest-news {
	height: 292px;
}

/* internal */
div.internal {
	border-top: 2px solid #666666;
	padding-top: 5px;
}

.internal_lcol,
.internal_ccol,
.internal_ccol_wide,
.internal_rcol,
.internal.wordpress .internal_ccol {
	background-color: #ffffff;
	float: left;
}
.internal_lcol {
	width: 175px;
}
.internal_ccol {
	width: 548px;
	margin: 0 3px;
	padding: 3px;
}
.internal_ccol_wide {
	width: 770px;
}
.internal.wordpress .internal_ccol {
	width: 727px;
	margin-left: 0;
}
.internal.wordpress .internal_ccol h1 small {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	font-weight: normal;
}

.internal_rcol {
	width: 230px;
}

.internal_content {
	padding: 10px 2px 0 2px;
}
.internal_content a {
	color: #1b9ff4;
}

.internal .default_container:first-child,
.internal_rcol .default_container:first-child {
	margin-top: 0;
}

/* popup */

body#popup_window {
	margin: 0 !important;
	padding: 10px !important;
	background-color: #ffffff;
	background-image: none;
}
body#popup_window h1 {
	background-position:0 5px;
	padding-bottom: 0;
	font-size: 16px;
}

body#popup_window div.datacenter_tour {
	margin: 0 !important;
	background-color: #231f20;
	margin: 10px auto;
	width: 640px;
}

body#popup_window div.popup_content_background {
	background-image:url(/images/structure/main_content_background_gradient.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
}

/*** additional ***/

p.ukf_support_notice {
	margin: 5px 0;
	text-align: center;
}
p.ukf_support_notice span {
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	color: #000000;
	padding: 2px 20px;
}

.no_display {
	display:none;
}
.required {
  color: #FF0000;
}
.hidden{
  display: none
}
.clear{
  clear: both;
	display: block;
	height: 0;
}
.highlighted {
  background-color: #b0ddfc;
}

div.errors {
  position:relative;
  border: solid 1px red;
  margin:10px 0 15px 0;
  background: url(/images/structure/warning_circle.gif) #ffffff no-repeat 8px 10px;
  color: red;
	min-height: 44px;
}

div.errors p {
  padding: 5px 10px 5px 45px;
}

div.errors ul {
  color: red;
  list-style: none !important;
  list-style-position:inside;
  font-weight:bold;
  margin:0px 0 0 45px;
  padding:0;
}

div.errors ul li {
  margin-bottom:3px;
	list-style: none;
}

div.confirmation {
  border: solid 1px #00adef;
  margin:0px 0 10px;
  padding: 5px 0;
  background: #fafafa;
}
div.confirmation p {
  margin: 0 30px;
  padding-bottom: 5px;
  padding-left:0;
  text-align: justify;
}
div.confirmation ul {
  color: #00F;
  list-style-type: disc;
  list-style-position: inside;
  font-weight: bold;
  margin: 0 0 0 30px;
  padding: 0;
}
div.confirmation ul li {
  margin-bottom: 3px;
}

/* popup video styles */

a.vid_thumb {
	background-image: url("/images/video/stills/thumbnails/default.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #ffffff;
	display:block;
	width:120px;
	height: 22px;
	margin-bottom:3px;
	text-decoration: none;
	padding: 60px 4px 0 4px;
	border: 1px solid #00adee;
}
a.vid_thumb span.add {
	display: block;
	height: 15px;
	width: 15px;
	background-image: url("/images/video/video_add.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
}
a.vid_thumb span.add:hover {
	display: block;
	height: 15px;
	width: 15px;
	background-image: url("/images/video/video_add.png");
	background-position: 0 -15px;
	float: left;
}

a.vid_thumb span.length {
	padding: 1px 5px;
	color: #ffffff;
	font-size: 11px;
	background-image: url("/images/video/video_length.png");
	float: right;
}

.vid_info{
	font-size:10px;
	font-weight:normal;
}
.vid_info p{
	font-size:10px;
	font-weight:normal;
	margin:0;
}
.vid_info button {
	display:block;
	font-size:10px;
	border:0px solid #ffffff;
	background-color: #ffffff;
	background-image: url(/images/icons/icons.png);
	width:60px;
	height:14px
}
.vid_rating0{
	background-position: -75px -27px;
}
.vid_rating1{
	background-position: -63px -27px;
}
.vid_rating2{
	background-position: -51px -27px;
}
.vid_rating3{
	background-position: -39px -27px;
}
.vid_rating4{
	background-position: -27px -27px;
}
.vid_rating5{
	background-position: -15px -27px;
}

.more_video{
display:block;
margin-top:2px;
border:0px solid #FFF;
background: url(http://images.ukfast.co.uk/icons/video_camera.gif);
background-position:0px 1px;
background-repeat:no-repeat;
width:100px;
height:13px;
padding-left:19px;
}

p.no_video {
	background-image: url("http://images.ukfast.co.uk/video/stills/thumbnails/default.jpg");
	background-repeat: no-repeat;
	background-position: 50% -10px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: red;
	text-align: center;
	vertical-align: middle;
	margin: 50px auto 0 auto;
	padding-top: 60px;
}

a.flow_player {
	background-image: url("http://images.ukfast.co.uk/video/stills/default.jpg");
	background-repeat: no-repeat;
	display: block;
	height: 204px;
	width: 320px;
}
a.flow_player img.play_button {
	margin: 27% 0 0 47%;
	cursor: pointer;
	width: 42px
}
a.flow_player div.info {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 url(http://streaming.ukfast.tv/bg_gradient.png) repeat-x scroll 0 0;
	border-top:1px solid #CCCCCC;
	color:#FFFFFF;
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	height: 40px;
	margin-top: 45px;
	opacity:0.7;
	padding:5px 15px;
	text-align:left;
}
a.flow_player div.info h4 {
	padding: 0;
	/*color:#00adef;*/
}
a.flow_player div.info span {
	color:#00adef;
	display:block;
	font-weight:bold;
}

div.popup_video_player  {
	border: 1px solid #00adee;
	margin: 10px 5px 5px 5px;
	padding: 2px 4px;
}

div.media_rating {
	margin: 0 5px;
	height: 18px;
}
div.media_rating .rating_star {
	background-image:url(/images/structure/icons/icons.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 16px;
	float: left;
}
div.media_rating span#rating_message {
	display: block;
	float: left;
	margin: 2px 0 0 10px;
	color: #999999;
}

div.media_rating span#pre_message{
	float:left;
	margin: 2px 5px 0 0;
	text-align: right;
	width: 90px;
}

/* default form styles */
form.default_form { padding:0; margin:10px;}
form.default_form table { width:100%; }
form.default_form tr.title_row span { border-bottom:1px solid #cccccc; margin-bottom:3px; padding:4px 0 0 0; display:block; color:#1B9FF4; font-weight:bold;}
form.default_form tr.submit_row td { padding-top:20px; }
form.default_form tr.error_row { color:red; }
form.default_form td.col1 { padding:2px 20px 3px 0; text-align:right; width:120px; }
form.default_form td { padding-bottom:3px; vertical-align:top; }

form.default_form td.col1 { width:260px; }
form.default_form td.col1 label { margin-right:10px; padding-right:0; }
form.default_form td.col1 label.reqd { margin-right:0; padding-right:0; }

form.default_form .small { width:100px; }
form.default_form .medium { width:270px; }
form.default_form .large { width:300px; }
form.default_form .xlarge { width:390px; }

form.default_form span.required {  color: #FF0000; width:10px; float:right; margin:0; padding:0; display:inline-block; }

.default_button {
	background: none repeat scroll 0 0 #fbfbfb;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	font-size: 15px;
	padding: 3px;
	min-width: 135px;
	cursor: pointer;
}
.default_button:hover {
	border-color: #cccccc;
}

form.default_form span.required {  color: #FF0000; width:10px; float:right; margin:0; padding:0; display:inline-block; }

/* some forms have special cases */

form.special_case_form td.col1 { width:260px; }
form.special_case_form td.col1 label {margin-right:10px; padding-right:0; }
form.special_case_form td.col1 label.reqd { margin-right:0; padding-right:0; }
form.special_case_form .medium { width:270px; }


/*** widgets ***/

.default_container,
aside#sidebar ul li.widget {
	border: 1px solid #ffffff;
	background-color: #f2f2f2;
	width: 227px;
	margin-top: 3px;
	overflow: hidden;
}
.default_container:hover,
aside#sidebar ul li.widget:hover {
	border: 1px dashed #333333;
}
.default_container h2.title,
aside#sidebar ul h2 {
	background-color:#ffffff;
	margin: 0;
	padding: 10px 7px 5px 7px;
	font-size: 16px;
	color: #000000;
}
.default_container h2.title a,
aside#sidebar ul h2 {
	height: 20px;
	text-decoration: none;
	color: #000000;
}
.default_container h2.title a:hover {
	color: #1b9ff4;
}
.default_container .content {
	padding: 10px;
	font-size: 12px;
}
.default_container .content article {
	margin-top: 8px;
}
.default_container .content article:first-child {
	margin-top: 0;
}
.default_container .content .title,
.default_container .content .title a {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
.default_container .content .date {
	font-size: 11px;
	margin-top: -5px;
}
.default_container .content .summary {
	color: #333333;
}
.default_container .content p {
	padding: 0;
}

/* recent blogs */
.blog-feed {
	
}

.homepage-column .blog-feed .content {
	padding: 0;
}
.homepage-column .blog-feed .content article {
	background-color: #e7f5fe;
	border-bottom: 1px dashed #cccccc;
	margin: 0;
	padding: 15px 7px 10px 7px;
	height: 187px;
}
.homepage-column .blog-feed .content article:first-child {
	padding-top: 5px;
}
.homepage-column .blog-feed .content article:last-child {
	border-bottom:0;
}
.homepage-column .blog-feed .content article .title,
.homepage-column .blog-feed .content article .title a {
	font-size: 13px;
}
.homepage-column .blog-feed .content article .summary {
	margin: 20px 0;
	height: 85px;
}
.homepage-column .blog-feed .content article:hover {
	background-color: #ffffff;
}

.twitter-share-button {
	float: right;
}

.internal_rcol .blog-feed .content .twitter-share-button,
.internal_rcol .blog-feed .content a.read_post {
	display: none;
}
.internal_rcol .blog-feed .content .summary {
	height: 50px;
	overflow: hidden;
	line-height: 16px;
}

/* Recent Blog Comments */
.default_container.blog-comments .content article {
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 10px;
	overflow: hidden;
}

.default_container.blog-comments .content .title {
	color: #333333;
	font-size: 12px;
	padding: 0;
	font-weight: normal;
}
.default_container.blog-comments .content article .title a.author {
	font-weight: normal;
}

/* Lawrence on twitter */
.default_container.latest-tweets .content article {
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 8px;
	overflow: hidden;
}

.homepage-column .latest-tweets .content {
	height: 366px;
}

.default_container.latest-tweets .content .title {
	color: #333333;
	font-size: 12px;
	padding: 0;
	font-weight: normal;
	line-height: 19px;
}
.default_container.latest-tweets .content.latest_tweets .source {
	display: none;
}

/* UKFAST in the Media*/
.default_container.ukfast-media .content article {
	margin-bottom: 0;
}
div.ukfast-media .content .date {
	margin-top: -5px;
}

/* Business Reports */
ul.business_reports {
	margin: 0;
}
ul.business_reports li {
	background-image: url(http://images.ukfast.net/icons/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	list-style: none;
	list-style-image: none;
	margin-top: 9px;
	padding-left: 25px;
}
ul.business_reports li:first-child {
	margin-top: 0;
}

/* UKFast Blogs */
.default_container.ukfast-blogs .content .title {
	line-height: 18px;
}
.default_container.ukfast-blogs .content article {
	margin-top: 5px;
}

/* Latest News*/



/* UKFast Portfolio */
.ukfast-portfolio {
	margin-top: 30px;
	border-top: 3px solid #000000;
	height: 55px;
	padding: 15px 0;
}

.ukfast-portfolio ul {
	
}
.ukfast-portfolio li {
	display: block;
	list-style: none;
  float: left;
	margin-left: 97px;
}
.ukfast-portfolio li:first-child {
	margin-left: 0;
}
.ukfast-portfolio li a {
	background-image: url(/images/structure/201103/sprite_main.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 40px;
	width: 91px;
}
.ukfast-portfolio li a span {
	display: none;
}

.ukfast-portfolio ul a.ukfast {
	background-position: -2px 0;
	height: 25px;
	width: 85px;
	margin-top: 18px;
}
.ukfast-portfolio ul a.ukfast:hover {
	background-position: -2px -24px;
}

.ukfast-portfolio ul a.safedns {
	background-position: -90px 0;
	height: 20px;
	width: 110px;
	margin-top: 21px;
}
.ukfast-portfolio ul a.safedns:hover {
	background-position: -202px 0;
}

.ukfast-portfolio ul a.dedicatedhosting {
	background-position: -2px -52px;
	height: 50px;
	width: 45px;
}
.ukfast-portfolio ul a.dedicatedhosting:hover {
	background-position: -2px -103px;
}

.ukfast-portfolio ul a.bsipas2060 {
	background-position: -49px -50px;
	height: 52px;
	width: 42px;
}
.ukfast-portfolio ul a.bsipas2060:hover {
	background-position: -49px -102px;
}

.ukfast-portfolio ul a.manoc {
	background-position: -97px -46px;
	height: 28px;
	width: 89px;
	margin-top: 15px;
}
.ukfast-portfolio ul a.manoc:hover {
	background-position: -189px -46px;
}

.ukfast-portfolio ul a.cloudhosts {
	background-position: -96px -74px;
	height: 12px;
	width: 108px;
	margin-top: 22px;
}
.ukfast-portfolio ul a.cloudhosts:hover {
	background-position: -207px -74px;
}

/* WordPress specific styles */
.wordpress h1 {
	padding: 0;
}
.wordpress .alignleft 		{ float: left; }
.wordpress .alignright 		{ float: right; }
.wordpress .aligncenter 	{ margin-left: auto; margin-right: auto; }

.wp-caption 							{ margin: 10px; }
.wp-caption.alignright 		{ margin-right: 0; }
.wp-caption.alignleft 		{ margin-left: 0; }
.wp-caption .wp-caption-text {
	padding: 0;
	text-align: center;
	color: #333333;
	font-style: italic;
}
.wordpress .postmetadata {
	margin: 0 0 30px;
}
.wordpress .postmetadata.alt {
	border: 1px solid #666666;
	margin: 5px 0;
	padding: 5px;
}
.wordpress #respond {
	width: 600px;
}
.wordpress #sidebar ul ul {
	padding: 5px;
}
.wordpress #sidebar ul > li {
	list-style: none;
	list-style-image: none;
}

.wordpress nav.blog-history-navigation {
	margin: 10px 0;
	height: 30px;
}
.wordpress nav.blog-history-navigation h3 {
	display: none;
}
.wordpress nav.blog-history-navigation ul li {
	display: block;
	float: left;
	width: 48%;
	padding: 5px;
	text-align: right;
}
.wordpress nav.blog-history-navigation ul li:first-child {
	text-align: left;
}

.wordpress ol.commentlist {
	margin: 0;
}
.wordpress ol.commentlist li.comment {
	list-style: none;
	list-style-image: none;
	padding: 10px;
}
.wordpress ol.commentlist li.comment {
	border-bottom: 1px dashed #cccccc;
	display: block;
	min-height: 110px;
}
.wordpress ol.commentlist li.comment:hover {
	background-color: #e7f5fe;
}
.wordpress ol.commentlist li.comment img.avatar {
	float: left;
	margin-right: 10px;
}
.wordpress ol.commentlist li.comment .comment-author {
	font-weight: bold;
	font-size: 13px;
}
.wordpress ol.commentlist li.comment .comment-meta.commentmetadata {
	margin-top: -5px;
}

.wordpress div#respond h3 {
	padding-top: 0;
}

.wordpress form#commentform label {
	display: block;
}
.wordpress form#commentform input[type=text],
.wordpress form#commentform input[type=email],
.wordpress form#commentform input[type=url]{
	width: 250px;
	float: right;
}
.wordpress form#commentform textarea {
	height: 150px;
	width: 592px;
}
