/*  
Theme Name: Square One
Theme URI: www.squareonemd.co.uk
Description: squareone theme 2010
Version: 1.0
Author: Elliott Richmond
Author URI: www.squareonemd.co.uk
Tags: texture clean
*/

@import url('css/ie6.css');
@import url('css/reset.css');
@import url('css/nav.css');
@import url('css/fonts/fonts.css');

#myForm p input {
width:230px;}

.post {
margin-bottom:25px;
padding-bottom:25px;
background:url(images/rule.png) no-repeat bottom;
overflow:hidden;
}

body {
background-color:#000;
/*background-image:url(images/backgroundfile.jpg);*/
font-family: Tahoma, Verdana, Arial, Helvetica;
}

#fulltop {
height:95px;
background-color:#000000;
border-bottom:1px solid #0f131a;
clear:both;
position:relative;
	z-index:900;
}

#header {
width:940px;
margin:0 auto;
position:relative;
background:url(images/header.jpg) no-repeat;
height:95px;
}

	#logo {
	position:absolute;
	top:27px;
	left:0px;
	}
	
	#navigation {
	position:absolute;
	top:55px;
	left:282px;
	}
		
		ul#pages {
		width:450px;
		}
		
		ul#pages li{
		display:block;
		float:left;
		}
		
		ul#pages li ul a:active{
		border:1px solid red;
		}
		
		ul#pages ul li{
		display:block;
		float:left;
		}
		
		ul#pages ul {
		width:140px;
		position:absolute;
		padding:4px 0px;
		}
		
		ul#pages ul li {
		position:relative;
		z-index:999;
		}
		
		ul#pages ul li a{
		padding:4px 8px;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		background-color:#0a1217;
		}

		ul#pages li.current_page_item a{
		}

ul#pages li a{
padding:4px 8px;
font-size:11px;
color:#fff;
text-decoration:none;
text-transform:uppercase;
}

ul#pages li a:hover {
padding:4px 8px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#0a1217;
}

ul#pages li a:active {
}
	
	#toptel {
	position:absolute;
	top:25px;
	right:0px;
	width:200px;
	}
		#toptel h1{
		color:#ffffff;
		font-weight:normal;
		}

		#toptel img{
		float:left;
		margin-top:-4px;
		margin-right:5px;
		}

		#emaillink a h1{
		height:30px;
		text-decoration:none;
		}

.wrapper {
width:940px;
margin:0 auto;
position:relative;
}

	#feature {
	height:248px;
	background: url(images/featurebg.jpg) no-repeat;
	position:relative;
	z-index:0;
	}

	#slideshow {
	z-index:10;
	position:absolute;
	left:67px;
	top:40px;
	}
	
	.featured_image {
	position:absolute;
	top:15px;
	left:2px;
	}
	
	.featured_text {
	width:460px;
	position:absolute;
	left:350px;
	top:0px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	}
	
		.featured_text h1{
		color:#dde1eb;
		font-size:29px;
		margin-bottom:10px;
		}

		.featured_text h1 a{
		color:#dde1eb;
		text-decoration:none;
		}
	
		.featured_text p{
		font-size:13px;
		line-height:19px;
		color:#99b2bf;
		margin-bottom:20px;
		height:157px;
position:relative;
		}

		.featured_text a{
		color:#99b2bf;
		
		}
	
	#slidernav {
	width:460px;
	position:absolute;
	right:50px;
	top:220px;
	text-align:right;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	z-index:200;
	}

	#slidernav a {
	background:transparent url(images/slidernavoff.png) no-repeat scroll 0 0;
	color:#0D1117;
	font-size:10px;
	margin:0 2px;
	padding:2px 7px;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	height:25px;

	}

	#slidernav a.activeSlide{
	background:transparent url(images/slidernavon.png) no-repeat scroll 0 0;
	color:#1f2835;
	font-size:10px;
	margin:0 2px;
	padding:2px 7px;
	text-align:center;
	text-decoration:none;
	}

	#screenview {
	position:absolute;
	top:38px;
	left:10px;
	}

	#fullmid {
	background:#acb4bf url(images/glow.png) no-repeat scroll 40em 0em;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	}
	
		#midglow {
		position:absolute;
		left:590px;
		}
		
	#content {
	margin-top:40px;
	min-height:480px;
	}

#mainimage {
float:left;
margin-left:-320px;
margin-bottom:10px;
}

