/*  
Theme Name: TechPro
Theme URI: http://www.techproevents.co.uk/
Description: Custom Theme for <a href="http://www.techproevents.co.uk/">TechPro Event</a> by <a href="http://www.barques.co.uk">Barques</a>.
Version: 1.0
Author: David Elliott
Author URI: http://www.barques.co.uk

*/


@charset "UTF-8";

/* RESET CODE */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align: baseline;
}
body {
	margin: 0;
	padding: 0;
	background-color: #1C9FD8;
	background-position: center top;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET CODE */

/* GENERAL
-------------------------------------------------------------------------------------------- */



body  {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background: #000000; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-repeat: no-repeat;
}
.thrColFixHdr #container {
	width: 950px; /* this overrides the text-align: center on the body element. */
	margin: 0 auto !important; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;	
} 

/* END GENERAL */

/* HEADERS
-------------------------------------------------------------------------------------------- */
.thrColFixHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:120px;
	background-image: url(images/techProLogo.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
} 


.thrColFixHdr #subheader {
	text-align: center;
	margin-bottom: 20px;
	background-image: url(images/techheader2.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 110px;
} 
.thrColFixHdr #subheader h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 65px;
	font-weight: lighter;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #othersubheader {
	text-align: center;
	margin-bottom: 20px;
	background-image: url(images/techheader2.jpg);
	height: 110px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
} 
.thrColFixHdr #othersubheader h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 65px;
	font-weight: lighter;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #othersubheader2 {
	text-align: center;
	margin-bottom: 10px;
	background-image: url(images/techheader2.jpg);
	height: 110px;
	padding-right: 10px;
	padding-left: 10px;
} 
.thrColFixHdr #othersubheader2 h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 65px;
	font-weight: lighter;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* END HEADERS */

/* MENU
-------------------------------------------------------------------------------------------- */
.thrColFixHdr #header #menu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 400px;
	padding: 0px;
}
.thrColFixHdr #header #menu ul {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
	text-transform: capitalize;
} 

.thrColFixHdr #header #menu ul li {
	float:left;	
} 
.thrColFixHdr #header #menu ul li a {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	text-align: center;
	padding: 6px;
} 
.thrColFixHdr #header #menu ul li a:hover{
	color:#000000;
	background-color: #FFFFFF;
}

.thrColFixHdr #header #menu ul li.current_page_item a{
	color:#000000;
	background-color: #FFFFFF;
}
.thrColFixHdr #header #menu ul li.current_page_item a:hover{
	color:#FFFFFF;
	background-color: #000000;
}

 
/* END MENU */

/* SIDEBAR
-------------------------------------------------------------------------------------------- */
.thrColFixHdr #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 192px;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 9px;
}
.thrColFixHdr #sidebarLeft img {
	margin-bottom: 5px;
	border: 1px solid #993366;	
}
.thrColFixHdr #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.thrColFixHdr #sidebarRight h3 {
	font-size: 11px !important;
	text-transform: uppercase;
	padding: 5px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


/* Categories 
-------------------------------------------------------------------------------------------- */

.thrColFixHdr #sidebarRight ul {
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	list-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
 }

.thrColFixHdr #sidebarRight ul li {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
 }

.thrColFixHdr #sidebarRight ul li a { 
text-decoration: none; 
}


.thrColFixHdr #sidebarRight ul li a{
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	}
	
.thrColFixHdr #sidebarRight ul li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
}

.thrColFixHdr #sidebarRight ul li.cat-item ul.children li.cat-item ul.children{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	display: block;
}
.thrColFixHdr #sidebarRight ul li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}

.thrColFixHdr #sidebarRight ul li.cat-item ul.children li.cat-item ul.children li.cat-item {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
}

.thrColFixHdr #sidebarRight ul li.cat-item a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.thrColFixHdr #sidebarRight ul li.cat-item a:hover {
	color:#993366;
	text-decoration:none;	
}

.thrColFixHdr #sidebarRight ul li.current-cat{
	color:#FFFFFF;
	background-color:#F3C0C0;
	font-size: 10px;
	font-weight: normal;
	}
	
.thrColFixHdr #sidebarRight ul li.current-cat-parent {
	color:#666666;
	background-color:#F3C0C0;
	font-size: 11px;
	}
