@charset "UTF-8";
/* CSS Document */

*{
	outline: none;	
}

/*** anything that kaila has added ***/

a		{ color:white; text-decoration:none; font-weight:bold; }
a:hover	{ text-decoration:underline; }
h1		{ font-size:20px; font-weight:100; }
ul		{ margin-left: 0; padding-left: 1em; padding-bottom:20px; text-indent: -1.3em; list-style:none; }
li		{ margin:0; padding:0; list-style:inside; list-style-image:url(../Graphics/bullet.png); }
p, .aboutContent, .content li, .signupText, .project_thumb_info .tags { opacity: .6; }

#noteWrapper{
	width: 760px;
	float:left;
	padding: 20px 0 10px 100px;
}

#note	{
	width: 760px;
	height: 57px;
	padding: 0px 20px 0px 20px;
	float: left;
	background-image:url(../Graphics/bg_separator_bar.png);
	background-repeat:no-repeat;
	background-position:center;
	line-height:57px;
	color:#fff;
	text-align:center;
	font-style: italic;
	font-size:15px;
}

/*** end ***/

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #48012b;
	background-image: url(../Graphics/Backgrounds/floral.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 0 10px;
	text-align:left;
}

#header{
	width: 1000px;
	height: 120px;
	float:left;
}

#social{
	width: 147px;
	height: 47px;
	float:right;
	padding: 18px 0 5px 0;
	overflow:hidden;
}

#background_select{
	width: 147px;
	height: 22px;
	float:right;
}

#social .twitter{
	width: 47px;
	height: 47px;
	float:left;
	background-image: url(../Graphics/social_transparent.png);
	background-position: 0px 0px;
}

#social .facebook{
	width: 46px;
	height: 47px;
	float:left;
	background-image: url(../Graphics/social_transparent.png);
	background-position: -47px 0px;
}

#social .rss{
	width: 54px;
	height: 47px;
	float:left;
	background-image: url(../Graphics/social_transparent.png);
	background-position: -93px 0px;
}

#social .twitter:hover{
	width: 47px;
	height: 47px;
	float:left;
	background-image: url(../Graphics/social_transparent.png);
	background-position: 0px -47px;
}

#social .facebook:hover{
	width: 46px;
	height: 47px;
	float:left;
	background-image: url(../Graphics/social_transparent.png);
	background-position: -47px -47px;
}

#social .rss:hover{
	width: 54px;
	height: 47px;
	float:left;
	background-image: url(../Graphics/social_transparent.png);
	background-position: -93px -47px;
}



#logo{
	background-image: url(../Graphics/regina-web-design.png);
	float: left;
	height: 120px;
	width: 230px;	
}

#nav{
	width: 570px;
	height: 120px;
	padding-left: 32px;
	float:left;
}

#nav .hello{
	width: 75px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: 0px 0px;
}

#nav .about{
	width: 106px;
	height: 120px;
	float: left;
	background-image: url(../Graphics/nav.png);
	background-position: -75px 0px;
}

#nav .work{
	width: 113px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: -181px 0px;
}

#nav .blog{
	width: 68px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: -294px 0px;
}

#nav .estimate{
	width: 107px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: -362px 0px;
}

#nav .contact{
	width: 101px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: -469px 0px;
}


#nav .helloON{
	width: 75px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: 0px -240px;
}

#nav .aboutON{
	width: 106px;
	height: 120px;
	float: left;
	background-image: url(../Graphics/nav.png);
	background-position: -75px -240px;
}

#nav .workON{
	width: 113px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: -181px -240px;
}

#nav .blogON{
	width: 68px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: -294px -240px;
}

#nav .estimateON{
	width: 107px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: -362px -240px;
}

#nav .contactON{
	width: 101px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: -469px -240px;
}


#nav .hello:hover{
	width: 75px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: 0px -120px;
}

#nav .about:hover{
	width: 106px;
	height: 120px;
	float: left;
	background-image: url(../Graphics/nav.png);
	background-position: -75px -120px;
}

