@charset "utf-8";
/* CSS Document */

/*   
Theme Name: YTC Aggregator
Theme URI: http://www.mimiflynn.com
Description: simple theme with a two column design and lots of widget space
Author: mimi flynn
Author URI: http://www.mimiflynn.com
Version: 1.0
.
Created to be a widget driven content aggregator
.
*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana,Arial,sans,serif;
	background: url('images/background.jpg') fixed center;
	color: #ddd;
}

/*h1, h2, h3, h4 {
	text-shadow: #333 1px 1px 1px;
}*/

a {
	text-decoration: underline;
	color: #ddd;
}

a:hover {
	background: #666;
}

img {
	margin: 10px;
	border: #ddd 2px solid;
}

img:hover {
	background: none;
}

.background {
	margin: 0 auto;
	top: 0;
	width: 100%;
	/*display: none;*/
}

#body_wrap {
	width: 1000px;
	margin: 0 auto;
	background-color: transparent;
	/*border: 5px solid #000;*/
}

#header {
	background-color: transparent;
	text-shadow: #999 1px 1px 1px;
	margin-bottom: 4em;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#header .logo {
	margin: 0 auto 0 auto;
	width: 1000px;
}

#header h1 a {
	font-size: 112px;
	text-decoration: none;
	border: none;
	color: #000;
	text-shadow: #000 1px 1px 1px;
	width: 1000px;
	overflow: hidden;
}

#header h1 a:hover {
	background:none;
	text-shadow: #000 3px 3px 3px;
}

#header p {
	text-align: right;
	font-size: 22px;
	letter-spacing: 5px;
	margin-top: -1em;
}

#body {
	clear: both;
	margin: 0 auto;
	overflow: auto;
	width: 980px;
	background: rgba(0,0,0,0.85);
	border-top: double 3px #333;
	padding: 1em 0 0 20px;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 2em 0 0 20px;
	margin: 0;
}

#sidebar .widgetContainer {
	margin-bottom: 2em;
}

#sidebar h1, #sidebar h3, #sidebar .reader-publisher-module h3 {
	font-size: medium;
	display: block;
	margin: 2em 10px auto 15px;
	font-weight: normal;
}

#sidebar ul {
	margin: 5px 10px 1em 15px;
	list-style: disc;
}

#sidebar li {
	margin-left: 15px;
	line-height: 1.5em;
}

#sidebar li a {
	
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar .reader-publisher-module .f {
	
	margin-left: 15px;
}

#sidebar #searchform {
	margin: 5px 10px auto 15px;
}

#sidebar #searchform label.hidden {
	display: none;
}

#sidebar table#wp-calendar {
	margin: 5px 10px auto 15px;	
}

#sidebar table#wp-calendar caption {
	font-weight: bold;
}

#sidebar table#wp-calendar td {
	
}

#sidebar .aktt_tweets {
	margin-left: 10px;
}

#sidebar .aktt_tweets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar .aktt_tweets ul li {
	margin: 1em auto;
}

#sidebar .aktt_tweets ul li.aktt_more_updates {
	margin: 1em 0px;
	padding-left: 0px;
}

#sidebar ul.socialmedia {
	padding: 0;
	margin:0;
	overflow:hidden;
	clear:both;
}

#sidebar .socialmedia li {
	list-style: none;
	margin:0;
	padding:0;
	float: left;
}

#sidebar .socialmedia li a {
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 75px;
	opacity: .75;
}

#sidebar .socialmedia li a:hover {
	opacity: 1.0;
}

#sidebar .twitter {
	background: url(images/twitter.png);
}

#sidebar .delicious {
	background: url(images/delicious.png);
}

#sidebar .facebook {
	background: url(images/facebook.png);
}

#sidebar .flickr {
	background: url(images/flickr.png);
}

#sidebar .linked-in {
	background: url(images/linked-in.png);
}

#sidebar .vimeo {
	background: url(images/vimeo.png);
}

#sidebar .rss {
	background: url(images/rss.png);
}

#main {
	float: left;
	width: 720px;
	padding: 0 30px 0 0;
	margin: 0;
}

#main .main_content {
	padding: 0;
	margin-top: 50px;
}

#main .main_content img.header {
	margin: 0 auto 0 auto;
}

#main .main_content h2 {
	text-align: left;
	font-size: 200%;
	line-height: 1.25em;
	padding-right: 66px;
	font-weight: normal;
}

#main .main_content h2 a {
	text-align: left;
	text-decoration: none;
}

#main .main_content p {
	text-align: left;
	margin: 1em 0 0 0;
}

#main .main_content .entry:first-child::first-letter {
	font-size: 150%;
}

#main .main_content hr {
	width: 80%;
	margin: 2em auto 1em auto;
	border-top: 1px #000 dashed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}

#main .main_content ul {
	list-style: none;
	margin: 1em 0;
}

