/*  
Theme Name: Global Business Theme
Theme URI: http://bloggingzone.info
Description: Business theme for wordpress
Version: 1.0
Author: bloggingzone.info
Author URI: http://bloggingzone.info
*/




/* General */

body {
	margin: 0;
	background: #050706;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 745px;
}


/* Header */

#header {
	width: 745px;
	height: 453px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 22px;
		left: 0;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 30px "Arial Black", Arial;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info h1 a:hover {
		color: #ffffff;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 12px Verdana;
		padding-left: 5px;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 59px;
		left: 316px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header #header-menu ul li {
		float: left;
		font: bold 12px Arial;
		color: #ffdf00;
		padding: 0 8px;
		border-right: 2px solid #ffdf00;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		color: #ffffff;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - News */
	
	#header #header-news {
		position: absolute;
		top: 90px;
		left: 3px;
		width: 310px;
		height: 335px;
		font: normal 12px Verdana;
		color: #ffffff;
	}
	
	#header #header-news a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-news a:hover {
		text-decoration: underline;
	}
	
	#header #header-news h3 {
		font: normal 18px Verdana;
		color: #ffffff;
	}


/* Main */

#main {
	width: 745px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 531px;
		background: #434343;
		padding-top: 10px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #ffffff;
		padding-left: 10px;
		margin-bottom: 50px;
		width: 511px;
	}
		
		/* Post - Title */
		
		#content .post .post-title {
			font: normal 12px Verdana;
			color: #b9b9b9;
			padding-bottom: 5px;
		}
		
		#content .post .post-title a {
			color: #b9b9b9;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #ffdf00;
			font: bold 25px Arial;
			padding-bottom: 3px;
		}
		
		#content .post .post-title h2 a {
			color: #ffdf00;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Verdana;
			color: #b9b9b9;
		}
		
		#content .post .post-entry a {
			color: #ffdf00;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px Verdana;
			color: #ffdf00;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #ffdf00;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			font: bold 12px/20px Verdana;
			color: #b9b9b9;
		}
		
		#content .post .post-info a {
			color: #b9b9b9;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			color: #ffdf00;
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			height: 36px;
			color: #ffdf00;
			font: normal 20px/36px Arial;
			margin-top: 15px;
		}
		
		#content .post .comments {
			margin: 0;
			font: normal 12px/18px Verdana;
			color: #b9b9b9;
		}
		
		#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: #272727;
		}
		
		#content .post .comments ol li cite {
			color: #ffdf00;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ffdf00;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ffdf00;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px Verdana;
			color: #b9b9b9;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: right;
		width: 192px;
		background: #ffdf00;
		padding-top: 10px;
		font: normal 12px Verdana;
		color: #272727;
		text-align: center;
	}
	
	#sidebar a {
		color: #434343;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 192px;
			height: 34px;
			background: #272727;
			font: normal 23px/34px Verdana;
			color: #ffdf00;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 5px 0 20px 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #272727;
			font: normal 12px/28px Verdana;
		}
		
		#sidebar ul li a {
			color: #434343;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			display: none;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding: 10px 0 20px 0;
			text-align: center;
			
		}
		
		#sidebar #calendar_wrap table {
			margin: 0 auto;
			width: 142px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			width: 142px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0 auto;
			padding: 20px 0;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 150px;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 10px 10px 20px 10px;
			text-align: left;
		}


/* Footer */

#footer {
	width: 745px;
	padding-top: 20px;
	height: 60px;
	color: #b9b9b9;
	font: bold 12px/60px Verdana;
	text-align: center;
}

#footer a {
	color: #ffdf00;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

