/* @override 
		http://localhost/cherylogden/odgenstyles2011_final.css
*/

/* Web 2.0 default */
/* tips from JeremyKeith */
body {
	background-color: #efe0d3;
	padding: 0;
	text-align: center;
	margin: 0;
	color: #333;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

input[type="radio"], input[type="checkbox"] {
	size:  10px;
}
img {
   -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
     -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
     box-shadow: 1px 1px 3px #999;
	padding: 0;
}

.hr {
	border-bottom: 1px solid #666;
	padding-top: 20px;
	margin-bottom: 20px;
}

/* font classes */
h1 {
	font-size: 32pt;
	letter-spacing: 0;
	margin-top: 3px;
	margin-bottom: 0;
	color: #000;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 10pt;
	text-align: right;
	font-weight: normal;
	border-top: 1px solid #D25B73;
	padding-top: 10px;
	font-style: normal;
	margin-top: -10px;
	color: #666;
}
h3 {
	font-size: 20pt;
	line-height: 20pt;
	margin-top: 8px;
	margin-bottom: 8px;
}
h4 {
	font-size: 14pt;
	line-height: 20pt;
	margin-top: 8px;
	margin-bottom: 8px;
}

.paragraph {
	font-size: 12 pt;
	font-weight: normal;
	font-style: normal;	
}
p {
	font-size: 12pt;
	line-height: 15pt;
}

a {
	color: #df6270;
		text-decoration: none;
}

a:hover, a:focus {
		text-decoration: underline;
	
}
.smalltype {
	font-size: 10pt;
}
.welcometext {
	font-size: 10pt;
	line-height: 12pt;
}
ul {
	
}
li {
	text-align: left;
}
.group:after {
	content:  ".";
	display:  block;
	height: 0;
	clear: both;
	visibility:  hidden;
}

img.logomark {
	float: left;
	box-shadow: none;
	width:50px;
	margin: 5px 5px 0 0;
}

#container {
	width: 988px;
	text-align: center;
    -moz-box-shadow: 5px 5px 20px #999;
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,.4);
    box-shadow: 5px 5px 20px #999;
	padding-top: 0;
	background-color: #fcf9f2;
	background-image: url(twotonestripe.jpg);
	margin: 0 auto 20px;
}
#header {
	text-align: left;
	height: 85px;
	padding: 1px 10px 0;
	}
#topBanner {
	text-align: center;
}


#leftnavi {
	width: 160px;
	float: left;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-right: 0px;
}

#leftnavi p {
	margin: 10px 0;
}

#leftnavi a {
	color: #fff;
	text-decoration: none;
	font-size: 11pt;
	line-height: 11pt;
}


#header a{
	text-decoration: none;
}

#footer a {
	color:  #fff;
	text-decoration:  none;
}

#leftnavi a:hover, #leftnavi a:focus , #header a:hover, #header a:focus, #footer a:hover, #footer a:focus {
	text-decoration: underline;
}


#bodytext {
	width:  764px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	margin-left: 0px;
}

#weddingframe {
	display: block;
-webkit-transform: rotate(-4deg); 
-moz-transform: rotate(-4deg);
	float: left;
	margin-top: 20px;
}

#portraitframe {
	display: block;
-webkit-transform: rotate(4deg); 
-moz-transform: rotate(4deg);
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}
#footer {
	clear: both;
	font-size: 8pt;
	color: #FFF;
	background-color: #7193b3;
	padding: 4px;
}

.centernavi {
	text-align: center;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 6px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin: 0px;
}
.centernavi:after {
	content:  ".";
	display:  block;
	height: 0;
	clear: both;
	visibility:  hidden;
}

.photobuttons {
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 4px;
	margin-left: 4px;
     -moz-box-shadow: 2px 2px 4px rgba(0,0,0,.3);
     -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.3);
     box-shadow: 2px 2px 4px #ddd;
-webkit-transition: all .2s ease-in-out; 
-moz-transition: all .2s ease-in-out; 
-o-transition: all .2s ease-in-out; 
transition: all .2s ease-in-out;
	border: 20px solid #fff;
}

.photobuttons a {
	text-decoration: none;
}

img.photobuttons:hover {
    -moz-box-shadow: 2px 2px 4px #666;
     -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
     box-shadow: 2px 2px 4px  #666;
	-webkit-transform: rotate(1deg); 
	-moz-transform: rotate(1deg);

}

.thumbnail {
	border: 1px solid #666;
	margin: 6px;
	}
.thumbnail:hover {
	background-color: none; 
	border: 1px solid #FFF;
	}
