/*  
Theme Name: Atahualpa 
Theme URI: http://wordpress.bytesforall.com/
Description: v. 2.21 - Many improvements since v. 2.01. Fluid width, 2 or 3 column theme for WP 2.2 - WP 2.6 and WPMU. With rotating header images, customizable logo and options page. Includes 3 widgets for recent comments and popular post.
Version: 2.21
Author: BFA Webdesign
Author URI: http://www.bytesforall.com/
Tags: fluid width, options page, widget ready, 2 columns, 3 columns, left sidebar, right sidebar, custom header, rotating header images, seo friendly, gravatars, popular posts, related posts, wp-pagenavi, wp-print, wp-email, subscribe to comments, wpmu
 
*/



ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	}

h1, h2, h3, h4, h5, h6 {
        text-transform: lowercase;
        }

h3      {
        color: #ff9900;
        }

.hpage h2 {
        font-weight: normal;
        font-size: 250%;
        color: black;
        }
	


.hpage h3 {
        font-weight: normal;
        font-size: 180%;
        }


	
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0; 
	margin-bottom: 0; 
	}
	
h1 {font-size: 240%; }
/* h2 {font-size: 180%; } */
h2 {font-size: 180%; 
    font-weight: normal;
}
/* h3 {font-size: 140%; } */
h3 {font-size: 200%; 
    margin: 20px 0 20px 0;
    font-weight: normal; }
/* h4 {font-size: 100%; } */
h4 {font-size: 140%; 
    font-weight: normal; }
/* h5 {font-size: 70%; } */
h5 {font-size: 120%; 
    font-weight: normal; } 
/* h6 {font-size: 50%; } */
h6 {font-size: 90%; }




code, pre {
	/* Firefox needs this */
	font-family: "Courier New", Courier, monospace;		
	}

table {
	font-size: 100%; 
	}
	
td, th {
	vertical-align: top; 
	}
	
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- BASE LAYOUT -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/*
Credits:
Layout and browser compatibility hacks based on Ruthsarian's Skidoo Redux 
http://webhost.bridgew.edu/etribou/layouts/ - ruthsarian AT gmail DOT com
*/

body {
 	background-color: #fff; 
/*	color: #000; */
/*	color: #002D36; */
	color: #333;
	padding: 0; 
	margin: 0; 
	}

#page-container {
	/* font-size: will be set in style.php */ 
	background: #fff; 
	min-width: 800px; 
	/* margin: will be set in style.php */ 
	/* font-family: will be set in style.php */ 
	}
			
#outer-column-container {
	border-left: solid 13em #fff; 
	border-right: solid 13em #fff; 
	}

#inner-column-container {
	width: 100%; 
	background-color: #fff;
	border: dashed 1px #fff;
/*      border: dashed 1px #ccc;   */
	border-width: 0 1px; 
	margin: 0 -1px;
	}
					
#source-order-container {
	float: left; 
	width: 100%; 
	margin-right: -1px; 
	}
	
#left-column {
        margin-top: 0;
	float: left; 
	margin-left: -13em; 
	width: 13em; 
	margin-right: 1px; 
	position: relative;
	text-transform:lowercase; 
	}

	
#middle-column {
        margin-top: 0;
	float: right; 
	width: 100%; 
	margin-left: -1px; 
/*      background-color: #EEEEFF;     */
	}
	
#right-column {
        margin-top: 0;
	float: right; 
	margin-right: -13em; 
	width: 13em; 
	margin-left: 1px; 
	position: relative;
	}

.inside {
	margin: 15px;
	}
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR STYLES ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside {
	margin-left: 2px;		/* less margin for left side of left column, might be overwritten in style.php */
	}

#middle-column .inside {
        /* I added this */
        font-size: 105%;
        line-height: 1.4em;
/*      padding-right: 30px;*/
        padding-right: 5px;
        padding-left: 10px;
        /*         border-right: 1px solid #ccf;*/
        }
	