#main .main_content ul.children {
	margin: 0;
	padding: 0;
}

#main .main_content ul.children li {
	font-size: medium;
	margin: 1em 0;
}

#main .main_content li {
	text-align: left;
	margin: 0 0 1em 0;
}

#main .main_content li p {
	margin: 0 0 0 0;
}

#main .main_content dl {
	text-align: left;
}

#main .main_content dt {
	font-weight: normal;
	margin: 1em 0 0 0;
}

#main .main_content dt:after {
	content: ":";
}

#main .main_content dd {
	margin: 0 0 0 2em;
}

#main .main_content .entry {
	clear: both;
	margin: 15px 0 0 0;
	padding: 0;
	border-top, border-left, border-right: none;
	border-bottom: 3px #333 double;
	line-height: 1.5em;
}

#main .main_content .entry img:hover {
	-webkit-box-shadow: rgba(0,0,0,0.85) 0px 0px 7px;
	-moz-box-shadow: rgba(0,0,0,0.85) 0px 0px 7px;
	box-shadow: rgba(0,0,0,0.85) 0px 0px 7px;
}

#main .main_content .entry img {
	display: block;
	margin: 1em auto;
}

#main .main_content .entry blockquote {
	background: #ddd;
	border: solid 1px #999;
	padding: 2em 2em 1em 2em;
	margin: 0 0 1em 0;
}

#main .main_content .entry img.header {
	margin: 0 auto 0 auto;
}

#main .main_content .entry h2 {
	text-align: left;
}

#main .main_content .entry h3 {
	text-align: left;
	padding: 1em 0;
}

#main .main_content .entry h2 a {
	text-align: left;
}

#main .main_content .entry p {
	text-align: left;
	margin: 0 0 1em 0;
	line-height: 1.75em;
}

#main .main_content .entry a:hover {
	text-decoration: underline;
}

#main .main_content .entry hr {
	width: 80%;
	margin: 2em auto 1em auto;
	border-top: 1px #999 dashed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}

#main .main_content .entry ul {
	list-style: none;
	margin: 1em 0 1em 1em;
}

#main .main_content .entry li {
	text-align: left;
	
	margin: 0 0 5px 0;
}

#main .main_content .entry li p {
	margin: 0 0 0 0;
}

#main .main_content .entry dl {
	text-align: left;
	
}

#main .main_content .entry dt {
	font-weight: bold;
	margin: 1em 0 0 0;
}

#main .main_content .entry dt:after {
	content: ":";
}

#main .main_content .entry dd {
	margin: 0 0 1em 2em;
}

#main .main_content .entry pre {
	padding: 1em;
	border: solid 1px #999;
	background: #ddd;
}

#main .main_content .entry pre code {

}

#main .main_content .comment_meta {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #ccc dashed 1px;
}

#main .main_content .block {
	margin: 10px 0;
	padding: 10px 0;
}

#main .main_content p.tags {
	
	margin: 0;
}

#main .main_content p.category {
	
	margin: 0;
}

#main .main_content .navigation .alignleft, #main .main_content .navigation .alignright {
	width: 50%;
	float: left;
	overflow: hidden;
	padding-bottom: 30px;
}

#main .main_content .navigation .alignright {
	text-align: right;
}

#main .main_content h3.reply {
	clear: both;
}

#main .main_content .comment_meta {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #ccc dashed 1px;
}

#main .main_content ol.commentlist {
	list-style: none;
}

#main .main_content ol.commentlist li {
	padding: 10px;
	background: #EEE;
}

#main .main_content ol.commentlist li .comment_author {
	padding: 1em 0 1em 0;
	overflow: hidden;
}

#main .main_content ol.commentlist li.bypostauthor {
	background: #FFF;
}

#main .main_content ol.commentlist li .comment_author img {
	float: left;
}

#main .main_content ol.commentlist li .comment_author p {
	float: left;
	margin: 10px 0 0 10px;
}

#main .main_content ol.commentlist li .comment_author p.comment_author_link {
	font-weight: bold;
}

#main .main_content ol.commentlist li .comment_author p.comment_date {
	
}

#main .main_content ol.commentlist li .comment_text {
	clear: both;
}

#main .main_content ol.commentlist li .clear {
	clear: both;
}

#main .main_content #commentform textarea#comment {
	width: 80%;
}

.widgets {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 3em;
	padding: 1em 0;
}

.widgets .widgetContainer {
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 0 0 2em 0;
}

.widgets .widgetContainer h3 {
	font-size: 155%;
	font-weight: normal;
}

a.rsswidget img {
	display: none;
}

.widgets .widgetContainer ul {
	margin: 5px 10px 1em 15px;
	list-style: disc;
}

.widgets .widgetContainer li {
	margin: 0 0 1em 15px;	
	line-height: 1.5em;
	float: left;
	width: 220px;
	padding: 10px;
	border-top: dashed 1px #333;
}

