/*  Theme Name: Building CastlesTheme URI: http://buildingcastles.com/Description: Custom theme.Version: 1.0Author: Jonathan ZornowAuthor URI: http://jonzornow.com/*//* Begin Typography & Colors */body {	padding: 0px;	margin: 0px;	background-image:url(images/background.jpg);	font-family:"Times New Roman", Times, serif;}.container {	background-image:url(images/vertical_pattern.jpg);	background-repeat:repeat-y;	background-position:center;	width: 800px;	margin-left:auto;	margin-right:auto;}.body {	margin-left:auto;	margin-right: auto;	text-align:left;	background-image:url(images/top_segment.jpg);	background-repeat:no-repeat;	width: 800px;	font-family:"Times New Roman", Times, serif;	font-size:18px;}.bottom {	vertical-align:bottom;	background-position:bottom;	background-repeat:no-repeat;	background-image:url(images/bottom_segment.jpg);	width: 800px;	min-height: 610px;}.content {	padding-left: 180px;	padding-top: 81px;	padding-bottom: 100px;	width: 550px;}.navigation {	padding-bottom: 0px;	font-family:"Times New Roman", Times, serif;	font-size: 25px;	text-align:center;}.navigation ul {	padding: 0px;}.navigation li {	display: inline;	padding-left: 13px;	padding-right: 13px;	padding-bottom: 2px;	padding-top: 2px;	list-style: none;	position: inline;}.navigation a {	color:#000000;	text-decoration:none;}.navigation li:hover, #current {	background-color: #cccc99;}.footer {	font-size:12px;	position:relative;	top: -20px;	text-align: center;	margin-left:auto;	margin-right:auto;}.phone {	font-size:24px;	position: relative;	top: 60px;	text-align: center;}.hiddentitle {	display: none;}