/* essayzone style3 - no columns 
***********************************************/
body {
	text-align: center;
	color: #555; 
  font-weight: 100;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f8f7ff;
}

/* start links */
a:link {color: #0066ff; text-decoration: none; border-bottom: dotted 1px #0066ff;}
a:visited {text-decoration: none; border-bottom: dotted 1px;}
a:hover {color: #0066ff; text-decoration: none; border: none; outline: none; border-bottom: solid 1px;} 
a:active {color: #ff6600; text-decoration: none; border: none; outline: none; border-bottom: solid 1px;} 

/* Always  show vertical scrollbar */
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

/*  cross browser presentation */
html, body, h1, h2, h3, ul, li, select, input, form, div {
	margin: 0;
	padding: 0;
}

/* start header section 
***********************************************/
#toplinks {
/* adjust position of top nav bar */
	height: 17px;
/* adjust position of top nav bar */
  width: 960px;
	margin: 0 auto;
}

#toplinks a {
	margin-left: 1em;
	float: right;
}

#header {
/* adjust position of top nav bar */
	height: 35px;
/* adjust position of top nav bar */
	font-size: 13px;
	width: 960px;
	margin: 0 auto;
/* adjust position of header area */	
	padding-top: 1.3em;
	padding-top: 2em;
/* adjust position of header area */
}

#header .navigation {
  float: left;
	display: inline;
}

#header li {
	display: inline;
}
	
/* essayzone logo */
#essayzone  {
  display: block;
	float: left;
	background:url(../images/e5.png) no-repeat;
	margin-top: -16px;
	padding: 0;
	width: 312px;
	height: 43px;
  outline: none;
  border: none;

}

#tagline {
   position: relative;
   height: auto;
   width: auto;
   top: 36px;
	 right: 18px;
	 color: #6699FF; 
	 font-size: 11px;
}

#leftgreyline {
   position: relative;
   height: auto;
   width: 31px;
	 left: 5px;
   top: 30px;
border-top: 1px solid #6699FF;
display: block;
}
#rightgreyline {
   position: relative;
   height: auto;
   width: 65px;
   left: 241px;
   top: 29px;
border-top: 1px solid #6699FF;
display: block;
}

/* welcome sign register position */
.welcome {
  clear: left;
	position: relative;
	margin-left: 178px;
	margin-left: 163px;
	margin-top: -11px;
	padding: 0;
}

#right {
float: right;
margin-top: -11px;
}

#right li {
margin-left: 1em;
}
/* aligns change, forgot and admin links to the right */	


/* end header section 
*****************************************/


/* start top navigation bar 
*****************************************/
#topbar {
	height: 22px;
	width: 960px;
	border: 1px solid transparent;
	margin-right: auto;
	margin-left: auto;
/* adjust between top navigation bar and logo and welcome message*/
	margin-top: 0.1em;
/* adjust between top navigation bar and logo and welcome message*/
/* adjust position of columns below top navigation bar */
	margin-bottom: 8px;
/* adjust position of columns below top navigation bar */
}

/*
#topbar li {
	display: inline;
}*/
/*
#topbar li {
	float: left;
}
*/

ul#menu {
	margin: 0!important;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	height: 32px;
	width: 960px;
	background-color: #6699FF;
	font-size: 14px;
	font-weight: bold;
}

ul#menu li {
  float: left;
	text-align: center;
	border-left: 1px solid #fff;
	height: 14px;
	margin-top: 9px;
}

ul#menu li a {
  line-height: 14px;  /*makes the nav bar thinner */
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 2px 47px 4px;	
	margin: -4px 6px 5px;
	border: 1px solid transparent;
}

ul#menu li#home a {
  border-left: 1px solid transparent;
	padding: 2px 55px 4px;	
}

ul#menu li#noleftborder a {
	padding: 2px 55px 4px;		
}

ul#menu li#home {
  border-left: 1px solid transparent;
}

ul#menu li#noleftborder {
  border-left: 1px solid transparent;
}



ul#menu li#home a {
	margin-left: 6px;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #330099;
  border-radius: 5px;
}

ul#menu li a:hover {
  text-decoration: none;
	border: 1px solid #fff;
	background-color: #330099;
  border-radius: 5px;
}

ul#menu li#youarehere a {
  text-decoration: none;
	border: 1px solid #fff;
	background-color: #330099;
  border-radius: 5px;
}
/* end top navigation bar 
**************************************/



/* start three main columns 
**************************************/
#wrapper {
	width: 960px;
	padding: 10px 10px 0;
	margin: 0 auto;
	height: auto;
	text-align: left;
	border: 1px solid transparent;
	clear: both;
}

#container {
	padding: 0;
	margin: 0;
	width: auto;
}

/*  start content */
#content {
	border: 1px solid #E0EBFF;
	background-color: #fff;
	margin: 0 0 10px;
	padding: 10px;
	width: 938px;
/* adjust height of three columns */
	height: auto;
/* adjust height of three columns */
}

p.locationpath {
	padding: 0;
	margin-top: -4px;
	font-size: 13px;
}
/* start headings */
h1 {
	color: #aaa; 	
	font-size: 34px;
	font-weight: 100;
	margin-bottom: 0.5em;
}

h2 {
	color: #666;
	font-weight: 100;
	font-size: 20px;
}

h3 {
	color: #666;
	font-size: 20px;
	font-weight: 100;
}
/* end headings */

.field_check {
padding-right: 0.5em;
vertical-align: text-top;
}

p.vlarge {
	padding: 0em;
}

.bold {
	background-color: transparent;
	font-weight: 600;
}

/*  centre bulleted list content */
ul.vlarge {
	list-style-type: disc;
	padding: 0.6em 0 1em 1.1em;
	margin-left: 0;
	line-height: 1.5;
}
/*  centre bulleted list content */