h3.widgettitle {
        /* I added next line */
        font-family: Tahoma, Arial, sans-serif;         
	/* color: will be set in style.php */
	width: 100%; 
	/* font-size: will be set in style.php */ 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	}

/* uncomment the next style if you are using text widgets without heading and you want more space above the widget */
/*		
div.textwidget {
	margin-top:15px;		
	}				
*/

/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR LINKS ------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */	


#left-column .inside ul, 
#right-column .inside ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto;
	}
	
#left-column .inside ul li, 
#right-column .inside ul li {
	margin: 2px 0 2px 0;
       background-color: #ffffff;
/*        background-color: #ddddff;  */
	}
	
#left-column .inside ul li ul li, 
#right-column .inside ul li ul li {
	margin: 2px 0 2px 5px; 
        background-color: #ffffff;
	}
	
#left-column .inside ul li a, 
#right-column .inside ul li a {
	text-decoration: none; 
	font-weight: normal; 
	/* color: will be set in style.php */ 
	padding: 0 0 0 5px; 
	/* border-left: will be set in style.php */ 
	display: inline-block;
	}
	
#left-column .inside ul li a:hover, 
#right-column .inside ul li a:hover {
	/* color: will be set in style.php */ 
	/* border-left: will be set in style.php */
       background-color: #ffffff;        
	/* background-color: #ccccff; */
	}


	
div#search {
	float: right; 
	width: 15em; 
	text-align: right; 
	padding: 0.6em 0 0.2em 0; 
	margin: 0 1em; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST TITLE --------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

h2 {
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	/* color: will be set in style.php */ 
        line-height: 1.0em; 	/* I added this */ 
	}

h2 a:link, h2 a:visited, h2 a:active  {
	/* color: will be set in style.php */ 
	text-decoration: none;
        font-weight: normal;
	}

