/* @override http://canigetamanwiththat.net/tumblr/style.css */

html {
	background: #eeeeee url(img/bg.png) repeat-x center top;
}

#wrapper {
	display: block;
	width: 960px;
	margin: 0 auto 0;
}

/* CLEARER */

#social, #menu, .clear {
	clear: both;
}

/* SOCIAL TOP MENU LINKS */

#social {
	display: block;
	width: 960px;
	margin: 0 auto;
	position: absolute;
	top: 0;
}

#social ul#social_links {
	display: block;
	float: left;
	height: 30px;
	margin: 0;
}

#social ul li {
	list-style: none;
	float: left;
	display: block;
	margin-left: 0;
	height: 30px;
}

#social ul li a {
	display: block;
	vertical-align: middle;
	line-height: 32px;
	height: 30px;
	padding-left: 24px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #000;
}

	#social ul li#link_tiwtter a {
		background-image: url(img/twitter_16.png);
	}

	#social ul li#link_facebook a {
		background-image: url(img/facebook_16.png);
	}

	#social ul li#link_email a {
		background-image: url(img/link_email.png);
	}

	#social ul li#link_rss a {
		background-image: url(img/rss_16.png);
	}

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

#social #search {
	display: block;
	float: right;
	margin-top: 6px;
}

	#search #search_bar{
		margin: 0;
		padding: 0 3px;
		border: 1px solid #000;
		height: 18px;
		width: 200px;
		float: left;
	}
	
	#search #search_button {
		border: 1px solid #000;
		background-color: #ececec;
		margin: 0;
		border-left: none;
		float: left;
	}
	
	.ie #search #search_button {
		height: 20px;
	}

	#search #search_button:hover {
		background-color: #fff000;
		cursor: pointer;
	}
	
	#search #search_button:active {
		background-color: #000;
		color: #fff;
	}

/* MAIN HEADER */

#header {
	display: block;
	width: 960px;
	height: 243px;
	margin-top: 33px;
	position: relative;
	background: url(img/headerimg.png) no-repeat;
}

/* logo */
#header h1 a span, p#description, .hide {
	display: none;
}

#header h1 a {
	display: block;
	width: 306px;
	height: 225px;
	background: url(img/logo.png) no-repeat;
	position: absolute;
	left: -20px;
	top: 5px
}

#header h1 {
	margin: 0;
}

/* MENU */

#menu ul {
	display: block;
	height: 16px;
	margin: 10px 0;
}

#menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 40px 0 0;
	padding: 3px 5px;
}

#menu li a {
	display: block;
	text-decoration: none;
	height: 16px;
	background: transparent no-repeat left center;
	background-image: url(img/menu.png);
}

#menu li a span { display: none; }

#menu li#menu_home a { width: 59px; }

#menu li#menu_submit a { width: 74px; background-position: -59px; }

#menu li#menu_about a { width: 68px; background-position: -134px; }

#menu li#menu_bestof a { width: 78px; background-position: -299px; }

#menu li#menu_press a { width: 55px; background-position: -378px; }

#menu li#menu_contests a { width: 101px; background-position: -434px; }

#menu li#menu_contact a { width: 95px; background-position: -204px; }

#menu li#menu_15 a { width: 136px; background-position: -540px; }

#menu li#menu_ask a { width: 153px; background-position: -681px; }

#menu li:hover {
	background-color: #04afef;
}

#menu li.hidden {
	display: none;
}

/* MAIN LAYOUT STUFF */

#post_area {
	display: block;
	width: 620px;
	float: left;
}
#sidebar {
	display: block;
	width: 320px;
	float: left;
	margin-left: 20px;
}

.post_metadata, .post_regdata {
	float: left;
}

.post_metadata {
	width: 95px;
	text-align: right;
	padding-right: 10px;
}

.post_regdata {
	width: 515px;
}

/* SIDE MENU */

#group_members h2 span { display: none; }
#group_members h2 {
	display: block;
	height: 16px;
	width: 188px;
	background-image: url(img/editor_heading.png);
	margin: 10px 0px 10px;
}

#group_members a {
	margin-right: 10px;
	margin-bottom: 10px;
}

#twitter_widget a {
	display: block;
	height: 16px;
	width: 244px;
	margin: 10px 0px 10px;
	background: url(img/twitter_h2.png) no-repeat;
}

#twitter_widget span {
	display: none;
}

