/** Page Wide **/

* {
	text-decoration: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

body {
	background: #394da1 url(http://www.equalmarriage.org.uk/images/background.gif) repeat-x top center;
	font-family: Arial, "MS Trebuchet", sans-serif;
}




/** Basic Setup **/

#primaryContainer {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	padding-top: 10px;
}




/** Header **/

#header {
	text-align: right;
	height: 114px;
	margin-bottom: 10px;
}

#logo {
	float: left;
	margin-left: 5px;
}

#navigationMenu {
	padding-top: 83px;
	margin-right: 10px;
}

.navigationMenuItem {
	margin-left: 15px;
}

.navigationMenuItemFocus {
	margin-left: 15px;
}

.navigationMenuItem a{
	color: #c0272d;
	font-size: 20px;
}

.navigationMenuItem a:hover{
	color: #304899;
}

.navigationMenuItemFocus a{
	color: #c0272d;
	font-size: 20px;
	text-decoration: underline;
}

.navigationMenuItemFocus a:hover{
	color: #304899;
}



/** Standard Page **/

#pageFrame {
	width: 970px;
	padding: 5px;
	background-color: #e5e8f3;
}

#actionMenu {
	background-color: #304899;
	height: 120px;
	width: 970px;
}

.actionMenuItem {
	display: block;
	float: left;
	border-left: 4px solid #e5e8f3;
	height: 120px;
}

.actionMenuItem span {
	display: none;
}

#actionMenuPetition {
	width: 251px;
	background: url(http://www.equalmarriage.org.uk/images/actionMenu/petition.gif) no-repeat;
	background-position: 0px 0px;
	border-left: none;
}

#actionMenuPetitionFocus {
	background: url(http://www.equalmarriage.org.uk/images/actionMenu/petition.gif) no-repeat;
	background-position: 0px -120px;
	border-left: none;
}

#actionMenuPetition:hover {
	background-position: 0px -120px;	
}

#actionMenuEmail {
	background: url(http://www.equalmarriage.org.uk/images/actionMenu/email.gif) no-repeat top left;
	background-position: 0px 0px;
	width: 207px;
	height: 120px;
}

#actionMenuEmailFocus {
	background: url(http://www.equalmarriage.org.uk/images/actionMenu/email.gif) no-repeat top left;
	background-position: 0px -120px;
	width: 207px;
	height: 120px;
}

#actionMenuEmail:hover {
	background-position: 0px -120px;	
}

#actionMenuSay {
	background: url(http://www.equalmarriage.org.uk/images/actionMenu/say.gif) no-repeat top left;
	width: 265px;
	height: 120px
}

#actionMenuSayFocus {
	background: url(http://www.equalmarriage.org.uk/images/actionMenu/say.gif) no-repeat top left;
	background-position: 0px -120px;
	width: 265px;
	height: 120px;
}

#actionMenuSay:hover {
	background-position: 0px -120px;	
}

#actionMenuFollow {
	background: url(http://www.equalmarriage.org.uk/images/actionMenu/follow.gif) no-repeat top left;
	width: 235px;
	height: 120px;
}

#actionMenuFollowFocus {
	background: url(http://www.equalmarriage.org.uk/images/actionMenu/follow.gif) no-repeat top left;
	background-position: 0px -120px;
	width: 235px;
	height: 120px;
}

#actionMenuFollow:hover {
	background-position: 0px -120px;	
}

#poster {
	margin-top: 5px;
	background: url(http://www.equalmarriage.org.uk/images/poster.jpg) no-repeat top left;
	width: 970px;
	height: 546px;
}

#posterBlank {
	margin-top: 5px;
	background: url(http://www.equalmarriage.org.uk/images/blankPoster.jpg) no-repeat top left;
	width: 970px;
	height: 546px;
	color: white;
}

#posterContent {
	padding-top: 5px;
	margin-left: 155px;	
	margin-right: 270px;
}

#introParagraph {
	padding-top: 180px;
	font-size: 25px;
	color: white;
	margin-right: 270px;
	margin-left: 155px;
}

#secondaryParagraph {
	margin-top: 15px;
	font-size: 20px;
	color: white;
	margin-left: 155px;
	margin-right: 270px;
}

.additionalParagraph {
	margin-top: 15px;
	font-size: 18px;
	margin-left: 155px;
	margin-right: 270px;
	color: white;
}

