@charset "utf-8";
/* CSS Document */
body {
	margin:auto; padding:0;
	font: Arial, Helvetica, sans-serif; 
	color:#2a290b;
	background-color:#FFF;
	width:960px;
	height:740px;
}
a {
	color:#2a290b;
}

/* DIV styling                 */
#header {
	background:  url(../images/BCW-header.jpg) no-repeat;
	height:210px;
	margin:auto; padding:0;
}
#container {
	background: url(../images/BCW-main.jpg) no-repeat;
	height: 473px;
	margin:auto; padding:0 50px;
}
#footer {
	background: url(../images/BCW-footer.jpg) no-repeat;
	height: 56px;
	margin:0; padding:0;
}
#navigation {
	float:left;
	width: 180px;
}
#navigation ul {
	margin:auto;
	padding: 20px 0;
}
#navigation li {
	text-align:left;
	text-decoration:none;
	list-style:none;
}
#maincontent {
	float:right;
	width:620px;
	height:455px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 10px 0 20px;
}
.profile #maincontent {
	background:url(../images/profileBkgd.png) center no-repeat;
}
.profile #maincontent p{
	text-align:left;
	font-size: 14px;
}
.profile #maincontent .bcwName {
	font-weight:bold;
	font-family:"IM FELL English PRO Roman", Verdana, Geneva, sans-serif;
}

.profile #maincontent p>span.tighe a{
	font-weight:bold;
    color:#CD3C3F;
	font-style:oblique;
	text-decoration: blink;
}
#footer.sitedesign a{
	text-align:right;
	margin: 40px 10px 0 700px;
	padding: 0 110px 20px 110px;
}

/* Background images per page */   
.home #header{background:url(../images/BCWHome-header.jpg) no-repeat;}
.home #container{background: url(../images/BCWHome-main.jpg) no-repeat;}
.home #footer{background: url(../images/BCWHome-footer.jpg) no-repeat;}
/*.profile #header{background:url(../images/BCW-header.jpg) no-repeat;}
.profile #container{background: url(../images/BCW-main.jpg) no-repeat;}
.profile #footer{background: url(../images/BCW-footer.jpg) no-repeat;}
.gallery #header{background:url(../images/BCW-header.jpg) no-repeat;}
.gallery #container{background: url(../images/BCW-main.jpg) no-repeat;}
.gallery #footer{background: url(../images/BCW-footer.jpg) no-repeat;}
.testimonials #header{background:url(../images/BCW-header.jpg) no-repeat;}
.testimonials #container{background: url(../images/BCW-main.jpg) no-repeat;}
.testimonials #footer{background: url(../images/BCW-footer.jpg) no-repeat;}
.contact #header{background:url(../images/BCW-header.jpg) no-repeat;}
.contact #container {background: url(../images/BCW-main.jpg) no-repeat;}
.contact #footer{background: url(../images/BCW-footer.jpg) no-repeat;}
*/
.contact #maincontent {
	background:url(../images/contactBkgd.png) center no-repeat;
}
.contact #maincontent h2{
	font-size:1.4em;
}
.contact #maincontent p{
	font-size:1.1em;
	text-align:right;
	margin: 40px 25px;
}
.gallery #maincontent a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .8ems;
	color:#2a290b;
	text-decoration:none;
}
.gallery #galleryDisplay {
	margin:auto;
	width:600px;
}

.project {
	float:left;
	padding:25px;
}

.project h4 {
	text-align:center;
	font-family: Verdana, Geneva, sans-serif !important;
	font-size:.9em;
}
.project a>img{
	display:block;
	margin:auto;
	-webkit-box-shadow:0 0 25px #2a290b; 
	-moz-box-shadow: 0 0 25px #2a290b; 
	box-shadow:0 0 25px #2a290b; 
}
	
.clearfloat {
	clear:both;
}
/* Pop up styling */
.popup
{
    position: fixed;
    display: none;
    top: 20%;
    left:20%;
}