/*
Theme Name: Mirror Group Advertising
Description: 
Version: 1.0
Author: Neil Graver & Jeremy Collins - www.matrixknowledge.co.uk

*/

/*-------------- RESET based on Yahoo's reset.css --------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{  
    margin:0; 
    padding:0; 
} 
table 
{ 
	border-collapse:collapse; 
	border-spacing:0; 
} 

fieldset,img 
{  
	border:0; 
} 

address,caption,cite,code,dfn,em,th,var 
{ 
	font-style:normal; 
	font-weight:normal; 
} 

ol,ul 
{ 
	list-style:none; 
} 

caption,th 
{ 
	text-align:left; 
} 

h1,h2,h3,h4,h5,h6 
{ 
	font-size:100%; 
	font-weight:normal; 
} 

q:before,q:after 
{ 
	content:''; 
} 

abbr,acronym 
{ 
	border:0; 
} 

/* --------------------------------------------------------- */

body, html
{
    background-color: white;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	text-align:center; 
}

p, #rightContent ul, #rightContent table, #centerContent p, #centerContent ul, #centerContent2 p, #centerContent2 ul
{
	line-height: 1.4em;
	font-size:0.9em;
	margin-left:5px;
	margin-right:5px;
}	

#centerContent2 ul, #centerContent ul, #rightContent ul
{
	list-style-type: square;
	/*list-style-image: url(./images/bullet01.gif);*/
	margin-left: 20px;
	margin-top: 10px;
}



#rightContent p, #centerContent p, #centerContent2 p
{
	margin-top: 15px;
}

strong {
	font-weight:bold;
}

em 
{
	font-style: italic;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
	margin-left:5px;
	margin-top:10px;
}

h2
{
	font-size: 1.3em;	
	font-weight: bold;
	margin-left:5px;
	margin-top: 10px;
}

h3 {
	font-size:1.1em;
	letter-spacing: 120%;
	font-weight:bold;
	margin-left:5px;
	margin-top: 10px;
}
h4 {
	font-size:0.85em;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:5px;
}

a, a:visited
{
	color: #518BB1;
	margin: 0 0px 0 0px; 
	text-decoration: none;
}

a:hover
{
	color: #8B0029;
	text-decoration: underline;
}

 p a
{
	margin: 0;
	padding: 0;
}

a:link img, a:visited img
{
    border: none;   
    border-bottom: none;
    padding: 0;
    margin: 0;
}


#pageWrapper
{
	text-align:left;
	background: white; 
    margin-left:auto;
	margin-right:auto;
 
    width: 752px;    /*  should fit exactly with the menu tabs */
    padding: 0;
    
    margin-top: 20px;
    margin-bottom: 20px;
  
    
    border: none; 
}

#content
{
	clear: both;
	margin: 0;
	margin-left:8px;
	margin-right:8px; 
}

#leftContent, #centerContent, #centerContent2, #centerContent3, #rightContent
{
	float: left;

	padding: 0;
	font-size: 0.8em;
}

#leftContent
{
	width: 116px; /* was 116 */
	font-weight: bold;
	margin-top:10px;	
	margin-right:8px;
}
#frontleft {
	background: #e6e9d1; 
}

#frontleft img {
	position:relative;
	left:-5px;
	top:5px;
	/* negative rightmargin to stop IE6 pushing left div wider */
	margin-right: -16px;
	display: block;
} 
#frontleft2 {
	background: #7e9a97;
	color:#FFF; 
	margin-top: 10px; /* needed to drop the div down a little - will reduce this when new image is cut properly */
}
#frontleft3 {
	margin-top:10px;
	background: #e6e9d1;
}
#frontleft3 h3 {
	color: #AD4D69; /* same as active sidebar menu item - .activeLeftItem */
	margin-bottom:5px;
	margin-right: 3px;
	margin-left: 3px;
}