h2 a:hover  {
	/* color: will be set in style.php */ 
	text-decoration: none;
        font-weight: normal;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST BODY ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

.post {
	margin-bottom: 20px; 
	}
	
.post-last {
	margin-bottom: 20px; 	/*different style for last post on page*/
	} 
	
.post-page {
	margin-top: 20px; 
	margin-bottom: 20px; 
	}
	
.entry {
	margin: 0px;
	/*overflow-x: hidden; */
	}

	
/* -------------------------------------------------------------------------------------------------
------------------------------------- POST META DATA ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.postmetadata {
	clear:both; 
	margin: 15px 0 15px 0; 
	padding: 5px; 
	color: #999; 
	background: #f4f4f4; 
	}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	color: #777; 
	font-weight: normal;
	text-decoration: none;
	}	

.postmetadata a:hover {
	color: #777; 
	font-weight: normal;
	text-decoration: underline;
	}
	

/***************************************************/


.line1pix { 
	width: 100%; 
	height: 1px; 
	margin: 0px; 
	border-top: 1px dashed #ccc; 
/*	border-top: 1px dashed #fff;    */
	padding: 0; 
	margin: 10px 0 10px 0; 
	display: block; 
	font-size: 1px; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.headerleft {
	float: left; 
	text-align: left; 
	margin-bottom: 0; 
	margin-top: 0; 
	position: relative; 
	padding-bottom: 0;
	}


.searchbox {
	float:right; 
	/* width: will be set in style.php */ 
	padding: 0; 
/* 	margin: 10px -1px 0 0;  */ 
 	margin: 20px 20px 0 0;
	background: #fff; 
/*      border: 1px dashed #ccc;  */ 
/*      border-width: 1px 1px 0 1px  */ 
	}

.searchbox-form {
	margin: 5px 10px 5px 10px;
	}
	
h1 { 
	letter-spacing:-1px; 
	line-height: 1.2em; 
	margin: 10px 20px 0 0; 
	padding:0; 
	/* font-family: and font-size: will be set in style.php */
	}

h1 em {
        font-style: normal;
        color: #ff9900;
       }




/* I added this */
.g2s   {
       font-style: normal;
       color: #ff9900;
       }

	
a.header:link, a.header:hover, a.header:active, a.header:visited {
	text-decoration: none; 
	/* color: will be set in style.php */
	}
	
p.header { 
	float: left; 
	margin: 0 10px 8px 0px; 
/*         font-size:1.2em; */
        font-size: 1.4em; 
	font-weight: bold; 
        text-transform: lowercase;
	/* color: will be set in style.php */ 
	}

.rss-icon {
	width: 20px; 
	height: 20px; 
	float: right; 
	margin: 10px 0 0 0; /* might be overwritten in style.php */
	}
	
.search-icon {
	width: 20px; 
	height: 20px; 
	/* 	float: right; */
	margin: 0 0 0 0; /* might be overwritten in style.php */
	}
	
.logo-icon {
	margin: 10px 5px 10px 0; /* might be overwritten in style.php */
	padding: 0; 
	border: 0; 
	float: left;
	}

.blogtitle-box {
	float: left;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER IMAGE ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#headerimage-top { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
        margin-top: 15px; 
	padding: 0; 
	width: 100%; 
	background: #fff; 
	border-top: dashed 1px #ffffff; 
/*	border-top: dashed 1px #cccccc;    */
	}
	
#headerimage-bottom { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #fff; 
/*	border-bottom: dashed 1px #cccccc;    */
	border-bottom: dashed 1px #ffffff; 

	}	
	 
/* -------------------------------------------------------------------------------------------------
------------------------------------- BLOCKQUOTES -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */		
	
blockquote {
	height: 1%; 
	color: #555; 
	padding: 1em 1em; 
        background: #dddddd;
	border: solid 1px #e1e1e1;  	/* hack for IE6 and older*/ 
	}
	
blockquote blockquote {
	height: 1%; 
	color: #444; 
	padding: 1em 1em; 
	background: #e1e1e1; 
	border: solid 1px #d3d3d3;  	/* hack for IE6 and older*/ 
	}
	
blockquote p {
/*	margin-top: 0   */
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- FOOTER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
#footer {
	background-color: #fff; 
/*	border-top: dashed 1px #ccc;   */
	border-top: dashed 1px #fff; 
	padding-bottom: 1px;
	}

#footer .inside, #footer .inside a {
	color: #999; 
	font-weight: normal;
	text-align: center;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- PAGE NAVIGATION NEXT/PREVIOUS -------------------------------- 
---------------------------------------------------------------------------------------------------- */

.navigation {
	display: block; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	}
	 
.older {
	float: left; 
	width: 49%; 
	text-align: left; 
	margin:0; 
	padding:0;
	}
	
.newer {
	float:right; 
	width: 49%; 
	text-align: right; 
	margin:0; 
	padding:0; 
	}	

/* -------------------------------------------------------------------------------------------------
------------------------------------- COMMENTS ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

ol.commentlist {
	margin: 15px 0 25px 0;
	list-style-type: none;
	padding: 0;
	border-top: dotted 1px #ccc;
	}
	
ol.commentlist li {
	border-bottom: dotted 1px #ccc;
	padding: 15px 10px;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.alt {
	background-color: #f6f6f6;
	border-bottom: dotted 1px #ccc;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.authorcomment {
	background-color: #ffecec;
	}
		
ol.commentlist li p {
	margin: 2px 0 5px 0;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- FORMS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

form {
	margin: 0; 
	padding: 0; 
	}
	
form p {
	margin: 5px 0 0 0; 
	padding: 0; 
	}
	
label {
	margin-right: 0.5em; 
	font-family: arial;
	cursor: pointer; 
	}

form input {
	color: #000; 
/*	background: #f7f7f7; */
	background: #f7e6c4; 
	padding: 2px; 
	margin:0; 
/*	border: 1px solid #ccc; */
	border: 1px solid #bbb; 
	}
		
