body {
	background: #D7C500;
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(0 50% 90deg, #D7C500, #A19300);
	background-image: -webkit-gradient(linear, 0 0, 0 50%, from(#A19300), to(#D7C500));
	font: 100.01%/1 Tahoma, "Lucida Grande", Arial, sans-serif;
	color: #000;
	text-align: center;
}
a {
	color: #660;
	text-decoration: none;
}

/* Widget overrides */
.yuzo_related_post_widget {
	margin: 0 !important;
}

/* Layout */
#container,
#copyright {
	min-width: 300px;
	max-width: 700px;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
div#wrap{clear:both;float:left;width:100%;margin-left:-143px}
div#content{margin-left:143px}
div#sidebar{float:right;width:134px}
div#extra{float:right;clear:right;width:140px}
div#footer{clear:left}

.widget-title,
#browserWarning {
	display: none;
}
#container {
	margin-top: 0;
	font-size: 70%;
}
#wrap {
	margin: 0;
}

/* Header */
#header {
	position: relative;
	margin: 3px 0;
	color: #FFF;
}
#header h1 {
	float: left;
	width: 50%;
	margin: .45em 0 0;
	font: 400%/1 'Droid Sans', arial, serif;
	font-weight: bold;
	text-shadow: 3px 3px 5px #777;
}
#issue {
	position: absolute;
	right: 180px;
	top: 35px;
	width: 100px;
	height: 100px;
	background: url(../images/yip/bg-sprite.png) 0 -500px no-repeat;
}
#issue p {
	width: 80px;
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	text-align: center;
	font-size: 145%;
}
#issue strong {
	display: block;
	padding: .5em 0 0;
	font-size: 120%;
}
.watch {
	float: right;
	width: 250px;
	padding: 5px;
	background: #F7F3CC;
}
.watch p {
	margin: 0;
	line-height: 1.2;
	text-decoration: underline;
}
.watch span {
	display: block;
}
.watch img {
	float: right;
	width: 115px;
}

.nav {
	float: left;
	clear: left;
	margin: 3px 0;
	padding: 5px;
	background: #F7F3CC;
}
.nav li {
	list-style: none;
	float: left;
	white-space: nowrap;
	text-decoration: underline;
}
.nav li:first-child {
	padding-right: 1em;
}

#content {
	padding: .4em;
	background: #FAF8E7;
	font: 130%/1.2 Verdana, Arial, Helvetica, sans-serif;
}
#content p {
	margin: 0;
}
.alt img,
img.alignright {
	float: right;
	margin: 0 0 .5em .5em;
}

/* Sidebar */
#sidebar {
	padding: 3px;
	background: #FFF;
	color: #666;
}
.social {
	margin: 1px 0 3px;
	text-align: center;
}
.social .addthis_button_twitter {
	padding: 0 14px;
}
#sidebar ul,
#extra ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	border-top: 1px solid #CCC;
	padding: .5em;
}
li.download {
	padding-right: 15px;
	background: url(../images/yip/bg-sprite.png) 114px 3px no-repeat;
}
.textsize a {
	float: right;
	width: 15px;
	height: 13px;
	background: url(../images/yip/bg-sprite.png) 0 -50px no-repeat;
	text-indent: -9999px;
}
.textsize a.large {
	margin-left: 5px;
	background-position: -20px -50px;
}

/* Extra */
#extra {
	margin: 3px 0;
}
#extra #profile {
	padding: 3px;
	background: #F7F3CC;
}
#extra p {
	margin: 3px 0;
	line-height: 1.2;
}
#extra .cta a {
	display: block;
	margin: 3px 0 0;
	padding: 5px 20px 5px 5px;
	border: 1px solid #FFF;
	background: #FCC url(../images/yip/bg-sprite.png) 115px -87px no-repeat;
	color: #F00;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.3;
}
#extra .cta a:hover,
#extra .cta a:focus {
	background-color: #CCC;
}
#extra .cta .QSDC a {
	background-position: 115px -187px;
}

/* Footer */
#footer {
	overflow: hidden;
	margin-right: 143px;
	padding: 3px 0;
}
#footer .facebook {
	padding: 3px;
	background: #FFF;
}
#footer iframe {
	overflow: hidden;
	width: 380px;
	height: 25px;
	border: none;
}
#footer a {
	line-height: 1.2;
	text-decoration: underline;
}
#footer li {
	display: inline;
}

#copyright a {
	display: block;
	height: 54px;
	background: url(../images/yip/bg-sprite.png) 0 -300px no-repeat;
	text-align: left;
	text-indent: -9999px;
}