.thrColFixHdr #sidebarRight ul li.current-cat a{
	color:#333333;
	font-weight: bold;
	}
	
.thrColFixHdr #sidebarRight ul li.cat-item ul.children a{
	color:#333333;
	font-size: 11px;
	}
#sidebarRight ul li.cat-item ul.children a:hover{
	color:#ad003c;
	}
.thrColFixHdr #sidebarRight ul li.current-cat-parent  li.current-cat a{
	color:#333333;
	}
	
.thrColFixHdr #sidebarRight ul li.current-cat-parent  li.current-cat a:hover{
	color:#ad003c;
	}





.thrColFixHdr #equipBox {
	float: right; /* since this element is floated, a width must be given */
	width: 390px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.thrColFixHdr #equipBox img {
	margin-bottom: 10px;
	border: 1px solid #852053;	
}
.thrColFixHdr #equipBox img a{

	border: 1px solid #852053;	
}
.thrColFixHdr #equipBox img a:hover{

	border: 1px solid #ffffff;	
}
.thrColFixHdr #sidebarLeft p, .thrColFixHdr #sidebarRight p {
	font-size: 11px;
	padding-bottom: 5px;
}
.thrColFixHdr #sidebarLeft #picBox h4 a , .thrColFixHdr #sidebarRight #picBox h4 a{
	font-size: 11px;
	text-transform: uppercase;
	background-image: url(images/clr-bg.png);
	padding: 5px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.thrColFixHdr #sidebarLeft #picBox h4 a:hover , .thrColFixHdr #sidebarRight #picBox h4 a:hover{
	background-color:#FFFFFF;
	color: #000000;
	text-decoration: none;
	
}
.thrColFixHdr #sidebarLeft #picBox, .thrColFixHdr #sidebarRight #picBox {
	width:190px;
	height:80px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	border: 1px solid #993366;
}
.thrColFixHdr #sidebarLeft h4 a {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	!margin-left: 0px;
	_margin-left: 0px;
	background-color: #993366;
	width: 182px;
	display: block;
	!width: 192px; /* IE7  */
	_width: 192px;
	padding: 5px;
}

.thrColFixHdr #sidebarRight h4 a {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	!margin-left: 0px;
	_margin-left: 0px;
	background-color: #993366;
	width: 182px;
	display: block;
	!width: 190px; /* IE7  */
	_width: 190px;
	padding: 5px;
}

.thrColFixHdr #sidebarLeft h4 a:hover , .thrColFixHdr #sidebarRight h4 a:hover{
	background-color:#FFFFFF;
	color: #000000;
	text-decoration: none;
	
}


.thrColFixHdr #sidebarLeft h3, .thrColFixHdr #sidebarRight h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: lighter;
	padding: 5px;
	background-color: #993366;
}


/* END SIDEBAR */

/* MAIN
-------------------------------------------------------------------------------------------- */
#listbox {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#equipbox2 {
	margin-bottom: 10px;
	background-color: #333333;
	display: block;
	width: 205px;
	height: 210px;
	padding: 5px;
	margin-right: 8px;
	float: left;
	margin-left: 8px;
	!margin-left: 15px; /* IE7  */
	_margin-left: 15px;
	!margin-right: 15px; /* IE7  */
	_margin-right: 15px;
}


#listbox #picture {
	margin-bottom: 10px;
	float: right;
	padding: 1px;
	text-align: right;
	margin-right: 5px;
}
#listbox #picture img{
	border: 1px solid #993366;
}
#equipbox2 #picture {
	background-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thrColFixHdr #equiplistContent #equipbox2 h4 a {
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	background-color: #993366;
	display: block;
	text-decoration: none;
	padding: 5px;
} 

.thrColFixHdr #equiplistContent #equipbox2 h4 a:hover {
	color: #999999;
	background-color: #FFFFFF;	
} 
#listbox #listboxtext {
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	width: 500px;
	background-color: #000000;
	margin-left: 5px;
}

.thrColFixHdr #mainText #listbox h3 a {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: lighter;
	background-color: #993366;
	display: block;
	text-decoration: none;
	padding: 8px;
} 

.thrColFixHdr #mainText #listbox h3 a:hover {
	
	color: #000000;
	background-color: #FFFFFF;
	
} 

