

/*Reset the page(s)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, images, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

body {
	font-family:Garamond, Georgia;
	font-size:14px;
	line-height:21px;
	color:#1c1c1c;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-top:150px;
	width: 1000px;
	padding-bottom: 30px;
}
.clear {
	clear: both;
}
/*Begin Header*/

#header_wrapper { 
	width:100%;
	height:90px;
	margin:0 ;
	padding:0;
	z-index:20;
	position:fixed;
	top:0;
	left:0;
	border-bottom: .5px dashed #878787;
	background-color: #fff;
}

	#header { 
		width: 1000px;
		margin:0px auto;
		position: relative;
}
	#logo {
		background: url("../images/logo_solid.png") no-repeat;
		float:left;
		width:240px;
		height:100px;
		margin-top: -40px;
		margin-left: 20px;
		z-index: 100;
}

/* Menu */

#menu {
	background:none;
	margin-top:0;
	list-style:none;
	float:left;
	margin-top: 55px;
}
	#menu ul { 
		list-style-type: none; 
	}
	#menu li {
		list-style:none;
		float:left;
		display: inline;
	}
		#menu a {
			text-decoration:none;
			color:#545454;
			margin-left:28px; 
			font-size:32px;
			position:relative;
			z-index:888;
			
}
		#menu a.first {
			margin-left: 0;
		}
		#menu a:hover {
			border-bottom:#545454 solid 2px; 
			color:#545454;
			padding-bottom:0px;
		}
		#menu li a.highlight {
			border-bottom:#545454 solid 2px; 
			color:#545454;
			padding-bottom:0px;
		}
		
/* Font content */
.spacer {
	height: 140px;
	float:left;
	width: 100%;
	position: fixed;
	z-index: 10;
	background: url(../images/spacer.png) repeat-x 0 bottom;
}
p {
	font-size:16px;
	text-align:left;
	margin-bottom:21px;
	line-height:21px;
}
a {
	text-decoration:none; 
}
a:hover.noborder {
	border:none;
}

/* Headings */

h1 {
	font-size:60px;
	line-height:45px;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:uppercase;
}

h1.gray {
	font-size:90px;
	font-weight:bold;
	text-transform:uppercase;
	color: #545454;
	margin-top: -20px;
	margin-bottom: -10px;
}
h2 {
	font-size:28px;
	margin-bottom:14px;
	line-height:28px;
}
h3 {
	font-size:21px;
	margin-bottom:14px;
	line-height:28px;
}
h4 {
	font-size:18px;
	margin-bottom:7px;
	line-height:21px;
	text-transform:uppercase;
}
h5 {
	font-size:14px;
	color:#555555;
	text-transform:uppercase;
	border-bottom:#cccccc solid 1px;
	padding-bottom:7px;
	margin-bottom:7px;
}
h7 {
	font-size: 30px;	
}
.strong {
	font-weight:bold;
}
.download {
	font-size: 22px;
	font-weight:bold;
}
.download img{
	vertical-align: middle;
}
.dropcap {
	display:block;
	float:left;
	font-size:45px;
	line-height:36px;
	margin:3px 8px 0 0;
}
/* Positions */
.content_15,
.content_20,
.content_25,
.content_35,
.content_45,
.content_half,
.content_55,
.content_65,
.content_75,
.content_80
	{
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.side_note {
	color: #783673;
	font-size: 14px;
	line-height: 14px;
}
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* Container Gridding Element - subtract margins */
.content_15 {width:132px;} /*15%*/
.content_20 {width:176px;} /*20%*/
.content_25 {width:220px;} /*25%*/
.content_35 {width:308px;} /*35%*/
.content_45 {width:396px;} /*45%*/
.content_half {width:440px;} /*50%*/
.content_55 {width:484px;} /*55%*/
.content_65 {width:572px;} /*65%*/
.content_75 {width:660px;} /*75%*/
.content_80{width:704px;}
.content_full {width:880px;}

.content_half a img { display: block; margin-left: auto; margin-right: auto }
	
/* Titles with left icon */

.note_book {
	background:url("../images/icons/note_book.png") left 3px no-repeat;
	padding-left:35px;
}
.paint_brush {
	background:url("../images/icons/paint_brush.png") left 3px no-repeat;
	padding-left:35px;
}
.business_user {
	background:url("../images/icons/business_user.png") left 3px no-repeat;
	padding-left:35px;
}

.testimonials {
	margin-bottom:0px;
	padding-left:17px;
	background:url("../images/icons/testimonials1.png") left 5px no-repeat;
	font-style:italic;
	font-size:14px;
	color:#fff;
}
.testimonials_author {
	font-style:normal;
	background:url("../images/icons/testimonials2.png") right 5px no-repeat;
	padding-left:17px;
	margin-bottom:21px;
	color:#fff;
	margin-top:0;
}

/* Other typo with left icons (see "contact" section, right column) */

.address_icon {
	background:url("../images/address_icon.png") left no-repeat;
	padding-left:25px;
}
.phone_icon {
	background:url("../images/phone_icon.png") left no-repeat;
	padding-left:25px;
}
.mail_icon {
	background:url("../images/mail_icon.png") left no-repeat;
	padding-left:25px;
}
.mail_icon a, a:visited{
	color: #7D039C;
}
.mail_icon a:hover{
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.textbox {
	border:#cccccc solid 1px;
	padding-bottom:7px;
	background-color:#fffffd;
	width:auto;
	float:left;
}
.textbox li {
	padding:7px 14px 7px 14px;
}
.textbox .box_title {
	font-size:21px;
	margin-bottom:7px;
	padding:7px 14px 7px 14px;
	background-color:#efefef;
	border-bottom:#cccccc solid 1px;
}

/* Paragraphs with left colored border */

.color1, .color2, .color3, .color4 {
	border:#cccccc solid 1px;
	padding:5px 15px 5px 15px;
	color:#ed0f69;
	background-color:#fffffd;
}
.color1 {
	border-left:#333333 solid 7px;
}
.color2 {
	border-left:#814444 solid 7px;
}
.color3 {
	border-left:#808080 solid 7px;
}
.color4 {
	border-left:#C3B091 solid 7px;
}

/* Lists */

.bullet_list {
	margin-bottom:21px;
	color:#767676;
}
	.bullet_list li {
		list-style-image: url("../images/icons/bullet.png");
		margin-left:14px;
	}
.bullet_list_right {
	margin-bottom:21px;
	color:#767676;
}
	.bullet_list_right li {
		list-style-image: url("../images/icons/bullet_link.png");
		margin: 7px 0px 7px 14px;
		padding:7px 0px 6px 0px;
	}
.numbered_list {
	color:#767676;
	list-style:decimal;
	margin-bottom:20px;
}
	.numbered_list li {
		margin-left:20px;
	}

/* Contact form styling - Messages displayed when an email is sent */

#alert {
	margin-bottom:0px;
	padding-bottom:14px;
}
#alert li {
	padding:7px;
}
.error {
	background-color:#feded9;
	border:#a8130d solid 1px;
	color:#a40802;
}
.sent {
	background-color:#ddeec1;
	border:#5a6f34 solid 1px;
	color:#53682b;
}



