/*
Theme Name: wpsora
Theme URI: http://freethemelayouts.com/
Description: Designed by <a href="http://freethemelayouts.com">FTL</a>.<br> This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a> This means you may use it and make any changes you like. However, credit links must remain on footer for legal use.
Version: 1
Author: FreeThemeLayout/DreamTemplate
Author URI: http://www.freethemelayouts.com/
*/

body {
	margin: 0;
	padding: 0;
	background-color: #d9eaec;
	background-image: url('images/bodybg.jpg');
	background-repeat: repeat-x;
	}
	

img {
	border: 0;
	}

ul, ol {
	margin: 0;
	padding: 0 20px 0 20px;
	}

ul li, ol li {
	padding: 0;
	margin: 0;
	}

form {
	margin: 0;
	padding: 0;
	}

input, textarea {
	border: 0;
	background-color: #ffffff;
	border: 1px solid #dbdbdb;
	padding: 4px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	margin: 2px;
	}

.clearer {
	clear: both;
	}

a:link, a:active, a:visited {
	color: #ed397b;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

/* Top */
#top {
	width: 100%;
	}

#top #topdiv {
	width: 960px;
	padding: 5px 0 5px 0;
	}

#topicons {
	margin: 0;
	padding: 1px 0 0 0;
	float: left;
	/* width: 262px; */
	}
	
/* Top Search */
#topsearch {
	margin: 0;
	float: right;
	width: 300px;
	}

#topsearch div {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#s {
	width: 220px;
	border: none;
	float: left;
	margin: 0;
	padding: 8px 5px 8px 5px;
	background-color: #c5dde1;
	}

#searchsubmit {
	cursor: pointer;
	color: #f8f8f8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('images/searchsubmitbg2.png');
	background-repeat: no-repeat;
	text-transform: uppercase;
	border: none;
	width: 70px;
	height: 30px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 7px;
	float: left;
	margin: 0;
	}
		
/* Header */
#header {
	margin: 0 0 20px 0;
	width: 100%;
	height: 200px;
	padding: 0;
	background-image: url('images/headerbg.jpg');
	background-repeat: repeat-x;
	}

#headiv {
	width: 960px;
	}

#text {
	width: 600px;
	float: left;
	}

#pic {
	/* width: 300px; */
	float: right;
	padding: 0;
	}
	
/* Blog title */
#blogtitle {
	margin: 0;
	padding: 25px 0 0 0;
	background-image: url('images/headerbg.jpg');
	background-repeat: no-repeat;
	}
	
#blogname {
	padding: 0 0 0 15px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	/* text-transform: lowercase; */
	font-size: 48px;
	color: #2e7387;
	}

#blogname a {
	color: #ecf5f6;
	font-weight: normal;
	border: none;
	}

#blogname a:hover {
	color: #c8ecf0;
	}

/* Top Nav */
#topnav {
	margin: 81px 0 0 0;
	padding: 0;
	height: 42px;
	width: 960px;
	}

#topnav div {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#topnav div ul li a:link, #topnav div ul li a:active, #topnav div ul li a:visited, .current_page_item a:hover {
	color: #ecf5f6;
	padding: 11px 14px 11px 14px;
	border: none;
	margin: 0;
	text-align: center;
	font-weight: normal;
	display: block;
	}

#topnav div ul li a:hover, #topnav div ul li.current_page_item a {
	color: #f8f8f8;
	background-color: #f93b81;
	background-image: url('images/topnavhbg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
	}

body#home #topnav div ul li a.sel {
	text-decoration: none;
	background-color: #f93b81;
	background-image: url('images/topnavhbg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	color: #f8f8f8;
	}
	
body#nothome #topnav div ul li a.sel:hover {
	text-decoration: none;
	background-color: #f93b81;
	background-image: url('images/topnavhbg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	color: #f8f8f8;
	}

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

#topnav div ul li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	background: none;
	}

/* Wrapper */
#wrapper {
	margin: 0;
	width: 960px;
	padding: 15px 0 0 0;
	background-image: url('images/wrappertop.gif');
	background-repeat: no-repeat;
	background-position: top center;
	}
	
/* Container */
#container {
	width: 960px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url('images/wrapperbg.gif');
	background-repeat: repeat-y;
	background-position: center;
	}
	

/* Content */
#content {
	width: 600px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align: left;
	line-height: 22px;
	padding: 0;
	margin: 0 0 0 15px;
	overflow: hidden;
	}

/* Entry */		
.entry {
	margin: 0 0 30px 0;
	}