.submit input {
	margin-left: 4.5em; 
	color: #000; 
	background: #fff; 
	border: 2px outset #999; 
	height: 18px; 
	padding:0
	}
	
fieldset {
	border: 1px solid #781351; 
	width: 45em; 
	}
	
legend { 
	color: #000; 
	background: #ffb0b3; 
	border: 1px solid #781351; 
	padding: 2px 6px; 
	margin-bottom: 15px; 
	}
	
.comment-textarea{
	width: 96%; 
	padding: 0; 
	margin: 0; 
	}
	
#s {
	width: 75%;
	}

searchfield {
	/*float:left;*/
	position: relative;
	height: 1%; 
	/* width: will be set in style.php */
	} 

/* -------------------------------------------------------------------------------------------------
------------------------------------- TOP MENU BAR ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/* Credits: Dynamic Drive CSS Library 
   URL: http://www.dynamicdrive.com/style/ 
*/

#modernbricksmenu {
        margin-left: 10%;
	padding: 0; 
	width: auto; 
	background: transparent; 
/*	border-bottom: dashed 1px #ccc;    */
/*	border-left: dashed 1px #ccc;      */
	border-bottom: 0; 
	border-left: 0; 
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#modernbricksmenu ul{
	font: bold 0.85em Arial; 
	margin:0; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	}
	
#modernbricksmenu li {
	display: inline; 
	margin: 0; 
	padding: 0; 
	text-transform:lowercase; 
	}
	
#modernbricksmenu li:first-child {
	margin-left: 1px; 
	}
	
#modernbricksmenu a {
	float: left; 
	display: block; 
	color: #666; 
	margin: 0 0 0 0; 		/*Margin between each menu item*/ 
	padding: 5px 10px; 
	text-decoration: none; 
	letter-spacing: 1px;
	background-color: #fff; 
/*	border: dashed 1px #ccc;    */
	border: 0; 
	border-width: 0 1px 0 0
	}
	
#modernbricksmenu a:hover {
	color: #000; 
	background-color: #eee; 
	}
	
#modernbricksmenu li.current_page_item a {
	color: #000; 
	background-color: #ddd; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- GRAVATARS ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

img.avatar {
	float: left; 
	margin: 0 8px 3px 0;
	padding: 3px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image classes ------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.entry img {
	margin: 10px 10px 0 0;
	padding: 5px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

.postmetadata img {
	border: none;
	margin: 0 0 -3px 0;
	padding: 0;
	}
				
img.alignleft {
	float: left; 
	margin: 0 20px 5px 0; 
        border: none;
        background-color: transparent;
	}
	
img.alignright {
	float: right; 
	margin: 0 0 5px 10px; 
        border: none;
        background-color: transparent;
	}

img.aligncenter {
	display: block;
	margin: 10px auto;
	}

.aligncenter, div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}

.alignleft,div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
	}

.alignright, div.alignright {
   	float: right;
   	margin: 10px 0 5px 10px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- IMAGE CAPTION (new in WP 2.6) -------------------------------- 
---------------------------------------------------------------------------------------------------- */
	
.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	padding-top: 4px;
   	margin: 10px 0 0 0;
   	/* optional rounded corners for browsers that support it */
   	-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: 0.8em;
   	line-height: 13px;
   	padding: 2px 4px 5px;
   	margin: 0;
   	color: #666;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- SMILEYS ------------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */
		
img.wp-smiley {
    	float: none;  
    	border: none; 
	margin: 0 1px -1px 1px; 
	padding: 0;
	background: none;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- CALENDAR TABLE ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

#calendar_wrap {
	padding: 0;
	border: solid 1px #ccc;
	}
	
table#wp-calendar caption {
	width: auto;
	background: #eee;
	border: #999;
	padding: 3px;
	margin: 0 auto;
	color: #666;
	}
	
