@import url("navigation.css");
@import url("round_corners.css");
@import url("slimbox.css");

html
{
	font-size: 100.01%;
}


/* ----------------------------------- layout
----------------------------------------------- */

body
{
	margin: 0px;
	padding: 0px;

	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	
	background-image: url('../graphics/albertplace_background.png');
	background-repeat: repeat-x;
	background-color: rgb(215,216,218);
}

#wrapper
{
	margin: auto;
	width: 920px;
	overflow: hidden; /* hides the excess padding in non-IE browsers */
	position: relative;
	font-size: 1.3em;

	background-color: rgb(184,36,33); /* dark red */
}


#header
{
	width: 920px;
	height: 10px;
	padding: 10px;
	
	background-color: rgb(255,255,255);
}

#navigation
{
	position: relative;
	width: 580px;
	height: 50px;	
	margin-top: -5px;
	margin-left: -10px;
	margin-right: -10px;	
	
	background-color: rgb(255,255,255);
	background-image: url('../graphics/albertplace_nav_background.png');
	background-repeat: repeat-x;
}

*html #navigation
{
	position: relative;
	width: 580px;
	height: 50px;	
	margin-top: -4px;
	margin-left: -10px;
	margin-right: -10px;	
	
	background-color: rgb(255,255,255);
	background-image: url('../graphics/albertplace_nav_background.png');
	background-repeat: repeat-x;
}

#sidebar
{
	width: 320px;
	padding: 20px 10px 40px 10px;
	margin-left: 580px;
	margin-bottom: 40px;
	float: left;
	
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(255,255,255);
	
	background-color: rgb(184,36,33); /* dark red */
}
	* html #sidebar
	{
	display: inline;
	}

#sidebar img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;

	margin-top: 8px;
	margin-bottom: 8px;
	
	border: none;
}

.sidebar_image_caption
{
	margin: 0px 40px 0px 40px;
}

.sidebar_box_content a
{
	color: rgb(255,255,255);
}

#primary_content
{
	width: 560px;
	padding: 20px 10px;
	margin-left: -920px;
	float: left;
	
	font-family: Helvetica, Arial, sans-serif;
		
	background-color: rgb(227,42,39); /* bright red */
	background-image: url("../graphics/primary_content_round_corner.png");
	background-repeat: no-repeat;
	background-position-y: 235px;
	background-position-x: 572px;
	
}

