/**
 * Global CSS
 * @author George Steel <george@net-glue.co.uk>
 * @copyright Copyright (c) 2011, Net Glue Ltd
 * @license http://opensource.org/licenses/mit-license.php MIT License
 * @version $Id: main.css 106 2011-03-31 12:12:45Z george $
 */

/** @import url("http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic"); */

@font-face {
	font-family: 'Quicksand';
	src: url('fonts/Quicksand_Light.eot');
	src: local('☺'), url('fonts/Quicksand_Light.ttf') format('truetype'), url('fonts/Quicksand_Light.svg#webfont') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Quicksand';
	src: url('fonts/Quicksand_Light_Oblique.eot');
	src: local('☺'), url('fonts/Quicksand_Light_Oblique.ttf') format('truetype'), url('fonts/Quicksand_Light_Oblique.svg#webfont') format('svg');
	font-style: italic;
	font-weight: 100;
}

@font-face {
	font-family: 'Quicksand';
	src: url('fonts/Quicksand_Book.eot');
	src: local('☺'), url('fonts/Quicksand_Book.ttf') format('truetype'), url('fonts/Quicksand_Book.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Quicksand';
	src: url('fonts/Quicksand_Book_Oblique.eot');
	src: local('☺'), url('fonts/Quicksand_Book_Oblique.ttf') format('truetype'), url('fonts/Quicksand_Book_Oblique.svg#webfont') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Quicksand';
	src: url('fonts/Quicksand_Bold.eot');
	src: local('☺'), url('fonts/Quicksand_Bold.ttf') format('truetype'), url('fonts/Quicksand_Bold.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Quicksand';
	src: url('fonts/Quicksand_Bold_Oblique.eot');
	src: local('☺'), url('fonts/Quicksand_Bold_Oblique.ttf') format('truetype'), url('fonts/Quicksand_Bold_Oblique.svg#webfont') format('svg');
	font-weight: bold;
	font-style: italic;
}

body, html, div, iframe {
	margin: 0;
	padding: 0;
	border: none;
	background-repeat: no-repeat;
}

body {
	background: #404040;
	background-position: left top;
	font-family: "Quicksand", "Helvetica", "Verdana", sans-serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	color: #333;
}

.clearFix {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 1.0em 0;
	padding: 5px 0;
	color: rgb(35, 103, 130);
}
a {
	text-decoration: underline;
	color: rgb(35, 103, 130);
	outline: 0;
}
a:hover {
	color: rgb(0,0,0);
}
p, ul, ol, dl {
	font-size: 12px;
	line-height: 18px;
}
img, a img {
	border: none;
}

ul {
	margin-left: 5px;
	list-style-image: url(../images/bullet.png);
}


#page {
	
}

#upperWrapper {
	background-color: #939598;
	background-image: url(../images/layout/gradient-bg.png);
	background-repeat: repeat-x;
}

#globalWrapper {
	background-image: url(../images/layout/header-tile.png);
	background-repeat: repeat-x;
}

#siteWrapper {
	width: 1000px;
	margin: 0 auto;
}

#photoWrapper {
	width: 950px;
	margin: 0 auto;
	background-image: url(../images/backgrounds/Machado3.jpg);
	min-height: 800px;
	background-position: center bottom;
	background-attachment: fixed;
}

body.Machado1 #photoWrapper { background-image: url(../images/backgrounds/Machado1.jpg); }
body.Machado2 #photoWrapper { background-image: url(../images/backgrounds/Machado2.jpg); }
body.Machado3 #photoWrapper { background-image: url(../images/backgrounds/Machado3.jpg); }
body.BurtonChicks #photoWrapper { background-image: url(../images/backgrounds/BurtonChicks.jpg); }
body.BurtonTrees #photoWrapper { background-image: url(../images/backgrounds/BurtonTrees.jpg); }

#header {
	height: 200px;
	background-image: url(../images/layout/HeadLogo.png);
}
#footerWrapper {
	background: #404040;
	padding: 10px 0;
	-webkit-box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px -3px 3px rgba(0,0,0,0.2);
}
#bgSwitch {
	width: 950px;
	text-align: right;
	margin: 0 auto;
}
#bgSwitch ul {
	list-style: none;
	text-align: right;
	margin: 0;
	padding: 0;
}
#bgSwitch ul li {
	display: inline-block;
	margin: 0;
	margin-left: 2px;
	padding: 0;
	width: 18px;
	height: 18px;
	overflow: hidden;
}
#bgSwitch ul li a {
	border: 1px solid #ccc;
	display: block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
