﻿/*CSS for Mark Regan Fitness*/

html {
	background: url(backgrounds/orange033.gif);
}


body {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	background-color: ;
	line-height: 140%;
	padding: 0;
	margin: 0;
	width: 1000px;
	margin: 0 auto;	
	text-align: left;
	background: #FFEC8B;
	
}



h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
	color: #B22222;
	font-size: 150%;
	font-weight: bold;
	padding-top: 15px;
		
}

h2 {
	color: #B22222;
	font-size: 120%;
	font-weight: normal;
}

.headline {
	text-align: center;
	line-height: 150%;
	color: gold;
	background: red;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 4px ridge gold;
	overflow: auto;

}

.highlight {
	background: yellow;
	padding: 2px;

}

h3 {
	color: #B22222;
	font-size: 110%;
	font-weight: normal;
	
}

li {
	color: #B22222;
	font-size: 95%;
	list-style: disc;
}

p {
	font-size: 90%;
	color: #B22222;
}

#tagline p {
	font-size: small;
	line-height: 150%;
	font-style: italic;
	font-family: Georgia, Times Serif;
	background-color: #FFC125;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
	width: 450px;
	
}

#tagline {
	
	border-top: 3px solid #FF9912;
	border-bottom: 3px solid #FF9912;
	background-color: #FFC125;
	
}	
	


#search {
	position: absolute;
	top: 129px;
	right: 0px;
	min-width: 410px;
	font-size: x-small;
	font-weight: bold;
	float: right;
	background: #FFC125 url("backgrounds/tag-fade.jpg") repeat-y right;
	padding-right: 0px;
	padding-bottom: 1px;
	
}

.go {
	padding-left: 5px;
	padding-right: 5px;
}
	
}

em {
	font-style: normal;
	text-transform: uppercase;
}

blockquote {
	font-style: italic;
}

cite {
	font-style: normal;
	font-size: x-small;
	color: gray;

}

.test {
	border-bottom: 1px solid #B22222;
	margin-right: 20px;
	margin-bottom: 10px;

}

.note {
	font-style: italic;
	margin-top: 0;
}

.Branding {
	font-family: arial;
	font-weight: bold;
	font-size: medium;
	font-style: normal;
}

a {
	font-weight: bold;
}

a:link {
	color: red;
	text-decoration: none;
	
}

a:visited {
	color: #B22222;
	text-decoration: none;
	
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: #B22222;
}

a:active {
	color: yellow;
	background-color: #B22222;
	text-decoration: none;
	
}

.mail {
	text-decoration: none;
}

.fun {
	color: red;
	font-family: Georgia, Times, Serif;
	font-size: large;
	letter-spacing: 0.05em;
	line-height: 150%;
}



.title {
	color: gray;
	font-family: arial;
	font-size: x-small;
	font-weight: bold;
	
	line-height: 150%;
	margin-bottom: -2px;
}

.sub {
	font-size: xx-small;
	font-weight: normal;
	margin-left: 10px;
	line-height: 150%;
}

/* Following section deals with the position of items on the screen.  Using absolute positioning - fixed x and y coordinates measured from top-left corner of the browser's content display. */

#navigation, #bodycontent, #header, #logo{
	position: absolute;
}




#bodycontent {
	top: 160px;
	width: 791px;
	
	
	padding-left: 210px;
	padding-bottom: 50px;
	background: #FFEC8B;
}

#navigation {
	left: 0;
	top: 0;
}

#navigation {
	width: 180px;
	height: 450px;
	padding-top: 10px;
	padding-right: 10px;
	background: #FFEC8B url('backgrounds/nav-bg.jpg') repeat-x top;
}

		


#navigation li {
	list-style: none;
	margin-right: 0;
	font-size: small;

}

#navigation ul {
	line-height: 150%;

}

#bodycontent p, li, h1, h2, h3, table {
	margin-right: 20px;
}

#buttons  {
	
	width: 811px;
	
	margin-left: -20px;
	margin-bottom: -20px;
	border-bottom: 3px solid #FF9912;
	height: 33px;
	background: url('backgrounds/buttons-backgroundfade1.png') #B22222 ;
	text-align: center;
	position: center;
		
}

#buttons p{
	margin: 0;
	
	position: center;
	text-align: center;
	
}



.button {
	line-height: 2.5em;
	margin-right: 0;
	padding: 5px;
	background: gold;
	font-size: small;
	position: center;
	text-align: left;
}

#header {
	width: 1001px;
	border-top: 3px solid #FF9912;
	
}

#sitebranding {
	height: 126px;
	background: #B22222 url('backgrounds/banner_copy.png') no-repeat right;

}



#footer p {
	color: navy;
	margin: 0;
	padding: 7px;
	font-size: small;
	line-height: 125%;
	
}

#footer {
	background: gold;
	border-top: 2px solid red;
	text-color: navy;
	font-size: small;
	
	width: 1001px;
	height: 30px;
	position: fixed;
	bottom: 0;
}