/* Headings */
#content h1, #content h2, #content h3, #content h4, #content h5, #featured h3 {
	margin: 0 0 3px 0;
	color: #333333;
	font-weight: normal;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	/* text-transform: lowercase; */
	}

.entry h2 {
	margin: 0;
	font-size: 24px;
	color: #444444;
	font-weight: normal;
	line-height: 26px;
	}

.entry h2 a, #content h2 a {
	font-weight: bold;
	color: #238199;
	}

#content h2 a:hover {
	color: #ed397b;
	}

/* Entry Head */
.ehead {
	overflow: hidden;
	background-image: url('images/eheadbg.jpg');
	background-repeat: no-repeat;
	margin: 0;
	}

.ehead .left {
	float: left;
	width:80px;
	height: 52px;
	text-align: center;
	background-image: url('images/ehleftbg.jpg');
	background-position:right;
	background-repeat: no-repeat;
	}

.ehead .right {
	float: left;
	width: 600px;
	/*padding-left:10px; */
	}
	
/* Date */
.com {
	color: #f8f8f8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0 5px 0 5px;
	font-weight: bold;
	}

.com a {
	color: #f8f8f8;
	font-weight: bold;
	}

.com a:hover {
	text-decoration: underline;
	}

.date {
	color: #cffaff;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 4px;
	}

.entryinfo {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	margin-left: 0;
	margin-top: -6px;
	}

.entryinfo a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	
blockquote, blockquote blockquote blockquote {
	padding: 0 0 0 8px;
	margin-bottom: 10px;
	color: #555555;
	border-left: 5px solid #2ca4c2;
	font-size: 11px;
	line-height: 19px;
	}

blockquote blockquote {
	padding: 0 0 0 8px;
	margin-bottom: 10px;
	background-image: none;
	color: #555555;
	border-left: 5px solid #f93b81;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.navigation {
	display: block;
	}
.navigation2 {
	color:white;
	background:#F93B81;
	color:white;
	display:inline;
	font-weight:bold;
	font-size:12px;
	height:29px;
	padding:0 10px 0 10px;
	line-height:28px;
	margin-bottom:10px;
}
.navigation2 a {
	color:white;
}
.navigation2 a:hover {
	text-decoration:underline;
}
/* rightbar */
#sidebar {
	width: 300px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	text-align: left;
	padding: 0;
	margin: 0 15px 0 0;
	}

#sidebar ul li, #sidebar ol li {
	line-height: 19px;
	}
	
.widget {
	margin: 0 0 15px 0;
	}
	
/* Sidebar Heading*/
#sidebar h2 {
	margin: 0 0 6px 0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #f8f8f8;
	font-weight: normal;
	padding: 0;
	font-size: 16px;
	/* text-transform: lowercase; */
	background-color: #f93b81;
	background-image: url('images/sidehbg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 3px 6px 4px 6px;
	}

#sidebar ul, #sidebar ol {
	padding-right: 0;	
	color:  #2ea7c4;
	}

#sidebar ul li, #sidebar ol li {
	margin-bottom: 3px;
	}
	
#sidebar ul li a, #sidebar ol li a {
	padding: 3px;
	font-weight: normal;
	margin: 0;
	}

#sidebar ul li a:hover, #sidebar ol li a:hover {
	background-color: #38bcd2;
	background-image: url('images/sideliah.jpg');
	background-repeat: repeat-x;
	color: #f8f8f8;
	text-decoration: none;
	}

/* WP-Calendar */
#wp-calendar, #wp-calendar caption {
	width: 100%;
	text-align: center;
	}

/* Ads Spots 125x125 */
#adspot {
	overflow: hidden;
	}
	
.ad1, .ad3 {
	float: left;
	margin-bottom: 15px;
	}

.ad2, .ad4 {
	float: right;
	margin-bottom: 15px;
	}
	
/* Comments Area */
ol.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #d9eaec;
	border-right: 1px solid #d9eaec;
	border-top: 1px solid #d9eaec;
	}

ol.commentlist li {
	margin: 0 0 15px 0;
	background: none;
	border-bottom: 1px solid #d9eaec;
	padding: 10px;
	}
	
ol.commentlist li cite {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	}

#content .commentmetadata a {
	font-weight: normal;
	font-size: 11px;
	}

.commentator {
	display: inline;
	}

#content ol.commentlist li .avatar {
	float: left;
	margin-right: 5px;
	}

#commentform #submit {
	cursor: pointer;
	color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f93b81;
	background-image: url('images/sidehbg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	border: none;
	text-align: center;
	width: 125px;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	}
	
/* Archives & Search */
ol.archive {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	}