#bgSwitch ul li a:hover {
	opacity: 0.5;
}
#footerWrapper a {
	color: #fff;
}
#footerWrapper a:hover {
	color: #000;
}
#footer {
	width: 950px;
	margin: 10px auto 50px auto;
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 10px 0;
	background: rgb(150,150,150);
	background: rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	font-size: 10px;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
}
#footer p {
	font-size: 10px;
	margin: 3px 0;
	line-height: 14px;
}
#footLinks, #imprint {
	padding: 0 10px;
}
#imprint address {
	display: inline;
	margin: 0;
	padding: 0;
}
#imprint p {
}
#footLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footLinks ul li {
	display: inline-block;
}
#footLinks ul li a {
	color: #fff;
	display: block;
	padding: 3px 8px;
	margin: 2px;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: rgb(103, 104, 105);
	background: rgba(0,0,0,0.3);
}
#footLinks ul li a:hover {
	background: rgb(116, 159, 92);
	background: rgba(109,159,80,0.8);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	color: #fff;
}
#mainContentArea {
	padding: 0px 20px 20px 20px;
}

#content, .whiteBox {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}
#content {
	min-width: 500px;
}
#socialize {
	padding: 10px;
	margin: 15px 0;
}
#leftCol {
	float: left;
	max-width: 620px;
	min-width: 300px;
	margin: 0 auto;
	
}
#rightCol {
	width: 250px;
	float: right;
}
div.fbLikeBox {
	margin: 20px 0;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 8px;
	-moz-border-radius: 8px;
	width: 250px;
	overflow: auto;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.6);
}
div.fbLikeBox iframe {
	border: 0;
	width: 250px;
}

div.fbLikeButton, div.tweetButton {
	display: inline-block;
	width: 110px;
}

#twiterTabs {
	margin-bottom: 20px;
}
#twitterTabs .ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/twtr/status_on.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#twitterTabs .ui-tabs-nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#twitterTabs .ui-tabs-nav li a {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/twtr/buttons.png);
	background-repeat: no-repeat;
}
#twitterTabs .ui-tabs-nav li a#tweetsButton:hover { background-position: left -24px; }
#twitterTabs .ui-tabs-nav li a#tweetsButton:active, #twitterTabs .ui-tabs-nav li.ui-state-active a#tweetsButton { background-position: left -48px; }
#twitterTabs .ui-tabs-nav li a#mentionsButton { background-position: -24px 0; }
#twitterTabs .ui-tabs-nav li a#mentionsButton:hover { background-position: -24px -24px; }
#twitterTabs .ui-tabs-nav li a#mentionsButton:active, #twitterTabs .ui-tabs-nav li.ui-state-active a#mentionsButton { background-position: -24px -48px; }
#twitterTabs .ui-tabs-nav li a#tadButton { background-position: -48px 0; }
#twitterTabs .ui-tabs-nav li a#tadButton:hover { background-position: -48px -24px; }
#twitterTabs .ui-tabs-nav li a#tadButton:active, #twitterTabs .ui-tabs-nav li.ui-state-active a#tadButton { background-position: -48px -48px; }

#twitterTabs .ui-tabs-nav li span {
	display: none;
}
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs .ui-tabs-panel { display: block; }

#twitterTabs .ui-tabs-panel {
	max-height: 500px;
	overflow: auto;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	padding: 5px 0;
	position: relative;
}

