/* reset and typography stuff borrowed from BLUEPRINT CSS, http://code.google.com/p/blueprintcss/   */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:1.0em;color:#222;background:#FFF; font-family: 'Arial', 'sans-serif'; }
h1, h2, h3, h4, h5, h6 {  color:#111;}
h1 {font-size:2.2em;}
h2 {font-size:1.5em; margin-bottom: 10px;}
h3 {font-size:1.2em; margin-bottom: 10px;}
h4 {font-size:1em; font-weight:bold;}
h5 {font-size:1em; font-weight:bold;}
h6 {font-size:1em; font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1em; line-height: 1.5;}
p img {float:left;margin:0.5em 1em 1em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:red;}
a {text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;} 
ul, ol {margin:0 1.5em 1.5em 1.5em;} 
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}


/* various stuff */

body { text-align: center; }

h1, h2, h3, h4, h5, h6 {font-weight: bold; color: #9a3393;
/* font-family: "verdana", sans-serif; */
 }

#topstrip { width: 100%; height: 100px; background: #9a3393; border-bottom: 1px solid #555;  }
#header { width: 900px; margin: auto; }
#masthead { float: left; text-align: left; margin: 0px; }
#searchbox { float: right; text-align: right; margin: 40px 0 0 0; }
#searchbox p { font-size: 0.8em;}

#navstrip { width:100%; height: 30px; background: #c76caa; border-bottom: 1px solid #555; }
#navigation { width: 900px; margin: auto; padding: 8px 0 5px 0; line-height: 1em; }
#navigation ul { margin:0; padding:0px 10px 0 0px; list-style:none; text-align: left; }
#navigation li { display:inline; margin:0; padding: 0 10px 0 5px; font-size:100%; border-left: 3px solid #ccc;  }
#navigation a { color: white; text-decoration:none; }
#navigation a:hover { color: #fddf71; text-decoration: underline; }
#navigation #current a { color: #fddf71; text-decoration: none; }

#navstripshop { width:100%; height: 45px; background: #9a3393; border-bottom: 1px solid #555; }
#navshop { width: 900px; margin: auto; padding: 8px 0 5px 0; line-height: 1em; }
#navshop ul { margin:0; padding:0px 10px 0 0px; list-style:none; text-align: left;}
#navshop li { display:inline; margin:0; padding: 0 7px 0 5px; font-size:90%; float: left; border-left: 3px solid #ddd; }
#navshop a { color: white; text-decoration:none;  }
#navshop a:hover { color: #fddf71; text-decoration: underline; }
#navshop #current a { color: #fddf71; text-decoration: none; }

#container { text-align: left; width: 900px; margin: 15px auto; position: relative; background: #fff; } 

#content { float: left; width:600px; padding-right: 10px; }
#content ul { list-style-image: url(images/bullet.gif); margin: 0; margin-bottom: 1em; padding: 0; } 
#content ul li { margin-left: 20px; padding-left: 0; } 

#contentwide { clear: both; float: left; width:900px; }
#contentwide ul { list-style-image: url(images/bullet.gif); margin: 0; margin-bottom: 1em; padding: 0; } 
#contentwide ul li { margin-left: 20px; padding-left: 10px; } 

#contentsmall { clear: both; margin-top: 30px; }

#rightbar { float: right; width: 260px; padding: 0px 0px 15px 15px; border-left: 1px dotted #aaa; }
#rightbar p { font-size: 80%; }
#rightbar li { margin: 1em 0 1em 0; font-size: 80%;}

#bottomstrip { clear: both; width: 100%; height: 100px; background: #9a3393; border-top: 1px solid #555; color: white; }
#footer { clear: both; width: 900px; margin: auto; margin-top: 5px; padding-top:10px; font-size:90%; text-align: left; }
#footer img { float: left; padding: 0px 10px 0 0; }
#footer a { color: white;  }

blockquote { background-image: url('images/quotestart.gif'); background-position: 0 0; background-repeat: no-repeat; padding-left: 30px; color: black; }
blockquote div { background-image: url('images/quoteend.gif'); background-position: 100% 100%; background-repeat: no-repeat;  color: black;  } 

