/* 
-----------------------------------------
Shakespeare Survey Online minisite CSS
ARM, 30 Mar 2007
-----------------------------------------
*/

body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, Sans-serif;
color: #000;		
font-size: 70%;
background: #B99765;
}

ol {
margin: 0;
padding: 0;
}

ul {
margin: 0;
padding: 0;
}

li {
margin: 0;
padding: 0;
}

img {
border: none;
}

/* 
--------------------------------------
standard link styles
--------------------------------------
*/

a {
color: #000;
text-decoration: underline;
}

a:link {
color: #000;
text-decoration: underline;
}

a:visited {
color: #000;
text-decoration: underline;
}

a:hover {
color: #000;
text-decoration: none;
}

a:active {
color: #000;
text-decoration: underline;
}

/* 
--------------------------------------
block
--------------------------------------
*/

#block {
position: absolute;
top: 0;
left: 0;
}

/* 
--------------------------------------
skip to content link
--------------------------------------
*/

#skip {
display: none;
}

/* 
--------------------------------------
branded header
--------------------------------------
*/

#brand {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/shakespeare_header.jpg) 0 0 no-repeat #BCA37D;
	height: 147px;
}

/* 
--------------------------------------
strapline
--------------------------------------
*/

#strapline {
margin: 0;
padding: 6px 50px 3px 50px;
background: #FF813D;
border-bottom: 3px solid #EAe67E;
}


/* 
------------------------------
structural css
------------------------------
*/

#wrapper {
margin: 0;
padding: 15px 0 0 0;
width: 100%;
background: #fff;
float: left;  /* to wrap other floats */
/*border-top: 1px solid #77A382;*/
border-bottom: 2px solid #FF813D;
}

#panel1 {
float: left;
display: inline;
width: 165px;
margin: 0 0 0px 20px;
padding: 0;
}

#panel2 {
float: right;
display: inline;
width: 165px;
margin: 0 20px 20px 0;
padding: 0;
}

#content {
margin: 0 210px 5px 205px;
padding: 15px 0 0 0;
}

/* dimensions the content div \*/
* html #content {
height: 1%;
}
/* End Holly Hack */ 


/* allows 2 col layout for screenshot page */
body#scr #content {
margin: 0 30px 80px 200px;
padding: 15px 0 0 0;
}

/* allows 2 col layout for contact page */
body#cont #content {
margin: 0 30px 80px 200px;
padding: 15px 0 0 0;
}

/* 
------------------------------
content styles
------------------------------
*/

#content h1 {
margin: 0 0 10px 0;
padding: 0;	
font-size: 1.4em;
font-weight: 700;
color: #FF813D;
}

#content h2 {
margin: 0 0 10px 0;
padding: 0;	
font-size: 1.1em;
font-weight: 700;
color: #FF813D;
}

#content h3 {
margin: 0 0 10px 0;
padding: 0;	
font-size: 1em;
font-weight: 700;
color: #FF813D;
}

#content p {
color: #000;
margin: 0 0 15px 0;
line-height: 1.3;
}

#content p.note {
color: #666;
font-size: 0.93em;
}

#content ul {
margin: 0 0 2em 1.3em;
padding: 0;
}

#content ul li {
margin: 0 0 8px 0;
padding: 0 0 0 10px;
}

#content cite {
margin: 5px 0 0 0;
padding: 0;
display: block;
font-size: 0.93em;
font-style: normal;
}


/* 
--------------------------------------
title listing - used on The Texts page
--------------------------------------
*/

#content .title {
margin: 0 0 30px 0;
padding: 0;
position: relative;
max-width: 800px;
min-height: 110px;
}

/* height for  Win/IE for the .title div \*/
* html #content .title {
height: 110px;
}
/* End Holly Hack */ 


#content .title .jacket {
margin: 0;
padding: 0 6px 12px 0;
position: absolute;
top: 0;
left: 13px;
background: url(../images/bookshadow_grey.gif) no-repeat bottom;
}

#content .title .jacket img {
border: 1px solid #000;
width: 70px;
}

#content .title h2 {
margin: 0 0 0px 100px;
padding: 0 0 0 0;
color: #000;
font-weight: 700;
font-size: 1em;
}

#content .title cite {
display: inline;
font-style: italic;
font-size: 1em;
}

#content .title p.subtitle {
margin: 0 0 0 100px;
padding: 0;
color: #666;
}

#content .title p.author {
margin: 5px 0 5px 100px;
padding: 0;
}

#content .title p.blurb {
margin: 0 0 5px 100px;
padding: 0;
font-size: 0.93em;
}



/* 
------------------------------
ordering table styles
------------------------------
*/


#content table {
margin: -10px 0 20px 0;
padding: 0;
width: 100%;
border-collapse:collapse;

}

#content table th {
margin: 0;
padding: 15px 0 5px 0;
text-align: left;
font-style: italic;
font-weight: normal;
}

/* 
--------------------------------------
navigation 
--------------------------------------
*/

#navigation {
padding: 0 0 7px 0;
margin: 0 0 10px 0;
background: url(../images/shakespeare_leftbg-bottom.gif) no-repeat bottom;
}

#navigation h2 {
background: url(../images/shakespeare_leftbg-top.jpg) no-repeat;
margin: 0;
padding: 15px 10px 7px 12px;
color: #FF813D;
font-weight: 700;
font-size: 1em;
}

#navigation ul {
padding: 0 12px 10px 12px;
margin: 0;
background: url(../images/shakespeare_leftbg-middle.jpg) repeat-y;
font-size: 0.93em;
}