div.tweet {
	padding: 2px;
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.9);
	border-bottom: 10px solid rgb(50, 50, 50);
	border-bottom: 10px solid rgba(0,0,0,0.4);
	font-size: 10px;
	max-width: 230px;
	overflow: hidden;
	background-image: url(../images/twtr/conversation.png);
	background-repeat: no-repeat;
	background-position: 207px 3px;
}
div.tweet.reply {
	background-image: url(../images/twtr/reply.png);
}
div.tweet.retweet {
	background-image: url(../images/twtr/retweet.png);
}
div.tweet p {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.9);
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 14px;
	width: 180px;
}
div.tweet a {
	color: #fff;
}
div.tweet div.profilePic {
	width: 35px;
	height: 35px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
}
div.tweet div.profilePic img {
	width: 35px;
	height: 35px;
}
div.tweet p.author {
	position: relative;
	left: 3px;
}
div.tweet p.author, div.tweet p.author span.username a {
	font-size: 12px;
}
div.tweet p.author span.name, div.tweet p.author span.name a {
	font-style: italic;
	font-size: 10px;
	color: rgb(50, 50, 50);
	color: rgba(0,0,0,0.6);
}
div.tweet p.tweetText {
	position: relative;
	left: 3px;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 0;
	float: left;
	color: rgb(255, 255, 255);
}
div.tweet p.meta {
	clear: left;
	position: relative;
	left: 38px;
	color: #fff;
}
div.tweet p.meta, div.tweet p.meta a {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, 0.5);
}
#messageArea {
	margin: 0;
	padding: 0;
}

ul.flashStack {
	padding: 5px 0px;
	margin: 0;
	list-style: none;
}
ul.flashStack li {
	margin: 5px 0;
	padding: 5px 24px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 4px 5px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	border-radius: 8px;
	-moz-border-radius: 8px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
ul.flashStack li.err {
	background-image: url(../images/icons/bomb.png);
	background: rgb(159,10,27);
	background: rgba(159,10,27,0.7);
}
ul.flashStack li.warn {
	background-image: url(../images/icons/error.png);
	background: rgb(159,106,55);
	background: rgba(159,106,55,0.8);
}
ul.flashStack li.info {
	background-image: url(../images/icons/tick.png);
	background: rgb(109,159,80);
	background: rgba(109,159,80,0.8);
}
#navigation {
	position: relative;
	right: right;
	float: right;
	top: 115px;
	margin: 0;
	padding: 0;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}
#navigation ul li {
	display: inline-block;
	padding: 0px;
	padding-left: 5px;
	margin: 0;
}
#navigation ul li a {
	display: block;
	font-family: "Quicksand", "Helvetica Neue Ultra Light", Verdana, Helvetica, sans-serif;
	font-weight: 100;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	padding: 3px 7px;
	border: 1px solid transparent;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	background: rgb(51,51,51);
	background: rgba(0,0,0,0.2);
	border-radius: 14px;
	-moz-border-radius: 14px;
}
#navigation ul li.active a {
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	background: rgb(35, 103, 130);
	background: rgba(35, 103, 130, 0.2);
}
#navigation ul li a:hover {
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.5);
}
#navigation ul li a:active {
	background: rgb(35, 103, 130);
	background: rgba(35, 103, 130, 0.4);
	outline: 0;
}

form, form dl, form dl dt, form dl dd, form dl dt label, form dl ul, form dl ul li {
	margin: 0;
	list-style: none;
	padding: 0;
	border: 0;
	display: block;
}
form dl dt {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
}
form dl dt label {
	cursor: pointer;
	display: inline-block;
}
form dl dt label.required {
	padding-right: 15px;
	background-image: url(../images/icons/bullet_red.png);
	background-position: right top;
	background-repeat: no-repeat;
}
form dl input[type="text"], form dl input[type="password"], form dl textarea {
	font-size: 14px;
	font-family: "Arial", sans-serif;
}
form dl input[type="text"], form dl input[type="password"] {
	font-size: 14px;
	line-height: 18px;
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 8px;
	-moz-border-radius: 8px;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	color: black;
}
form dl input[type="text"]:focus, form dl input[type="password"]:focus {
	background: rgb(200,200,200);
	background: rgba(35, 103, 130, 0.2);
}
form dl ul.errors {
	margin-bottom: 10px;
	margin-top:  5px;
}
form dl ul.errors li {
	padding-left: 20px;
	background-image: url(../images/icons/bomb.png);
	background-position: 2px 2px;
	line-height: 20px;
	background-repeat: no-repeat;
	min-height: 20px;
	color: #67090E;
}



#contactForm textarea#message {
	font-size: 14px;
	line-height: 18px;
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 8px;
	-moz-border-radius: 8px;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	color: black;
	max-width: 400px;
	min-width: 200px;
	min-height: 200px;
	max-height: 400px;
}

/**
 * Contact Address
 */