.actionParagraph {
	font-size: 18px;
	color: #bac5ec;
	margin-left: 175px;
	margin-right: 270px;
}

#footer {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #e5e8f3;
	margin-bottom: 10px;
}

#footer a {
	color: #e5e8f3;
}

#footer a:hover {
	text-decoration: underline;
}

.emailProgressFuturePast{
	background-color: #304899;
	border: 2px solid #9eabdb;
	float: left;
	padding: 5px;
	margin: 5px;
	color: #9eabdb;
	font-weight: bold;
}

#emailProgressCurrent {
	background-color: #304899;
	border: 2px solid #e5e8f3;
	float: left;
	padding: 5px;
	margin: 5px;
	color: #e5e8f3;	
	font-weight: bold;
}

.introduction {
	padding-top: 10px;
	font-size: 18px;
	color: white;
	margin-bottom: 10px;
}

#emailContainer {
	clear: left;
	margin-top: 10px;
	margin-left: 5px;
}

.eMailForm {
	text-align: right;
	padding-right: 100px;
	margin-top: 40px;
}

.emailForm input {
	width: 200px;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #304899;
	font-weight: bold;
}



.eMailFormPostCode input{
	width: 100px;
	margin-right: 100px;
}

.eMailFormCheckBox input{
	margin-top: 15px;
	width: auto;
}

.eMailForm label {
	color: #e5e8f3;
	font-weight: bold;
}

.eMailFormSubmit input{
	background-color: #304899;
	border: 1px solid #e5e8f3;
	padding: 5px;
	margin: 5px;
	color: #e5e8f3;	
	font-weight: bold;
}

.eMailFormSubmit input:hover{
	background-color: #314fb7;	
}

.errorMessage {
	border: 1px solid #c0252d;
	color: #c0252d;
	padding: 5px;
}

.errorMessage h2 {
	font-size: 20px;
}

.errorMessage ul {
	margin-top: 5px;
	margin-left: 30px;
	padding-left: 30px;
}

.composeForm {
	color: white;
}

#MSPrecipients {
	float: left;
	margin-bottom: 10px;
}

#MSPrecipients span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

#MSPrecipients div {
	font-size: 15px;
	font-weight: bold;
}

#addressBlock {
	margin-top: 20px;
	text-align: right;
	float: right;
}

#addressBlock input {
	width: 170px;
	margin-left: 7px;
	color: #304899;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 3px;
}

.lockedField {
	text-align: left;
	font-size: 13px;
	width: 165px;
	margin-left: 10px;
	color: #304899;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 3px;
	background-color: #c5c6c7;
	margin-left: 85px;
	overflow: hidden;
}

#eMailBlock textarea {
	width: 540px;
	height: 180px;
	padding: 5px;
	margin-bottom: 5px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#subjectBlock input{
	width: 540px;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.subPage {
	margin-top: 10px;
	margin-left: 5px;
	font-size: 14px;
	line-height: 19px;
}

.subPage h1 {
	font-weight: bold;
	font-size: 30px;
	color: #c0272d;
	margin-top: 10px;
	margin-bottom: 15px;
}

.subPage h2 {
	font-weight: bold;
	font-size: 22px;
	color: #c0272d;
	margin-top: 10px;
	margin-bottom: 15px;
}

.subPage h3 {
	font-weight: bold;
	font-size: 16px;
	color: #0A1826;
	margin-top: 20px;
	margin-bottom: 5px;
}

.subPage p{
	color: #0A1826;
	margin-bottom: 10px;
}

.subPage a {
	color: #304899;
	font-weight: bold;
}

.subPage a:hover {
	text-decoration: underline;
}

.subPageHighlightedText {
	color: #304899;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 22px;
	display: block;
}


.subPageLeftStrip {
	width: 600px;
	background-color: white;
	padding: 5px;
	margin-bottom: 10px;
}

.quote p {
	margin-bottom: 5px;
}

.quote a {
	color: #304899;
}

.quote a:hover {
	text-decoration: underline;
}

.quote {
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 30px;
}

.subPageRightStrip {
	float: right;
	width: 315px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: white;
	clear: right;
	margin-bottom: 10px;
}

.subMenuContainer {
	height: 50px;
}

