﻿/* Begin Typography & Colors */
/*
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}
*/



#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.burgundy{
color:#650F0E}

.burgundy-bold{
color:#650F0E;
font-weight:bold;}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}
#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}



.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */




h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */











/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



*{
	padding:0;
	margin:0;
}
img{
	border:0;
}
body{
	font-size: 62.5%;
	background: #fff url("../images/background2.jpg") repeat-x;
	font-family:Tahoma, Verdana, sans-serif;
}


/*............................ Main Divs ...............................*/
#wrapper{
	position:relative;
	margin:0 auto;
	width:750px;
}
#logo{
    position:absolute;
	z-index: 6;
	top:31px;
	left:0;
}
#top-web-design-specialists{
	position:absolute;
	top: 124px;
	left: 192px;
	z-index: 7;
}
#topper-contact{
	position:absolute;
	top:0;
	right:0;
	z-index: 5;
}
#flashcontent{
	position: absolute;
	z-index: 1;
	top:31px;
	left: 40px;
	height: 190px;
	width: 600px;
}

/*..................................No Flash...............................*/
#flashcontent #no-flash-windfarm{
	position: absolute;
	z-index: 6;
	top:2px;
	left:-5px;
}
#flashcontent #warning{
	position: absolute;
	z-index: 6;
	top:165px;
	left:280px;
	width:300px;
	color:#FF0000;
	font-weight:bold;
	font-size:0.9em;
}
#flashcontent #warning a{
	color:#000099;
	text-decoration:underline;
}
	
#main{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#latest-work {
	float:left;
	width:215px;
	padding: 20px 0 20px 20px;
}
#popular{
	width:200px;
	padding: 20px 0;
}
#popular li{
	padding:5px 0;
	border-bottom:1px solid #CCC;
	list-style:none;
}
#content{
	float:left;
	margin:25px 0 0 0;
	font-size: 1.3em;
	background: url("../www.mediasurgery.co.uk/themes/images/contentSide.html") no-repeat;
	width: 680px;
	padding:0 0 0 40px;
	min-height:25em;
	text-align: center;
}
	
/* ................................. Content ..............................*/
#content h1{
	border-bottom:5px solid #ddd;
	height:23px;
	color:#650F0E;
	font-size:1.2em;
	text-align:left;
}
#content p{
	padding: 0 15px 15px 0;
	line-height: 1.5em;
	text-align:left;
}
#content h2{
	color:#444;
	font-weight:900;
	font-size: 1.1em;
	padding: 20px 0 2px 0;
}

a:link{
	color:#660000;
	font-weight:bold;
}
a:hover{
	color:#000000;
	font-weight:bold;
}
a:visited{
	color:#660000;
	font-weight:bold;
}

a:focus {outline-style: none;}

#nav-f-left{
	position:absolute;
	top:800px;
	left:0;
	width:193px;
}
#content #nav-f-left li{
	padding:7px 0;
	display:block;
	font-size:0.9em;
	border-bottom:1px dotted #ccc;
	text-align:center;
	background-image:none;
}
#nav-f-left li a:link, #nav-f-left li a:visited{
	
}
#nav-f-left li#li-header{
	height:29px;
	background:#fff url(../images/other-services.gif);
	padding:0;
	text-indent:-9000px;
	border:0;
}
	

/*.......................................Latest Block Hover Links .........................*/
#latest-work img{
	margin:5px 0 10px 0;
}

#latest-work a img{
	margin:0 0 10px 0;
}

/* ..................................... Footer ......................................*/
#footer{
	background-image: url('../images/footerBackground.gif');
	background-repeat:repeat-x;
	background-color: #000;
	height: 100px;
	color:#fff;
	clear:both;
	font-size: 1.2em;
}
#footer ul{
	position:absolute;
	top:0;
	left:0;
	display:block;
}
#footer li{
	list-style:none;
	display:inline;
	color:#000;
}
#footer #footer-centre{
	width: 750px;
	margin: 0 auto;
	padding-top: 40px;
	position:relative;
}
#footer #tel-no{
	float:left;
}
#footer span{
	font-weight:bold;
}
#footer #copyright{
	float: right;
}
#footer a, #footer a:visited, #footer a:active{
color:#fff
}


/*....................... TABLE ............................*/
table{
	margin:0 10px 15px 0;
}
table, tr, td{
	color:#333;
	padding: 3px;
	text-align:center;
}
table th{
	background-color:#0066FF;
	color:#FFFFFF;
	padding: 3px;
}
.table1{
	background:#FFFFFF;
}
.table2{
	background-color:#EAEAEA;
}
tr td:first-child{
	text-align:right;
}

/*............................................ Contact us link bottom of pages .............*/
#contact-page-bottom{
	padding:0
}
#contact-page-bottom img{
	position:relative;
	top:7px;
}
#contact-page-bottom a{
	font-size:2em;
	margin:0;
}
#page #wrapper #main #content #post-2 .entry p strong {

}
#wrapper #main #content #post-2 .entry p strong {
	text-align: center;
}