ol.archive li {
	margin:  0 0 25px 0;
	}
	
/* Footer - the one with "All Rights Reserved" */	
#footer {
	width: 960px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('images/footerbg.gif');
	background-repeat: no-repeat;
	background-position: top;
	color: #444444;
	font-size: 11px;
	padding-top: 15px;
	}

#footer div {
	margin: 0;
	padding: 10px 0 17px 0;
	}

/* TOPMenu */

.toplink {
	padding:10px 8px 10px 8px;
}
A.toplink:HOVER {

}
.top_posts_today_title {
	width:197px;
	height:29px;
	background-color:#F93B81;
	background-image:url('images/top_posts_today.gif');
	background-position: center left;
	background-repeat:no-repeat;
}
.top_posts_today_content {
	background-color:#F93B81;
	background-image:url('images/crn_right_tp.gif');
	background-position: top right;
	background-repeat:no-repeat;
	padding:5px 0 5px 4px;
	/*height:352px;*/
	height:311px;
}
.top_posts_all_title {
	width:78px;
	height:60px;
	background-image:url('images/top_posts_all.gif');
	background-position: center left;
	background-repeat:no-repeat;
}
.top_posts_all_content {
	background-image:url('images/bgr_tops.gif');
	background-position: bottom left;
	background-repeat:no-repeat;
	background-color:#33B3CC;
	padding:12px 0 5px 199px;
	margin-top:2px;
	height:61px;
}
.youthumb {
	opacity:0;
	filter:alpha(opacity=0);
}
.youvideo object{
	width:600px;
	height:450px;
}


/* BEGIN OF: Top Menu */

#main-nav {
	width:600px;
	height:100px;
	margin:0;
}
#main-nav dl {
	margin:0;
	padding:0;
}
#main-nav dt {
	padding:0;
	margin:0;
	float: left;
}
#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:41px; /* IE 5/Win hack */ 
	padding: 41px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#main-nav dt a:hover {
	background-position: 0 -41px;
}
#main-nav dt#bleah,
#main-nav dt#bleah a { width: 67px; margin-right:20px; background-image: url(images/toplinks/bleah.png);}

#main-nav dt#caught,
#main-nav dt#caught a { width: 83px; margin-right:20px; background-image: url(images/toplinks/caught.png); }

#main-nav dt#cute,
#main-nav dt#cute a { width: 68px; margin-right:20px; background-image: url(images/toplinks/cute.png); }

#main-nav dt#edited,
#main-nav dt#edited a { width: 74px; margin-right:20px; background-image: url(images/toplinks/edited.png); }

#main-nav dt#exposed,
#main-nav dt#exposed a { width: 91px; margin-right:20px; background-image: url(images/toplinks/exposed.png); }

main-nav dt#niceee,
#main-nav dt#niceee a { width: 91px; background-image: url(images/toplinks/niceee.png); }


#main-nav dt#ooops,
#main-nav dt#ooops a { width: 76px; margin-right:20px; background-image: url(images/toplinks/ooops.png);}

#main-nav dt#swap,
#main-nav dt#swap a { width: 71px; margin-right:20px; background-image: url(images/toplinks/swap.png); }

#main-nav dt#tricked,
#main-nav dt#tricked a { width: 91px; margin-right:20px; background-image: url(images/toplinks/tricked.png); }

#main-nav dt#vs,
#main-nav dt#vs a { width: 54px; margin-right:20px; background-image: url(images/toplinks/vs.png); }

#main-nav dt#video,
#main-nav dt#video a { width: 72px; margin-right:20px; background-image: url(images/toplinks/video.png); }

main-nav dt#weird,
#main-nav dt#weird a { width: 69px; background-image: url(images/toplinks/weird.png); }

body.bleah dt#bleah,
body.bleah dt#bleah a,
body.caught dt#caught,
body.caught dt#caught a,
body.cute dt#cute,
body.cute dt#cute a,
body.edited dt#edited,
body.edited dt#edited a,
body.exposed dt#exposed,
body.exposed dt#exposed a,
body.niceee dt#niceee,
body.niceee dt#niceee a,
body.ooops dt#ooops,
body.ooops dt#ooops a,
body.swap dt#swap,
body.swap dt#swap a,
body.tricked dt#tricked,
body.tricked dt#tricked a,
body.vs dt#vs,
body.vs dt#vs a,
body.video dt#video,
body.video dt#video a,
body.weird dt#weird,
body.weird dt#weird a {
	background: no-repeat 0 -41px;
	color:white;
}

/* END OF: Top Menu */