div.addressBox {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 5px;
	margin: 0;
	margin-bottom: 20px;
	box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);	
}
div.addressBox h1, div.addressBox h3, div.addressBox address {
	font-size: 16px;
	display: block;
	line-height: 20px;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	border: 1px solid #000;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 13px;
	-moz-border-radius: 13px;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px 15px;
	text-shadow: 0 0 2px #000;
}

div.addressBox h3, div.addressBox address {
	border-radius: 13px 13px 0 0;
	-moz-border-radius: 13px 13px 0 0;
	margin: 0;
	background-color: rgba(0,0,0,0.6);
}
div.addressBox h3 {
	margin-top: 5px;
}
div.addressBox address {
	font-size: 11px;
	line-height: 15px;
	border-radius: 0 0 13px 13px;
	-moz-border-radius: 0 0 13px 13px;
	border-top: none;
	font-style: normal;
	margin-bottom: 5px;
}
div.addressBox p {
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
}
div.addressBox p span {
	
}
div.addressBox p span.label {
	text-indent: -500px;
	color: rgba(0,0,0,0);
	float: left;
	position: absolute;
	left: -500px;
}
div.addressBox p a {
	display: block;
	background-repeat: no-repeat;
	background-position: 7px center;
	background-color: rgba(119, 133, 148, 0.6);
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 30px;
	border-radius: 13px;
	-moz-border-radius: 13px;
}
div.addressBox p a:hover {
	background-color: rgba(119, 133, 158, 0.8);
}
div.addressBox p.phone a {
	background-image: url(../images/icons/telephone.png);
}
div.addressBox p.web a {
	background-image: url(../images/icons/world.png);
}
div.addressBox p.twitter a {
	background-image: url(../images/icons/twitter_bird.png);
}
div.addressBox p.skype a {
	background-image: url(../images/icons/skype_blue.png);
}

/**
 * End Address Box
 */



/**
 * Scrapbook UI
 */
#scrapbookRecent {
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 5px;
	margin: 0;
	margin-bottom: 20px;
	box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}
#scrapbookRecent h1 {
	font-size: 16px;
	display: block;
	line-height: 20px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	color: #fff;
	border: 1px solid rgb(125, 125, 125);
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 13px;
	-moz-border-radius: 13px;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px 15px;
	text-shadow: 0 0 2px #000;
}
#scrapbookRecent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#scrapbookRecent ul li {
	margin: 0;
	padding: 0;
}
#scrapbookRecent ul li a {
	display: block;
	font-family: "Quicksand", "Helvetica Neue Ultra Light", Verdana, Helvetica, sans-serif;
	font-weight: 100;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	padding: 3px 7px;
	border: 1px solid transparent;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	/*background-color: rgba(35, 103, 130, 0.2);*/
	margin: 5px 0;
}
#scrapbookRecent ul li.active a {
}
#scrapbookRecent ul li a:hover {
	background-color: #fff; 
	background: transparent;
	background: rgb(125, 125, 125);
	background: rgba(0,0,0,0.5);
	color: #fff;
}
div.scrapbookEntry {

}
h1.scrapbookTitle a {
	text-decoration: none;
}
div.scrapbookLinks a {
	display: block;
	width: 40%;
	padding: 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	line-height: 18px;
	background-color: #ccc;
	background-color: rgba(150, 150, 150, 0.6);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
	text-decoration: none;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
}
div.scrapbookLinks a:hover {
	background-color: rgba(200, 200, 200, 0.6);
}
div.scrapbookLinks a.next {
	float: right;
	text-align: right;
	padding-right: 24px;
	background-position: 99% 6px;
	background-image: url(../images/icons/control_fastforward.png);
}
div.scrapbookLinks a.prev {
	float: left;
	text-align: left;
	padding-left: 24px;
	background-position:4px 6px;
	background-image:url(../images/icons/control_rewind.png);
}

div.entryContent {
	clear:both;
	padding:10px 0;
}
/**
 * End Scrapbook UI
 */

/**
 * Me Navigation
 */
div.meNavigation {
	margin-bottom: 20px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 2px;
	margin: 0;
	margin-bottom: 20px;
	box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}
