/*
Theme Name: The Link Magazines
Description: Two column design using Green, Blue and white, Glassy apperance.
Version: 2.1 / Upgraded April 2007
Author: Voodish Web Development
Author URI: http://www.voodish.co.uk/
*/
html { background: #D6D6D6 url('images/site_bg_blend.jpg') repeat-x;}
body {
 background: url('images/site_bg.jpg') top center repeat-y;
 margin:  0;
 padding: 0;
 font: 75%/1.2 "Arial", Sans-Serif;
 color: #000;
}

/* Come on Skippy throw another leg on the barbie */
#skip-links {
	display:none;
	}
.skip-links {
	display:none;
	}
#sizer {
	margin:0 auto 0 auto;
	padding:0;	
	background: url('images/sizer-bg.jpg') repeat-x;
	width:100%;/*
	max-width:234px;*/
}
#expander {
	margin: auto;
	min-width: 770px;
	width: 100%;
	position:relative;
	background: url('images/expander-bg.jpg') top center no-repeat;
}
* html #expander { height:0; }

#wrapper { 
	width:770px; 
	text-align:left;
	margin: auto;
	background: url('images/header-bg.gif') repeat-x;
}	

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

* html .clearfix {height:1%;}
.clearfix {display:block;}

/*#container {
 width: 100%;
 margin: 0 auto;
 padding: 0;
 background: #fff;
 border-left: 1px solid #999;
 border-right: 1px solid #999;
 border-top: 0px none;
 border-bottom: 7px solid #999;
 text-align: left
}*/

#header-container {
	width: 100%;	
	height: 153px;
	}
	
#header {
	position: relative;
/* Solves Opera 8 problem */	z-index: 1;
	width: 770px;
	height: 130px;
	top:0px;
	margin: auto;
	padding: 0;
/*	background:url(images/blue_arrow.png) no-repeat bottom left;*/
}

#header ul { 
/*width: 770px;*/
position:absolute; 
	float:left;
	list-style-type:none; 
	top: 0;
	left: 290px;
	right: 0; 
	bottom:0;
	margin: auto;
	text-transform: uppercase;
}

#header ul ul { 
width: 500px;
position: absolute;
/* Hack for Opera */ margin-left: 40px;
left: -80px;
top: 41px;
}

/* Hackaroo for oh so lovely IE */
#header li {
	float:left;
	/*border-right:1px solid #EF8400;*/
	}
html>body #header li {
	float:left;
	/*border-bottom:1px solid #fff;*/
	}


#header ul li a { 
	color:#fff; 
	text-decoration:none; 
	font-weight: bold;
	float:left; 
	font-size:110%; 
	letter-spacing: -0.06em;
	background: url(images/header-sub-button-over.png) no-repeat;

	margin-top: 10px;
	padding: 16px 0 0 0;
	width: 120px;
	height: 55px;
	text-align: center;
}


#header ul ul li a { 
	color:#fff; 
	text-decoration:none; 
	font-weight: bold;
	float:left; 
	font-size:110%; 

	background: url(images/header-sub-button.png) no-repeat;

	margin-top: 10px;
	padding: 16px 0 0 0;
	width: 120px;
	height: 30px;
	text-align: center;
}




#header ul li a:hover, #header li a#active, #header li a:focus {  margin-top: 0px; height: 65px; background: url(images/header-sub-button.png) no-repeat;  color: #fff;  }

#header ul ul li a:hover, #header li a#active, #header li a:focus { margin-top: 0px; height: 40px;  background: url(images/header-sub-button-over.png) no-repeat;  color: #fff;  }


#header h1 {
 padding: 0px 0 0 0;
 margin: 0;
 font-size: 1.7em;
 text-align: left;
}
#header h1 a {

}
#header h1 a:hover {
 background: none;
}

#index-container {
	background: #fff;
	color: #333;
	width: 575px;
	padding: 0;
	margin-top: -16px;
}

#search-box {
	float: left;
/*only way to fix IE bug*/ display: inline;
	background: #fff; /* url(images/search-box-bg.gif) no-repeat;*/
	color: #333;
	width: 200px;
	height: 75px;
}

/*#search-box form {
	margin: 100px 30px 40px 20px;
	}*/
	
#search-form {
	margin: 10px 5px 20px 5px;
	}
	
#categories-box {
	float: right;
/*only way to fix IE bug*/ display: inline;
	background: #CCE5F6 url(images/categories-box-bg.jpg) no-repeat;
	width: 372px;
	height: 220px;
	color: #000;
}


.categories-box {
	padding: 15px 5px 5px 5px;
	text-align: left;
	}