#nav .work:hover{
	width: 113px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: -181px -120px;
}

#nav .blog:hover{
	width: 68px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: -294px -120px;
}

#nav .estimate:hover{
	width: 107px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: -362px -120px;
}

#nav .contact:hover{
	width: 101px;
	height: 120px;
	float:left;
	background-image: url(../Graphics/nav.png);
	background-position: -469px -120px;
}

#title{
	width: 1000px;
	height: 320px;
	float:left;
	text-align:center;
	position:relative;
}

.facebook_wrapper_home{
	width: 100px;
	height: 30px;
	position:absolute;
	right: 165px;
	bottom: 13px;
	
}

.facebook_wrapper_about{
	width: 100px;
	height: 30px;
	position:absolute;
	right: 129px;
	bottom: 13px;
	
}

#letsTalk{
	width: 182px;
	margin-left:auto;
	margin-right:auto;
}

/*&#letsTalk button{
	background-image: url(../Graphics/lets_talk.png);
	height: 70px;
	width: 182px;
	margin-right: auto;
	margin-left: auto;	
}*/


#signup{
	width: 1000px;
	float:left;
}

#signup .top{
	background-image: url(../Graphics/home_signup_top.png);
	float: left;
	height: 25px;
	width: 1000px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:0;
}

#signup .content{
	background-image: url(../Graphics/home_signup_repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	float:left;
	width: 1000px;
	text-align:center;
}

#signup .content .signupForm{
	width: 703px;
	height: 51px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#signup .bottom{
	background-image: url(../Graphics/home_signup_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0px;
	float:left;
	height: 22px;
	width: 1000px;
}

.inputHomeFirstName {
	width:173px;
	height:51px;
	background-image:url(../Graphics/home_signup_firstname.png);
	background-repeat:no-repeat;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	background-position: left top;
}

.inputHomeLastName {
	width:177px;
	height:51px;
	background-image:url(../Graphics/home_signup_lastname.png);
	background-repeat:no-repeat;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}

.inputHomeEmail {
	width:276px;
	height:51px;
	background-image:url(../Graphics/home_sigup_email.png);
	background-repeat:no-repeat;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}

.inputHomeSend{
	background-image: url(../Graphics/home_signup_send.png);
	float: left;
	height: 51px;
	width: 77px;	
}

#signup .content .signupText{
	width: 753px;
	margin-left:auto;
	margin-right:auto;
	padding: 15px 0 2px 0;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 50;
	color: #FFF;
}

#filter_projects{
	width: 1000px;
	height: 45px;
	padding: 18px 0 8px 0;
	float:left;
	text-align: center;
}

#filter_projects .button{
	background-image: url(../Graphics/filter_projects.png);
	text-align: left;
	height: 32px;
	width: 278px;
	padding: 13px 0 0 15px;
	margin-right: auto;
	margin-left: auto;
	cursor:pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

#filter_projects a{
	color: #FFF;
	text-decoration: none;	
}

#wide_grey_container{
	width: 910px;
	margin-left:auto;
	margin-right:auto;
}

#wide_grey_container .top{
	width: 910px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../Graphics/wide_grey_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 16px;
}

#wide_grey_container .content{
	width: 910px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	background-image: url(../Graphics/wide_grey_repeat.png);
	background-repeat: repeat-y;
	background-position: center;
}

#wide_grey_container .bottom{
	width: 910px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../Graphics/wide_grey_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
}

.project_thumb_wrapper{
	width: 261px;
	padding: 8px 11px 40px 25px;
	float:left;
	position:relative;
}