div.meNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.meNavigation ul li {
	margin: 0;
	padding: 0;
}
div.meNavigation ul li a {
	display: block;
	font-family: "Quicksand", "Helvetica Neue Ultra Light", Verdana, Helvetica, sans-serif;
	font-weight: 100;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	padding: 3px 7px 3px 34px;
	border: 1px solid transparent;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	/*background-color: rgba(35, 103, 130, 0.2);*/
	margin: 5px 0;
	background-repeat: no-repeat;
	background-position: 9px center;
}
div.meNavigation a:hover {
	background-color: rgba(200, 200, 200, 0.6);
}
div.meNavigation ul li.home a {
	font-size: 14px;
	padding: 5px;
	border-radius: 13px 13px 0 0;
	-moz-border-radius: 13px 13px 0 0;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;
}
div.meNavigation ul li.home a:hover {
	background-color: rgba(0,0,0,0.8);
}
div.meNavigation ul li.personal a {
	background-image: url(../images/icons/vcard.png);
}
div.meNavigation ul li.mail a {
	background-image: url(../images/icons/email_open.png);
}
div.meNavigation ul li.logout a {
	background-image: url(../images/icons/door_open.png);
}
div.meUnsubscribe a, div.meSignUp a, div.getAccountButton a {
	display: inline-block;
	margin: 5px 0;
	padding: 5px 10px 5px 30px;
	max-width: 120px;
	text-align: center;
	border-radius: 12px;
	-moz-border-radius: 12px;
	text-decoration: none;
	color: #fff;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.5);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	background-image: url(../images/icons/email_delete.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}
div.meUnsubscribe a:hover, div.meSignUp a:hover, div.getAccountButton a:hover {
	background-color: rgba(109,159,80,0.8);
}
div.meSignUp a {
	background-image: url(../images/icons/email_add.png);
}
div.getAccountButton a {
	background-image: url(../images/icons/heart_add.png);
}

form div.submit {
	margin: 15px 0;
}
form div.submit button {
	display: inline-block;
	border: none;
	padding: 5px 10px 5px 30px;
	margin: 0;
	background: rgb(109,159,80);
	background: rgba(109,159,80,0.8);
	font-size: 12px;
	line-height: 20px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	color: #fff;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
	background-image: url(../images/icons/accept.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
	cursor: pointer;
}
form div.submit button:hover {
	background-color: rgb(29, 90, 153);
	/*background-color: rgba(109,159,80,0.8);*/
}


div.accessDenied, div#app404, #appError {
	padding-left: 140px;
	padding-right: 20px;
	padding-top: 14px;
	background-image: url(../images/AccessDenied.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 150px;
}
div.accessDenied h1, div#app404 h1, #appError h1 {
	margin-top: 0;
	padding-top: 0;
}
div#app404 {
	background-image: url(../images/ui/not-found.png);
}
#appError {
	background-image: url(../images/stop.png);
	background-position: left 15px;
}

div.ieSucks {
	width: 50%;
	margin: 10px auto;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	background-color: #A41617;
	padding: 10px;
	position: absolute;
	top: 20px;
	left: 25%;
	background-image: url(../images/icons/error.png);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	z-index: 10;
	font-family: "Verdana", sans-serif;
}
div.ieSucks p.error {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	font-weight: bold;
}
div.ieSucks a {
	color: #fff;
}
div.ieSucks a.closeBox {
	display: block;
	position: relative;
	right: right;
	float: right;
	width: 20px;
	height: 20px;
	background-image: url(../images/icons/cross.png);
	background-repeat: no-repeat;
}

#stayInTouch {
	margin-bottom: 20px;
}

#stayInTouch h1 {
	font-size: 16px;
	display: block;
	line-height: 20px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	color: #fff;
	border: 1px solid rgb(125, 125, 125);
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 13px;
	-moz-border-radius: 13px;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px 15px;
	text-shadow: 0 0 2px #000;
}
#stayInTouch p {
	margin: 0;
	padding: 0;
}
#stayInTouch p a {
	background-image: url(../images/callouts/StayInTouch.png);
	background-repeat: no-repeat;
	display: block;
	width: 230px;
	height: 50px;
}
#stayInTouch p a span {
	display: none;
}
#stayInTouch p.register a { background-position: left top; }
#stayInTouch p.signup a { background-position: left -65px; }
#stayInTouch p.twitter a { background-position: left -125px; }
#stayInTouch p.facebook a { background-position: left -185px; }
#stayInTouch p a:hover {
	opacity: 0.8;
}

.getTadAccount h1 {
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	background: rgb(0,0,0);
	background: rgba(0,0,0, 0.6);
}