/* POST DESIGN - layout */
ol#posts, ol#posts li.post {
	list-style: none;
}

#post_area {
	padding-top: 20px;
	margin-bottom: 50px;
}

#post_area p a, #notes a, #tag_list a, #maincontent a {
	color: #00bdff;
	font-weight: bold;
	text-decoration: none;
}

#maincontent h1 a, #maincontent h2 a, #maincontent h3 a, #maincontent h4 a, #maincontent h5 a, #maincontent h6 a {
	color: #000;
}

.post.link a.link span {
	color: #fff;
}

.post.link a.link:hover {
	text-decoration: none;
}

#post_area p a:hover, #notes a:hover, #tag_list a:hover, #maincontent a:hover {
	text-decoration: underline;
}

ol#posts li.post {
	margin: 0 0 10px 0;
}

blockquote {
	margin-left: 20px;
	border-left: 1px solid #000;
	padding-left: 10px;
}

/* metadata */

.post_metadata span {
	display: none;
}

.post_metadata h2 {
	display: block;
	height: 19px;
	width: 95px;
	margin-top: 20px;
	margin-bottom: 2px;
	background: url(img/post_types.png) repeat-y right top;
}

	.post.photo .post_metadata h2, .post.photoset .post_metadata h2 {
		background-position: right 114px;
	}

	.post.quote .post_metadata h2 {
		background-position: right 95px;
	}

	.post.link .post_metadata h2 {
		background-position: right 76px;
	}

	.post.chat .post_metadata h2 {
		background-position: right 57px;
	}

	.post.video .post_metadata h2 {
		background-position: right 38px;
	}

	.post.audio .post_metadata h2 {
		background-position: right 19px;
	}
	
.post_metadata p {
	margin: 0;
}

#post_area .post_metadata p.post_comments a {
	color: #ff00ff;
	white-space: nowrap;
}

.post_tags a  {
	font-size: 12px;
}

h2#tags span {
	display: none;
}

h2#tags {
	display: block;
	width: 50px;
	height: 16px;
	background: url(img/tags_h2.png);
	margin: 30px 0 0;
}


/* POST: STORY */
.post.text .post_regdata .post_content {
	background: #fff url(img/text_header.png) no-repeat left top;
	padding: 10px;
}

.post.text .post_regdata h3 {
	margin-bottom: 10px;
}

.post.text .post_regdata h3 a {
	color: #000;
	text-decoration: none;
	font-size: 26px;
	vertical-align: text-bottom;
}

.post.text .post_regdata h3 a:hover {
	text-decoration: underline;
}

.post .read_more_container {
	margin-bottom: 0;
	background: url(img/more_arrow.png) no-repeat 71px center;
}

.post.text .post_regdata img {
	margin: 0 10px;
}

/* POST: PHOTO */
.post.photo .post_regdata .photo_img {
	padding: 10px 10px 5px;
	background: #fff url(img/img_bg.png);
	margin-bottom: 10px;
}

.post.photo .post_regdata .photo_img img {
	max-width: 495px;
}

/* POST: QUOTE */
.post.quote .post_regdata {
	font-family: "Courier New", Courier, mono;
	position: relative;
}

.post.quote .post_regdata .post_content span {
	position: absolute;
	left: -98px;
	display: block;
	font-size: 170px;
	top: 40px;
	color: #fff;
	z-index: -10;
}