.subMenuContainer a{
	color: white;
	background-color: #15308c;
	border: 2px solid #9eabdb;
	float: left;
	padding: 5px;
	margin: 5px;
	color: #e5e8f3;	
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.subMenuContainer a:hover {
	background-color: #304899;
	text-decoration: none;
}

#subMenuCurrent {
	background-color: #314fb7;
	color: white;
}

.article {
	padding: 10px;
}

.article div{
	background-color: #bac5ec;
	padding: 5px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 10px;
}

.article span{
	background: url(http://www.equalmarriage.org.uk/images/quoteArrow.gif) no-repeat top right;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	text-align: right;
	font-size: 12px;
}

.article a {
	color: black;
}

.article a:hover {
	color: #304899;
}

.mapKey{
	border: 1px solid #bac5ec;
	padding: 5px;
	width: 300px;
	margin-bottom: 10px;
}

.keyColour {
	width: 13px;
	height: 13px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

.quote {
	margin: 15px;
}

.quoteText {
	background-color: #bac5ec;
	padding: 5px;	
}
.quoteAuthor {
	background: url(http://www.equalmarriage.org.uk/images/quoteUpArrow.gif) no-repeat bottom left;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	color: #304899;
	font-weight: bold;
	font-size: 16px;	
}

#publicityExpander {
	height: 1200px;
}

.materialVertical {
	margin: 10px;	
	background-color: #bac5ec;
	padding: 5px;
	height: 370px;
	width: 230px;
	text-align: center;
	float: left;
}

.materialHorizontal {
	margin: 10px;	
	background-color: #bac5ec;
	padding: 5px;
	height: 355px;
	width: 430px;
	text-align: center;
	float: left;
}

.materialImage {
	background-color: white;
	padding: 5px;
	margin-bottom: 5px;	
}

.quoteText input {
	width: 300px;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #304899;
	font-weight: bold;
}

.quoteText textarea {
	width: 540px;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	color: #304899;
	font-weight: bold;
}

.subPageRightStrip input {
	
	width: 250px;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #304899;
	font-weight: bold;
	border: 1px solid #304899;
}

.subPageRightStrip label {
	
	color: #304899;
	font-size: 13px;
	margin-bottom: 15px;
	margin-left: 10px;
	color: #304899;
	font-weight: bold;
}

.messageSubmit input{
	width: auto;
	background-color: #304899;
	border: 1px solid #e5e8f3;
	padding: 5px;
	margin: 5px;
	color: #e5e8f3;	
	font-weight: bold;
}

.messageSubmit input:hover{
	background-color: #314fb7;	
}

.videoBar {
	margin-bottom: 20px;
}

.subPage li {
	margin-left: 30px;
	padding-left: 5px;
}

.follow {
	padding: 10px;
	float: left;
	height: 170px;
}

.follow span{
	display: block;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 5px;
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	background: url(http://www.equalmarriage.org.uk/images/quoteUpArrow.gif) no-repeat bottom left;
}

.follow div {
	background-color: #bac5ec;
	color: #314fb7;
	width: 200px;
	padding: 5px;
	padding-left: 10px;
}

.follow a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 5px;
	display: block;
}

.follow a:hover{
	color: #314fb7;
}

.follow input {
	padding: 3px;
	margin-top: 5px;
}

.followSubmit {
	padding-bottom: 0px;
	background-image: none;
}

.followSubmit input{
	background-color: #304899;
	border: 1px solid #e5e8f3;
	padding: 5px;
	margin: 5px;
	color: #e5e8f3;	
	font-weight: bold;

}

.followSubmit input:hover{
	background-color: #314fb7;	
}

#articleLeftStrip {
	margin-right: 5px;
	padding-right: 10px;
}

#articleMidStrip {
	float: right;
	margin-right: 15px;
	padding-right: 10px;
}

#articleRightStrip {
	float: right;
	margin-right: 5px;
	padding-right: 10px;
}

.articleStrip {
	width: 290px;	
	padding-top: 5px;
	padding-left: 10px;
	background-color: white;
	margin-bottom: 10px;
}

#pledgeScript {
	font-size: 20px;
	line-height: 25px;
}

.pledgeText {
	background-color: #bac5ec;
	padding: 5px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
}
.pledgeTitle {
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	color: #304899;
	font-weight: bold;
	font-size: 16px;	
}

.pledgeTitle:hover {
	text-decoration: underline;
}