#footer
{
	width: 900px;
	margin: auto;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 8px;
	clear: both;
	
	font-size: 1.0em;
	color: rgb(255,255,255);
	
	background-color: rgb(227,42,39); /* bright red */	
	background-image: url(../graphics/albert_place_footer.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footer a
{
	color: rgb(255,255,255);
}

#toe
{
	min-height: 20px;
	width: 920px;
	padding: 16px;
	margin: auto;
	
	color: rgb(140,140,140);
}

#sidebar, #primary_content
{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}

.sidebar_box
{
	width: 290px;
	margin-top: 16px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;

}

.sidebar_box_top
{
	width: 246px;
	padding-top: 10px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 0px;
	

	font-weight: bold;
	color: white;

	background-image: url(../graphics/sidebar_box_top.gif);
	background-repeat: no-repeat;
	background-position: top center;

}

.sidebar_box_content
{
	width: 270px;
	padding: 2px 10px 4px 10px;
	
	font-size: 1.0em;
	
	background-image: url(../graphics/sidebar_box_background.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

.sidebar_box_content p
{
	font-size: 0.8em;

}

.sidebar_box_top h3
{
	padding: 0px 0px 4px 0px;
	margin: 0;
	
	font-size: 16px;
	
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 1px 0px;
}

.sidebar_box_bottom
{
	width: 290px;
	height: 15px;
	margin-bottom: 10px;

	background-image: url(../graphics/sidebar_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}



/* ---------------- special element positioning
----------------------------------------------- */

#sidebar img.logo
{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -21px;
	
}

#primary_content img.header
{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px;
	padding: 0;
	border: 0;
		
}

.float_right
{
	float: right;
}

.float_left
{
	float: left;
}

.clear_both
{
	width: 100%;
	clear: both;
}

img
{
	border: none;
}

/* ------------------------------- text styling
----------------------------------------------- */

h1, h2, h3, h4, h5
{
	font-family:  "Century Gothic", Helvetica, Arial, sans-serif;
}

#primary_content h1, h2, h3, h4, h5
{
	font-family:  "Century Gothic", Helvetica, Arial, sans-serif;
	color: rgb(255,255,255);
	margin: 12px 14px 2px 14px;
		
}

a
{
	color: auto;
	text-decoration: none;
	border: none;
}

a:hover
{
	text-decoration: underline;
}

.sidebar a
{
	color: auto;
	text-decoration: none;
	border: none;
}

.sidebar a:hover
{
	text-decoration: underline;
}


#primary_content p
{
	margin-top: 4px;
	margin-right: 16px;
	margin-left: 16px;
	margin-bottom: 4px;

}

p
{
	margin: 4px;
}




/* ------------------------------------ gallery
----------------------------------------------- */

.gallery_row
{
	float: left;
	display: block;
	width: 480px;
	padding: 5px;

}

.gallery_row_image
{
	width: 220px;
	margin: 6px 6px 6px 6px;
	float: left;
	display: block;
	
}

.gallery_row_image_title
{
	margin: 0px 4px 2px 4px;
	clear: both;
	
	font-size: 16px;
	font-weight: bold;
	color: rgb(60,60,60);
}

.gallery_row_image img
{
	display: block;
}

/* ------------------------------- virtual tour
----------------------------------------------- */

.link_button
{
	width: 257px;
	height: 90px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
	background-image: url('../graphics/button_tour.png');
	background-repeat: no-repeat;
	background-position: center;
	
}

.link_button a
{
	display: block;
	margin: 0px auto;
	padding: 35px 12px;
	
	font-family:  "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.0em;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
	outline: none;
}

.link_button a:hover
{
	color: rgb(255,244,211); /* light yellow */	

}


.start_tour a
{
	color: rgb(184,36,33); /* dark red */
}

.start_tour a:hover
{

}

.virtual_tour #primary_content
{
	width: 900px;
	
	background-color: rgb(227,42,39); /* bright red */	
}

.virtual_tour .primary_content_heading
{
	margin-top: 130px;
	margin-bottom: 20px;
	margin-left: 90px;
}

.virtual_tour .submenu
{
	float: left;
	width: 920px;
	height: 112px;
	
	margin-left: -10px;
	margin-top: 0px;
	
	line-height: normal;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: normal;
	
	background-color: rgb(184,36,33); /* dark red */
}

.virtual_tour .submenu h2
{
	margin-top: 20px;
	margin-left: 10px;
	
	font-size: 1.8em;
}

.virtual_tour .submenu ul
{
	margin-top: 22px;
	padding: 8px 8px;
	list-style: none;
}

.virtual_tour .submenu li
{
 	float: left;
	padding-left: 6px;
	margin-top: -10px;
}

.virtual_tour .submenu a
{
	padding: 12px 10px 12px 4px;	
	display: block;
	outline: none;
	
	font-family:  Helvetica, Arial, sans-serif;
}


.virtual_tour .submenu li a
{
	color: rgb(255,255,255);
}

.virtual_tour .submenu li a:hover
{
	
}

.virtual_tour .submenu li a:active
{
	
}

.supplies_limited h1, .supplies_limited h2, .supplies_limited h3, .supplies_limited h4, .supplies_limited h5, .supplies_limited h6
{
	color: rgb(184,36,33); /* dark red */
}

.supplies_limited ul
{
	list-style-type: none;
	margin-top: -4px;
	padding-bottom: 4px;
}

.supplies_limited li
{
	margin: 2px 8px 2px 8px;
	
	font-size: 1.2em;
	color: black;
}

.supplies_limited li img
{
	margin: -12px 4px -6px 4px;
}



/* ----------------------------------- clearing
----------------------------------------------- */

#wrapper:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#wrapper
{
	display: inline-block;
}
/*\*/

#wrapper
{
	display: block;
}

									/* ---------------- /clearing */


.verticalalign
{
	position: absolute;
	bottom: 30px;

}

#sidebar .verticalalign
{
	width: 190px;
}

.verticalalign p
{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: auto;
	padding: 0;
}

.facebook_badge
{
	margin-right: 100px;
	float: right;
}