.project_thumb_info{
	width: 261px;
	padding: 5px 0 0 0;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

.project_thumb_info .tags{
	font-size: 10px;
}

.project_thumb_info .tags a{
	color: #FFF;
	text-decoration: none;	
}

.project_thumb_info .tags a:hover{
	text-decoration: underline;	
}

.project_thumb_overlay{
	width: 282px;
	height: 162px;
	position:absolute;
	left:15px;
	top:0px;
	background-image: url(../Graphics/project_overlay.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#blog_container{
	width: 882px;
	margin-left:auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 108px;
}

#blog_container .blog_left{
	width: 228px;
	float:left;
	text-align:right;
	padding: 44px 28px 0 0;
}

#blog_container .blog_left a:hover{
	text-decoration: none;	
}

#blog_container .blog_left .item_wrapperON{
	width: 218px;
	float:left;
	padding: 0 10px 25px 0;
	font-size: 22px;
	text-shadow: #FFF 1px 1px 1px;
	color: #000;
	opacity: .6;
	position:relative;
	font-weight: bold;
}

#blog_container .blog_left .item_wrapperON .pointer{
	position: absolute;
	background-image: url(../Graphics/blog_pointer.png);
	height: 19px;
	width: 10px;
	right: -28px;
	top: 12px;
}

#blog_container .blog_left .item_wrapper .pointer{
	display: none;
}

#blog_container .blog_left .item_wrapper{
	width: 218px;
	float:left;
	padding: 0 10px 25px 0;
	font-size: 22px;
	text-shadow: #000 1px 1px 1px;
	color: #FFF;
	position:relative;
	font-weight:normal;
}

#blog_container .blog_left .topicitem_wrapperON{
	width: 218px;
	float:left;
	padding: 0 10px 9px 0;
	font-size: 14px;
	text-shadow: #FFF 1px 1px 1px;
	color: #000;
	opacity: .6;
	position:relative;
	font-weight: bold;
}

#blog_container .blog_left .topicitem_wrapper{
	width: 218px;
	float:left;
	padding: 0 10px 9px 0;
	font-size: 14px;
	text-shadow: #000 1px 1px 1px;
	color: #FFF;
	position:relative;
	font-weight:normal;
}


#blog_container .blog_left .subtitle{
	float: right;
	height: 35px;
	width: 209px;
	padding-bottom: 10px;
}

#blog_container .blog_right{
	width: 626px;
	float:right;
	text-align:left;
	padding-top: 44px;
}

#blog_container .blog_right .top{
	background-image: url(../Graphics/about_right_top.png);
	float: left;
	height: 15px;
	width: 626px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#blog_container .blog_right .content{
	background-image: url(../Graphics/about_right_repeat.png);
	float: left;
	width: 566px;
	padding: 0 30px 20px 30px;
	background-repeat: repeat-y;
	background-position: center;
}

#blog_container .blog_right .content .form{
	padding: 10px 0 25px 29px;
	float:left;
}

#blog_container .blog_right .content .form .itemMessage{
	float: left;
	height: 204px;
	width: 507px;
	background-image: url(../Graphics/contact_field_message.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#blog_container .blog_right .content .form .itemMessage textarea{
	border:none;
	outline-offset:0px;
	overflow: hidden;
	font-size:12px;
	line-height:22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color:transparent;
}

#blog_container .blog_right .content p{
	opacity: .8;
	margin: 0 0 12px 0;
}

#blog_container .blog_right .content ul{
	padding-bottom: 0;
}

#blog_container .blog_right .content .date{
	width: 40px;
	height: 71px;
	padding: 2px 40px 0 10px;
	float:left;
	text-align:center;
	background-image: url(../Graphics/blog_date.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	line-height: 25px;
}

#blog_container .blog_right .content .date .month{
	font-size: 20px;
	text-transform: uppercase;
}


#blog_container .blog_right .content .date .day{
	font-size: 34px;
	font-weight: bold;
	padding-right: 2px;
}

#blog_container .blog_right .content .post_title{
	width: 475px;
	float:left;
	text-align:left;
}

#blog_container .blog_right .content .post_title .postedby{
	float:left;
	font-size: 13px;
	font-style: italic;
	color: #FFF;
}

