/*  
Theme Name: TSE v2.0
Theme URI: http://02collection.com
Description: www.THESOCIETYEVENTS.net
Version: 2.0
Author: MARS
Author URI: http://02collection.com
*/



/* General */

body {
	margin: 0;
	background: url("images/bg.gif");
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 0;
	background-position: center center;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1000px;
}


/* Header */

#header {
	width: 1000px;
	height: 359px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 85px;
		left: 640px;
	}
	
	#header #header-info h1 {
	color: #000000;
	font: normal 30px Century gothic,Verdana,Helvitica,sans-serif;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info .description {
	color: #000000;
	font: normal 15px Century gothic,Verdana,Helvitica,sans-serif;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
	position: relative;
	top: 0px;
	left: -150px;
	height: 50px;
	width: 1200px;
	}
	
	#header #header-menu ul {
	margin: auto;
	padding: 0;
	list-style-type: none;
	height: 50px;
	}
	
	#header #header-menu ul li {
	float: right;
	height: 50px;
	margin-right: 8px;
	font: bold 10px/43px Century gothic,Verdana,Helvitica,sans-serif;
	color: #ffffff;
	text-transform: lowercase;
	background: url("images/header_menu_left.gif") no-repeat;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		padding: 0 40px;
		background: url("images/header_menu_right.gif") no-repeat right top;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Topbar */
	
	#header #topbar {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 1000px;
	height: 201px;
	color: #FFFFFF;
	font: normal 12px Century gothic,Verdana,Helvitica,sans-serif;
	}
	
	#header #topbar h3 {
	font: normal 15px Century gothic,Verdana,Helvitica,sans-serif;
	color: #ffffff;
	}
	
	#header #topbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header #topbar ul li {
	padding-top: 12px;
	color: #ffffff;
	font: normal 12px Century gothic,Verdana,Helvitica,sans-serif;
	}
	
	#header #topbar ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #topbar ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Topbar - Boxes */
		
		#header #topbar #topbar-left {
			width: 285px;
			padding: 35px 33px;
			float: left;
		}
		
		#header #topbar #topbar-center {
			width: 306px;
			float: left;
			padding: 12px 0 0 30px;
		}
		
		#header #topbar #topbar-right {
			width: 287px;
			float: left;
			padding: 12px 0 0 30px;
		}


/* Main */

#main {
	width: 1000px;
	background: url("images/main.gif") repeat-y;
}

#main-top {
	width: 1000px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 1000px;
	padding-left: 12px;
	min-height: 50px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
	float: left;
	width: 575px;
	padding: 18px 16px 0 16px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
	color: #999;
	float: left;
	margin-bottom: 24px;
	width: 554px;
	padding: 7px;
	background: #ffffff;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
	width: 554px;
	height: 51px;
	color: #000;
	font: normal 11px Century gothic,Verdana,Helvitica,sans-serif;
		}
		
		#content .post .post-title a {
	color: #999;
	text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
	float: left;
	background: url("images/post_date.gif") repeat-x;
	width: 50px;
	height: 51px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	margin-right: 10px;
	font: bold 10px/15px Century gothic,Verdana,Helvitica,sans-serif;
		}
		
		#content .post .post-title .post-date span {
	margin-bottom: 2px;
	display: block;
	font: bold 16px/34px Century gothic,Verdana,Helvitica,sans-serif;
		}
		
		#content .post .post-title h2 {
	padding: 4px 0 3px 0;
	color: #000000;
	font: normal 19px Century gothic,Verdana,Helvitica,sans-serif;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
	font: normal 11px/11px Century gothic,Verdana,Helvitica,sans-serif;
	color: #999;
	padding: 0 4px;
	width: 546px;
		}
		
		#content .post .post-entry a {
	color: #999;
	text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
	font: normal 11px/11px Century gothic,Verdana,Helvitica,sans-serif;
	color: #999;
	float: right;
	padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
	color: #666;
	text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
	padding: 10px 4px 0 4px;
	width: 546px;
	clear: both;
	font: normal 11px Century gothic,Verdana,Helvitica,sans-serif;
	color: #999;
		}
		
		#content .post .post-info a {
	color: #666;
	text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
	color: #000;
	font: normal 17px Century gothic,Verdana,Helvitica,sans-serif;
	margin: 25px 0 5px 0;
	padding: 0 4px;
	width: 546px;
		}
		
		#content .post .comments {
	padding: 0 4px;
	width: 546px;
	font: normal 11px/11px Century gothic,Verdana,Helvitica,sans-serif;
	color: #666;
		}
		
		#content .post .comments a {
	color: #666;
	text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #000000;
		}
		
		#content .post .comments ol li cite {
			color: #FFFFFF;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
	color: #000;
	text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
	color: #666;
	text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
	margin: 0;
	font: normal 11px/11px Century gothic,Verdana,Helvitica,sans-serif;
	color: #999;
	padding: 0 4px;
	width: 546px;
		}
		
		#content .post #commentform a {
	color: #999;
	text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
	float: left;
	width: 189px;
	font: strong 10px/10px Century gothic,Verdana,Helvitica,sans-serif;
	color: #999;
	padding: 7px 0;
	}
	
	.sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
	padding-left: 18px;
	font: bold 20px/40px Century gothic,Verdana,Helvitica,sans-serif;
	text-transform: lowercase;
	color: #FFF;
	height: 46px;
	width: 189px;
	background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0 0 20px 18px;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
	color: #999;
	font: normal 10px/10px Century gothic,Verdana,Helvitica,sans-serif;
	text-align: start;
		}
		
		.sidebar ul li a {
	color: #999;
	text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
	margin: 0 auto;
	padding: 10px 0 15px ;
	width: 100px;
	text-align: center;
		}
		
		.sidebar #searchform #s {
	width: 100px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 5px auto 20px auto;
			width: 120px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 10px 20px 10px;
		}


/* Footer */

#footer {
	margin-top: 0px;
	width: 1000px;
	height: 40px;
	background: url("images/footer.gif") repeat-x;
	color: #FFF;
	font: normal 12px/10px Century gothic,Verdana,Helvitica,sans-serif;
	text-align: center;
	visibility: visible;
}

#footer a {
	color: #000;
	text-decoration: none;
	visibility: hidden;
}

#footer a:hover {
	text-decoration: none;
	visibility: hidden;
}
.navigation {
	font-size: 12px;
	height: 51px;
	width: 573px;
	font: Century gothic,Verdana,Helvitica,sans-serif;
	font-weight: bold;
}
.navigation-next {
	color: #FFF;
	text-decoration: underline;
}
navigation-previous {
	color: #FFF;
	text-decoration: underline;
}