#frontleft2 a, #frontleft2 a:hover, #frontleft2 a:visited
{
	color: white;
}

 .sidebarLinks
 {
	text-align: right;
	margin-top: 10px;
 }
 
 .sidebarLinks a, #footer a
 {
	text-transform: lowercase;
 }

 p.tiny, p.tiny a
 {
	font-size: 0.8em;
	letter-spacing: 80%;
 }
 
 
#centerContent
{
	width: 368px; /* was 373 */
	margin:10px 0px 10px 0;
	margin-right:0px;	
}

#centerContent2
{
	width: 600px;
	margin:10px 0px 10px 0;
	margin-right:0px;	
}

#centerContent2 img
{
	float: right;
	margin-right: 0px;
	margin-left:20px;
}

#centerContent3
{
	width: 364px; /* was 362 */
	margin:10px 4px 10px 0;	
	text-align: center; /* may want to move this to each section div if we don't want to apply centering to all content */
}

#ratecardContent 
{
	text-align: left;
}

#coverImage 
{
	text-align: center;
	padding: 10px 0 10px 0;
}

.contentBox, .contentBoxPlain
{

	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
}

.contentBox
{
	border-bottom: solid 1px #518BB1;
}

.contentBox img, .contentBoxPlain img
{
	float: right;
	clear: right;
	margin: 0 0 10px 20px;
}
#rightimg {
	float:right;
}

#rightimg img, #rightimg a img
{
	float: none;
	margin: 0 0 10px 20px;
}

/* These divs control the colour of the center content box in the various sections */
#centerContent3 #newspapers, .newspapers .ratecardContent td
{
	background-color: #C7CEC7;
}
#centerContent3 #magazines , .magazines .ratecardContent td
{
	background-color: #DED7C7; 
}
#centerContent3 #inserts, .inserts .ratecardContent td
{
	background-color: #E7CCD3;
}
#centerContent3 #digital, .digital .ratecardContent td
{
	background-color: #BCCACB;
}
#centerContent3 #creative, .creative .ratecardContent td
{
	background-color: #EBDDEA;
}
#centerContent3 #research, .research .ratecardContent td
{
	background-color: #D9D0D5;
}


/* These splash headings control the display of the content in the splash box on the front page */
#splash {
	
	margin-right:4px;
	color:#763D65; /* colour may change */
	/*background:#cdd5c6; /* colour likely to change */
}

#splash h1
{
	margin-left:15px;
	font-size:60px;
	font-weight:bold;
}
#splash h2 
{
	margin-left:10px;
	font-size:50px;
	font-weight:bold;
}
#splash h3
{
	margin-left:15px;
	font-size:28px;
	font-weight:bold;
}

#splash h4
{
	margin-left:15px;
	font-size:30px;
	font-weight:bold;
}
#splash h5
{
	margin-left:15px;
	
	font-size:14px;
	font-weight:bold;
}


.miniCovers  
{
	float:left;
	margin-top:0px;
	margin-right:0px;
	
}

.miniCovers p img 
{
	margin-left:-5px;
}

.miniCovers img, .miniCovers a img
{
	border:1px black solid;
	/*width:65px; /* FOR THE FINAL VERSION ITS MUCH BETTER TO SIZE THE IMAGES BEFORE UPLOADING THEM - THIS IS THE SIZE THEY SHOULD BE */
}

#rightContent
{
	width: 240px;
	margin-top:0px;
	margin-left:0px;
}

#rightContent h2 
{
	margin-bottom:-10px; /* kludge brings spacing closer together in the rightcontent on the front page */
}

.quote
{
	color: white;
	/*background: #7e9a97;  colour likely to change */
	vertical-align: middle;
	margin-top:10px;
	margin-left:3px; /* Needed to balance with the protuding image in this div */
	padding-top: 0px;
	padding-left:5px;
	padding-bottom:5px;
}

