﻿/*********************** CSS Reset v1.0 | 20080212 ****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-image:url('../images/background-body.png');
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #082159;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6{
	color: #e33d0a;
	color: #527FE8;
	text-shadow: 0px 1px 1px #000;
	}
	
h1{
	font-size: 32px;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 24px;
}


p{
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	}
	
a{
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}


a:hover{
	text-decoration: underline;
	text-shadow: 0 1px 0 #000;
}
	
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;
}
/*************************** Wrapper ****************************/
#wrapper{
	margin: 20px auto;
	width: 960px;
	background-image:url('../images/background-wrapper-trans.png');
	border: 1px solid #036;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    -webkit-box-shadow: 0px 0px 20px #000;
}

/*************************** Header ****************************/
#header{
	/**border-bottom: 3px solid #527FE8;**/
	padding: 10px 40px 10px 10px;
}

#header p{
	margin: -8px 0 0 0;
}


#header h1 a{
	color: #527FE8;
	text-decoration: none;
	text-shadow: 0px 1px 1px #000;
}

#header p a{
	color: lime;
}

#header em{
	color: #fff;
	font-style:normal;
}

p.phone-number{
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: red;
	padding: 10px 0 2px 0;
}

.facebook-like{
	width: 120px;
	float: left;
	display: inline;
	position: relative;
	top: 10px;
}

a.logo{
	background-image: url('../images/truepixel-design-logo.png');
	background-repeat: no-repeat;
	display: block;
	width: 300px;
	height: 36px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
/*************************** Logo ****************************/
#logo{
	float: left;
}

/*************************** Navigation ****************************/
#navigation{
	background-color: #041539;
	text-align: center;
	float: right;
	position: relative;
	bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	/*width: 500px;*/
	overflow: hidden;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 2px solid #036;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all .2s ease-in-out;
}

#navigation:hover{
	border: 2px solid #527FE8;
}

#navigation a{
	color: #6693F8;
	text-decoration: none;
	padding: 25px;
}

#navigation a:hover{
	color: #fff;
	text-decoration: underline;
}


#navigation ul li{
	/*padding: 20px 0 20px 0;*/
	overflow: hidden;
	display: inline;
	color: #6693F8;
	font-weight: bold;
	text-shadow: 1px 1px 0 #036;
	background-color: #041539;
}

#navigation li{
	overflow: hidden;
	padding: 18px 0 18px 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

#navigation li:hover{
	background-color: #036;
}
/*************************** Content ***************************/

div.notice{
	overflow: hidden;
	clear: both;
	background: rgba(0, 0, 0, .3);
	padding: 10px;
	text-align: center;
	margin-top: 20px;
}
#content{
	margin: 10px 40px 10px 40px;
	padding-top: 10px;
}

#content a{
	color: #C2E49C;
}

#content a:hover{
	color: #6592F7;
}

#content dl{
	margin-bottom: 30px;
	/*background-color: #ccc;*/
	background-image:url('../images/background-wrapper-black-trans.png');
	padding: 20px 10px 20px 10px;
	color: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#content dt img{
	float: right;
	margin-left: 10px;
}

#content ul{
	margin: 10px 0;
	color: #fff;
}

ul#site-launch {
	color: white;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

h3.portfolio-category{
	color: #fff;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
/*************************** Service List ***************************/
dl#service-list{
	padding: 10px;
}

dl#service-list em{
	color: #662113;
	color: #B23A21;
}

dl#service-list dt{
	font-size: 20px;
	color: #C2E49C;
}

dl#service-list dd{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}


dl#service-list input{
	display: block;
}

dl#service-list select{
	margin-bottom: 5px;
}

dl#service-list legend{
	padding-top: 5px;
}

dl#service-list li{
	margin: 0 0 10px 0;
}
/*************************** Main ***************************/

#main{
	float: left;
	width: 480px;
}

#main h2 + p:first-child{
	font-size: 18px;
}

/*************************** Sidebar ***************************/
#sidebar{
	float: right;
	display: inline;
	}

#sidebar a{
	color: #069;
	text-shadow: none;
}

#sidebar ul{
	color: #000;
	margin-top: 10px;
	margin-bottom:20px;
}

#sidebar a:hover{
	color: #003366;
}

.portfolio{
	float: right;
	margin: 0 0 20px 20px;
	border: 5px solid #99CCFF;
}
/*************************** Featured ***************************/
.featured{
	width: 350px;
	padding: 10px;
	margin: 0 0 25px 20px;
	background-image:url('../images/background-featured.jpg');
	background-repeat: repeat-x;
	background-color: #9ebbfd;
	/*border: 1px solid #036;*/
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 5px 5px 10px #020247;
    -moz-box-shadow: 5px 5px 10px #020247;
    -webkit-box-shadow: 5px 5px 10px #020247;
}

.featured h3{
	color: #036;
	text-shadow: 1px 1px 0px #6693f7;
}

.featured img{
	display: block;
	margin: 5px auto;
	border: 4px solid #527FE8;
}

.featured ul{
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.featured ul li{
	margin-left: 30px;
}

p.caption{
	text-align: center;
}

/*************************** Contact Form ***************************/
#contact-form{
	color: #ccc;
}
#contact-form label{
	display: block;
}

#contact-form label em{
	background-image:url('../images/background-wrapper-black-trans.png');
	color: #FF154F;
	font-style:normal;
	padding: 0 5px 0 5px;
}

#contact-form input[type=text], select#contact, select#subject, textarea#message{
	margin-bottom: 10px;
	padding: 5px;
	border: 2px solid #069;
}



#contact-form input:hover[type=text], select#contact:hover, select#subject:hover, textarea#message:hover{
	margin-bottom: 10px;
	padding: 5px;
	border: 2px solid #9EBBFD;
}

#contact-form input:focus[type=text], select#contact:focus, select#subject:focus, textarea#message:focus{
	margin-bottom: 10px;
	padding: 5px;
	border: 2px solid #FF154F;
}

#contact-form select{
	margin-bottom: 10px;
}

#contact-form input[type=submit]{
	margin: 10px 0;
}
/*************************** Order Form ***************************/
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 9px 18px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
   
.button:hover {
   border-top-color: #28597a;
   border-top-color: #96d1f8;
   background: #28597a;
   color: #ccc;
   }
   
.button:active {
   border-top-color: #1b435e;
   border-top-color: #96d1f8;
   background: #1b435e;
   }

/*************************** Google Map ***************************/	
#map{
	border: 4px solid #527FE8;
	margin: 10px auto;
}

/*************************** Footer ****************************/
#footer{
	padding: 10px 40px;
}

#footer p{
	font-size: 80%;
}

p.copyright{
	text-align: center;
}