#blog_container .blog_right .content .post_title .like{
	width: 100px;
	float: left;
	height: 20px;
	text-align:right;
	padding-left: 12px;
	padding-top: 1px;
}

#blog_container .blog_right .content .post_title .postedby .name{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

#blog_container .blog_right .content .post_title h2{
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	margin: 0;
	padding: 0 0 5px 0;
}

#blog_container .blog_right .content .post{
	font-size: 13px;
	color: #FFF;
	line-height: 20px;
	width: 566px;
	float:left;
}

#blog_container .blog_right .content .readmore{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	float:left;
	padding-bottom:20px;
}

#blog_container .blog_right .content .readmore a:hover{
	text-decoration: none;
}

#blog_container .blog_right .content .divider{
	background-image: url(../Graphics/blog_divider.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 8px;
	width: 566px;
	padding: 30px 0 30px 0;
}

#blog_container .blog_right .content .divider2{
	background-image: url(../Graphics/blog_divider.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	float: left;
	height: 8px;
	width: 566px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}

#blog_container .blog_right .content .facebookComments{
	width: 566px;
	float:left;
}

#blog_container .blog_right .content .facebookComments .top{
	background-image: url(../Graphics/blog_fb_comments_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 16px;
	width: 566px;
	float: left;
}

#blog_container .blog_right .content .facebookComments .content{
	background-image: url(../Graphics/blog_fb_comments_repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0 20px 0 20px;
	float: left;
	width: 526px;	
}

#blog_container .blog_right .content .facebookComments .bottom{
	background-image: url(../Graphics/blog_fb_comments_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 16px;
	width: 566px;	
}


/*
#blog_container .blog_right .content .comment_count{
	background-image: url(../Graphics/blog_comment_count.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
	width: 124px;
	padding: 3px 0 15px 25px;

}

#blog_container .blog_right .content .comment_container_wrapper{
	width: 535px;
	padding: 0 0 25px 15px;
	float:left;
}

#blog_container .blog_right .content .comment_container{
	width: 535px;
	float:left;
}

#blog_container .blog_right .content .comment_container .top{
	float:left;
	background-image: url(../Graphics/blog_comment_top.png);
	height: 7px;
	width: 535px;
}

#blog_container .blog_right .content .comment_container .postcontent{
	float:left;
	background-image: url(../Graphics/blog_comment_repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 475px;
	padding: 10px 30px 5px 30px;
	opacity: .9;
	
}

#blog_container .blog_right .content .comment_container .bottom{
	float:left;
	background-image: url(../Graphics/blog_comment_bottom.png);
	height: 15px;
	width: 485px;
	padding: 20px 0 0 50px;
	
}

#blog_container .blog_right .content .comment_container .bottom a{
	font-weight: normal;
	text-decoration:none;
}

#blog_container .blog_right .content .comment_container .bottom a:hover{
	text-decoration:none;
}
*/

#blog_container .blog_right .bottom{
	background-image: url(../Graphics/about_right_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 16px;
	width: 626px;
}

#estimate_wrapper{
	width: 1000px;
	float:left;
	padding-top: 30px;
	
}

.contactMapWrapper{
	width: 800px;
	padding: 7px 100px 0px 100px;
	float: left;
	height: 71px;
	width: 800px;	
}
.contactMap{
	background-image: url(../Graphics/contact_map.png);
	float: left;
	height: 39px;
	width: 780px;
	padding: 32px 0 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:100;
	color: #FFF;
	text-decoration: none;
}

.errors{
	width: 800px;
	padding: 15px 100px 35px 100px;
	float: left;
}