table#wp-calendar {
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-style: solid;
	border-color: #ccc;
	border-collapse: separate;
	background-color: #fff;
	margin: 0 auto;
	}
	
table#wp-calendar th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	background-color: #fff;
	text-align: center;
	}
	
table#wp-calendar td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	background-color: #fff;
	text-align: center;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- CLEARFIX ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {min-width: 0; display: inline-block; /* \*/	display: block; }
* html .clearfix {/* \*/  height: 1%;}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HACKS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clear-columns { 
	/* hide from IE/Mac \*/ padding-bottom: 1px; margin-bottom: -1px;	
	}

.clear-columns {
	clear: both; 
	}
		
* html #page-container { 
	/* \*/ height: 0.1%; position: relative; 
	}
	
* html #middle-column, * html #left-column, * html #right-column, * html #source-order-container {
	/* hide from IE/Mac \*/ overflow: visible; 
	/* hide from IE/Mac \*/ position: relative; 
	}
	
* html #middle-column {
	margin-right: -4px; margin-right/* */: 0; 
	}
	
* html #middle-column .inside { 
	margin-right: 14px; margin-right/* */: 10px;
	}
	
* html #footer { 
	/* hide from IE/Mac \*/ height: 0.1%; height/**/: auto;	 
	}
	
* html #footer .inside {
	margin-top: 0; margin-bottom: 0; margin/* */: 10px; 
	}
	
* html .inside {
	margin: 10px 0.75em; margin/* */: 10px; 
	}

* html #inner-column-container {
	display: block; 
	}
	
* html #source-order-container {
	margin-right: -100%; /* \*/ margin-right: -1px; 
	}

.boxright {
	float:right; 
	width: 30%;
	padding: 10px; 
	margin: 10px 5px 10px 25px; 
	background: #ccf; 
	border: 1px solid #ccc; 
        font-style: italic;
	}


.boxright2 {
	float:right; 
	width: 45%;
	padding: 10px; 
	margin-top: 10px;
	margin-bottom: 10px; 
/*	background: #ccf; 
	border: 1px solid #ccc; */
        font-weight: bold;
        font-style: italic;
	}

.boxwide {
        padding: 0 10px 15px 10px; 
	margin: 20px 0 10px 0; 
	background: #ccf; 
	border: 1px solid #ccc; 
        font-style: italic;
	}


.boxblue {
        padding: 15px 15px 25px 15px; 
	margin: 10px 0 0 0; 
	background: #ccf; 
	border: none; 
	}

.boxoutline {
        padding: 15px 15px 25px 15px; 
	margin: 10px 0 0 0; 
	background: transparent; 
	border: 1px dotted #23f; 
	}

.boxlarge {
        padding: 20px 20px 25px 20px; 
	margin: 15px 0 15px 0; 
	background: #ccf; 
	font-size: 130%;
        font-weight: bold;
        text-align: center;
	}

/* .homeframe {
        padding: 2px 30px 10px 0; 
	background: #fff; 
	border: 1px solid #fff;
	} */

.largecentre {
        padding: 10px; 
	margin: 0 0 15px 0; 
	font-size: 130%;
        font-weight: bold;
        text-align: center;
        background-color: transparent;
	}

.homeital {
	margin: 20px 0 20px 0;
        font-style: italic;
        font-weight: bold;
        text-align: left;
        background-color: transparent;
	}

.blockh1 {
        width: 550px;
        margin-top: 30px;
        padding: 10px 30px;
	background-color: transparent;
/*        border: 1px solid #f7e6c4; */
        border: 1px dashed #ff9900;
        }

.blockh2 {
        width: 580px;
        margin-top: 30px;
        margin-left: 0px;
        color: #666;
        background-color: transparent;
        }

.blockb {
        width: 580px;
        margin-top: 30px;
        margin-left: 0px;
        background-color: transparent;
        }