/*  centre numbered list content */
ol.vlarge {
	padding: 0.6em 0 1em 2em;
	margin-left: 0;
	line-height: 1.5;
}
/*  centre numbered list content */

/*  start essay styling */
p.larger {font-size: 1.1em;
				 	margin-bottom: 0;
					padding-bottom: 0;
}

/* keeps grey box around content on site map page ! dont know why!*/
.clearer {
	font-size: 0;
	line-height: 0;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	width: auto;
}
/* keeps grey box around content */

/* end of main section 
*********************************************/

/* start footer
*********************************************/
#footer { 
	height: 80px;
	padding: 10px 0 0;
	text-align: center;
	border-top: 3px solid #6699FF;
	font-size: 13px;
}

#footer a:visited, #footer a:link, #footer a:hover, #footer a:active {
	margin: 0.3em 0;
}

/* essayzone.co.uk © 2011 - this text floats to the left */
#footer #left {
  float: left;
	color: #999;
}

/* floats footer links to the right eg About us | Copyright ownership | Avoid plagiarism etc. */
#footer #flright {
  float: right;
}


#accepted {
	padding-bottom: 0.3em;
}
/* end footer
****************************************/	
	
	
/* start text styling */
p {	line-height: 1.5;
		margin-top: 0.7em;
	 	padding-top: 0;
}
/* end text styling */

/* START Styling of forms
***********************************************/

/* creates wider form elements (eg on add_essay.php) */
form.wider {
		width: 100%;
}

fieldset.wider {
		border: 1px dotted #ddd;
		width: 800px;
		padding: 1em;
		background-color: #eee;
}

textarea.wider {
		width: 760px;
    background-color: #ccc;
}

input.smaller {
background-color: #ccc;
width: 20%;
}
/* creates wider form elements (eg on add_essay.php) */

fieldset {
		border: 1px dotted #ddd;
		width: 400px;
		padding: 1em;
		background-color: #eee;
}

input {
background-color: #ccc;
width: 50%;
}

textarea {
background-color: #ccc;
width: 50%;
}

fieldset div {
		clear: left;
		margin: 0;
		padding: 0;
}

fieldset div label {
		float: left;
		width: 40%;
}
/*
input.btn {
    width: 20%;
		padding: 4px 8px;
		background-color: #ff6600;
		background-image: url(../images/orange-button.jpg);
	  background-repeat: repeat-x;
	  background-position: bottom;
		color: #fff;
		font-weight: bold;
		margin: 4px 0 12px;
		font-size: 14px;
		text-decoration: none;
	  border-top: 1px solid #fff;
		border-left: 1px solid #fff;
    border-bottom: 1px solid #717171;
    border-right: 1px solid #717171;
}

input.btn:hover {
    color: #fff;
		cursor: pointer;
}

input.btn:active {
    color: #fff;
		cursor: pointer;
		margin: 4px 0 12px;
		padding: 5px 8px 3px;
		border-top: 1px solid #717171;
		border-left: 1px solid #717171;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}


*/
input.btn, input.btn:visited {
    width: 115px;
		width: 100px;
		padding: 4px 8px;
		height: 36px;
		color: #fff;
		font-size: 17px;
		font-weight: bold;
		background-color: #ff6600;
		
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
    border-radius: 5px; 
		margin: 4px 0 20px; 
	  border: none;
		outline: none;
		/*border: 3px solid #000;*/
		text-decoration: none;
}

input.btn:hover {
		cursor: pointer;
		background-color: #FF9900;
		outline: none;
  border: none;
}

input.btn:active {
		cursor: pointer;
		margin: 4px 0 20px; 
		background-color: #ff6600;
		outline: none;
  border: none;
	}
	

	
p.success {
	color: #3366ff;
	font-weight: bold;
}


p.error {
	color: #ff3300;
	font-weight: bold;
}
	
fieldset div label {
		float: left;
		width: 40%;
}
	
/* larger text area for confirm new password text */
.large div label {
		float: left;
		width: 48%;
}
/* larger text area for confirm new password text */


/* bulleted list */
.blist {
	list-style-type: disc;
	padding-left: 1em;
	margin-left: 0;
}
/* bulleted list */

#forgotpassword{
float: right;
font-size: 13px;
margin: -10px 37px 0 0;
}

/* END Styling of forms
***********************************************/


/* Start site map page
****************************************/
#smwrapper {
width: 100%;
float: left;
margin-right: -230px;
margin-bottom: 30px;
}

#smcontent {
margin-right: 220px;
}

#smleft {
float: left;
width: 200px;
padding: 0 160px 0 0;
}

#smright {
float: right;
width: 200px;
padding: 0 10px;
}

#smmiddle {
margin-left: 220px;
}

#smwrapper li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}

#smright li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
/* End site map page
***********************************************/


/* Start access page
***********************************************/
#right1 {
 margin-left: 3em;
 margin-right: 2em;
}

#number1 {
float: left;
}

img.num1 {
  padding-top: 0.2em;
}

#right2 {
 margin-left: 3em;
 margin-right: 2em;
}

#number2 {
float: left;
}

img.num2 {
  padding-top: 0.2em;
}

#right3 {
 margin-left: 3em;
 margin-right: 2em;
}

#number3 {
float: left;
}

img.num3 {
  padding-top: 0.2em;
}


/* Start help (FAQ) page
***********************************************/
.logoimage {
  float: right;
	margin-top: 60px;
	margin-right: 10px;
	}
	
	.moreInfo
{
	padding: 2px;
}

.toggle {
	color: #0066ff;
	cursor: pointer;
	border-bottom: dotted 1px #0066ff;
}

.orange {
color: #ff6600;
}