.errors .top{
	background-image: url(../Graphics/error_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 800px;
	float:left;
	height: 10px;
}

.errors .content{
	background-image: url(../Graphics/error_repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 700px;
	padding: 5px 50px 5px 50px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-align: center;
}

.errors .bottom{
	background-image: url(../Graphics/error_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 14px;
	width: 800px;	
}

#estimate_wrapper .left{
	width: 256px;
	padding: 0 0 0 45px;
	float:left;
}

#estimate_wrapper .left .item{
	float: left;
	height: 44px;
	width: 256px;
	padding: 0 0 10px 0;
}

#estimate_wrapper .right{
	width: 507px;
	padding: 0 192px 0 0;
	float:right;
}

#estimate_wrapper .right .item{
	float: left;
	height: 44px;
	width: 507px;
	padding: 0 0 10px 0;
}

#estimate_wrapper .right .itemMessage{
	float: left;
	height: 204px;
	width: 507px;
	background-image: url(../Graphics/contact_field_message.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#estimate_wrapper .right .itemMessage textarea{
	border:none;
	outline-offset:0px;
	overflow: hidden;
	font-size:12px;
	line-height:22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color:transparent;
}

#estimate_wrapper .leftAbout{
	width: 256px;
	padding: 20px 0 0 5px;
	float:left;
	text-align:right;
}

#estimate_wrapper .leftAbout a:hover{
	text-decoration: none;
	opacity: .8;
}

#estimate_wrapper .leftAbout .item_wrapperON{
	width: 218px;
	float:left;
	padding: 0 10px 25px 0;
	font-size: 22px;
	text-shadow: #FFF 1px 1px 1px;
	color: #000;
	opacity: .8;
	position:relative;
	font-weight: bold;
}

#estimate_wrapper .leftAbout .item_wrapper{
	width: 218px;
	float:left;
	padding: 0 10px 25px 0;
	font-size: 22px;
	text-shadow: #000 1px 1px 1px;
	color: #FFF;
	position:relative;
	font-weight:normal;
}


#estimate_wrapper .leftAbout .item{
	float: left;
	height: 44px;
	width: 256px;
	padding: 0 0 10px 0;
}

#estimate_wrapper .rightAbout{
	width: 626px;
	padding: 0;
	float:left;
}

#estimate_wrapper .rightAbout .top{
	width: 626px;
	float:left;
	background-image: url(../Graphics/about_right_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
}

#estimate_wrapper .rightAbout .content{
	width: 586px;
	padding: 0 20px 0 20px;
	float:left;
	background-image: url(../Graphics/about_right_repeat.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #FFF;
}

#estimate_wrapper .rightAbout .content h2{
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #CCC;
	font-size: 24px;
}

#estimate_wrapper .rightAbout .content p{
	margin: 0px;
	padding: 0 0 20px 0;
}

#estimate_wrapper .rightAbout .item{
	width: 586px;
	float:left;
	padding: 0 0 20px 0;
}

#estimate_wrapper .rightAbout .item .pic{
	width: 181px;
	height: 181px;
	float:left;
}

#estimate_wrapper .rightAbout .item .aboutContent{
	width: 385px;
	float:right;
}

#estimate_wrapper .rightAbout .item .aboutContent a{
	color: #CCC;
	text-decoration: none;
}

#estimate_wrapper .rightAbout .item .aboutContent a:hover{
	text-decoration: underline;
}

#estimate_wrapper .rightAbout .item .aboutContent .name{
	font-size: 24px;
	padding-bottom:10px;
	float:left;
	color:: #FFF;
	opacity: 1;
}

#estimate_wrapper .rightAbout .item .aboutContent .title{
	font-size: 12px;
	padding-left:20px;
	float:left;
}



#estimate_wrapper .rightAbout .bottom{
	width: 626px;
	float:left;
	background-image: url(../Graphics/about_right_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
}

#estimate_wrapper .form{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #FFF;		
}

.inputEstimateSend{
	background-image: url(../Graphics/home_signup_send.png);
	height: 51px;
	width: 77px;
	float:left;
	padding-left: 190px;
	background-repeat: no-repeat;
	background-position: right top;
}


.bottomSpacer{
	width: 100%;
	height: 35px;
	float:left;
}