#maincontent {
float:right;
width:620px;
}

	#maincontent .cat-thumb {
	text-align:center;
	margin:5px;
	float:right;
	}
	
	#maincontent h1, #maincontent h2, #maincontent h3,
	#maincontent h4, #maincontent h5, #maincontent h6{
	color:#4d6284;
	font-size:26px;
	font-weight:normal;
	text-shadow:1px 1px #C1C8D1;
	}

	.infopanel {
	padding-bottom:0px;
	margin:10px 10px;
	overflow:hidden;
	clear:both;
	}
		
	.infopanel h2{
	color:#1f2835;
	font-size:10px !important;
	background:none !important;
	font-weight:normal;
	margin-bottom:0px !important;
	padding-bottom:5px;
	height:10px !important;
	text-shadow:none !important;
	}

	#maincontent div.infopanel a,
	#maincontent div.cat-thumb a{
	border-bottom:none;
	}
	
blockquote {
margin:1.5em 10px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
font: italic normal 12pt/1.2em Georgia;
color: #888;
}
blockquote:before {
color:#1F2835;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
blockquote p {
display:inline;
}	
	.category, .date {
	color:#60656b;
	padding-bottom:8px;
	font-size:9px;
	text-transform:uppercase;
	}

	.category {
	}

	.date {
	}

	
	.cat-thumb img {
	background-color:#bbb;
	padding:1px;
	border:1px solid #E1E1E1;
	}

	#maincontent li {
	color:#1F2835;
	font-size:13px;
	line-height:24px;
	margin-left:24px;
	list-style:disc;
	}

	#page, #single, #category{
	/*padding:20px;
	background-color:#F4F4F4;
	-moz-border-radius:15px;
	-webkit-radius-border:15px;
	border-radius:15px;
	border:1px solid;
	border-color: #fff #fff #888 #888;*/
	overflow:hidden;
	}

	#page .featuredimg {
padding:4px;
background:#ffffff;
margin:0 0 20px;
}

.the_post{
margin-bottom:20px;
padding-bottom:10px;
background:url(images/rule.png) no-repeat bottom;
}

.post-top {
height:20px;
background:url(images/post-top.png) no-repeat top;
}

.post-middle {
padding:0px 20px 0px 20px;
background:url(images/post-mid.png) repeat-y top;
}

.post-middle div.cat-thumb img {
	margin-left:20px;
}
	
	.post_items {
	margin-bottom:25px;
	overflow:hidden;
	margin-top:-10px;
	}

	.post_items p{
	margin-bottom:0px !important;
	}

.post-bottom {
height:28px;
background:url(images/post-bottom.png) no-repeat bottom;
}

