/************************************
 * CSS for www.marriageat10mph.com
 * Last edited 10/15/08
 * Yellow - #F7D118
 * Brown - #AB9111
 * Dark Blue - #4F9DC4
 * Light Blue - #99DDFF
 * Black - #080808
 * White - #ffffff
 ***********************************/

BODY {
	background-color: #4f9dc4;
}

.titleLink {
		text-decoration: none;
		color: #080808;
}
.center {
		text-align: center;
}

.content {
		background-color : #ffffff;
		margin-left: 135px;
		margin-right: 137px;
		border: thin solid #080808;
		padding-left: 2%;
		padding-right: 2%;
}
.miniNav {
		margin-left: 135px;
		margin-right: 137px;
		background-color: #ffffff;
		border: thin solid #080808;
		text-align: center;
}
.navContainer {
		background-color : #F7D118;
		padding-bottom: 10px;
		border-left: medium solid #080808; /*#080808 */
		border-right: medium solid #080808;
		border-bottom: medium solid #080808;
		min-height: 1000px;
}
.topBox {
		background-color : #F7D118;
		border-left: medium solid #080808;
		border-top: medium solid #080808;
		border-right: medium solid #080808;
}
#centeredTitles {
		display: block;
		margin-left: auto;
		margin-right: auto;
}

.miniHead {
		background: #080808;
		color: #ffffff;
		text-align: center;
		padding: 2px;
}

/* Related to above main div*/
#faceContainer{
		width: 425px;
		margin-left: auto;
		margin-right: auto;
}
#widget {
		background: #ffffff;
		float: left;
		margin-top: 20px;
		border: thin solid #080808;		
}

/* Stuff for picture handling */
img {
		border: none;
}
img.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
}
img.pictureCenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 60%;
}
img.pictureVert { 
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 42%;
	}

img.pictureLeft {
		width: 35%;
		margin-right: 1%;
		float: left;
}
img.pictureRight {
		width: 35%;
		margin-left: 1%;
		float: right;
}

/* Related to Right Sidebar */
.rightAdBox {
		float: right;
		width: 120px;
		margin-top: 19px;
		margin-right: 1%;
		border: thin solid #080808;
		text-align: center;
		background-color: #ffffff;
}

/* Related to Left Sidebar */
.sidebaritem		{ 	font-size: 13px;
							text-align: center;
							font-weight: bold;
							color: #ffffff;
							background-color: #080808;}
a.sidebarlink		{	text-decoration:none;}
a.sidebarlink:hover	{	text-decoration:underline; }
.leftNavBox {
		margin-left: 1%;
		margin-top: 19px;
		padding: 3px;
		border: thin solid #080808;
		background-color: #ffffff;
		float: left;
		width: 110px;
}
.archiveHidden {
	visibility: hidden;
	height:0px;
}
#pictureRace {
	margin-top: 1%;
	margin-bottom: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
}

.infobox {
	padding-right: 2px;
	padding-left: 2px;
	border: thin solid #080808;
	float: right;
	background-color: #ffffff;
	width: 200px;
	font-size: 90%;
}