.blockh3 {
        width: 650px;
        margin-top: 30px;
        margin-left: 0px;
        background-color: transparent;
        }

.blockh3 ul li ul {
        margin-top: 10px;
	list-style-type: none;
        }

.blockh {
        width: 530px;
        margin-top: 30px;
        margin-left: 50px;
        background-color: transparent;
        }

.blocka {
        width: 580px;
        margin-top: 30px;
        margin-left: 0px;
        background-color: transparent;
        }

.bigger {
        font-size: 130%;
        font-weight: bold;
        width: 500px;
        background-color: transparent;
        }

.bigger2 {
        font-size: 130%;
        font-weight: bold;
        width: 500px;
        color: #666;
        background-color: transparent;
        }

.bigfoot {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 110px;
        font-size: 140%;
        line-height: 25px;
        width: 500px;
        color: #ff9900;
        background-color: transparent;
        }

.stage {
        padding: 20px 0 20px 0; 
        background-color: transparent;
	}

.space {
        padding: 20px 0 0 0;
        background-color: transparent; 
	}

.highlight {
        background-color: transparent;
        background-image: url(http://www.graduate2success.co.uk/wordpress/wp-content/uploads/2009/01/hi3.gif);
        background-repeat: no-repeat;
/*      border: 1px solid #ff6600;*/
        padding: 3px 10px 10px 15px;
        margin: 10px 20px 20px 20px;
        width: 480px;
           }

.morespace {
        margin: 10px 0 10px 0;
        background-color: transparent;
            }

.twicemorespace {
        margin: 20px 0 20px 0;
        background-color: transparent;
            }

.breadcrumbs {
        font-size: 75%;
        color: #666;
        text-transform: lowercase;
        background-color: transparent;
            }

.red {
        color: red;
        padding: 10px;
        }

.gold em {
        color: #ff9900;
        font-style: normal;
        }



.testim1 {
        width: 340px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 50px;
        margin-left: 300px;
        font-size: 90%;
        line-height: 15px;
        float: right;  
        background-color: transparent;
        }

.testim2 {
        width: 360px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 370px;
        font-size: 90%;
        font-weight: bold;
        line-height: 15px;
        background-color: transparent;
        }

.testim {
        width: 340px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 200px;
        font-size: 90%;
        font-weight: bold;
        line-height: 15px;
        background-color: transparent;
        }

.tquote {
        width: 90%;
	padding: 1em 1em;
        margin-bottom: 1em; 
        background-color: #eeddbb;
	}
	

.biggold {
        width: 500px;
        margin-left: 0px;
        margin-bottom: 20px;
        font-size: 300%;
        line-height: 50px;
        color: #ff9900;
        background-color: transparent;
}

.orangebox {
        border: 1px solid #ff9900;
        padding: 5px 10px 12px 10px;
        margin: 10px 0 10px 5px;
        width: 456px;
        background-color: transparent;
        }

.small {
        font-size: 85%;
        margin: 10px 0 10px 0;
        background-color: transparent;
        }

.largerlist {
        font-size: 125%;
        line-height: 150%;
        background-color: transparent;
        }

.ebookintro {
        background-color: #ccccff;
        border: 1px solid blue;
        padding: 20px 40px 40px 40px;
        margin: 10px 0 10px 0;
        }

.inset {
        margin-left: 100px;
        background-color: transparent;
        }



.buybutton {
        margin: 0 0 0 0;
        }

.buybutton img {
        background-color: white;
        border: none;
        }

.buybutton input {
        background-color: white;
        border: none;
        }

.buybutton2 {
        margin: 0 0 0 0;
        }

.buybutton2 img {
        background-color: white;
        border: none;
        }

.buybutton2 input {
        background-color: white;
        border: none;
        }

/*.test {
        font-size: 105%;
        line-height: 1.4em;
        padding-right: 30px;
        border-right: 1px solid #ccf;
       } */

.qbox  {
        background-color: transparent;
        border: none;
        width: 475px;
        }

.qbox img {
        background-color: transparent;
        border: none;
        margin-left: 20px;
        float: right;
        }



.qbox1  {
        background-color: transparent;
        border: none;
 
        }

.qbox1 img {
        background-color: transparent;
        border: none;
        margin-right: 20px;
        float: left;
        }

.hpage {
       background-image: url(http://www.graduate2success.co.uk/wordpress/wp-content/uploads/2009/01/boygrey.gif);
       background-repeat: no-repeat;
       background-position:   100% 25%;
       background-color: transparent;
        }



.boxleft {
        width: 42%;
        float: left;
        padding: 10px 20px 20px 10px;
	margin-top: 20px;
        margin-right: 0;
        margin-bottom: 0; 
	background-color: #ccf; 
	border: 1px solid #ccc; 
        font-style: italic;
	}


.boxfront {
        width: 550px;
        float: left;
        padding: 10px 20px 20px 10px;
	margin-top: 20px;
        margin-right: 0;
        margin-bottom: 0; 
	background-color: #ccf; 
	border: 1px solid #ccc; 
        font-style: italic;
	}


.obox {
        width: 68%;
        float: left;
        padding: 10px 20px 20px 10px;
	margin-top: 20px;
        margin-right: 0;
        margin-bottom: 0; 
	background-color: #f7e6c4; 
	border: 1px solid #bbb; 
        font-style: italic;
	}

.obox a:hover  {
        text-decoration: none;
	}

.bluebox {
        width: 68%;
        float: left;
        padding: 15px;
	margin-top: 20px;
        margin-right: 0;
        margin-bottom: 0; 
	background-color: white; 
	border: 1px solid #99aaff; 
        text-align: center;
        font-style: normal;
	}

.bluebox a:hover {
        text-decoration: none;
	}


.rec-link {
        width: 70%;
        float: left;
        margin-top: 20px;
        }

.wu1   {
       background-image: url(http://www.graduate2success.co.uk/wordpress/wp-content/uploads/2009/01/grads1.jpg);
       background-repeat: no-repeat;
       background-position:   50% 100%;
       width: 42%;
       float: right;
       background-color: #ddd;
       padding: 10px 40px 20px 20px;
       margin: 2px 0 2px 0;
/*     margin-left: 10px;
       margin-bottom: 2px;
       margin-right: 10px; */
        }


.wu2   {
       width: 42%;
       float: left;
       background-color: #fdb;
       padding: 10px 20px 20px 20px;
       margin: 2px 0 2px 0;
/*     margin-bottom: 2px;
       margin-right: 0px;  */
        }



.wu   {
       width: 100%;
/*     padding:  5px; */
       margin-top: 10px;
       background-color: transparent;
       }


.narrower   {
       width: 70%;
       background-color: transparent;
       }

.narrower1   {
       width: 55%;
       background-color: transparent;
       }

.narrower2   {
       width: 90%;
       background-color: transparent;
       }


.footmenu {
       margin-left: 16px;
       }

#bkdrotate { 
       background: url("http://www.graduate2success.co.uk/wordpress/wp-content/uploads/2009/01/backgrounds/rotate.php"); 
       background-repeat: no-repeat;
       background-position:   0% 0%;
       background-color: transparent;
       }

#girl { 
       background: url("http://www.graduate2success.co.uk/gr2simages/studentgirlz.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 0%;
       background-color: transparent;
       }


#asian { 
       background: url("http://www.graduate2success.co.uk/gr2simages/AsianFade.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 0%;
       background-color: transparent;
       }

#asian2 { 
       background: url("http://www.graduate2success.co.uk/gr2simages/Asiansmall4.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 100%;
       background-color: transparent;
       }

#boyblue { 
       width: 100%;
       background: url("http://www.graduate2success.co.uk/gr2simages/BoyBlueFadez.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 0%;
       background-color: transparent;
       }

#boyblue2 { 
       background: url("http://www.graduate2success.co.uk/gr2simages/BoyBlue34Fade2.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 0%;
       background-color: transparent;
       }


#blondegirl { 
       width: 100%;
       background: url("http://www.graduate2success.co.uk/gr2simages/BlondeGirl5BigFade.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 0%;
       background-color: transparent;
       }

#happygirl { 
       width: 100%;
       background: url("http://www.graduate2success.co.uk/gr2simages/HappyGirlz2.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 0%;
       background-color: transparent;
       }

#thumbsup { 
       width: 100%;
       background: url("http://www.graduate2success.co.uk/gr2simages/ThumbsUpBFRev.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 0%;
       background-color: transparent;
       }

#thumbsup1 { 
       width: 100%;
       background: url("http://www.graduate2success.co.uk/gr2simages/ThumbsUp1.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 0%;
       background-color: transparent;
       }

#darkhair { 
       width: 100%;
       background: url("http://www.graduate2success.co.uk/gr2simages/DarkHairedGirlz.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 20%;
       background-color: transparent;
       }

#ogirl { 
       width: 100%;
       background: url("http://www.graduate2success.co.uk/gr2simages/OrientalGirlz.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 10%;
       background-color: transparent;
       }


#iguy { 
       width: 100%;
       background: url("http://www.graduate2success.co.uk/gr2simages/IndianGuyz4.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 0%;
       background-color: transparent;
       }



#greenshirt { 
       width: 100%;
       background: url("http://www.graduate2success.co.uk/gr2simages/GreenShirtz.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 0%;
       background-color: transparent;
       }


#blackgirl { 
       width: 100%;
       background: url("http://www.graduate2success.co.uk/gr2simages/BlackGirlz2.jpg"); 
       background-repeat: no-repeat;
       background-position:  100% 100%;
       background-color: transparent;
       }


/* #left-column .inside .dynmenu {
        display: none;
        } */

#left-column .inside .dynmenu ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto; 
	}   
	
