@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
} 

/* Start main body style */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: rgb(70%, 70%, 70%);
	background: rgb(0%, 0%, 0%);
}

img { 
	border: none;
}

a:link {text-decoration: none; color:#F60}
a:visited {text-decoration: none; color:#F60}
a:active {text-decoration: none; color:#F60}
a:hover {text-decoration: none; color: rgb(70%, 70%, 70%);}

/* Overall Site Width */

#wrap {
	margin: 10px auto 0 auto;
	width: 900px;

}

/* Header style */

#header {
	margin-top: 10px;
	position: relative;
	height: 100px;
}

#header h1 {
	font-size: 32px;
	font-weight: 100;
	letter-spacing: -1px;
	padding: 12px 0 5px 10px;
}

#header h2 {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 15px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: 0px;
}

#header img {
	position:absolute;
	right:10px;
	top: 10px;
}

#header ul {
	position: absolute;
	right: 10px;
	bottom: 10px; 
	font-size: 17px;
	color: rgb(13.33%, 13.33%, 13.33%);
}

#header li {
	display:inline;
}

/* Main content style on Home Page. Content + Location and Content + Weather areas must be the same as the total site width set in wrap */

#content {
	margin-top: 10px;
	width: 610px;
	height: 410px;
	float: left;
	text-align: left;
	padding: 10px;
}
#content h2 {
	font-size: 24px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 10px 0 20px 0;
	color: rgb(0%, 50%, 100%);
}
#content img {
	border: none;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/* Location CSS on Home Page */

#loc {
	margin-top: 10px;
	height: 100px;
	width: 220px;
	float: right;
	font-size: 11px;
	padding: 10px;
}
#loc h2 {
	height: 25px;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 100;
	color: rgb(0%, 50%, 100%);
	line-height: 25px;
}


/* Weather CSS on Home Page */

#weather {
	margin-top: 10px;
	position: relative;
	overflow: auto;
	height: 270px;
	width: 220px;
	float: right;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
}
#weather h2 {
	height: 25px;
	font-size: 19px;
	letter-spacing: 0px;
	font-weight: 100;
	text-align: left;
	color: rgb(0%, 50%, 100%);
	line-height: 25px;
}

#weather table { 
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	height: 200px;
}
#weather td {
	font-size: 12px;
	width: 50%;
	text-align: center;
}   
.left img {
	width: 45px;
	height: 27px;
}
.right img {
	width: 45px;
	height: 27px;
}

/* Favorite Website section on Home Page. Banners that cross the whole width must follow total width = banner width + 2 times border + 2 times border */

#website {
	margin-top: 10px;
	position:relative;
	width: 870px;
	float: left;
	text-align: justify;
	padding: 10px;
}

#website h2 {
	font-size: 24px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 10px 0 15px 0;
	color: rgb(0%, 50%, 100%);
}

/* Location Page CSS starts here */

#location_text {
	margin-top: 10px;
	text-align: center;
	padding: 10px;
}

#location_text h2 {
	font-size: 24px;
	letter-spacing: 0px;
	text-align:left;
	font-weight: 100;
	padding : 10px 0 15px 0;
	color: rgb(0%, 50%, 100%);
}

#location_map {
	margin-top: 10px;
	padding: 10px;
}



/* Albums CSS starts here. Banner width needs to be set to make total width plus borders and padding equal to wrap width */
	
#album_menu {
	margin-top: 10px;
	float:left;
	width: 870px;
	text-align: center;
	padding: 10px;
}

#album_menu ul {
	margin: 10px auto 10px auto;
	font-size: 17px;
	color: rgb(13.33%, 13.33%, 13.33%);
}

#album_menu li {
    display:block;
}


#album_content {
	width: 870px;
	height: 640px;
	padding: 10px;
	
	
}

#album_content h2 {
	font-size: 24px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 10px 10px 10px 10px;
	color: rgb(0%, 50%, 100%);
}

/* Webcam Page starts here */

#webcam_text {
	margin-top: 10px;
	text-align: center;
	padding: 10px;
}

#frontcam {
	margin-top: 10px;
	margin-right: 20px;
	text-align:center;
	float:left;
	width: 273px;
	height: 310px;
	padding: 5px;
}

#frontcam img { 
 	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid rgb(100%,100%, 100%);
	width: 255px;
	height: 191px;
}

#sidecam {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align:center;
	float: left;
	width: 273px;
	height: 310px;
	padding: 5px;
}

#sidecam img { 
 	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid rgb(100%,100%, 100%);
	width: 255px;
	height: 191px;
}

#poolcam {
	margin-top: 10px;
	margin-left: 20px;
	text-align:center;
	float:right;
	width: 273px;
	height: 310px;
	padding: 5px;
}

#poolcam img { 
 	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid rgb(100%,100%, 100%);
	width: 255px;
	height: 191px;
}

#anderscam1 {
	margin-top: 10px;
	margin-right: 20px;
	text-align:center;
	float:left;
	width: 420px;
	height: 477px;
	padding: 5px;
}

#anderscam1 img { 
 	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid rgb(100%,100%, 100%);
	width: 392px;
	height: 294px;
}

#anderscam2 {
	margin-top: 10px;
	margin-left: 20px;
	text-align:center;
	float:right;
	width: 420px;
	height: 477px;
	padding: 5px;
}

#anderscam2 img { 
 	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 2px solid rgb(100%,100%, 100%);
	width: 392px;
	height: 294px;
}

#camshow {
	margin-top: 10px;
	text-align:center;
	width: 700px;
	height: 670px;
	padding: 5px;
}

#camshow img {
	float: none;
}

.buttons {
	position: relative;
	padding: 0px 0px 0px 0px;
}

/* Login CSS starts here */

#login {
	margin-top: 10px;
	text-align: center;
	padding: 10px;
}

#login table {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* Footer CSS starts here */

#footer {
	margin-top: 10px;
	width: 870px;
	float: left;
	text-align: center;
	padding: 10px;
	color: rgb(100%, 100%, 100%);
}

/* END Main CSS */
