/*
Theme Name: MGUK
Theme URI: http://mediagrand.co.uk
Description: Media Grand UK WordPress theme
Version: 1.1
Author: Paul Lewis, Media Grand © 2009
Tags: rotating main image, 3 column, widgets

Used by none WordPress pages

*/


* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #e3edf8 url(http://mediagrand.co.uk/wp-content/themes/mguk/images/shadows.gif) repeat-y top center;
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}
.cnt {
	width: 897px;
	margin: 0px auto 0px;
}


A:link {	
	color:#5a91e4;
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
A:visited{ 
	color:#5a91e4;
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
A:active{ 
	color:#5a91e4;
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
A:hover{ 
	color:#5a91e4;
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


/* ------------------------------------------------------------------------------
								header 								             
------------------------------------------------------------------------------ */

.header{
	background-image: url(http://mediagrand.co.uk/wp-content/themes/mguk/images/menu_bar.jpg);
	width: 897px;
	height: 121px;
	float: left;
}

.head1 {
	width: 300px;
	padding: 20px 0 0 20px;
	text-align: left;
	float: left;
}

.photo{
	background: url("../rotate.php"); 
	background-color: #fff;
	width: 897px;
	height: 260px;
	float: left;
}

.stillphoto{
	/*background-image: url(http://mediagrand.co.uk/wp-content/themes/mguk/images/chains.jpg);*/
	background-color: #fff;
	width: 897px;
	height: 70px;
	float: left;
}

.photoSeperator{
	background-image: url(http://mediagrand.co.uk/wp-content/themes/mguk/images/colour_separator.jpg);
	width: 897px;
	height: 9px;
	float: left;
}

.photoTxt{
	float:left;
	padding: 95px 0 0 225px;
	color:#8bca2c;
	font-size: 22px;
	letter-spacing: -1px; 
	font-weight: normal;
	font-family:"Helvetica", Verdana, Arial, sans-serif;
}



/* --------------------------- navigation ---------------------------- */

A.Anavmenu:link {	text-decoration:none; color:#FFFFFF; font-size: 14px; }
A.Anavmenu:visited{ text-decoration:none; color:#FFFFFF; font-size: 14px; }
A.Anavmenu:active{  text-decoration:none; color:#FFCB2F; font-size: 14px; } 
A.Anavmenu:hover{   text-decoration:underline; color:#FBEE3B; font-size: 14px; }


/* menu */
.topnavmenu {    
	position:relative;
	width: 570px;
	float: left;
}

/* live buttons */
.button2 {
	float: left;
	padding: 81px 0 0 178px;
	font-size: 14px;
}
.button3 {
	float:left;
	padding: 81px 0 0 36px;
	font-size: 14px;
}
.button4 {
	float:left;
	padding: 81px 0 0 37px;
	font-size: 14px;
}
.button5 {
	float:left;
	padding: 81px 0 0 36px;
	font-size: 14px
}
.button6 {
	float:left;
	padding: 81px 0 0 32px;
	font-size: 14px;
}

/* dead buttons */
.deadbutton2 {
	text-decoration:none; color:#FFCB2F;
	float: left;
	padding: 81px 0 0 178px;
	font-size: 14px;
}
.deadbutton3 {
	text-decoration:none; color:#FFCB2F;
	float:left;
	padding: 81px 0 0 36px;
	font-size: 14px;
}
.deadbutton4 {
	text-decoration:none; color:#FFCB2F;
	float:left;
	padding: 81px 0 0 37px;
	font-size: 14px;
}
.deadbutton5 {
	text-decoration:none; color:#FFCB2F;
	float:left;
	padding: 81px 0 0 36px;
	font-size: 14px;
}






/* ------------------------------------------------------------------------------
								footer 								             
------------------------------------------------------------------------------ */

.footer{
	width: 917px;
	margin: 0px auto 0px auto;
}
.footerimg{
	background-image: url(http://mediagrand.co.uk/wp-content/themes/mguk/images/footer.gif);
	width: 917px;
	height: 100px;
	float: left;
}
.footerlinks ul {
	text-transform:uppercase;
    display: inline;
    list-style-type: none;
    list-style-image:none;
    margin:0; 
	padding: 0 20px 0 0;
}
.footerlinks li, .footerlinks li li, .footerlinks li li li {
     display: inline;
     padding: 0px 5px;
}
.footerlinks a {
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #8d99a7;
	text-decoration:none;
	padding: 0px 3px;
    border-right: 1px solid #8d99a7;
}

.colophon1 {
	width: 850px;
	padding: 20px 0 0 40px;
	text-align: middle;
}
.colophon2 {
	width: 850px;
	padding: 20px 100px 0 10px;
	text-align: right;
	float: right;
}
P.copy {
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #8d99a7;
}
A.copy {
	vertical-align: middle;
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #8d99a7;
}

A img {
	vertical-align: bottom;
}

A.copy:link {	text-decoration:none; }
A.copy:visited{ text-decoration:none; }
A.copy:active{  text-decoration:none; } 
A.copy:hover{   text-decoration:underline; color:#000; }



/* ------------------------------ clear ------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}





/* ------------------------------------------------------------------------------
								MGUK content 								             
------------------------------------------------------------------------------ */

.single #nav-above {
    display:none;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}


.main{
	/*background-image: url(http://mediagrand.co.uk/wp-content/themes/mguk/images/3col_paneldiv.gif);*/
	background-repeat: repeat-y;
	width: 897px;
	height: 100%;
	float: left;
}
.column1 {
	width: 195px;
	/*padding: 20px 10px 0 15px;*/
	padding: 0 15px 0 15px;
	float: left;
}
.column2 {
	width: 450px;
	padding: 20px 0 0px 0px;
	float: left;
}
.column3 {
	width: 171px;
	padding: 20px 30px 0 0;
	float: right;
}

.pagetitle {
	padding: -20px -40px -40px 0;
}

.columnbox1 {
	background-image: url(http://mediagrand.co.uk/wp-content/themes/mguk/images/green_box.gif);
	background-repeat: no-repeat;
	width: 171px;
	height: 105px;
	float: left;
	padding: 0 0 20px 0;
}
.columnbox2 {
	background-image: url(http://mediagrand.co.uk/wp-content/themes/mguk/images/yellowbox.gif);
	background-repeat: no-repeat;
	width: 171px;
	height: 105px;
	float: left;
	padding: 0 0 20px 0;
}
.columnbox3 {
	background-image: url(http://mediagrand.co.uk/wp-content/themes/mguk/images/orangebox.gif);
	background-repeat: no-repeat;
	width: 171px;
	height: 105px;
	float: left;
	padding: 0px 0 20px 0;
}
.columnbox4 {
	background-image: url(http://mediagrand.co.uk/wp-content/themes/mguk/images/grey_box.gif);
	background-repeat: no-repeat;
	width: 171px;
	height: 105px;
	float: left;
	padding: 0px 0 20px 0;
}

.columnboxHdr {
	padding: 3px 0 0 10px;
	color:#000;
	font-size: 16px;
	font-weight: bold;
}

.columnboxText {
	color:#000;
	font-size: 12px;
	line-height:15px;
	padding: 2px 10px 0px 10px;
}

A.column:link {	
	text-decoration:none;
	color:#000;
	font-size: 12px;
}
A.column:visited{ 
	text-decoration:none;
	color:#000;
	font-size: 12px; 
}
A.column:active{ 
	text-decoration:none; 
	color:#000;
	font-size: 12px;
} 
A.column:hover{  
	text-decoration:underline; 
	color:#000;
	font-size: 12px;
}

.columnsidebar {
	width: 171px;
	height: 105px;
	float: left;
	padding: 0px 0 20px 0;
}



/* client logos */
.logos {
	width: 440px;
	height: 105px;
	float: left;
	padding: 30px 0 50px 0;
}
.client_logos {
	float: left;
	padding: 8px;
}

.add2any {
	float: left;
	padding: 100px 0 0 0;
	clear: left;
}




/* ------------------------------------------------------------------------------
								Google ads and search box 								             
------------------------------------------------------------------------------ */

.columnadsSearch {
	width: 180px;
	height: 70px;
	float: left;
	padding: 0 0 20px 10px;
}
.columnads600 {
	width: 180px;
	height: 600px;
	float: left;
	padding: 0 0 20px 10px;
}
.columnads90 {
	width: 180px;
	height: 100px;
	float: left;
	padding: 0 0 20px 10px;
}
.columnads150 {
	width: 180px;
	height: 150px;
	float: left;
	padding: 0 0 20px 10px;
}



/* ------------------------------------------------------------------------------
								contact form 								             
------------------------------------------------------------------------------ */

#submitbutton {
	border: 1px solid #000; background-color: #CCCCCC;
}

.form_thanks{
	position:absolute; left:455px; top:25px; width:390px; height:400px; padding:8px;
}


#contactform fieldset{
	display: block;
	border: dotted;
	border-width:1px;
	width: 20em;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
}
#contactform label {
	font-weight: normal;
}
#contactform input {
	display: block;
	width: 20em;
}
#contactform label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}
#contactform label.first {
	padding-top: 1em;
}
#contactform textarea {
	padding:.2em; overflow: auto;
	font-weight: normal;
	width: 20em;
}








acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}



cite {
	font-size: 90%;
	font-style: normal;
}

h1 {
	border-bottom: 1px dotted #ccc;
	font-size: 20px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0 2px 0;
	padding-bottom: 3px;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font-size: 20px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	font-size: 14px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
}




ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #ccc;
	color: #000;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #000;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}



.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	color: #000;
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	font-weight: normal;
	color: #000;
	font-size: 14px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

A.entry-title {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}

A.meta-prep meta-prep-author {
	font-size: 14px;
}
A.url fn n {
	font-size: 14px;
}
A.edit-link {
	font-size: 14px;
}
A.entry-utility-prep-cat-links{
	font-size: 14px;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 80%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


/* ------------------------ side panel ----------------------*/

#sidepane {
	background: #fff;
}

#sidepane form {
	margin: 0 0 0 13px;
}

#sidepane input#s {
	width: 80%;
	background: #fff;
	border: 1px solid #999;
	color: #000;
}

#sidepane ul {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a91e4;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#sidepane ul li {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 4px;
}

#sidepane ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 125%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidepane ul ul li {
	border: 0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#sidepane ul ul li a {
	text-decoration: none;
	color:#5a91e4;
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#sidepane ul ul li a:hover {
	/*border-bottom: 1px solid #809080;*/
	text-decoration: underline;
	color:#5a91e4;
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#sidepane ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}





/**
 * Twitter Widget
 */
.widget_twitter li  {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5a91e4;
	width: 171px;
	padding-bottom: 3px;
}
.widget_twitter li img {
	float:left;
	width: 171px;
}
.widget_twitter li .clear {
	width: 171px;
	padding-bottom: 3px;
}

.widgettitle {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a91e4;
}
A.twitter-user, A.twitterwidget, A.reply-to, A.entry-content {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.entry-content{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}



#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions & aligment */