#left-column .inside .dynmenu ul li {
        margin: 2px 0 2px 0;
        background-color: #ffffff;
/*      background-color: #ddddff;  */
	}



#left-column .inside .dynmenu ul li a {
	text-decoration: none; 
	font-weight: normal;
	/* color: will be set in style.php */ 
 	padding: 0 0 0 5px; 
	/* border-left: will be set in style.php */ 
	display: inline-block; 
	} 

#left-column .inside .dynmenu .corecolour ul li a {
	font-weight: bold;
	color: #336699;
	display: inline-block; 
	} 



	
#left-column .inside .dynmenu li ul li {
	margin: 2px 0 2px 10px; 
        background-color: #ffffff;
        display: block;
	}

/* #left-column .inside .dynmenu .corecolour li ul li a {
	margin: 2px 0 2px 10px; 
	font-weight: normal;
	color: #336699;
        background-color: #ffffff;
        display: block;
	}  */

#left-column .inside .dynmenu .corecolour li ul li a {
	font-weight: normal;
	color: #336699;
        background-color: #ffffff;
        display: block;
	}



#left-column .inside .dynmenu li ul {
        display: none;
	}


	
#left-column .inside .dynmenu ul li a:hover {  
	/* color: will be set in style.php */ 
	/* border-left: will be set in style.php */
        background-color: #ffffff;        
 	/* background-color: #ccccff; */
	}

#left-column .inside .dynmenu .corecolour ul li a:hover {  
        color: #ff9900;
        background-color: #ffffff;        
	}
 
#left-column .inside .dynmenu li:hover ul, #left-column .inside .dynmenu li.over ul { 
        background-color: #ffffff;
	display: block; 
        }

#left-column .inside .dynmenu li.current_page_item a {
	color: #000; 
	}

<#left-column .inside .dynmenu ul id="nav">

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace»
	(" over", "");
   }
   }
  }
 }
}
window.onload=startList;