#categories-box ul { 
	list-style-type:none;
	display: inline;
	line-height: 1.0em;
	height: 220px;
	margin: 0;
	padding: 0;
}

/*What are you looking for?*/
#categories-box ul li { 
	padding-left: 10px;
}

#categories-box ul ul li a {
	background-color:#CCE5F6;
	color:#000;
	display:block;
	padding:0 5px 0 10px;
	text-decoration:underline;
	width:150px;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	}

#categories-box ul ul ul li a {
	color: #000;
	background-color: #CCE5F6;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.0em;
	}
	
#categories-box li { 
	background:#CCE5F6;
	color: #000;
}


#categories-box li a:hover, #categories-box li a#active, #categories-box li a:focus { background: #CCE5F6; color: #DE4034; 
/*removed, causes problems with ie6 border-bottom:5px solid #FE5917;*/ }


#breadcrumb {
	padding: 2px 10px 2px 10px;
	}
#page {
	margin-top: -18px;
}
#content {
	padding: 5px 15px 15px 5px;
}
.entry {
	padding: 0 10px 0 10px;
	}
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 40px;
	list-style: none;
	/*padding-left: 10px;*/
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style-type:none;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
		list-style-type:none;
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
		list-style-type:none;
	}

.entry ol li {
	margin: 0;
	padding: 0;
		list-style-type:none;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



#content-wrapper {
	float: right;
	padding: 0 0 20px 0;
	margin: 0px 0 0;
	width: 575px;
	}





/* Begin Sidebar */
#sidebar {
	float:left;
	width:189px;
	background: url('images/sidebar-top.jpg') no-repeat left top;
	color: #333;
	margin: 0 0 0 0;
	padding:0;
}
#sidebar img { border:none; }
#sidebar ul {
	font-weight:bold; 
	color: #333;
	list-style-type:none;
	border-top:1px solid #3C84BF;
	background:#6AA3D0 url(../images/nwk-sidebar-bottom.gif) no-repeat left bottom;
/*	padding-bottom:25px;*/
	margin-left: 0;
}
/* Absolute must to keep me from going insane */
#sidebar ul ul { 	border-top: 0; padding: 0;	margin: 0;}


#sidebar ul ul ul{ border-top:0; background:none; padding-bottom:0; }
#sidebar ul li a {
	background-color:#333;
	background-image:none;
	border-top:1px solid #bcd;
	border-bottom:1px solid #3C84BF;
	color:#fff;
	display:block;
	padding:0 5px 0 10px;
	text-decoration:none;
	width:174px;		
}

			/*#sideBarG {
				background-color: #333;
				color: #fff;
				}*/
				
			#sideBarG1	{
				background: url(images/sidebar-G1.jpg) no-repeat;
				height: 81px;
				margin-bottom: -9px;
				}
			
			#sideBarG1 ul {
				font-weight:bold;
				font-size: 1.8em; 
				color: #fff;
				list-style-type:none;
				border-top:none;
				background-color:transparent;
				/*	padding-bottom:25px;
				margin-left: 18px;*/
				padding-top: 0px;
				}
			#sidebar #sideBarG1 ul li a {
				background-color:transparent;
				background-image:none;
				border-top:0px;
				border-bottom:0px;
				color:#fff;
				display:block;
				margin-top:25px;
				padding: 25px 5px 0 15px;
				text-decoration:none;		
				}
			#sideBarG1 img {
				margin-left: -10px;
				padding: 0;
				}
			#sideBarG1 img a{
				margin: 0;
				padding: 0;
				}
			#test1 {position: relative;
				background: none;
				display: block;
				}
				
				
			#sideBarG2 ul {
				border-top:none;
				background-color:transparent;
				/*	padding-bottom:25px;
				margin-left: 18px;*/
				padding-top: 0px;
				}
			
			#sidebar #sideBarG2 ul li a {
				height: 81px;
				background-color:transparent;
				background-image:none;
				border-top:0px;
				border-bottom:0px;
				color:#fff;
				display:block;
				margin-left: -10px;
				padding-bottom: 5px;
				text-decoration:none;		
				}
				
			#sideBarG3	{
				background: url(images/quote-bg.gif) no-repeat;
				width: 189px;
				height: 81px;
				margin-top: 75px;
				}
			#sideBarG3 ul {
				font-weight:bold;
				font-size: 0.8em; 
				color: #fff;
				list-style-type:none;
				border-top:none;
				background:none;
				/*	padding-bottom:25px;*/
				margin-left: 7px;
				margin-right: 9px;
				padding: 20px;
				}
	