.single-full img {
background-color:#FFFFFF;
border:2px solid #A3AAB5;
margin-bottom:20px;
padding:4px;
}

		.post_items-folio {
		float:left;
background-color:#FFFFFF;
border:2px solid #A3AAB5;
		overflow:hidden;
		margin-right:35px;
		margin-bottom:20px;
		width:115px;
		}

		.infopanel a.view-link {
		background:url(images/view.jpg) no-repeat;
		display:block;
		height:19px;
		width:49px;
		text-indent:-9999px;
		clear:both;
		//margin-top:20px;
		border-bottom:none !important;
		}

		#sidebar {
		float:left;
		width:280px;
		margin-right:40px;
		}
		
		#sidebar h1,#sidebar h2,#sidebar h3,
		#sidebar h4,#sidebar h5,#sidebar h6 {
		color:#4D6284;
		font-size:26px;
		font-weight:normal;
		margin-bottom:20px;
		text-shadow:1px 1px #C1C8D1;
		}
		
		#sidebar p, #maincontent p {
		color:#324156;
		font-size:14px;
		line-height:24px;
		margin-bottom:10px;
		}
		
		#sidebar em, #maincontent em {
		text-transform:uppercase;
		}
		
		#sidebar ul li a{
		color:#4D6284;
		font-size:18px;
		line-height:26px;
		text-decoration:none;
		text-shadow:1px 1px #C1C8D1;
		}
		
		
		
		#sidebar blockquote  {
		border-left:solid 5px #4d6284;
		margin:10px 0px;
		padding-left:5px;
		color:#1f2835;
		font-size:14px;
		line-height:20px;
		}
		
		#sidebar a, #maincontent a {
		color:#4d6284;
		text-decoration:none;
		}
		
		#sidebar a:hover, #maincontent a:hover {
		text-decoration:none;
		}

			#sidebar .categories {
			list-style:none;
			}
			
			.categories h1 {
			margin-bottom:10px
			}
			
			.categories ul{
			margin-left:40px;
			margin-bottom:40px;
			}
			
			#sidebar .categories ul li a {
			border-bottom:none;
			}
			
			#side-page ul {
			}
			
			#side-page li {
			background:transparent url(images/rule.png) no-repeat scroll center bottom;
			margin-bottom:20px;
			padding-bottom:20px;
			}
			
			#side-page {
			margin-left:55px;
			}
			
			#side-page ul li p {
			color:#f1f1f1;
			font-size:21px;
			line-height:24px;
			}

		#subscribeside {
		margin-left:-12px;
		margin-top:-15px;
		overflow:hidden;
		height:265px;
		background:url(images/subscribe-panel.png) no-repeat;
		width:310px;
		}


		#subscribe {
		position:absolute;
		left:46px;
		background:url(images/subscribe-panel.png) no-repeat;
		width:310px;
		top:190px;
		}
			
			#myForm {
			margin:30px;
			width:245px;
			}

			#myForm h3 {
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
			font-size:18px;
			font-weight:normal;
			color:#f0f4ff;
			margin-bottom:10px;
			text-shadow:none;
			}

			#myForm p {
			color:#dde1eb;
			font-size:12px;
			line-height:18px;
			margin-bottom:10px;
			}

			#myForm .subscribebtn {
			background: url(images/go-on-subscribe.png) no-repeat;
			height:33px;
			width:236px;
			display:block;
			border: 0;
			cursor:pointer;
			}

		#midcol {
		width:800px;
		margin:0 auto;
		background:transparent url(images/rule.png) no-repeat scroll center bottom;
		padding-bottom:10px;
		}

		#midcola, #midcolb {
		position:absolute;
		width:200px;
		top:200px;
		}
		
		#midcola {
		left:430px;
		}

			#midcol h1, #midcola h1, #midcolb h1 {
			font-size:26px;
			line-height:30px;
			color:#4d6284;
			font-weight:normal;
			margin-bottom:10px;
			}

			#midcol h1 a, #midcola h1 a, #midcolb h1 a {
			color:#4d6284;
			text-decoration:none;
			text-shadow:1px 1px #C1C8D1;
			}
			
			#midcol p {
			font-size:18px;
			line-height:25px;
			color:#505255;
			margin-bottom:10px;
			text-shadow:1px 1px #C1C8D1;
			}
			
			#midcol p a {
			color:#6d6f73;
			text-decoration:none;
			}
			
			#midcola p, #midcolb p {
			font-size:12px;
			line-height:18px;
			color:#505255;
			margin-bottom:10px;
			}
		
		#midcolb {
		left:700px;
		}

		.more-link {
		background:url(images/web-design-read-more.png) no-repeat;
		display:block;
		height:35px;
		width:130px;
		text-indent:-9999px;
		position:absolute;
		bottom:0px;
		left:0px;
		}
		
		.more-link2 {
		float:right;
		}
		
		a.more-link2 {
		color:#fff;
		}
		
		.icon {
		float:left;
		margin-left:-55px;
		}

#lower {
background:url(images/web-design-lower.png) no-repeat;
overflow:hidden;
min-height:300px;
}

.heading {
width:300px;
margin-top:25px;
}

.heading h1 {
color:#4D6284;
font-size:26px;
font-weight:normal;
margin-bottom:10px;
}

.heading h1 a{
color:#4D6284;
text-decoration:none;
}

#recent_news_wrapper {
width:572px;
float:left;

}

	#recent_testimonials_wrapper {
	width:100%;
	float:left;
	
	margin-left:60px;
	}


#recent_news {


}

#recent_news .post, #recent_news .post-testimonial {
float:left;
width:252px;
margin-left:0px;
background:none !important;
padding:0px;
margin-bottom:0px;
}


#recent_news .post h2 {
color:#fff;
font-size:12px;
line-height:18px;
border-bottom:1px solid #1F2836;
font-weight:normal;
margin-right:30px;
}

#recent_news .post p {
color:#FFFFFF;
font-size:12px;
line-height:18px;
}

#recent_news .post-testimonial p {
color:grey;
font-size:21px;
line-height:24px;
}

#recent_news h2 a {
color:#B3CAE6;
font-size:12px;
line-height:30px;
text-decoration:none;
}

#folio {
float:right;
width:250px;
}

#folio img {
background-color:#FFFFFF;
float:left;
margin-bottom:12px;
margin-right:12px;
padding:4px;
}

