/* CSS Document */

/* CSS Document */

/*  
Theme Name: online
Theme URI: http://
Description: Guitar Gibson
Author: N/A
Version: 1.0
 Author URI: http://
*/



/* General */

body {
	margin: 0;
	background: url("imagesnew/pagebg.jpg");
	background-repeat:repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 940px;
}


/* Header */

#header {
	width: 927px;
	height: 75px;	
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 40px;
		left: 550px;
	}
	
	#header #header-info h1 {
		color: #ffde45;
		font: normal 32px Verdana;
	}
	
	#header #header-info h1 a {
		color: #ffde45;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #0067AC;
		font: bold 12px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 0px;
		left: 26px;
		height: 53px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 53px;
	}
	
	#header #header-menu ul li {
		float: right;
		height: 53px;
		margin-right: 5px;
		font: bold 9px/41px Verdana;
		color: #0067AC;
		text-transform: lowercase;
		background: url("images/header_menu_left.gif") no-repeat;
	}

		
	#header #header-menu ul li a {
		color: #0067AC;
		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: 170px;
		left: 0px;
		width: 927px;
		height: 201px;
		color: #0067AC;
		font: normal 12px Verdana;
	}
	
	#header #topbar h3 {
		font: bold 15px Verdana;
		color: #0067AC;
	}
	
	#header #topbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header #topbar ul li {
		padding-top: 12px;
		color: #0067AC;
		font: normal 12px Verdana;
	}
	
	#header #topbar ul li a {
		color: #0067AC;
		text-decoration: none;
	}
	
	#header #topbar ul li a:hover {
		text-decoration: underline;
	}
	
		/* Header - Topbar - Boxes */
		
		#header #topbar #topbar-left {
			width: 170px;
			padding: 35px 33px;
			float: left;
		}
		
		#header #topbar #topbar-center {
			width: 306px;
			float: left;
			padding: 12px 0 0 30px;
		}
		
		#header #topbar #topbar-right {
			width: 367px;
			float: left;
			padding: 12px 0 0 30px;
		}


/* Main */

#main {
	width: 927px;
	
}

#main-top {
	width: 927px;
	
}