#sidebar ul ul li a {
	padding:0 5px 0 20px;
	width:164px;	
	background-color: #2F6693;			
}

	
#sidebar ul ul ul li a {
	padding:0 5px 0 30px;	
	width:154px;	
		background-color: #3C83BD;	
}

#sidebar ul ul ul ul li a {
	padding:0 0 0 40px;	
	width:150px;	
		background-color: #6AA3D0;	
}
	

#sidebar a:hover, #sidebar a:focus { color:#fff; background-color:#66CC33; text-decoration:none; }
#sidebar #on { color:#fff; background:#69c url(../images/nwk-sidebar-arrow.gif) 0% 50% no-repeat; }


/* End Sidebar */

#side {
	background-color: #000;
	}










p {
	font-size: 1em;
	margin: 0 0 1.2em;
	padding: 0;
	line-height: 1.5em;
}

fieldset p {
	padding: 5px;
	}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 3em;
	padding: 0;
}
 
h1, h3, h4, h5, h6 {
	margin: .9em 0;
/*	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;*/
	letter-spacing: -0.07em;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.9em;	
	margin: .9em 0;
/*	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;*/
	letter-spacing: -0.09em;
}
h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #CC6600;
	padding-bottom: 2px;
	border-bottom: 2px solid #CC6600;
	margin: 5px 0px 5px;
}
h4 {
	font-size: 1.0em;
}
a {
	text-decoration: none;
        background: none;
}
a:link, a:visited, a:active  {
	color: #275393;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #fff;
	background-color: #66CC33;
	text-decoration: none;
}
/*input, textarea, select {
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font: 8pt/1.2 Tahoma, Arial, sans-serif;
}*/
.button {
	border: 1px solid #ccc;
	background: #CC6600;
	color: #fff;
	font-weight: bold;
}
blockquote {
	margin: 6px 4px;
	padding: 10px;
        border: 1px solid #ccc;
        background: #fff url('images/bqbg.gif') no-repeat right bottom;
	font-size: 0.9em
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0px none;
}
.small {
	font-size: 0.9em;
	color: #999;
}






































#footer-wrapper {
	width: 770px;
/*Opera footer fix, simply a height issue, no present in IE/FF	*/ height: 65px; 
	clear:both; 

	margin:0 auto 0 auto;
	padding: 0;
	/*background: url(images/footer-container-bg-grey.jpg) repeat-x;*/
	}
#footer-container {
	width: 770px;
	height: 235px;
	clear:both; 
	padding: 0; 
	background: url(images/footer-container-bg-with-magRoll.jpg) no-repeat;
	}
#footer-graphic {
	width: 770px;
	margin: auto;
/*	background: url(images/footer-graphic.png) no-repeat; */
	}
#footer { 
	width: 600px;  
	margin: 0 auto 0 auto;
	}

#footer ul {
	margin: 0.8em 0 -0.2em 0;
	padding: 85px 0 0 0;
	font-size: 105%;
	text-transform: uppercase;
	}
#footer li { 
	display:inline; 
	font-weight: bold;
	padding: 2px 7px 2px 7px;
	border-right: 1px solid #333; 
	list-style-type:none;
	}
	
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	font-weight: bold;
	background: #38668A;
	}
#footer a:hover {
	color: #fff;
	font-weight: bold;
	background: #66CC33;
	}
#voodish {
	color: #000;
	background: none;
	padding: 20px 0 0 125px;
	width: 475px;
	}
#voodish a:link, #voodish a:visited, #voodish a:active
	{
	padding: 20px 2px 0 2px;
		color: #000;
	background: none;
	}
#voodish a:hover {
	color: #fff;
	background: #DE4034;
	}

#footer img { 
	float:left; 
	padding-bottom:1em;
	}
#footer p {
	padding:8px 0 0 7px;
	color: #ccc;
	}

fieldset {
	border: outset #000 0px;
	padding: 10px;
	background: none;
	}
	
	
legend {
	background: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.06em;
	margin: 0 0 -0.7em -0.5em;
	}
	
dt {
	font-weight: bold;
	padding-left: 5px;
	color: #275393;
	}

#mag-bg {
	background: url(images/mag-bg.gif) right no-repeat;
	}

.abbr, abbr, acronym {
	font-style:normal;
	border-bottom:1px dotted #999;
	cursor:help;
	font-size:0.9em;
	letter-spacing:0.1em;
	text-transform:uppercase;
}


#content ul {
	width: 420px;
	overflow: hidden;
	background: #fff;
	color: #000;
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type:none; 
	}
	
#content ul li {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #000;
	font-weight: bold;
	}

