/* Colors 
 *
 * #b59d6c - beige background of page
 * #12162a - dark blue for links
 *
 */



* {
	margin: 0;
	padding: 0;
}

a {
	color: #12162a;
}

body {
	background: url('../images/WoodTileWide.jpg') repeat-x top center #b59d6c;
	font-family:Georgia,Garamond,serif;
}

#wrapper-wrap {
	background: url('../images/MainBG.jpg') repeat-y top center;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

.page-template-video-template-php #wrapper-wrap {
	margin:200px auto;
	width:640px;
	
}

#wrapper {
	background: url('../images/GeneralHead.jpg') no-repeat top center;
	margin: 0 auto;
	position: relative;
	width: 900px;
}
	#header {
		height: 110px;
	}
		#blog-title {
		}
			#blog-title a {
				display:block;
				height:140px;
				left:90px;
				overflow:hidden;
				position:absolute;
				text-indent:-999em;
				top:0px;
				width:350px;
			}
		#blog-description {
			left:170px;
			position:absolute;
			overflow: hidden;
			text-align: left;
			text-indent:-999em;
			top:100px;
			width:180px;
		}
	#access {
		height: 210px;
		left:0px;
		position:absolute;
		top:0px;
		width:900px;
	}
		#access .skip-link {
			display: none;
		}

		#menu {
			background: url('../images/clear.png') no-repeat top left; /* a hack to make ie7 see the menu links */
			height:230px;
			position:absolute;
			top:0px;
			width:900px;
		}

/*
		body.pageid-2 #menu {
			background: url('../images/wplogo.jpg') no-repeat 690px 120px;
		}

		body.pageid-3 #menu {
			background: url('../images/screenshot.jpg') no-repeat 570px 100px;
		}

		body.pageid-5 #menu {
			background: url('../images/screenshot-themes.jpg') no-repeat 185px 90px;
		}

		body.pageid-7 #menu {
			background: url('../images/screenshot-maintenance.jpg') no-repeat 275px 100px;
		}
*/
		body.pageid-3 #menu {
			background: url('../images/wplogo.jpg') no-repeat 127px 93px;
		}

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

				#menu ul li {
					display: inline;
				}
					#menu ul li a {
						display: block;
						overflow: hidden;
						position:absolute;
						text-align: left;
						text-indent: -999em;
					}

				#menu ul li.page-item-2 {
				}
					#menu ul li.page-item-2 a {
						height:115px;
						width:250px;
					}

					body.pageid-2 #menu ul li.page-item-2 a {
						background: url('../images/About.jpg') no-repeat 7px 12px;
						height:210px;
					}

				#menu ul li.page-item-3 {
				}
					#menu ul li.page-item-3 a {
						height:100px;
						left:271px;
						top:15px;
						width:230px;
					}
					
					body.pageid-3 #menu ul li.page-item-3 a {
						background: url('../images/Plugins.jpg') no-repeat 1px 1px;
						height:180px;
					}

				#menu ul li.page-item-5 {
				}
					#menu ul li.page-item-5 a {
						height:115px;
						left:470px;
						width:220px;
					}
					
					body.pageid-5 #menu ul li.page-item-5 a {
						background: url('../images/Themes.jpg') no-repeat 2px -16px;
						height:210px;
					}

				#menu ul li.page-item-7 {
				}
					#menu ul li.page-item-7 a {
						height:115px;
						left:631px;
						width:270px;
					}
					
					body.pageid-7 #menu ul li.page-item-7 a {
						background: url('../images/Maintenance.jpg') no-repeat 1px -51px;
						height:250px;
					}

	#container {
		background: url('../images/GeneralFooter.jpg') no-repeat bottom center;
		position: relative;
		width:900px;
	}
	
	#container:after,
	#content:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
		#content {
			padding: 120px;
		}
			#content h2.entry-title {
				display: none;
				/* margin-bottom: .5em; */
			}

			#content p {
				margin-bottom: 1em;
			}

			#content .page {
				width:660px;
			}
			
			body.pageid-2 #content div.active-page-link {
				float:left;
				height:100px;
				width:130px;
			}
			
			body.pageid-3 #content div.active-page-link {
				float:left;
				height:75px;
				width:385px;
			}

			body.pageid-5 #content div.active-page-link {
				float:right;
				height:90px;
				width:310px;
			}

			body.pageid-7 #content div.active-page-link {
				float:right;
				height:130px;
				width:150px;
			}

			#content div.entry-content {
				width:660px;
			}
				#content div.entry-content ul {
					list-style-image: url('../images/bullet.png');
					list-style-position: outside;
					list-style-type: circle;
					padding: 0em 2em;
				}
					#content div.entry-content ul li {
						margin-bottom: 1em;
					}

			#content .edit-link a {
				background-color: #12162a;
				color: #ffffff;
				display: block;
				float: left;
				margin: 1em;
				padding: 1em;
				text-decoration: none;
				text-transform: lowercase;
			}
			
			#content .edit-link a:hover {
				background-color: #b59d6c;
				color: #12162a;
			}

		#footer {
			background: #b59d6c;
			display: block;
			width: 900px;
		}
			#footer .contact {
				display:block;
				font-size:small;
				height:100px;
				text-align:center;
			}
