/*  
Theme Name: Swanberg Air Theme
Theme URI: http://www.infotechgp.com/
Description: Theme designed for Swanberg Air by InfoTech Solution Providers in 2009.
Version: 1.0
Author: InfoTech Solution Providers
Author URI: http://www.infotechgp.com/
*/



/* General */

body {
	margin: 0;
	background: #982c39 url("images/background1.jpg") no-repeat;
	background-position:top;
}

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

img {
	border: 0;
}

a {
	color: #ffffff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* Page */

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


/* Header */

#header {
	width: 1004px;
	height: 100px;
	position: relative;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0 0 0 10px;
}

	/* Header - Info */
	
	#contactus {
		float:left;
		margin: 0px 0 0 500px;
		color: #982e3b;
		font: normal 23px Verdana;
	}
	
	#header #header-info {
		position: absolute;
		top: 45px;
		left: 40px;
		background-image:url(images/logo.gif);
	}
	
	#header #header-info h1 {
		color: #982c39;
		font: normal 40px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #982c39;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #982c39;
		font: normal 20px Verdana;
	}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: right;
		width: 604px;
		padding-right: 0px;
	}
	
	/* Main - Header */
	
		#content .postheader {
			width:604px;
			height:37px;
			padding: 0 0 3px 0;
			color: #982e3b;
			font: normal 23px Verdana;
		}
		
		#content .postheader h2 {
			width:560px;
			margin:0px 0px 0px 15px;
			padding-top:10px;
			font-weight:normal;
		}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 0px;
		width: 586px;
		padding: 0 10px 10px 10px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 520px;
			padding-right: 60px;
			height: 50px;
			color: #982e3b;
			font: normal 11px Verdana;
		}
		
		#content .post .post-title a {
			color: #982e3b;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: #999999;
			color: #982c39;
			text-align: center;
			text-transform: lowercase;
			height: 45px;
			margin-right: 10px;
			width: 50px;
			font: bold 13px Verdana;
			border: 1px solid #666666;
		}
		
		#content .post .post-title .post-date span {
			margin: 3px 0 1px 0;
			display: block;
			font-size: 17px;
		}
		
		#content .post .post-title h2 {
			padding-bottom: 3px;
			color: #666666;
			font: normal 23px Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #982c39;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px Verdana;
			color: #ffffff;
			padding: 0 5px;
			width: 570px;
			text-align: justify;
		}
		
		#content .post .post-entry a {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: none;
		}
		
		#content .post .post-entry .picture {
			margin: 0 10px 10px 0;
			float: left;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Verdana;
			color: #4e97f4;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: none;
		}
		
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #982c39;
			font: normal 17px Verdana;
			margin: 20px 5px 10px 5px;

		}

	/* Post - footer */
	
	#content .postfooter {
			width:604px;
			height:20px;
		}
	
	/* Main - Content - Navigation */

	
	#content .navigation {
		font: bold 11px/25px Verdana;
		color: #333333;
		float: left;
		margin-bottom: 30px;
		width: 600px;
	}
	
	#content .navigation a {
		width: 150px;
		background: url("images/background.png");
		border: 1px solid #173980;
		text-align: center;
		display: block;
		color: #333333;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
			
	/* Main - Top Menu*/

	#menu {
		float:right;
		background: url("images/navigation.gif") no-repeat; 
		width: 652px;
		height: 32px;
		padding: 5px;
		text-align: center;
		}

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

	#menu ul li {
		display: inline;
		}

	#menu ul li a { 
		text-decoration: none;
		color:white;
		font-size: 12px;
		font-family: verdana, tahoma, sans-serif;
		padding: 0px 10px 0 10px;
		}

	#menu ul li a:hover {
		color:white;
		text-decoration: none;
		border-bottom-color:#a33e4b;
		border-bottom-style:solid;
		border-bottom-width:7px;
		}
		
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 270px;
		font: normal 11px/18px Verdana;
		color: #333333;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	
	#sidebar a {
		color: #982e3b;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 270px;
	}
	
	#sidebar .sidebar-box {
		background-color:#ffffff;
	}
	
	#sidebar .sidebartop {
		width:300px;
		height:19px;
		background-image:url(images/sidebar_top_2.png);
		background-repeat:no-repeat;
	}
	
	#sidebar .sidebarbottom {
		width:300px;
		height:18px;
		background-image:url(images/sidebar_bottom_2.png);
		background-repeat:no-repeat;
	}
	
	#sidebar .sidebarright {
		background-image:url(images/sidebar_right_2.png);
		background-position:right;
		background-repeat:repeat-y;
		}
		
	#sidebar .sidebarleft {
		background-image:url(images/sidebar_left_2.png);
		background-position:right;
		background-repeat:repeat-y;
		}
		
	#sidebar .content {
		text-align:center;
		width:300px;
		}

		
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			color: #982e3b;
			font: normal 30px Verdana;
			font-weight:bold;	
		}
		

		/* Sidebar - Contact Us */
		
		#sidebar .contactheader {
			color: #982e3b;
			font: normal 30px Verdana;
			font-weight:bold;			
		}

		#sidebar .contactsubhead {
			color: #000000;
			font: normal 18px Verdana;
			font-weight:bold;			
		}


/* Footer */

#footer {
	width: 100%;
	height: 35px;
	color: #fff;
	font: normal 11px Verdana;
	text-align: center;
	margin: 0 10px 20px 10px;
	
}

#footer a {
	color: #fff;
	text-decoration: none;
}

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