#content ul li li {
	padding: 0;
	margin-left: 1em;
	background: #fff;
	color: #000;
	font-weight: normal;
	}
	
#content ul li li li {
	padding: 0;
	margin-left: 1em;
	background: #fff;
	color: #000;
	font-weight: normal;
	}

#childPages {
    border: 1px solid #fff;
	width: 450px;
	margin-bottom: -5px;
	}
	
#childPages ul {
	width: 450px; 
	list-style-type: none; 
	padding-left: 20px;
}

#childPages li {
	padding: 0;
	background: #f7f7f7;
	}

#childPages li a { 
	display:inline; 
	padding:0;
	list-style-type: none; 
}
#childPages li a:hover, #childPages li a#active, #childPages li a:focus { background: #5DBA2F; color: #fff; }

/* 
  Secure and Accessible PHP Contact Form 
*/

/* for main form wrapping div */
div#gb_form_div fieldset { 
  /* not styled on demo page */
  background-color: #fff;
  color: #000;
}

div#gb_form_div legend { 
	margin: 0 0 0.1em -0.3em;
}

/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */
}

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 1.8em; 
  color : #000;
  background-color: #fff; 
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
    border: 0;
}

/* section fieldsets - it's common to make this border : 0; */
#gb_form_div fieldset { 
      border: 0;
}

/* form legends and dt "heading" */
#gb_form_div legend { 
  font-weight : bold; 
  color: #DE4034;
  background-color: #fff;   
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
  color: #000;
  background-color: #fff; 
}

/* legend colour for asq antispamquestion */
legend.asq {
	color: #000;
	background-color: #fff; 
}

/*asterisk colour */
.asterisk {
  color : #DE4034;
  }

/* form label text 
#gb_form_div label { 
}*/

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 100% 'Arial', sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #000;
  background-color : #fffffa;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #DE4034;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error { 
  color: #cd0000; 
  background-color: #fff;
  font-weight : bold; 
}

/* success heading color */
span.success { 
  color: #5DBA2F;
  background-color: #fff;  
  font-weight : bold; 
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 100%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 1em;
}

/* hide the Why? text span */
small.whythis a span { 
  position : absolute; 
  top : -9000px; 
  left : -9000px; 
  display : inline; 
  width : 17.1em;
  height : auto; 
  border : 1px solid #000; 
  background-color: #fff; 
  color: #000;
  padding-left : 2px; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  position : absolute; 
  top : 0; 
  left : 6em; 
}

/* the link back to me for form credit */
p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt {
  color: #333333;
  background-color: #fff; 
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#gb_form_div span.items {
  font-weight : bold;
  color: #000;
  background-color: #fff; 
}



#navigation {
	text-align: left;
	}
	
#submit {
	padding: 5px;
	float: right;
}

#submit a:hover {background-color: #fff;}


	
	
	
	
	
/* BEGIN LOGIN */
#login {
/*	background: #fff;
	border: 1px solid #a2a2a2;*/
	margin: 0;
	padding: 1.5em;
	width: 25em;
}

#login #login_error {
	background: #c00;
	border: 1px solid #a40000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: .5em;
	text-align: center;
}

#login h1 {
	background: url(images/voodish-logo.png) no-repeat top left;
	margin-top: 0;
}

#login h1 a {
	display: block;
	text-indent: -1000px;
	height: 66px;
	border-bottom: none;
}

#login input {
	padding: 3px;
}

#login ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#login ul li {
	display: inline;
	margin-left: 1.4em;
	text-align: center;
}

#login #log, #pwd {
	font-size: 1.7em;
	width: 80%;
}

#login #submit {
	font-size: 1.7em;
	margin-top: 2em;
}

table.advertisers-table {
	width: 450px;
	table-layout: fixed;
	}
table.advertisers-table th {
padding: 0.5em 1em 0.5em 0.5em;
	width: 150px;
	vertical-align: top;
	border-bottom: solid 1px #fff;
	background-color: #efefef;
	}
table.advertisers-table td {
padding: 0.5em 1em 0.5em 2em;
	width: 325px;
	text-align: left;	
	vertical-align: top;
	border-bottom: solid 1px #fff;
	background-color: #f7f7f7;
	}
	
#img-left {
	float: left
}

#img-right {
	float: right
}


#static {
	margin-left: 10px;
	}
	
.toptop {
	float: left;
	padding: 2px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #E7EFF5;
	color: #fff;
	}

/* END LOGIN */

/* End CSS */
	
	
/* Design tested and passed:
	
Browser
	Firefox 1.x 
	Opera 8x
	Netscape 7x
	IE 6x
Resolution
	800 by 600
	to
	1920 by X
	
*/