.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 225px;
	margin-bottom: 0px;
	margin-left: 225px;
	padding: 10px;
	background-color: #000000;
} 
.thrColFixHdr #blogContent {
	margin-top: 0px;
	margin-right: 125px;
	margin-bottom: 0px;
	margin-left: 125px;
	padding: 10px;
	background-color: #000000;
} 

.thrColFixHdr #equiplistContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	text-align: left;
}
.thrColFixHdr #otherContent {
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	padding: 10px;
	margin-left: 80px;
} 
.thrColFixHdr #wideRContent {
	margin-top: 0px;
	margin-right: 425px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #000000;
}
.thrColFixHdr #listContent {
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	padding: 2px;
	margin-left: 100px;
}

.thrColFixHdr #equiplistContent h1 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #ffffff;
	background-color: #993366;
}

.thrColFixHdr #mainText p {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px;
	background-color: #000000;
	margin: 0px;
}
.thrColFixHdr #mainText ul {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 30px;
	list-style-type: disc;
	background-color: #000000;
	display: block;
}

.thrColFixHdr #mainText  a {
	color: #993366;
	font-weight: bold;
}
.thrColFixHdr #mainText  a:hover {
	text-decoration:none;
	font-weight: bold;
}

.thrColFixHdr #mainText h1 {
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	padding: 8px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	background-color: #993366;
	display: block;
} 
.thrColFixHdr #mainText h1 a {
	color: #FFFFFF;
	text-decoration: none;
} 
.thrColFixHdr #mainText h1 a:hover {
	color: #000000;
	text-decoration: none;
} 

.thrColFixHdr #mainText h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: lighter;
	padding: 5px;
	display: block;
} 

.thrColFixHdr #mainText h3 {
	font-size: 15px;
	text-transform: uppercase;
	color: #993366;
	font-weight: lighter;
	text-decoration:none;
	display: block;
	line-height: 18px;
	margin: 0px;
	padding: 5px;
} 
 
/* END MAIN */

/* FOOTER
-------------------------------------------------------------------------------------------- */
.thrColFixHdr #footer {
	font-size: 10px;
	text-transform: uppercase;
	background-color: #000000;
	padding: 5px;
	color: #999999;
	margin-top: 10px;
	height: 15px;
} 
.thrColFixHdr #footer p {
	margin: 0px;
	display: block;
}

.thrColFixHdr #footer a {
	color: #999999;
} 
.thrColFixHdr #footer a:hover {
	color: #ffffff;
} 
/* END FOOTER */

/* MISC
-------------------------------------------------------------------------------------------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* END MISC */
/* Meta
--------------------------------------------------------- */

#meta{
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
} 
#meta a{
	color: #FFA007;
} 

#meta a:hover{
	color: #FFFFFF;
} 
.breadcrumbs {
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.breadcrumbs a{
	color: #CCCCCC;
} 

.breadcrumbs a:hover{
	color: #000000;
} 


.searchmeta {
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #0060cc;
	display: block;
	text-transform: uppercase;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0060cc;
	padding: 10px;
} 
.searchmeta a{
	color: #0060cc;
} 

.searchmeta a:hover{
	color: #000000;
}
.sociable {
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #333333;
}
.sociable_tagline {
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 10px;
	color: #CCCCCC;
	display: block;
	text-transform: uppercase;
	padding-bottom: 10px;
	
}

#back a:hover{
	color:#000000;
	background-color: #FFFFFF;
	
}
#back a{
	color:#FFFFFF;
	background-color: #000000;
	display:block;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 12px;
	width: 50px;
	margin-top: 10px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

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

.wp-caption {
	text-align: center;
	background-color: #993366;
	padding-top: 5px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;


}

.thrColFixHdr #otherContent  .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	margin: 0;
	color:#FFFFFF;
	background-color: #993366;
}
.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #993366;
	}
/* End Captions */
#navigation{
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #993366;
	border-bottom-color: #993366;
}
.breadcrumbsright {
float:right;
}
#navigation .next { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	color: #993366;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#navigation .prev { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	color: #0060cc;
}

#navigation .next a {
	color: #993366;
	font-weight: bold;
	text-decoration: none;
}
#navigation .next a:hover {
	color: #FFFFFF;
}
#navigation .prev { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
#navigation .prev a {
	color: #0060cc;
	font-weight: bold;
}
#navigation .prev a:hover { 
	color: #c0d824;
}