/* Images */



.portfolio {
	margin:0;
	padding:0;
	overflow: hidden;
}
	.portfolio li {
		float: left;
		margin:0px 20px 7px 0px;
		padding: 0;
		position: relative;
	}
		.portfolio li a:hover {
			border:none;
		}
		.portfolio li.last {
			margin-right:0px;
		}
		
	.portfolio260 { /* Container for images in the "portfolio" section */
		background:url("../images/bg260.png") no-repeat;
		width:250px;
		height:152px;
		padding:11px 5px 15px 5px;
	}
	.portfolio190 { /* Container for images in the "my work" section */
		background:url("../images/bg190.png") no-repeat;
		width:180px;
		height:116px;
		padding:12px 5px 17px 5px;
	}

.thumbnails {
	margin:0;
	padding:0;
	overflow: hidden;
}
	.thumbnails li {
		float: left;
		margin:0px 10px 14px 0px;
		padding: 0;
		position: relative;
	}
	.thumbnails li.last {
		margin-right:0px;
	}
.thumbnail80 { /* Small imagese containers for thumbnails (see "About me" section, right column) */
	background:url("../images/bg80.jpg");
	padding:5px;
}
.social_icons li {
	margin-right:14px;
	width:24px;
	float:left;
}


/* Tabs  */



ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
ul.tabs li {
	float: left;
	width:auto;
	margin: 0px 14px 0px 0px;
	overflow: hidden;
	position: relative;
	text-align:center;
}
ul.tabs li a { /* Tabs links styling */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration: none;
	float:left;
	color:#1C1C1C;
	height:40px;
	padding:6px 8px 6px 8px;
	outline: none;
}
ul.tabs li a:hover {
	color:#025d8c;
	text-decoration: none;
	border:none;
}
.left { /* Displays left background of the "current" tab link */
	height:33px;
	left:0;
	position:absolute;
	top:0;
	width:4px;
	background:url("../images/tabs/tabs_left.png") no-repeat  left top;
}
.right { /* Displays right background of the "current" tab link */
	height:33px;
	right:0;
	position:absolute;
	top:0;
	width:4px;
	background:url("../images/tabs/tabs_right.png") no-repeat  right top;
}
html ul.tabs li.current a, html ul.tabs li.current a:hover  { /* Displays background of the "current" tab link */
	background:url("../images/tabs/tabs_middle.png") no-repeat top center;
	color:#FFFFFE;
	margin:0px 4px 0px 4px;
}
.tab_content {
	padding: 0px;
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
}