.widgets .widgetContainer li:hover {
	background: rgba(100,100,100,0.25);
}

.widgets .widgetContainer li a {
	display:block;
	height:100%;
	width:100%;
}

.widgets .widgetContainer li a:hover {
	background: none;
}

.widgets .randomvideosidebar h3 {
	padding-bottom: 1em;
}

.widgets .randomvideosidebar object {
	margin-left:10px;
}

.widgets #text-4, .widgets #text-5 {
	background: rgba(100,100,100,0.25);
	padding: 10px;
}

.widgets #text-4 h3, .widgets #text-5 h3 {
	font-size: 175%;
}

.widgets #twitter-tools li a {
	display:inline;
}

.widgets #twitter-tools li.aktt_more_updates {
	display:none;
}

.widgets #twitter-tools p.aktt_credit{
	display:none;
}

#footer {
	width: 100%;
	bottom: 0;
	left: 0;
	display: block;
	clear: both;
	font-size: x-small;
	text-align: right;
	color: #fff;
	overflow: hidden;
	margin-top: 2em;
	margin-bottom: 1125px;
	border-top: 3px double #333;
	padding-top: 1em;
}

#footer ul {
	float: left;
}


#footer li {
	display: inline;
}

#footer ul {
	margin-bottom: 1em;
}

#footer ul li:after {
	content: " | ";
}

#footer ul li.last:after {
	content: "";
}

.stats img {border: none;}

#flickrrss img{border: 1px #ddd solid; margin: 12px;}
#flickrrss a:hover {
	background: none;
}
#flickrrss a img:hover {
	-webkit-box-shadow: rgba(255,255,255,0.9) 0px 0px 7px;
	-moz-box-shadow: rgba(255,255,255,0.9) 0px 0px 7px;
	box-shadow: rgba(255,255,255,0.9) 0px 0px 7px;
}


     /*Date Sprite */
    .postdate {
    position: relative;
    width: 66px;
    height: 60px;
    float: right;
	margin: -60px 0 1em 0;
    }
    .month, .day, .year {
    position: absolute;
    text-indent: -1000em;
    background-image: url(images/date_img.png);
    background-repeat: no-repeat;
    }
    .month { top: 10px; left: 0; width: 33px; height: 30px;}
    .day { top: 30px; left: 0; width: 33px; height: 30px;}
    .year { bottom: 0; right: 13px; width: 20px; height: 60px;}

    .m-01 { background-position: 0 0px;}
    .m-02 { background-position: 0 -30px;}
    .m-03 { background-position: 0 -62px;}
    .m-04 { background-position: 0 -94px;}
    .m-05 { background-position: 0 -125px;}
    .m-06 { background-position: 0 -155px;}
    .m-07 { background-position: 0 -185px;}
    .m-08 { background-position: 0 -217px;}
    .m-09 { background-position: 0 -248px;}
    .m-10 { background-position: 0 -279px;}
    .m-11 { background-position: 0 -310px;}
    .m-12 { background-position: 0 -341px;}

    .d-01 { background-position: -51px 0;}
    .d-02 { background-position: -51px -27px;}
    .d-03 { background-position: -51px -57px;}
    .d-04 { background-position: -51px -91px;}
    .d-05 { background-position: -51px -122px;}
    .d-06 { background-position: -51px -151px;}
    .d-07 { background-position: -51px -185px;}
    .d-08 { background-position: -51px -214px;}
    .d-09 { background-position: -51px -249px;}
    .d-10 { background-position: -51px -275px;}
    .d-11 { background-position: -51px -309px;}
    .d-12 { background-position: -51px -338px;}
    .d-13 { background-position: -51px -373px;}
    .d-14 { background-position: -51px -404px;}
    .d-15 { background-position: -51px -434px;} /* changed from -436px */
    .d-16 { background-position: -51px -462px;}
    .d-17 { background-position: -100px -0px;}
    .d-18 { background-position: -100px -27px;}
    .d-19 { background-position: -100px -57px;}
    .d-20 { background-position: -100px -91px;}
    .d-21 { background-position: -100px -122px;}
    .d-22 { background-position: -100px -151px;}
    .d-23 { background-position: -100px -185px;}
    .d-24 { background-position: -100px -214px;}
    .d-25 { background-position: -100px -249px;}
    .d-26 { background-position: -100px -275px;}
    .d-27 { background-position: -100px -309px;}
    .d-28 { background-position: -100px -338px;}
    .d-29 { background-position: -100px -373px;}
    .d-30 { background-position: -100px -404px;}
    .d-31 { background-position: -100px -436;}

    .y-2009 { background-position: -150px 0;}
    .y-2010 { background-position: -150px -60px;}
    .y-2011 { background-position: -150px -120px;}
    .y-2012 { background-position: -150px -180;}
    .y-2013 { background-position: -150px -240px;}
    .y-2014 { background-position: -150px -300px;}