#main-bottom {
	width: 927px;
	padding-left: 0px;
	min-height: 60px;
	
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 504px;
		padding: 0px 0px 0px 0px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #0067AC;;
		float: left;
		margin-bottom: 16px;
		width: 504px;
		padding:10px;
		
		
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 504px;
			height: 51px;
			color: #0067AC;;
			font: bold 11px Verdana;
		}
		
		#content .post .post-title a {
			color: #0067AC;;
			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: #0067AC;;
			text-align: center;
			text-transform: uppercase;
			margin-right: 10px;
			font: bold 11px Verdana;
		}
		
		#content .post .post-title .post-date span {
			margin-bottom: 2px;
			display: block;
			font: bold 11px Verdana;
		}
		
		#content .post .post-title h2 {
			padding: 4px 0 3px 0;
			color: #0067AC;;

			font: bold 11px "Verdana", Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #0067AC;;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px Verdana;
			color: #0067AC;;
			padding: 0 4px;
			width: 480px;
		}
		
		#content .post .post-entry a {
			color: #0067AC;;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px Verdana;
			color: #0067AC;;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #0067AC;;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0px 0px 0 0px;
			width: 475px;
			clear: both;
			font: bold 11px Verdana;
			color: #0067AC;;
		}
		
		#content .post .post-info a {
			color: #0067AC;;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #0067AC;;
			font: bold 11px "Verdana", Verdana;
			margin: 25px 0 5px 0;
			padding: 0 4px;
			width: 475px;
		}
		
		#content .post .comments {
			padding: 0 0px;
			width: 475px;
			font: normal 11px Verdana;
			color: #0067AC;;
		}
		
		#content .post .comments a {
			color: #0067AC;
			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: #0067AC;;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #0067AC;;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #0067AC;;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 11px Verdana;
			color: #0067AC;;
			padding: 0 0px;
			width: 475px;
		}
		
		#content .post #commentform a {
			color: #0067AC;;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
	float: left;
	width: 200px;
	font: strong 11px Verdana;
	color: #0067AC;
	padding-right:12px;
	}
	
	.sidebar a {
		color: #f801fd;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left:10px;
			padding-top:5px;
			font:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			/*text-transform: lowercase;*/
			color: #012E71;
            font-weight:bold;
			height: 26px;
			width: 200px;
			background: url("imagesnew/lefttop.jpg") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0 0 0px 18px;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
	color: #0067AC;
	font: normal 12px/26px Verdana;
		}
		
		.sidebar ul li a {
			color: #0067AC;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 15px 0 25px 0;
			width: 145px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 145px;
		}
		
		/* 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: 15px;
	width: 927px;
	height: 62px;
	background: url("images/footer.gif") repeat-x;
	color: #A8A8A8;
	font: normal 10px/15px Verdana;
	text-align: center;
}

#footer a {
	color: #595959;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



.sidebarright {
	float: left;
	width: 190px;
	font: strong 15px/18px Verdana;
	color: #0067AC;
	padding-left:12px;
	
	}
	
	.sidebarright a {
		color: #f801fd;
		text-decoration: none;
	}
	
	.sidebarright a:hover {
		text-decoration: underline;
	}
	
		/* sidebarright - Titles */
		
		.sidebarright h3 
		 {
			padding-left:10px;
			padding-top:5px;
			font:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			/*text-transform: lowercase;*/
			color: #012E71;
            font-weight:bold;
			height: 26px;
			width: 200px;
			background: url("imagesnew/lefttop.jpg") no-repeat;
		}
		
		/* sidebarright - Menus */
		
		.sidebarright ul {
			margin: 0 0 0px 18px;
			padding: 0;
			
		}
		
		.sidebarright ul li {
	color: #0067AC;
	font: normal 12px/20px Verdana;
		}
		
		.sidebarright ul li a {
			color: #0067AC;
			text-decoration: none;
		}
		
		.sidebarright ul li a:hover {
			text-decoration: underline;
		}
		
		/* sidebarright - Forms */
		
		.sidebarright #searchform {
			margin: 0 auto;
			padding: 15px 0 25px 0;
			width: 145px;
			text-align: center;
		}
		
		.sidebarright #searchform #s {
			width: 145px;
		}
		
		/* sidebarright - Tables */
		
		.sidebarright #calendar_wrap {
			margin: 5px auto 20px auto;
			width: 120px;
		}
		
		.sidebarright #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebarright #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* sidebarright - Texts */
		
		.sidebarright .textwidget {
			padding: 0 0px 0px 0px;
		}
		
 .contentpage1
 {
 background-repeat:repeat-y;
 padding-left:10px;
 padding-right:5px;
 padding-top:10px;
 color:#000000;
 }
 
 .heading
 {
 color:#012E71; 
font-weight:bold;
 padding-left:11px;
 background-repeat:no-repeat;
  text-decoration:none;
 }
 .heading1
 {
 color:#012E71; 
 padding-left:11px;
 background-repeat:no-repeat;
  font-size:11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
 }
.white
 {
 color:#FFFFFF;
  font-size:11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
 }
 
 .white A
 {
  color:#FFFFFF;
  font-size:11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
 }
 .contentpage1 
 {
 background-repeat:repeat-y;
 padding-left:10px;
 padding-right:5px;
 padding-top:10px;
 color:#000000;
 font-size:11px;
 }
 
  .contentpage1 h1,h2,h3,h4
 {
 background-repeat:repeat-y;
 padding-left:10px;
 padding-right:5px;
 padding-top:10px;
 color:#000000;
 font-size:11px;
 }
.contentcontentpage1 ul,li
 {
 font-size:11px; 
 padding-left:10px;
 padding-bottom:0px;
 
 }
 
 .contentcontentpage1 ul,li A
 {
 font-size:11px;
 color:#0067AC; 
 
 }

