/* //////////////////////////////////////////////////////////////////////

	Author: Troy Ricci For:Pixel Science - http://www.pixelscience.ca

	http://www.www.calgaryweddingphotographer.ca

	All contents copyright 2006 Calgary Wedding Photographer

/* ///////////////////////////////////

	PRIMARY STYLE PARAMETRES

////////////////////////////////// */

* {
	margin:0px;
	padding:0px;
}

body {
	background-color: #090909;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#centre {
	width:948px;
	margin:0 auto;
}
#masthead {
	height: 152px;
	background-image: url(../imgs/masthead_bg.jpg);
	background-repeat: no-repeat;
}

#montage {
	height:261px;
	background-image: url(../imgs/montage_bg.gif);
	background-repeat: no-repeat;
			}
			
.sub_montage {
	height:94px;
	background-image: url(../imgs/sub_montage_bg.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	padding-top: 13px;
			}

.montage {
margin:13px 0 0 5.5px;
}

* html .montage {
margin:13px 0 0 11px;
}


/*------------ box styles --------------*/

.box_top, .big_box {
	margin:0 0 0 18px;
}

.box_top {
	width:652px;
	height:12px;
	background-image: url(../imgs/box_top.jpg);
	background-repeat: no-repeat;
	margin-top:5px;
	}

* html .box_top {
	margin-bottom:-2px;
	}

.box_bottom{
	width:652px;
	height:12px;
	background-image: url(../imgs/box_bottom.jpg);
	background-repeat: no-repeat;
	margin-left: 18px;
	padding-bottom: 20px;
	}

* html .box_bottom {
	margin-top:-14px;
}

.big_box {
	width:652px;
	min-height:300px;
	background-image: url(../imgs/box_bg.gif);
	background-repeat: repeat-y;
	position: relative;
	margin-right: 20px;
	}

/* for Internet Explorer */
/*\*/
* html .big_box {
height: 300px;
}
/**/

.top_corner {
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
.right_corner {
	position: absolute;
	right: 0px;
	bottom: 0px;
	}


#logo {
	width: 285px;
	height: 152px;
	float: left;
	padding-right: 25px;
	
}

#content {
	min-height:400px;
	background-image: url(../imgs/content_bg.gif);
	background-repeat: repeat-y;
	padding:5px 0 0 0;
}

/* for Internet Explorer */
/*\*/
* html #content {
height: 400px;
}
/**/


#secondary_content {
	
}

.copy {
	width:360px;
	margin:20px 30px 0 0;
	display: inline;
	}

.copy h1 {
	color: #5A5A5A;
	font-size: 14px;
	font-style: italic;
	margin:25px 0 10px 0;
}


.copy p {
	color:#363636;
	font-size:11px;
	line-height:24px;
	padding-right: 30px;
	padding-left: 37px;
	margin-bottom: 10px;
	}

.copy h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5A5A5A;
	font-size: 14px;
	font-style: italic;
	padding-right: 30px;
	padding-left: 37px;
	margin:10px 0 10px 0;
}

.showcase {
	width: 225px;
	background-image: url(../imgs/angled_leaf.gif);
	background-repeat: no-repeat;
	padding-top: 27px;
	padding-left: 27px;
	background-position: 14px top;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 9px;
	}

.showcase2 {
	width: 225px;
	background-image: url(../imgs/angled_leaf.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 27px;
	background-position: 14px top;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 9px;
	}
.showcase3 {
	width: 225px;
	padding-top: 2px;
	padding-left: 27px;
	background-position: 14px top;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 9px;
	}

.showcase img {
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7B7B7B;
	border-right-color: #7B7B7B;
	border-bottom-color: #7B7B7B;
	border-left-color: #7B7B7B;
	margin-bottom: 5px;
	}
	
.showcase p {
	font-size:10px;
	font-weight:bold;
	color:#957623;
	padding-right: 15px;
	}
/*------------ nav styles --------------*/
#main_nav {
	display: inline;
	font-size: 12px;
	
}

#main_nav a{
	color:#9C9C9C;
	display:block;
	text-decoration: none;
	height: 21px;
	padding-left: 35px;
	padding-top: 4px;
}

#main_nav a:hover {
	background-image: url(../imgs/nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;	
	}



#main_nav ul {
	padding-top: 15px;
}

#main_nav ul li{
	list-style-type: none;
	
}

#philosophy #main_nav .philosophy a,
#portfolio #main_nav .portfolio a,
#planner #main_nav .planner a,
#pricing #main_nav .pricing a,
#about #main_nav .about a{
	background-image: url(../imgs/nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;	
}

#tips {
	color:#C2C2C2;
	width: 255px;
	float: right;
	margin-right: 4px;
	margin-top: 8px;
	display: inline;
}

#tips li a {
	text-decoration: none;
	color: #C2C2C2;
	margin-bottom: 8px;
	display: block;
	padding-left: 25px;
	background-image: url(../imgs/tips_link.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	font-size: 11px;
	padding-right: 5px;

}
#tips ul {
	margin-top: 5px;
}


* html #tips li a {
	
}

#tips li {
	list-style-type: none;
	
	
}
#tips li a:hover {
	color:#E3A90C;
}

#footer {
	background-image: url(../imgs/footer_bg.gif);
	background-repeat: repeat-y;
	height: 24px;
	margin-top: 2px;
	line-height: 24px;
	text-align: center;
	
}
#footer a {
	color: #E3A90C;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#pixelscience {
	color: #5A5858;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
#pixelscience a {
	text-decoration: none;
	font-weight: bold;
	color: #5A5858;
}

a img  {
	border:none;
}

.clear {
	clear:both;
	height:0;
}
p a {
	color: #E3A90C;
	text-decoration: none;
	font-weight: bold;
}
