html, body, div, ul, ul li, dl{
	margin:0;
	padding:0;
}

html, body {
	font-size: 90%;
	height: 100%;
	min-height: 100%;
	font-family: Arial, sans-serif; 
}

img {
	border: 0;
}

/* structural css */
.right-head {
	float: right;
	text-align: right;
	width: 25%;
	padding: 10px 50px 0px 0px;
}
.right-head ul li {
	display: inline;
	list-style: none;
	font-weight: bold;
	cursor: pointer;
}
.left-head {
	float: left;
	width: 50%;
	padding-left: 50px;
}
.clear{
	margin: 0;
	padding: 0;
	height: 0;
	clear: left;
}

/* sitewide styles */
h1, h2, h3, h4{
	color:#B11616;
	text-align: left;
}
h1 {
	margin-top:0;
	font-size:167%;
	font-weight: bold;
}
h2 {
	font-size:125%;
	font-weight: bold;
}

pre {
	text-align: left;
}
#leftNav {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#centerPanel {
	padding-top: 20px;
	padding-bottom: 20px;
}
#rightSidebar {
	padding-top: 20px;
	padding-bottom: 20px;
}
/*
#ytLeftNav {
	width: 100%;
	padding-top: 20px;
}

#ytLeftNav li {
	list-style:none;
	padding: 0.25em 0;
	margin:0;
}

#ytLeftNav li a {
	display: block;
	letter-spacing: 2px;
	padding: 3px 5px 3px 10px; 
	text-align: right;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}
*/
/* footer styles */
.ytFt{
	text-align: center;
	padding-top: 20px;
	clear: both;
}

.ytFt ul{
	margin:0;
}

.ytFt ul li{
	display:inline;
	list-style:none;
	font-weight: bold;
}

/* message styles */
.ytInfo {
	font-size: 100%;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

/* tree and table styling */
dl.ytBlogList {
	list-style: none;
	font-size: 10pt;
}

dl.ytBlogList dl {
	list-style: none;
	margin-left: 20px;
	font-size: 10pt;
}

dl.ytBlogList a {
	font-weight: bold;
}

dl.ytBlogList dd {
	padding-bottom: 10px;
	padding-left: 25px;
}

.ytCollapsed {
	background: url(../images/toggle-collapsed-red.png) left center no-repeat;
	padding: 3px 0px 3px 25px;
	cursor: pointer;
}

.ytExpanded {
	background: url(../images/toggle-expanded-red.png) left center no-repeat;
	padding: 3px 0px 3px 25px;
	cursor: pointer;
}

.ytTable {
	table-layout: fixed;
	font-size: 10pt;
	margin: 3px;
	border-collapse: separate;
	border-spacing: 1;
}

.ytTable th {
	font-weight: bold;
	text-align: left;
}

.ytTable td {
	font-weight: normal;
	padding: 2px;
}

form#searchForm {
	padding: 1em 2em;
	margin: 0 0 1em 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

form#searchForm label {
	display: block; 
	font-weight: bold;
	margin: 0 0 0.1em 0;
}

.ytActionLink {
	cursor: pointer;
	white-space: nowrap;
}
.ytActionLink img {
	vertical-align: bottom;
}

.ytHeaderLink {
	cursor: pointer;
	white-space: nowrap;
}
.ytHeaderLink img {
	vertical-align: bottom;
}

.ytInfoBoxed {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 1em 2em;
	margin: 0 0 1em 0;
	font-size: 100%;
	text-align: left;
}

/* comment styles */

.ytComment{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 100%;
	width: 500px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.ytComment div {
	padding-bottom: 5px;
}

/* faq styles */

.ytFAQ{
	margin:0 0 1em 0;
	text-align: left;
	border-bottom:1px solid #777777;	
}

.ytFAQ.last{
	border-bottom:0;	
}

.ytFAQ dt{
	font-size:114%;
	color:#B11616;
	font-weight:bold;
}
.ytFAQ dd{
	margin:0;
	padding:0.5em 0;
}

.ytServicesList{
	margin:1em 0 1em 2em;
	width:100%;
	float:left;
}

.ytServicesList li{
	display:block;
	list-style:none;
	padding:2px 0 2px 20px;
	float:left;
	width:25%;
	margin-right:1%;
}
.ytServicesList .ytFeed{
	background: url(../images/icons/blog.png) left center no-repeat;
}
.ytServicesList .ytGenericBlog{
	background: url(../images/icons/blog.png) left center no-repeat;
}
.ytServicesList .ytTwitter{
	background: url(../images/icons/twitter.png) left center no-repeat;
}
.ytServicesList .ytGoogle{
	background: url(../images/icons/google.png) left center no-repeat;
}
.ytServicesList .ytGoogleReader{
	background: url(../images/icons/googlereader.png) left center no-repeat;	
}
.ytServicesList .ytBlogger{
	background: url(../images/icons/blogger.png) left center no-repeat;
}
.ytServicesList .ytTypePad{
	background: url(../images/icons/typepad.png) left center no-repeat;
}
.ytServicesList .ytWordPress{
	background: url(../images/icons/wordpress.gif) left center no-repeat;
}
.ytServicesList .ytStumbleUpon{
	background: url(../images/icons/stumbleupon.gif)  left center no-repeat;
}
.ytServicesList .ytTechnorati{
	background: url(../images/icons/technorati.png) left center no-repeat;
}
.ytServicesList .ytDigg{
	background: url(../images/icons/digg.png)  left center no-repeat;
}
.ytServicesList .ytDiigo{
	background: url(../images/icons/diigo.png)  left center no-repeat;
}
.ytServicesList .ytIdentica{
	background: url(../images/icons/identica.png)  left center no-repeat;
}
.ytServicesList .ytReddit{
	background: url(../images/icons/reddit.png)  left center no-repeat;
}
.ytServicesList .ytDisqus{
	background: url(../images/icons/disqus.png)  left center no-repeat;	
}
.ytServicesList .ytIntenseDebate{
	background: url(../images/icons/intensedebate.png)  left center no-repeat;	
}
.ytServicesList .ytMixx{
	background: url(../images/icons/mixx.png)  left center no-repeat;	
}
.ytServicesList .ytFriendFeed{
	background: url(../images/icons/friendfeed.png)  left center no-repeat;
}
.ytServicesList .ytGoogleSidewiki{
	background: url(../images/icons/sidewiki.png) left top no-repeat;
}
.ytServicesList .ytFlickr{
	background: url(../images/icons/flickr.png)  left center no-repeat;
}
.ytServicesList .ytYouTube{
	background: url(../images/icons/youtube.png)  left center no-repeat;
}

.legal {
	text-align: left;
	margin-left: 20px;
}