#contact {
	position: absolute;
	left: 5px;
	
	
	

}

#links {
	position: absolute;
	left: 495px;
	width: 400px;

}
#copyright {
	position: absolute;
	right: 5px;
}

}

#footimage {

}

#logo {
	height: 126px;
	
		
}

.feature {
	float: right;
	margin-left: 10px;
	margin-right: 0;
	margin-top: -30px;
}

.image {
	padding-right: 5px;
	
}

.avatarfixed {
	float: left;
	width: 190px;
	height: 190px;
	border: solid #B22222 2px;
	margin-right: 10px;
}

.avatar {
	float: left;
	border: solid #B22222 2px;
	margin-right: 10px;
}

.galleryphoto p{
	font-size: 65%;
	font-weight: bold;
	margin-top: 0;
	width: 430px;
	line-height: 1.4em;
}

.photocredit {
	font-weight: normal;
	color: gray;
}

.galleryphoto {
	padding-bottom: 20px;
	border-bottom: 1px solid #B22222;
	margin-bottom: 10px;
}

.galleryphoto img {
	border: 15px solid white;
}

.photo {
	float: right;
	text-align: center;

	
		
	
}

.photo img{
	
	border: 5px ridge red;
	margin-left: 10px;
	margin-top: 10px;
	
	
}

.photocaption {
	text-align: center;
	margin-top: -10px;
	width: 360px;
	font-weight: bold;


}

.clear {
	clear: both;
}

table.prices {
	font-size: small;
	color: #B22222;
	padding-left: 1em;
	padding-right: 1em;
}

table.prices th, table.prices td {
	padding-right: 30px;
	
}

table.data {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.data th, table.data td {
	padding: 4px;
	border: 1px solid black
}

table.data th {
	font-size: x-small;
	background: #B22222 url('backgrounds/header-bg.jpg');
	color: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 4px;
	padding-right: 4px
}

table.data td.subheading {
	font-size: small;
	font-weight: bold;
	text-align: center;
	background: #FFEC8B url('backgrounds/td.jpg') repeat-x top;
	color: navy;
	padding-left: 1em;
	padding-right: 1em
}	

table.data td {
	font-size: small;
	background: #FFEC8B url('backgrounds/td.jpg') repeat-x top;
	color: navy;
	padding-left: 1em;
	padding-right: 1em
}

table.data li {
	font-size: small;
	color: navy;
	margin-left: -2em;
}	

table.data caption {
	color: red;
	font-size: small;
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}

table.imageholder th {
	font-size: x-small;
	background: #B22222 url('backgrounds/header-bg.jpg');
	color: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 4px;
	padding-right: 4px
}

table.imageholder td {
	padding: 5px;
}



form.contact fieldset {
	border: 2px solid #B22222;
	padding: 10px;
	width: 750px;
	
}

form.contact legend {
	font-weight: bold;
	font-size: small;
	color: #B22222;
	padding: 5px;
}

form.contact {
	padding:0;
	margin: 0;
	margin-top: -15px;
	margin-bottom: 10px;
}

form.contact label {
	font-weight: bold;
	font-size: small;
	color: red;
	line-height: 150%;
}

form.contact label.fixedwidth {
	display: block;
	width: 240px;
	float: left;
}

form.contact .buttonarea input {
	background: #FF7722;
	color: white;
	font-weight: bold;
	padding: 5px;
	border: 1px solid white;
}

form.contact .buttonarea {
	text-align: center;
	padding: 4px;
	margin-top: 10px;
	background-color: red;
}






a:link.button {
	background: orange url('backgrounds/button-linkbevel.jpg');
	text-decoration: none;
	color: red;
	border: 2px outset red;
	

}

a:visited.button {

	background: orange url('backgrounds/button-linkbevel.jpg');
	text-decoration: none;
	color: #B22222;
	border: 2px outset red;
	
}

a:hover.button {
	text-decoration: none;
	color: blue;
	background: #B22222 url('backgrounds/button-linkbevel.jpg');
	border: 2px inset red;
}

a:active.button {
	text-decoration: none;
	color: orange;
	background: #B22222 url('backgrounds/button-active.jpg');
	border: 2px inset red;
	font-size: small;
}
	
}







#pics {
	width: 791px;
	
}

.pic {
	margin-right: 5px;
	width: 200px;
	height: 200px;
	border: 3px outset red;
}

#nocontent {
	height: 450px;
}

#offer {
	border: 2px solid red;
	padding: 5px;
	background: white;
}






#row  {
    display: table-row;
}

#left, #right, #middle {
    display: table-cell;
}

#facebook {
	position: absolute;
	top: 445px;
	left: 35px;
}

.facecap {
	font-size: 11px; 
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	color: #3B5998;
	text-decoration: none;
	text-align: center;

}