﻿
*
{
    margin: 0;
    padding: 0;
}

body
{
	background: #000 url(bg.gif) repeat fixed;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	padding: 0px 20px;
}

/* Notification panel */
.NotificationPnl
{
	padding: 5px;
	float: left;
	display: block;
	position: relative;
	margin: -80px 0 0 270px;
}

.NotificationPnl a
{
	background-image: url(asterisk.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.UserPageSubLinks a
{
	padding: 10px 25px 10px 5px;
}

/* Add remove friend */
.UserPageSubLinks
{
	margin-bottom: 10px;
}

.AddRemoveFriend
{
	margin-bottom: 20px;
	color: #BBA757;
}

.AddRemoveFriend a
{
	padding: 0 0 0 5px;
}

/* Send message */
.SendMessage, .MessageStatus, .ReadMessage
{
	padding: 10px;
	margin-bottom: 10px;
	background-color: #555;
}

.MessageStatus .success
{
	color: #BBA757;
}
.MessageStatus .error
{
	color: #cc6666;
}

/* Read message */
.ReadMessage .label
{
	float: left;
	clear: left;
	width: 70px;
	height: 30px;
}

.ReadMessage .textbox
{
	padding: 2px 5px;
	float: left;
	width: 80%;
}

.ReadMessage .buttons
{
	clear: left;
	margin-left: 70px;
}

/* Friends list */
.FriendsGridView th
{
	font-weight: bold;
	background-color: #222;
	padding: 5px 10px 5px 10px;
}

.FriendsGridView td
{
	padding: 10px 10px;
	border-bottom: solid 1px #555;
}

.FriendsGridView tr:hover
{
	background-color: #555;
}

/* bread crumbs */
#CookieCrumbsTrail
{
	padding: 15px 0 15px 0;
}

.CategoryName
{
	float: left;
}

.CategoryRSSImg
{
	float: right;
}

/* User search */

.UserSearchForm
{
	float: right;
	margin-top: -40px;
}

.UserSearchResults
{
	margin-bottom: 30px;
}

.UserSearchResults th
{
	font-weight: bold;
	background-color: #444;
	padding: 5px 10px 5px 10px;
}

.UserSearchResults td
{
	border-bottom: 1px solid #555;
	padding: 10px 10px;
}

.UserSearchResults tr:hover
{
	background: #666;
}

/* Inbox */
.InboxGridView th
{
	font-weight: bold;
	background-color: #222;
	padding: 5px 10px 5px 10px;
}

.InboxGridView td
{
	padding: 10px 10px;
	border-bottom: solid 1px #555;
}

.InboxGridView tr:hover
{
	background: #666;
}

.InboxGridView .new
{
	padding-left: 20px;
	background: transparent url(msg_new.png) no-repeat scroll left;
}

.InboxGridView .old
{
	padding-left: 20px;
}

/* User profile */
.ProfileInfoPanel
{
	float: left;
	width: 55%;
}

.UserStatisticsPanel
{
	float: right;
	width: 45%;
}

.UpdatePasswordPnl
{
	padding-top: 35px;
}

.UpdatePasswordPnl
{
	padding-top: 35px;
}

.AvatarUploadPnl
{
	padding: 45px 0 0 0;
}

.LatestProfileVisitors h3
{
	border-bottom: none;
}

/* Live page */
.LiveLinkPnl
{
	float: right;
	margin-top: -40px;
}

.LiveLinkPnl a
{
	margin: 0 5px;
	padding: 3px 10px;
	text-decoration: none;
}

.LiveLinkPnl a.selected
{
	color: #000;
	background-color: #C6B05B;
}

/* Top users */
.TopUsers img
{
	padding-right: 5px;
	vertical-align: middle;
}

.TopUsers th, .LiveItemsGridview th
{
	font-weight: bold;
	background-color: #444;
	padding: 10px 10px;
}

.TopUsers th a, .LiveItemsGridview th a
{
	text-decoration: none;
}

.TopUsers th a:hover, .LiveItemsGridview th a:hover
{
	text-decoration: underline;
}

.TopUsers td, .LiveItemsGridview td
{
	border-bottom: 1px solid #333;
	padding: 10px 10px;
}

.TopUsers tr:hover, .LiveItemsGridview tr:hover
{
	background: #555;
}

/* Html elements */
select
{
	padding: 2px 2px;
	border: solid 1px #999;
	background-color: #333;
	color: #ccc;
	font: bold 12px "Trebuchet MS" , Arial, Helvetica, sans-serif;
}

option
{
	padding-left: 5px;
}

input, textarea
{
	padding: 2px 5px;
	font: bold 12px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

input.btn
{
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(../../files/images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
}

h2, h3, h4
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #ccc;
}

h2
{
	font-size: 28px;
}

h3
{
	font-size: 16px;
	font-weight: bold;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol
{
	margin-bottom: 1.5em;
	line-height: 170%;
}

ul, ol
{
	margin-left: 3em;
}

/* List 2 */
ul.list2
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li
{
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad
{
	margin-right: 0;
}

a
{
	color: #84C1FF;
}

a:hover
{
	color: #AAD5FF;
	text-decoration: none;
}

a img
{
	border: none;
}

img.left
{
	float: left;
	margin: 5px 20px 0 0;
}

img.right
{
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */

#wrapper
{
	min-width: 940px;
	max-width: 1200px;
	margin: 1px auto;
}

/* Header */

#header
{
	height: 50px;
	background-color: #333;
	display: block;
	position: relative;
	width: 100%;
	padding: 0px;
}

/* Logo */

#logo
{
	display: inline;
	font-size: 32px;
	color: #FFFFFF;
	float: left;
	padding: 7px 10px 0px;
}

#logo img
{
	border: none;
	padding-right: 10px;
	vertical-align: text-top;
}

#logo a
{
	text-decoration: none;
	color: #666;
}

#search
{
	float: right;
	color: #999;
	font-size: 16px;
	padding: 15px 10px 0px;
}

/* Main Menu */

#menu
{
	width: 100%;
	display: block;
	position: relative;
	padding-top: 8px;
	height: 35px;
	font-weight: normal;
	background-color: #333;
}

#menu a
{
	background-color: #444;
	margin: 0px 1px 0px 0px;
	text-decoration: none;
	color: #999;
}

#menu a.active
{
	background-color: #666;
	color: #ccc;
}

#menu a.active:hover
{
	background-color: #666;
}

#menu a:hover
{
	background-color: #555;
	color: #fff;
}

#menu .Menu1
{
	padding-left: 10px;
	font-size: 22px;
	float: left;
}

#menu .Menu1 a
{
	padding: 5px 15px 5px 15px;
	line-height: 35px;
}

#menu .Menu2
{
	font-size: 16px;
	font-weight: 500;
	float: right;
	padding: 7px 10px 0px;
}

#menu .Menu2 a
{
	padding: 3px 10px 3px 10px;
	line-height: 32px;
}


/* Categories */

#categories
{
	width: 100%;
	display: block;
	position: relative;
	text-align: left;
	background-color: #666;
	padding: 8px 0px 7px 0px;
	height: 21px;
}

#categories .CategoryList
{
	padding-left: 15px;
}

#categories a
{
	padding: 3px 10px 3px 10px;
	margin: 0 2px;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
	color: #ddd;
}

#categories a:hover
{
	background-color: #888;
	color: #fff;
}

#categories a.active, #categories a.active:hover
{
	background-color: #84C1FF;
	color: #000;
	margin: 0px;
}

/* Footer */
#footer
{
	background: #666;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 13px;
	color: #ccc;
	margin-bottom: 100px;
}

#footer .copyright
{
	padding: 10px;
}

.copyright a
{
	color: #C6B05B;
	text-decoration: underline;
}

.copyright a:hover
{
	color: #FFE26F;
}

/* Page */

#page
{
	background: #666;
	width: 100%;
}

/* Content */

#content
{
	padding: 0px 0px 50px 0px;
	background: #222;
	min-height: 1200px;
	vertical-align: top;
}

#content2
{
	padding: 0px 0px 50px 0px;
	background: #222;
}


/* Sidebar */

#sidebar
{
	width: 280px;
	vertical-align: top;
	background-color:#666;
}

#sidebar ul
{
	margin: 0;
	padding: 0 7px 0 7px;
	list-style: none;
}

#sidebar li
{
	margin-bottom: 30px;
}

#sidebar ul h3
{
	padding: 5px 7px;
	background-color: #222;
	color: #ccc;
	font-size: 13px;
}

#sidebar .about
{
	margin: 0 10px;
}

#content2 .about
{
	padding: 20px;
	width: 600px;
	height: 500px;
}

.SidebarMoreLink
{
	float: right;
	padding-right: 7px;
	margin-top: -30px;
	font-size: 12px;
}

.SidebarMoreLink a
{
	color: #C6B05B;
	text-decoration: underline;
}

.SidebarMoreLink a:hover
{
	color: #FFE26F;
}

/* Latest sidebar comments */
dl.list1
{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ccc;
}

.list1 a.user
{
	margin-left: 5px;
	padding-left: 18px;
	background-image: url(comments.png);
	background-position: left;
	background-repeat: no-repeat;
}

.list1 a:hover.user
{
	background-image: url(comments_h.png);
}

.list1 a.subject
{
	color: #B0D8FF;
	margin-left: 23px;
}

.list1 a:hover.subject
{
	color: #D2E9FF;
}

/* Upcoming sidebar cars */
.SidebarVote
{
	clear: left;
	float: left;
	width: 30px;
	text-align: center;
	background: transparent url(votecnt2.gif) no-repeat scroll left top;
	padding-top: 8px;
	height: 32px;
	font-weight: bold;
	margin-left: 5px;
}

.SidebarVote a
{
	color: #ccc;
	text-decoration: none;
}

.SidebarVote a:hover
{
	color: #fff;
}

.SidebarStory
{
	margin-left: 40px;
	height: 40px;
}

.SidebarStory a, .SidebarTags a, .SidebarWelcome a, .StoryPage a
{
	color: #B0D8FF;
}

.SidebarStory a:hover, .SidebarTags a:hover, .SidebarWelcome a:hover, .StoryPage a:hover
{
	color: #D2E9FF;
}

.SidebarWelcome .content
{
	padding: 5px 10px;
}

.SidebarWelcome .avatar
{
	padding: 5px 10px;
}

.SidebarTagCloud .SidebarTags
{
	padding: 0px 7px;
}

/* Single panel */
.SinglePanel
{
	padding: 20px 20px 20px 250px;
}

.SinglePanel h2
{
	font-size: 18px;
}

.SinglePanel .captcha
{
	width: 300px;
}
/* Tabs control */
.TabContainer .ajax__tab_header
{
	font-size: 13px;
}

.TabContainer .ajax__tab_outer
{
	margin-right: 1px;
	border-bottom: solid 1px #666;
	padding: 5px 10px;
	background-color: #555;
}

.TabContainer .ajax__tab_active .ajax__tab_outer
{
	background-color: #444;
	border-bottom: solid 1px #444;
}

.TabContainer .ajax__tab_body
{
	background-color: #444;
	padding: 10px;
}

.TabContainer input
{
	font-size: 11px;
}

input.textbox, textarea.textbox, .textbox
{
	color: #ccc;
	background-color: #333;
	border: solid 1px #999;
}

.TabContainer h3
{
	color: #fff;
}

.TabContainer .btn
{
	margin-top: 5px;
}

.TabContainer .error
{
	color: #cc6666;
}

.TabContainer .success
{
	color: #C6B05B;
}

.TabContainer .captcha
{
	margin-top: 10px;
}

/* List Header */

.StoryListHdr
{
	display: block;
	width: 100%;
	background: #333;
	padding: 5px 0px;
	height: 18px;
}

.SortNewsBy
{
	float: left;
	padding-left: 15px;
}

.SortNewsBy a
{
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	padding: 1px 10px;
	color: #aaa;
	background: none;
}

.SortNewsBy a:hover
{
	background: #666;
	color: #fff;
}

.SortNewsBy a.selected
{
	background: #C6B05B;
	color: #000;
}

.RSSFeedPanel
{
	float: right;
	padding-right: 7px;
}

.StoryBlock
{
	padding:0 0 0 20px;
}

.StoryPage
{
	padding: 15px 10px;
	font-size: 12px;
}

.StoryListTitle
{
	padding: 10px;
	font-size: 20px;
}

/* Story */
.post
{
	display: block;
	width: 100%;
}

.post .even, .post .buried
{
	margin: 7px;
	padding: 6px 6px 20px 6px;
}

.post .odd
{
	background-color: #333;
	margin: 7px;
	padding: 6px 6px 20px 6px;
}

.post .title
{
	font-size: 22px;
}

.post a.title, .post a.category
{
	text-decoration: underline;
	color: #84C1FF;
}

.post a:hover.title, .post a:hover.category
{
	color: #AAD5FF;
}

.post a:visited.title
{
	color: #AECDEC;
}

/* Images */
.preview
{
	margin: 5px 10px;
	overflow: hidden;
	height: 70px;
}

.preview img
{
	margin: 0 5px 5px 0;
	height: 60px;
	border: solid 3px #aaa;
}

.album
{
	margin-left: 10px;
}

.album img.img_main
{
    float:left;
    margin-bottom:7px;
}

.album .link_ads
{
    float:right;
    display:inline;
    clear:right;
    padding:0px 10px;
}

.album .imagelist 
{
    clear:left;
}

.album .imagelist img
{
	margin: 0 2px;
	height: 60px;
	border: solid 3px #aaa;
}

/* Buried post */
.post .buried
{
	opacity: 0.25;
	filter: alpha(opacity = 25);
	width: 100%; /* stupid IE */
}

.post .entry
{
	width: 90%;
	clear: left;
	font-size: 11pt;
	color: #ccc;
	padding: 5px 0 10px 10px;
}

.post .entry a
{
	color: #B0D8FF;
}

.post .entry a:hover
{
	text-decoration: underline;
}

/* Below entry block */

.below
{
	display: block;
	color: #999;
	font-size: 13px;
	margin-left: 10px;
}

.below a, .Comment a
{
	color: #BBA757;
	text-decoration: underline;
}

.below a:hover, .Comment a:hover
{
	color: #FFE26F;
}

.below a.comments
{
	padding: 0 10px 0 18px;
	background-image: url(comments.png);
	background-position: left;
	background-repeat: no-repeat;
}

.below a:hover.comments
{
	background-image: url(comments_h.png);
}

.below a.email
{
	background-image: url(email.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 10px 0 23px;
}

.below a:hover.email
{
	background-image: url(email_h.png);
	background-repeat: no-repeat;
	background-position: left;
}

.below a.favorite
{
	background-image: url(favorite.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 10px 0 20px;
}

.below a:hover.favorite
{
	background-image: url(favorite_h.png);
	background-repeat: no-repeat;
	background-position: left;
}

.below a.bury
{
	background-image: url(bury.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 10px 0 20px;
}

.below a:hover.bury
{
	background-image: url(bury_h.png);
	background-repeat: no-repeat;
	background-position: left;
}

.below a.modify, .Comment a.modify
{
	background-image: url(edit.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 10px 0 20px;
}

.below a:hover.modify, .Comment a:hover.modify
{
	background-image: url(edit_h.png);
	background-repeat: no-repeat;
	background-position: left;
}

.tags .tag
{
	padding-right: 10px;
	display: block;
	position: relative;
	float: left;
}

/* Above block */
.above
{
	margin: 10px 0 10px 10px;
	font-size: 13px;
}

.above a.url
{
	color: #999;
	padding-right: 10px;
}

.above .avatar
{
	margin: 1px;
	border: solid 1px #999;
	vertical-align: middle;
}

a.user
{
	color: #BBA757;
	text-decoration: underline;
}

a.user:hover
{
	color: #FFE26F;
}

.date
{
	color: #eee;
}

/* Saved panel */
.post .saved
{
	position: absolute;
	z-index: 100;
	padding: 30px;
	display: block;
	margin-top: -150px;
	margin-left: 250px;
	border: solid 3px #ccc;
	background: #333;
	text-align: center;
}

.post .saved a
{
	color: #BBA757;
	text-decoration: underline;
}

.post .saved a:hover
{
	color: #FFE26F;
}

/* Tell a friend panel */
.post .tell-a-friend
{
	position: absolute;
	z-index: 110;
	padding: 30px;
	display: block;
	width: 300px;
	margin-top: -150px;
	margin-left: 250px;
	border: solid 3px #ccc;
	background: #333;
	color: #ccc;
}

.post .tell-a-friend h3
{
	font-size: 15px;
	color: #ccc;
}

.post .tell-a-friend .btn
{
	margin-top: 10px;
	margin-right: 5px;
}

/* Pagination */
.pagination
{
	padding: 20px 0 0 10px;
}

.pagination a
{
	color: #88B300;
	text-decoration: none;
}

.pagination a:hover
{
	color: #C6FF1A;
	border-color: #C6FF1A;
}

.pagination a.ActivePageLink
{
	color: #fff;
	background-color: #88B300;
}

.pagination a.DisabledPage
{
	color: #555;
	border-color: #555;
}

.PrevPageLink, .NextPageLink, .DirectPageLink, .ActivePageLink, .DisabledPage
{
	padding: 2px 8px;
	border: solid 1px #88B300;
	margin-right: 3px;
	font-size: 12px;
}

/* Vote Counter */
.post .vote, .post .voted
{
	background-image: url(vote.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 10px 0 20px;
}

/* 
    NOTE: DO NOT change the class name ".post .voted". The story control looks for this
    class when a user click on the vote botton. 
*/
.post .voted
{
}

.post .votecount
{
}

.post a.votetext
{
	text-decoration: none;
}

.post a:hover.votetext
{
	text-decoration: underline;
}

.post .votetext
{
}

.post .votedtext
{
	color: #666;
}


.post .entry .permalink
{
	padding-left: 0px;
	font-size: 8pt;
}

/* Search */

#search br
{
	display: none;
}

#search input
{
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(../../files/images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#search .s
{
	width: 130px;
	padding: 2px 5px;
	background: #222;
	border: solid 1px #ccc;
	font: normal 11px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #ccc;
}

#search .Watermark
{
	width: 130px;
	padding: 2px 5px;
	background: #222;
	border: solid 1px #666;
	font: normal 11px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #666;
}

/* Story comments */

.CommentsHead
{
	display: block;
	text-align: right;
	padding-bottom: 10px;
}

.Comment
{
	display: block;
	padding-bottom: 20px;
}

.CommentHead
{
	background-color: #222;
	color: #999;
	padding: 5px 7px;
}

.CommentRating
{
	margin-top: -18px;
	float: right;
}

.CommentRating input
{
	padding: 2px 0px 2px 5px;
}

.Comment .modify
{
	margin-left: 30px;
}

.CommentBody
{
	padding: 5px 7px;
}

/* Who Voted */
.WhoVoted
{
	min-height: 200px;
}

.WhoVoted a
{
	margin-right: 30px;
}

/* Related posts */
.RelatedPosts
{
	padding: 10px 0px 10px 10px;
}

.RelatedPosts a
{
	text-decoration:none;
}

.RelatedPosts TD
{
	vertical-align:top;
	text-align:center;
}

.RelatedPosts IMG
{
	border:3px solid #AAAAAA;
}

/* Add this link */
.AddThisLink
{
	line-height: 25px;
	padding: 10px 10px;
	min-height: 180px;
}

/* Tags cloud */
.TagsInTagCloud a
{
	padding: 15px;
	float: left;
}

.TagCloud
{
	float: right;
	margin-top: -40px;
}

.TagCloud a
{
	padding-left: 20px;
}

.selected
{
	color: #000;
	text-decoration: none;
}

/* Selector control */

.Selector
{
	padding: 10px 0;
}

.Selector ul
{
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

.Selector li
{
	float: left;
	font-weight: bold;
}

.Selector li a
{
	display: block;
	border: solid 1px #999;
	text-decoration: none;
	padding: 0.2em 0.5em;
	margin-left: 3px;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}

.Selector li a:hover
{
	border: solid 1px #fff;
	color: #AAD5FF;
}

.Selector li a.selected, .Selector li a.selected:hover
{
	border: solid 1px #84C1FF;
	background-color: #84C1FF;
	color: #000;
	text-decoration: none;
}

/* Submit page */
.SubmitPage
{
	padding: 20px 0;
	margin: 0 50px 0 30px;
}

.SubmitPage h3.title
{
	background-color: #555;
	padding: 5px 10px;
	position: relative;
}

.SubmitGuidelines
{
	background-color: #333;
	margin-bottom: 40px;
}

.SubmitGuidelines span
{
	padding: 3px 10px;
	line-height: normal;
}

.SubmitPreviewRefresh
{
	float: right;
	margin-top: -30px;
}

.SubmitSectionTitles
{
	font-weight: bold;
	font-size: 10pt;
}

/* Uploads control */
.uploads
{
	display: block;
	width: 100%;
	clear: both;
	float: left;
	background: #222;
	padding: 5px 0;
}

.uploads ul
{
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	float: left;
	margin-left: 0px;
	clear: both;
}

.uploads li
{
	float: left;
	padding: 5px;
}

.uploads img
{
	border: solid 5px #999;
}

.uploads iframe
{
	float: left;
	clear: both;
	width: 100%;
}

.uploads a.delete
{
	background: transparent url(bury.png) no-repeat scroll left;
	padding-left: 20px;
	color: #BBA757;
	text-decoration: underline;
}

.uploads a.delete:hover
{
	background-image: url(bury_h.png);
	color: #FFE26F;
}

.filePanel input
{
	float: left;
}

.share
{
	margin: 100px 0 0 5px;
	display: block;
	font-weight: bold;
	color: #999;
}

.share a
{
	border: solid 1px #666;
	display: block;
	width: 20px;
	height: 20px;
	margin: 3px 0 0 10px;
}

.share a:hover
{
	border: solid 1px #ccc;
}

.share img
{
	width: 20px;
	height: 20px;
}

.StoryList .GoogleAds
{
	padding: 10px 0 0 75px;
}

#sidebar .GoogleAds
{
	padding-left: 5px;
}

.StoryRight .GoogleAds
{
	padding:0 0 5px 0;
}

a.nf, a:link.nf, a:hover.nf, a:visited.nf
{
	text-decoration:none;
	color:#999;
}

/* Useful links */
.usl
{
	padding:0px 5px;	
}
