@charset "utf-8";
/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/Capture.PNG);
	background-repeat:repeat;
}

p
{
	text-align:left;	
}

img
{
	border-style:none;
}

#header> a:hover
{
	background-color:#171788;	
}

#centerContent
{
	display:block;
	width:93%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:5px;
	background-color:rgb(102,102,102);
	height:inherit;
	overflow:auto;
}

#header
{
	width:97%;
	background-color:#171788;
	padding-left:14px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	height:110px;
	overflow:hidden;
}

#logo
{
	display:inline;
	width: 450px;	
}

.social
{
	padding: 2px;
	float:right;
	display:inline;
}


#twitter /*ie*/
{
	position:relative;
	right:5px;
	top:-106px;
	display:inline;
	float:right;
	margin-bottom:2px;
}

#facebook /*ie*/
{
	position:relative;
	right:-159px;
	top:-75px;	
	margin-top:5px;
	display:inline;
}

:root #facebook /* all other browsers*/
{
	position:relative;
	top:-65px;
	right:10px;
	margin-top:5px;
}

:root #twitter /* all other browsers*/
{
	position:relative;
	right:10px;
	top:5px;
	display:inline;
	float:right;
	margin-top:5px;
}

a img
{
	border:none;
}

#menu
{
	background-color: #591295;
	width: 97%;
	margin-left:auto;
	margin-right:auto;
	padding-right:14px;	
	vertical-align:central;
	padding-top:2px;
	padding-bottom:2px;
	
}

#menuList 
{
	margin: 1px; 
	padding: 1px; 
	list-style-type: none; 
	list-style-image: none; 
}

#menu li 
{
	display: inline; 

}

#menu ul li a 
{
	text-decoration:none;  
	padding: 3px 13px 3px 13px; 
	color: yellow;
	background-color: #591295;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
	font-weight:bold;
	font-size:1em;
	margin-right:1px;
}

#menu ul li a:hover 
{
	color: #550795;
	background: yellow; 
	font-weight: bold;
}

#menu ul li a:active
{
	border-left: 1px solid red;	
}

#content
{
	width:97%;
	display:block;
	padding:7px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	background-color:#FFF;
	overflow:auto;
}

#pageTitle
{
	margin:20px;	
}

/*Home*/

#intro
{
	display:block;
	margin-left:44px;	
}

#LP
{
	font-weight:bold;		
}


#text
{
	position:relative;
	top:0;
	right:0;
	float:left;
	padding:10px;
	width:550px;
	font-size: 1.1em;
	line-height: 30px;
}

/*slideshow*/

#slideContanier
{
	position:relative;
	top:0;
	left:0;
	float:left;	
	padding:5px;
	width:590px;
}

#slideshow 
{
    position:relative;
	top:0;
	left:0;
    height:400px;
	display:inline;
	float:left;
	margin:10px;
	margin-left:40px;
}

#slideshow img 
{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	border:6px groove #CCC;
	width: 527px;
}

#slideshow img.active 
{
    z-index:10;
}

#slideshow img.last-active 
{
    z-index:9;
}


#slideshow div {
	position:absolute;
	top:-9px;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 341px;
	background-color: #FFF;
	border:6px groove #CCC;
	width: 518px;
}


#slideshow div img
{
	border:6px groove #CCC;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
	padding:5px;
	border:6px groove #CCC;
}

#slideshow div.last-active {
    z-index:9;
	
}

#slideshow div img {
    height: 350px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

/* wedding page*/

#imgPreviewWithStyles {
    background: #666;
    padding: 5px;
    z-index: 999;
    border: none;
}

/* Text below image */
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}

/*contact page*/

#address
{
	margin:20px;
	float:left;
	display:block;
	width:29%;
	font-size:1.2em;
}

#phone
{
	margin:20px;
	float:left;
	display:block;
	width:29%;
	font-size:1.2em;
	float:left;	
}

.phonel
{
	width:65px;	
	display:inline-block;
}

#contactSocial
{
	margin:20px;
	float:right;
	display:block;
	width:29%;
	font-size:1.1em;
	float:right;
	overflow:auto;			
}

#facebook1
{
	float:right;
	display:block;
	width:100%;
	margin-top:5px;
}

#twitter1
{
	float:right;
	display:block;
	width:100%;
	margin-bottom:5px;
}

.social1
{
	display:block;	
}

#extLinks
{
	width:100%;
	display:block;
	float:left;	
}

#footer
{
	height:50px;
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-size:.7em;
	text-align:center;
	background-image:url(images/footer_gradient.png);
	padding-top:1px;
	overflow:auto;
}

#footer p
{
	text-align:center;	
}

#pp
{
	color:#00F;
}

/*About page*/

#bio
{
	width:auto;
	margin-left:20px;
	margin-top:20px;
	margin-right:20px;
	overflow:auto;
	text-align:center;
}

#small
{
	font-size:.8em;	
}


/* wedding page img magnifer */

div.category-list .pic, div.news .pic {
    width: 80px;
    height: 80px;
    background: #000;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.pic a img 
{
    border: none;
}
.pic a:hover img 
{
    background: #666;
}
div.news .pic 
{
    width: 60px;
    height: 60px;
}

.ffix 
{
    clear: both;
}


/*pic display pages*/

#weddingiImg
{
	
}

#weddingDisplay
{
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	text-align:center;	
	font-size: 1.1em;
	font-weight:bold;
	color:#00C;
}

#weddingDisplay a:visited
{
	color:#00F;
}

/*wedding page*/

#textWedding
{
	position:relative;
	top:0px;
	right:0px;
	padding:10px;
	font-size: 1.1em;
	overflow:auto;
	width:50%;
	padding-left:40px;
	line-height: 30px;
}

#imgContainerWedding
{
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	display:inline;
	float:left;
	width:40%;		
}
/*porturate page */

#textPortrait
{
	position:relative;
	top:0px;
	right:0px;	
	padding:10px;
	font-size: 1.1em;
	margin-right:15px;
	overflow:auto;
	width:50%;
	padding-left:40px;
	line-height: 30px;
}

#imgContainerPortrait
{
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	display:inline;
	float:left;
	width:40%;		
}


#third li
{
	list-style:none;
	display:inline;	
	float:left;
	padding:5px;
}

li a img
{
	border: 4px groove #999;
}

#studioPic
{
	padding:10px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* Packeages */

#textP
{
	padding:10px;
	font-size: 1.1em;
	margin-right:15px;
	overflow:auto;
	padding-left:40px;
	line-height: 32px;
}