.post.quote .post_regdata .post_content {
	padding: 10px;
	background-color: #e74a4b;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}

.post.quote .source {
	text-align: right;
}

.post.link .post_regdata a.link {
	padding: 10px 20px 7px;
	background: #40c2f3 url(img/link_bg.png);
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 29px;
	display: inline-block;
}

.post.link .post_regdata a.link:hover {
	background: #000 none;
}

.post.link .post_regdata a.link span {
	padding-right: 40px;
	background: transparent url(img/link_arrow.png) no-repeat right center;
}

/* POST: CHAT */
.post.chat h3 {
	background-color: #fff000;
	display: block;
	margin: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.post.chat h3 a {
	color: #000;
	padding: 10px 10px 7px;
	display: block;
	text-decoration: none;
}

.post.chat h3 a:hover {
	color: #fff;
	background-color: #000;
}

.post.chat ul, .post.chat ul li {
	list-style: none;
	margin: 0;
} 

.post.chat ul li {
	padding: 10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.post.chat ul {
	border-bottom: 1px solid #000;
}

.post.chat .odd {
	background-color: #e3e5e5;
}

/* POST:AUDIO */
.post.audio img.left {
	float: left;
	max-width: 70px;
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post.audio .post_content {
	display: block;
	background: #fff url(img/img_bg.png);
	padding: 10px 10px 4px;
	margin-bottom: 10px;
	vertical-align: middle;
}

.post.audio .audio_player_left {
	width: 210px;
	float: left;
}

.post.audio .audio_meta_right {
	float: right;
	margin-top: 5px;
}

/* LIKES */

ul#likes {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

    li.like_post {
        /* Should match the width specified in the Likes tag */
        width: 100px;
        padding: 0 40px 0 0;
        float: left;
        margin: 0;
    }

      li.like_post img {
          max-width: 100%;
      }

      li.like_post blockquote {
          margin: 0;
          padding: 0 0 0 10px;
          border-left: 1px solid #eee;
      }

      li.like_post ol,
      li.like_post ul {
          margin: 0 0 0 15px;
          padding: 0;
      }

      li.like_post .like_link a {
          font-weight: bold;
      }

      li.like_post .like_title {
          font-weight: bold;
      }

      li.like_post .post_info_bottom {
          margin: 10px 0 0 0;
          display: block !important;
      }

#likes_container h2 span {
	display: none;
}

#likes_container h2 {
	display: block;
	height: 19px;
	width: 100%;
	background: #000 url(img/likes_header.png) no-repeat;
	margin: 0;
	padding-bottom: 20px;
}

/* PAGINATION AND THE FOOTER */

#footer {
	display: block;
	margin: 0;
	padding-bottom: 50px;
	background: #000;
	color: #fff;
	padding-top: 1px;
}

#navigation_inner, #footer #end, #footer #likes_container {
	width:620px;
	padding-right: 320px;
	margin: 0 auto;
}


#navigation p, #navigation p a#shorturl {
	width: 350px;
	text-align: center;
	color: #000;
	font-size: 16px;
	float: left;
	display: block;
	margin: 0 125px;
	text-decoration: none;
}

#navigation span {
	display: none;
}

#navigation a#previous_page {
	position: absolute;
	width: 118px;
	height: 49px;
	background: transparent url(img/pag_past.png);
	top: -3px;
	left: -5px;
}

#navigation a#next_page {
	position: absolute;
	width: 138px;
	height: 47px;
	background: transparent url(img/pag_future.png);
	top: -6px;
	right: 320px;
}

#navigation {
	display: block;
	position: relative;
	height: 39px;
	line-height: 40px;
	background: #eee;
	border-top: 1px solid #000;
}

#navigation_inner {
	display: block;
	position: relative;
	height: 39px;
	line-height: 40px;
}

#end p {
	margin:5px 0;
}

#footer a {
	font-weight: bold;
	color: #fff;
}

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

#footer #likes_container {
	margin: 20px auto;
}

/* notes */
            ol.notes {
                padding: 0px;
                margin: 25px 0px;
                list-style-type: none;
                border-bottom: solid 1px #000;
            }

            ol.notes li.note {
                border-top: solid 1px #000;
                padding: 10px;
                margin: 0;
            }

            ol.notes li.note img.avatar {
                vertical-align: -4px;
                margin-right: 10px;
                width: 16px;
                height: 16px;
            }

            ol.notes li.note span.action {
                font-weight: bold;
            }

            ol.notes li.note .answer_content {
                font-weight: normal;
            }

            ol.notes li.note blockquote {
                border-color: #000;
                padding: 4px 10px;
                margin: 10px 0px 0px 25px;
            }

            ol.notes li.note blockquote a {
                text-decoration: none;
            }


/* TWITTER & OTHER */
div#widgets, #tag_cloud  {
	margin-top: 20px;
}

div.twtr-hd, div.twtr-ft, .outbrain-recommendationsFieldset-sc, .outbrain-table-recommendations-bottom {
	display: none!important;
}

.outbrain_rate {
	float: left;
}

.got_a_story {
	line-height: 30px;
}

div.twtr-doc {
	font-size: 18px;
}

.share_area {
	margin-bottom: 60px;
	margin-left: 105px;
	text-align: right;
}

span.at300bs {
	display: inline-block;
	position: relative;
	top: 3px;
}