#footer {
border-top:solid 1px #1f2836;
margin-top:20px;
margin-bottom:20px;
}

#footer p{
color:#35455c;
font-size:12px;
line-height:28px;
}

#footer a{
color:#35455c;
text-decoration:none;
}

#footer a:hover {
color:#ffffff;
text-decoration:underline;
}

#seolinks h1 a, #generallinks h1 a{
background-color:#112233;
color:red;
float:left;
font-size:9px;
text-indent:-9999px;
}

.clearer {
clear:both;
margin-bottom:30px;
}

.alignleft {
float:left;
margin-right:20px;
}

.alignright {
float:right;
margin-left:20px;
}

.post-info {
border-bottom:1px solid #BBCBD0;
color:#666666;
display:block;
font-family:georgia;
font-size:12px;
font-variant:small-caps;
letter-spacing:2px;
margin-bottom:10px;
padding:10px 0;
text-transform:lowercase;
}

.attachment-post-thumbnail {
float:left;
margin-right:15px;
background-color:#FFFFFF;
border:2px solid #A3AAB5;
padding:4px;
}

     /*Date Sprite */
    .postdate {
    position: relative;
    width: 66px;
    height: 50px;
    float: right;
    }
    .month, .day, .year {
    position: absolute;
    text-indent: -1000em;
    background-image: url(images/date_img.png);
    background-repeat: no-repeat;
    }
    .month { top: 3px; left: 0; width: 33px; height: 30px;}
    .day { top: 22px; left: 0; width: 33px; height: 30px;}
    .year { bottom: 0; right: 13px; width: 20px; height: 60px;}

    .m-01 { background-position: 0 0px;}
    .m-02 { background-position: 0 -30px;}
    .m-03 { background-position: 0 -62px;}
    .m-04 { background-position: 0 -94px;}
    .m-05 { background-position: 0 -125px;}
    .m-06 { background-position: 0 -155px;}
    .m-07 { background-position: 0 -185px;}
    .m-08 { background-position: 0 -217px;}
    .m-09 { background-position: 0 -248px;}
    .m-10 { background-position: 0 -279px;}
    .m-11 { background-position: 0 -310px;}
    .m-12 { background-position: 0 -341px;}

    .d-01 { background-position: -51px 0;}
    .d-02 { background-position: -51px -27px;}
    .d-03 { background-position: -51px -57px;}
    .d-04 { background-position: -51px -91px;}
    .d-05 { background-position: -51px -122px;}
    .d-06 { background-position: -51px -151px;}
    .d-07 { background-position: -51px -185px;}
    .d-08 { background-position: -51px -214px;}
    .d-09 { background-position: -51px -249px;}
    .d-10 { background-position: -51px -275px;}
    .d-11 { background-position: -51px -309px;}
    .d-12 { background-position: -51px -338px;}
    .d-13 { background-position: -51px -373px;}
    .d-14 { background-position: -51px -404px;}
    .d-15 { background-position: -51px -436px;}
    .d-16 { background-position: -51px -462px;}
    .d-17 { background-position: -100px -0px;}
    .d-18 { background-position: -100px -27px;}
    .d-19 { background-position: -100px -57px;}
    .d-20 { background-position: -100px -91px;}
    .d-21 { background-position: -100px -122px;}
    .d-22 { background-position: -100px -151px;}
    .d-23 { background-position: -100px -185px;}
    .d-24 { background-position: -100px -214px;}
    .d-25 { background-position: -100px -249px;}
    .d-26 { background-position: -100px -275px;}
    .d-27 { background-position: -100px -309px;}
    .d-28 { background-position: -100px -338px;}
    .d-29 { background-position: -100px -373px;}
    .d-30 { background-position: -100px -404px;}
    .d-31 { background-position: -100px -436;}

    .y-2009 { background-position: -145px 0;}
    .y-2010 { background-position: -145px -60px;}
    .y-2011 { background-position: -145px -120px;}
    .y-2012 { background-hiposition: -145px -180;}
    .y-2013 { background-position: -145px -240px;}
    .y-2014 { background-position: -145px -300px;}


.social-links {
background:transparent url(images/socialpanel.png) no-repeat scroll 0 0;
height:150px;
margin-top:25px;
overflow:hidden;
width:630px;
}

.fl {
color:#FFFFFF;
font-size:20px;
margin-left:46px;
margin-top:34px;
}

.fr {
margin:34px auto 0;
width:574px;
}

.fr a img{
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #FFFFFF;
}