#navigation p {
padding: 0 12px 10px 12px;
margin: 0;
background: url(../images/shakespeare_leftbg-middle.jpg) repeat-y;
font-size: 0.93em;
}

#navigation ul li {
padding: 0;
margin: 0 0 6px 0;
list-style: none;
font-weight: 700;
}

#navigation ul li a:link, #navigation ul li a:visited {
padding: 0;
margin: 0;
color: #000;
font-weight: normal;
}

#navigation ul li a:hover, #navigation ul li a:active {
padding: 0;
margin: 0;
font-weight: normal;
}

/* 
--------------------------------------
trial box
--------------------------------------
*/

#trial {
padding: 0 0 7px 0;
margin: 0 0 10px 0;
background: url(../images/nav_curve_bot.gif) no-repeat bottom;
}

#trial h2 {
background: url(../images/nav_curve_top.gif) no-repeat;
margin: 0;
padding: 15px 10px 7px 12px;
color: #063;
font-weight: 700;
font-size: 1em;
}

#trial p {
padding: 0 10px 7px 12px;
margin: 0 ;
background: url(../images/nav_bg.gif) repeat-y;
line-height: 1.2;
}

#trial p.disclaimer {
color: #333;
line-height: 1.1;
font-size: 0.85em;
padding: 0 10px 12px 12px;
}

#trial p a:link, #trial p a:visited {
text-decoration: underline;
color: #000;
}

#trial p a:hover, #trial p a:active {
text-decoration: none;
color: #000;
}


/* 
--------------------------------------
contact us box
--------------------------------------
*/

#contact {
padding: 0 0 7px 0;
margin: 0 0 10px 0;
background: url(../images/shakespeare_rightbg-bottom.gif) no-repeat bottom;
}

#contact h2 {
background: url(../images/shakespeare_rightbg-top.gif) no-repeat;
margin: 0;
padding: 15px 10px 7px 12px;
color: #FF813D;
font-weight: 700;
font-size: 1em;
}

#contact p {
padding: 0 10px 10px 12px;
margin: 0 ;
background: url(../images/shakespeare_rightbg-middle.gif) repeat-y;
line-height: 1.2;
color: #333;
font-size: 0.93em;
}

#contact  p a:link, #contact  p a:visited {
text-decoration: underline;
color: #333;
font-weight: 700;
}

#contact  p a:hover, #contact p a:active {
text-decoration: none;
color: #000;
}



/* 
--------------------------------------
screen grab - appers in panel
--------------------------------------
*/

#grab {
border: 1px solid #000;
margin: 0 0 10px 0;
padding: 0;
}


/* 
--------------------------------------
screenshots
--------------------------------------
*/

#content p.screenshot {
margin: 0 0 30px 30px;
}

#content p.screenshot img {
border: 1px solid #CCC;
}


/* 
--------------------------------------
download a brochure box
--------------------------------------
*/

#downloadbrochure {
padding: 0 0 10px 0;
margin: 0 0 20px 0;
background: url(../images/nav_curve_bot.gif) no-repeat bottom;
}

#downloadbrochure h2 {
background: url(../images/nav_curve_top.gif) no-repeat;
margin: 0;
padding: 15px 10px 5px 12px;
color: #504B87;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-weight: 700;
font-size: 1.2em;
}

#downloadbrochure p {
padding: 0 10px 7px 12px;
margin: 0 ;
background: url(../images/nav_bg.gif) repeat-y;
line-height: 1.2;
color: #333;
font-size: 0.93em;
}

#downloadbrochure  p a:link, #downloadbrochure p a:visited {
text-decoration: underline;
color: #333;
font-weight: 700;
}

#downloadbrochure  p a:hover, #downloadbrochure p a:active {
text-decoration: none;
color: #000;
}


/* 
--------------------------------------
contact us form
--------------------------------------
*/

#contactform {
margin: 0;
padding: 0;
}

#contactform fieldset {
margin: 0;
padding: 0;
border: none;
}

#contactform legend {
display: none;
}

#contactform table {
margin: 0;
padding: 0;
width: 450px;
}

#contactform table td {
margin: 0;
padding: 0 20px 10px 0;
vertical-align: middle;
}

#contactform input {
vertical-align: middle;
margin: 0 7px 4px 0;
background: #fff;
}

#contactform input.textfield {
margin: 0;
padding: 2px;
font-size: 1em;
}

#contactform input.submitbutton {
font-size: 1em;
margin: 10px 0 0 0;
}

#contactform select {
margin: 0 0 0 0;
padding: 0;
font-size: 1em;
}

#contactform textarea {
margin: 0 0 0 0;
padding: 0;
font-size: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#cont p.mandatory {
margin: 0;
font-size: 0.93em;
color: #666;
position: absolute;
top: 170px;
right: 20px;
}

/* 
--------------------------------------
footer
--------------------------------------
*/

#footer {
font-size: 0.93em;
clear: left;
padding: 10px 10px 10px 10px;
margin: 0;
color: #fff;
border-top: 1px solid #FFFFFF;
}

#footer a {
text-decoration: underline;
color: #fff;
}

#footer a:link {
text-decoration: underline;
color: #fff;
}

#footer a:visited {
text-decoration: underline;
color: #fff;
}

#footer a:hover {
text-decoration: none;
color: #fff;
}

#footer a:active {
text-decoration: none;
color: #fff;
}


#features-li {
	list-style-type: square;
	color: #000000;
}