.magazine { width: 175px; float: left; display: inline; padding: 0px 0 10px 0; }
.magazine p { width: 162px; }
.magazine4 { width: 200px; float: left; display: inline; padding: 0px 20px 10px 0; }
.magazine5 { width: 160px; float: left; display: inline; margin: 0px 20px 10px 0; }
.magazine5 p { width: 150px; }
.magazine5 p img {float:left;margin:0.5em 0 1em 0;padding:0;}

.magazinelist table {
  padding-top: 20px;
  }
  
.magazinelist td {
	color:#222;
	background:transparent;
	vertical-align: top;
	padding: 15px 20px 10px 0;
	line-height: 1.5em;
	}  

.subscriptions td {
	vertical-align: middle;
	padding: 0px;
	}  

.large { font-size:140%; font-weight:600; }
.medium {	font-size:120%; }
.breadcrumbs { font-size:75%; }
.examplepages img { border:1px solid black; margin-bottom:20px; }
.dropcap { float: left; color:#FF009C; font-weight: bold; padding-right:5px; } 
.imageright { float: right; margin-left: 20px; }
.imageleft { float: left; margin-right:20px; padding-right: 5px; }
.coverright { float: right; margin-left: 20px;  }
.outline { border: 1px solid #555; }
.featured { border-top: 1px dotted #555; padding-top: 0.5em; margin-bottom: 1em; }

/* search results */
.recommended { background-color: beige; padding: 1em; margin: 1em 0 1em 0; }
.recommended_heading { font-weight: bold; margin: 0 0 1em 0; }
.infoline { font-style: italic; }
.result_pages { margin-top: 1em; }
.result_block { margin: 1em 0 1em 0; }
.highlight { color: red; background: none; }

#tinymce { text-align: left; }
#subscriptionoffer { text-align: left; }

.error  { color: red; }


#twitter_box {
     background-image: url('http://www.practicalpublishing.co.uk/images/twitter_background.gif');
     background-position: top left;
     background-repeat: no-repeat;
     height: 120px;
}

#twitter_update_list ul {
     list-style:none;
}
#twitter_update_list li {
     background: #f4f8f9; /* Old browsers */
     background: -moz-linear-gradient(top, #f4f8f9 1%, #e8f0f2 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4f8f9), color-stop(100%,#e8f0f2)); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, #f4f8f9 1%,#e8f0f2 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, #f4f8f9 1%,#e8f0f2 100%); /* Opera11.10+ */
     background: -ms-linear-gradient(top, #f4f8f9 1%,#e8f0f2 100%); /* IE10+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8f9', endColorstr='#e8f0f2',GradientType=0 ); /* IE6-9 */
     background: linear-gradient(top, #f4f8f9 1%,#e8f0f2 100%); /* W3C */
     box-shadow: 1px -1px 2px #bbc6c8;
     -webkit-box-shadow: 1px -1px 2px #bbc6c8;
     -moz-box-shadow: 1px -1px 2px #bbc6c8;
     border-radius:7px;
     -moz-border-radius:7px;
     -webkit-border-radius:7px;
     width: 450px;
     float: right;
}
#twitter_update_list a {
     text-decoration: none;
}
#twitter_update_list ul li {
     margin-left: 0;
     padding:15px;
}


/* newsletter signup stuff */

@charset "UTF-8";
/* Controls width of your form */
.e2ma_signup_form {
	width:900px;
  text-align: left;
  padding-bottom: 1em;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	border:1px solid #ccc; 
	width: 260px; 
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
  clear: left;
	border:0;
	padding:0;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	color:#333333;
  margin: 0.5em 0 0.5em 0;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	color:#333333;
	float:left;
	text-align:right;
	width:180px;
	white-space:nowrap;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	margin-left:215px;
	color:#333333;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	color:#333333;
	font-weight:normal;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	color:#333333;
	margin-bottom:5px;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color:#FF0000
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float:left;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: inline;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
    width: 60px !important;
}

