/* Pixel Dragon Designs */
/* http://www.pixeldragondesigns.com */

/* Color Scheme* /

Burgundy: #7f073a
Yellow: #f8c90f
Red: #f8061d
Font Red: #f92d40
Turquoise: #39c0be
Burgundy Accent: #920742
Burgunday Background: #7f073a
Burgundy Border: #64062f

/*Body Styles*/
body,td,th {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #7f073a;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 130%;
	color: #f92d40;
	background-attachment: scroll;
	background-color: #b40a51;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/largebg.jpg);
}
/*Link Styles*/
a {color: #39c0be; text-decoration: none; font-weight: bold;}
a:link {color: #39c0be; text-decoration: none; font-weight: bold; border-bottom: 1px dotted #39c0be}
a:visited {color: #39c0be; text-decoration: none; font-weight: bold; border-bottom: 1px dotted #39c0be}
a:active {color: #39c0be; text-decoration: none; font-weight: bold; border-bottom: 1px dotted #39c0be}
a:hover {
	color: #f8c90f;
	font-weight: bolder;
	text-decoration: none;
	padding-bottom: 4px;
	white-space: nowrap;
}
.imglink a:link {
	background-image: none;
	border-style: none;
}
.imglink a:visited {
	background-image: none;
	border-style: none;
}
.imglink a:active {
	background-image: none;
	border-style: none;
}
.imglink a:hover {
	background-image: none;
	border-style: none;
}
/*Heading Styles*/
h1 {
	font-size: 3em;
	color: #f8061d;
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #f8061d;
	font-weight: bold;
}
h3 {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 2.00em;
	color: #f8061d;
	font-weight: bold;
}
h4 {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	color: #f8061d;
	font-weight: bold;
}
h5 {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #f8061d;
	font-weight: bold;
}
h6 {
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #f8061d;
	font-weight: bold;
}
.centerheader {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
h1,h2,h3,h4,h5,h6, ul, ol{
	margin: 0;
	padding: 0;
}
/*Standard Element Styles*/
img.floatLeft {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
img.floatRight {
	float: right;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
div.clearfloat {
	clear: both;
	height: 0;
	margin: 0px;
	padding: 0px;
}
.topheader {
	text-align: center;
	padding-top: 5px;
	letter-spacing: 5pt;
}
a img { 
    border: none;
}
.imgcenter {
	text-align: center;
}
.headerspacer {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
}
.dropcap {
	padding: 5px 5px 5px 75px;
	float: left;
	margin-left: -3px;
	margin-top: 20px;
}
.gapfix{
	height: 1%
}
cite {
	font-weight: bold;
}
/*Bottom Nav Styles*/
.clearfooter {
	clear: both;
	padding-bottom: 25px;
}
/*Content Wrappers*/
#contentwrapper {
	margin: 0px auto;
	width: 1025px;
}
#bannerwrapper {
	margin: 0px auto;
	width: 975px;
	height: 563px;
}
/*Common Page Elements*/
#topper {
	background-attachment: scroll;
	background-image: url(../images/pixelbanner.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	height: 362px;
	width: 963px;
}
#topnav {
	height: 201px;
	width: 973px;
	clear: both;
	margin: 0px auto;
}
#main {
	width: 965px;
	font-family: Avante, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.4em;
	color: #f92d40;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-weight: normal;
}
#maintop {
	background-attachment: scroll;
	background-image: url(../images/grungetop.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	margin-top: 1px;
	padding-top: 1px;
}
#mainnav {
	height: 105px;
	width: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#footerwrapper {
	clear: both;
	width: 1014px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#bannerribbon {
	background-image: url(../images/longribbon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 122px;
	width: 1014px;
	z-index: 1;
	background-attachment: scroll;
	display: block;
	margin-left: 0px;
	position: absolute;
	clear: both;
	margin-top: -165px;
}
.ribbonfix {
	padding-left: 5px;
}
.copyright {
	background-attachment: scroll;
	background-image: url(../images/linelogo.png);
	background-repeat: no-repeat;
	background-position: 50% 15%;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	width: 960px;
}
.copyright p {
	height: 90px;
	padding-top: 30px;
}
.bluehost {
	height: 90px;
	margin-top: -90px;
}
#mainbottom {
	background-image: url(../images/grungebottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	position: relative;
	height: 100px;
	background-attachment: scroll;
	margin: 0px auto;
	width: 960px;
}
/*Home Page Styles*/
#maindisplay {
	height: 300px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}
.displaybox  {
	float: left;
	height: 300px;
	width: 292px;
	background-image: url(../images/box300.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline;
}
.displaybox h6 {
	text-indent: -9999px;
	width: 292px;
	margin-top: -20px;
}
.displaybox p {
	font-size: 1em;
	line-height: 1.4em;
	width: 200px;
	text-align: left;
	padding: 10px 20px 5px;
	margin-left: 30px;
	font-weight: normal;
	height: 110px;
}
.about {
	background-image: url(../images/aboutme.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 60px;
	width: 292px;
	margin-top: 35px;
}
.services {
	background-image: url(../images/whatido.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 60px;
	width: 292px;
	margin-top: 35px;
}
.work {
	background-image: url(../images/mydesigns.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 60px;
	width: 292px;
	margin-top: 35px;
}
#networking {
	float: left;
	width: 292px;
	padding-left: 40px;
	margin-bottom: 25px;
}
#twitterfeed {
	width: 292px;
	height: 125px;
}
ul#twitter_update_list {
	list-style: none;
	font-size: 0.9em;
	color: #f92d40;
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 25px;
	text-align: left;
}
ul#twitter_update_list li {
	padding: 0px 10px 10px;
	color: #f92d40;
	font-size: 0.9em;
}
ul#twitter_update_list li a {
	color: #39c0be;
}
ul#twitter_update_list li a:hover {
	font-weight: bold;
	color: #f8c90f;
}
.contact {
	text-align: right;
}
.formbox {
	float: right;
}
#networkicons {
	width: 292px;
	padding-top: 15px;
}
.label {
	text-align: left;
}
#networking h2 {
	background-image: url(../images/followme.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	height: 100px;
	width: 292px;
}
#contact {
	float: right;
	width: 625px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 475px;
	background-image: url(../images/contactbox.png);
	padding-bottom: 40px;
}
#contact h2 {
	height: 100px;
	width: 625px;
	background-image: url(../images/talktome.png);
	background-repeat: no-repeat;
	background-position: 40% center;
	text-indent: -9999px;
	margin-left: 35px;
}
.spamstop {
	display: none;
}
#upscroll {
	width: 960px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
}
label {
	text-align: right;
	clear: both;
	float: left;
	width: 140px;
	height: 1%;
	padding-left: 45px;
	padding-right: 25px;
	padding-top: 5px;
}
form {
	margin-left: 0;
	height: 1%;
	clear: left;
	float: left;
}
.inputbox {
	background-color: #920742;
	border: 2px solid #64062f;
	height: 35px;
	font-family: Avante, Arial, Helvetica, sans-serif;
	color: #39c0be;
	padding: 5px;
}
.submit {
	font-family: Avante, Arial, Helvetica, sans-serif;
	color: #39c0be;
	background-color: #920742;
	padding: 5px;
	height: 35px;
	border: 2px solid #64062f;
	float: left;
	margin: 10px 10px 10px 215px;
}
.uparrow {
	padding: 10px;
	height: 125px;
	width: 45px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.textarea {
	background-color: #920742;
	border: 2px solid #64062f;
	width: 290px;
	color: #39c0be;
	font-family: Avante, Arial, Helvetica, sans-serif;
	padding: 5px;
	height: 115px;
}
#thankyou {
	width: 965px;
	margin: 25px auto 0px;
	height: 350px;
	text-align: center;
	font-size: 1.5em;
	line-height: 140%;
	padding-top: 25px;
}
/*About Page Styles*/
#aboutmetop {
	background-image: url(../images/fire_aboutme.png);
	background-repeat: no-repeat;
	background-position: 47% top;
	width: 965px;
	margin-left: auto;
	height: 170px;
	margin-right: auto;
}
#aboutmetop p {
	text-align: left;
	width: 450px;
	margin-left: 465px;
	font-size: 1.3em;
	padding-top: 65px;
}
#kim {
	float: left;
	width: 400px;
	height: 960px;
	padding-left: 50px;
}
#aboutrtcol {
	float: right;
	width: 475px;
	padding-right: 25px;
	font-size: .9em;
}
.biointro {
	text-align: left;
}
.biobox {
	width: 415px;
	text-align: left;
	font-size: 1.1em;
	margin-bottom: 25px;
}
.designerheader {
	background-image: url(../images/designer.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	height: 68px;
	width: 281px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.writerheader {
	text-align: left;
	text-indent: -9999px;
	background-image: url(../images/writer.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 43px;
	width: 214px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.photographerheader {
	text-align: left;
	text-indent: -9999px;
	background-image: url(../images/photographer.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 68px;
	width: 372px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*Services Page Styles*/
#whatidotop {
	background-image: url(../images/breathing_whatido.png);
	background-repeat: no-repeat;
	background-position: 47% top;
	width: 750px;
	margin-left: auto;
	height: 170px;
	margin-right: auto;
}
#whatidotop p {
	text-align: left;
	width: 200px;
	margin-left: 560px;
	font-size: 1.3em;
	padding-top: 50px;
}
#whatidocontent {
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: left;
	clear: both;
	width: 800px;
	padding-right: 100px;
	padding-left: 100px;
}
.brandlogos {
	margin: 15px auto;
	width: 800px;
	height: 250px;
}
.pixellogo {
	float: left;
	width: 196px;
	height: 248px;
	padding-right: 50px;
	margin-left: -25px;
}
.aeologo {
	float: left;
	width: 300px;
	height: 82px;
	padding-top: 75px;
	padding-right: 50px;
}
.earthlogo {
	width: 200px;
	float: left;
	height: 248px;
}
#services_list1 {
	float: left;
	padding: 25px;
	color: #39c0be;
	text-indent: 55px;
	line-height: 200%;
	width: 150px;
}
#services_list2 {
	float: left;
	padding: 25px;
	color: #39c0be;
	text-indent: 55px;
	line-height: 200%;
}
#services_list3 {
	float: left;
	padding: 25px;
	color: #39c0be;
	text-indent: 55px;
	line-height: 200%;
}
.service_li {
	height: 40px;
	background-image: url(../images/firebullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
#listwrapper {
	margin: 20px auto 25px;
	clear: both;
	width: 800px;
	padding-left: 75px;
}
#xhtmlcss {
	margin: 20px auto 25px;
	height: 525px;
	width: 706px;
}
/*Work Page Styles*/
#worktop {
	background-image: url(../images/creative_mywork.png);
	background-repeat: no-repeat;
	background-position: 47% top;
	width: 750px;
	margin-left: auto;
	height: 170px;
	margin-right: auto;
}
#worktop p {
	text-align: left;
	width: 250px;
	margin-left: 500px;
	font-size: 1.3em;
	padding-top: 60px;
}
#workcontent {
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: left;
	width: 850px;
}
#flashcontainer {
	height: 450px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#displaybox2 {
	height: 850px;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	background-image: ;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 25px;
	background-image: url(../images/designbox4.png);
	padding-left: 40px;
}
#displaybox2 h1 {
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 95px;
	margin-bottom: 20px;
	background-image: url(../images/recentprojects2.png);
	background-repeat: no-repeat;
	background-position: center 100%;
	text-indent: -9999px;
	height: 55px;
}
#displaybox2 img {
	padding: 10px;
}
#fancybox {
	padding-left: 20px;
}
#currentwork {
	clear: both;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	padding-bottom: 25px;
}
#currentwork h2 {
	background-image: url(../images/currently.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	text-indent: -9999px;
	height: 72px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
/* Blog Styles*/
#blogcontent {
	width: 960px;
	display: inline;
}
#blog_rightcol {
	float: right;
	width: 250px;
	text-align: left;
	padding-bottom: 35px;
	padding-top: 35px;
	margin-bottom: 35px;
}
#blog_leftcol {
	padding: 35px 20px 20px 85px;
	width: 600px;
	margin-bottom: 35px;
	text-align: left;
	float: left;
}
.datestamp {
	padding-top: 5px;
	padding-bottom: 10px;
}
#post {
}
.post {
	width: 600px;
	padding: 10px;
	text-align: left;
	line-height: 130%;
}
.post p {
	padding-top: 10px;
}
#postreply {
	padding: 10px 10px 25px 85px;
	width: 700px;
	margin-bottom: 25px;
}
#respond {
	padding: 10px 10px 25px 0px;
	width: 700px;
	margin-bottom: 25px;
}
h4#respond {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #39c0be;
}
.pspacer {
	margin-bottom: 50px;
}
alert {
	font-family: Arial, Helvetica, sans-serif, Avante;
	color: #f92d40;
}
.commentbox {
	background-color: #920942;
}
ol.commentlist {
	list-style-type: none;
	text-align: left;
}
ol.commentlist li p {
	font-size: 1em;
	text-align: left;
	padding-top: 10px;
}
.commentheader {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#commentform {
	text-align: left;
	margin-bottom: 35px;
	padding-bottom: 35px;
}
.submitbutton {
	color: #39c0be;
	background-color: #920742;
	border: 1px solid #64062f;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif, Avante;
	margin-bottom: 20px;
}
.submitbutton:hover {
	color: #f8c90f;
}
#blogtitle {
	padding: 10px 10px 30px;
}
h1#name {
	float: left;
	padding-left:65px;
	width: 525px;
	font-size: 2.75em;
	line-height: 130%;
	height: 75px;
}
h4#post {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #39c0be;
}
#blogtitle p {
	width: 275px;
	text-align: left;
	float: left;
	font-size: 1.25em;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 17px;
	color: #f8c90f;
	line-height: 130%;
}
#blog_leftcol h4 {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#blog_rightcol h5{
	padding-bottom: 5px;
	padding-top: 5px;
}
#blognav {
	font-size: 1.5em;
	padding: 10px 0px 10px 75px;
	list-style-type: none;
	margin: 0 auto;
	display: inline;
	list-style-image: none;
	clear: both;
	overflow: hidden;
	text-align: center;
	float: left;
}
#blognav li {
	list-style: none;
	float: left;
	width: 135px;
	overflow: hidden;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#blognav li a {
	text-align: center;
	list-style-type: none;
	float: left;
	width: 135px;
	clear: both;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#blognav li a:hover {
	color: #f8c90f;
	text-decoration: none;
	display: inline;
	font-size: 1em;
	list-style-type: none;
	border-bottom: 3px solid #f8c90f;
}