.quote a, .quote a:visited, .quote a:hover
{
	color: white;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.quote img
{	
	float: right;	
	position:relative;
	right:0px;
	/*top: -20px; /* balance with .quote top padding */
	top: 8px;
}

.quote p 
{ 
	padding:5px 0 0 0;
	margin: 0;
	font-size:1.1em;	
	font-weight: bold;
	position: relative;
	height: 115px;
}

table
{
	margin: 10px 5px 10px 5px;
	font-size: 0.9em;
}

tr
{
	vertical-align:top;
	padding-bottom:80px;
}


td, th
{
	padding: 3px 5px 3px 0px;
	text-align: left;
	border-bottom: solid 1px #518BB1;
}

th
{
	font-weight: bold;
}

td p
{
	margin: 0px;
	padding: 0px;
	line-height: 1em;

}

td a
{
	margin: 0;
}

#contacts td
{
	padding-right: 10px;
}

.rightBox
{
	float: right;
}

#footer
{
	width: 100%;
	clear: both;
	font-size: 0.6em;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 15px 0 5px 0;

	color: gray;
	text-transform: lowercase;
}

.newspapers a, .newspapers a:visited
{
	color: #475A44;
}

.magazines a, .magazines a:visited
{
	color: #937C48;
}

.inserts a, .inserts a:visited
{
	color: #8B0029;
}

.digital a, .digital a:visited
{
	color: #005759;
}

.creative a, .creative a:visited
{
	color: #A15596;
}

.research a, .research a:visited
{
	color: #3B1427;
}

.activeLeftItem  li, li.activeLeftItem
{
	color: #AD4D69;
	text-transform: lowercase;
}

/* --- FORMS --- */
fieldset
{
	margin: 5px;
	padding: 5px;
	border: dotted 1px #518BB1;	
}

.button
{
    color: #FFF;
    background-color: #518BB1;
    font-weight: bold;
    cursor: hand;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left;
}



/* ------------ rate card ---------------- */
.ratecardHeader 
{
	padding: 0;
	margin-bottom: 10px;
}


.ratecardHeader img
{
	position:relative;
	right:0px;
	bottom:1px;
	margin-top:-10px;
	margin-bottom:-20px;
}


.ratecardContent 
{
	text-align:left; 
}

table.ratecard 
{
	margin-left:0px;
	margin-right:-3px; /* this is needed to counteract the border on the right hand side of the cells which will create a right hand margin which is not required */
}

.ratecard tr 
{
	vertical-align:top;
}

.ratecard td 
{
	padding: 7px;
	border-right:5px solid #FFF;
	border-bottom:5px solid #FFF;	
}   

.ratecard strong 
{
	font-size:1.1em;
}   

table.ratecard2 
{
	background-color:#e6e9d1;
	border-left:4px solid #518BB1;
	border-right:4px solid #518BB1;
	border-top:4px solid #518BB1;
	border-bottom: 4px solid #518BB1;
}

.ratecard2 td, .ratecard th
{ 
	padding-left:16px;
	padding-right:16px;
	padding-top:5px;
	padding-bottom:5px;
	border-right:1px solid #518BB1;
	border-bottom:1px solid #518BB1;
}

.ratecard2 tr:hover 
{
	background:#FFF;
}


/* ---------------- SITEMAP ------------------------------ */

/* most of this is counteract the menu list styling */

.ddsg-wrapper ul, .ddsg-wrapper li ul
{
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0;
}

.ddsg-wrapper li
{
	display: list-item;
	height: auto;
	margin: 0px 0px 3px 5px;
	padding: 5px 0 5px 0;
	font-size: 1.1em;
	border-top: dotted 1px #ccc;
}

.ddsg-wrapper li ul li
{
	border: none;
	padding: 0;
}

.ddsg-wrapper li ul
{
	list-style-image: url(./images/forward_mini.gif);
	list-style-position: inside;
	marker-offset: 2px;	
}

.ddsg-wrapper li ul li ul
{
	list-style-image: url(./images/active.gif);
	list-style-position: inside;
	marker-offset: 2px;	
}