/* Contact Form  */



.form {
	padding-bottom:50px;
}
	.form label {
		font-family:Garamond;
		font-size:18px;
		font-weight:bold;
		padding:0;
		margin:0;
		float:left;
		width:120px;
	}

	.form ul li {
		list-style:none;
		display:inline;
	}

	#name, #email, #message, #number, #budget, #timeframe { /* Contact form fields styles */
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		padding:0;
		border:none; 
		margin:15px 0 15px 0;
		display:block;
	}
	
		#name, #email, #number, #timeframe {
			width:300px;
			height:29px;
			/*background:url("../images/form_fields.png");*/
			padding-left:3px;
		}
		
		li.service, li.budget {
			width:300px;
			height:200px;
			padding-left:3px;
			margin-bottom: 15px;
		}
		
		#message {
			width:300px;
			height:204px;
			overflow:auto;
			padding:3px;
			/*background:url("../images/form_message.png");*/
		}
		#name:focus, #email:focus, #number:focus, #timeframe:focus {
			/*background:url("../images/form_fields_focus.png");*/
		}
		#message:focus {
			/*background:url("../images/form_message_focus.png");*/
		}
	
	/*Buttons	*/
	.button {
		font-family:Garamond;
		font-size:14px;
		font-weight:bold;
		background:url("../images/form_button.png");
		padding:3px;
		width:92px;
		height:32px;
		border:none;
		margin-left:15px;
		float:right;
	}
	
		.button:hover {
			color:#FFFFFE;
			background:url("../images/form_button_hover.png");
		}

	.message {
		display:none;
	}
	.contact ul {
		list-style-type:none;
	}
		.contact li {
			list-style-type:none;
		}
			.contact li.special {
				display:none;
			}



/* Footer */



#footer_wrapper {
		width:100%;
		margin:0;
		padding:0px 0px 35px 0px;
		background:url("../images/background/footer.png") repeat-x top;
		margin-top:20px;
		height:auto;
			position:relative;
	float:left;
	}
	#footer {
		width: 1000px;
		margin:0px auto;
		position: relative;
	}
	#footer .container {
		padding:20px 0px;
	}
	#footer .container li {
		vertical-align: middle;
		list-style-image: none;
		list-style-type: none;
		display: inline;
	}
	#footer .container li img{
	vertical-align: middle;
}
	#footer p, #footer h1, #footer h2, #footer h3, #footer .bullet_list {
		color:#545454;
	}
	#footer h1, #footer h2, #footer h3 {
		border-bottom:#545454 dotted 1px;
	}

.graybackground {
	width:100%;
	margin:0;
	height:auto;
	position:relative;
	float:left;
	padding-bottom: 40px;
	color: #f9fef9;
	border-bottom: solid 4px #101010;
	background: #b0b0b0 url(../images/texture.jpg) repeat;
}
.flowerbackground_right{
	width:100%;
	margin:0;
	height:auto;
	position:relative;
	float:left;
	padding-bottom: 40px;
	color: black;
	border-top: solid 4px #101010;
	border-bottom: solid 4px #101010;
	background: url(../images/flower_color.jpg) no-repeat 900px 75px
}
.flowerbackground_left{
	width:100%;
	margin:0;
	height:auto;
	position:relative;
	float:left;
	padding-bottom: 40px;
	color: black;
	border-top: solid 4px #101010;
	border-bottom: solid 4px #101010;
	background: url(../images/flower_color.jpg) no-repeat 0 75px
}
	
.grid_4 h3 images {
	float: left;
	padding-right: 10px;
}

.pinkbackground a {
	color: #fff;
	text-decoration:underline;
}

.pinkbackground a:hover {
	color: #fff;
	text-decoration:none;
}

.frame {
	margin-top: 50px;
}

.black {
	color: #000;
}



/* Boxes
-------------------------------------------------------------- */


.boxgrid { 
	width: 250px; 
	height: 180px; 
	float:left;
	overflow: hidden;
	position: relative; 
	text-shadow: none;
	padding-right: 10px;
	margin-right: 20px;
	padding-top:0px;
	margin: none;
}
	.boxgrid images{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	
	.boxgrid p{ 
		padding-top: 120px; 
		padding-left: 10px;
		color:#fff; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif;
		line-height: 20px;
	}
	
	.last {
			margin-right:0px;
		}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}		
	