/*======================================
      WELCOME TO THE STYLESHEET
----------------------------------
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff

Purple - #AF89C6
Green -  #A6DDB2
Blue - #00A2E4
Orange - #EFBA6C

\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

.blog_title a {
	text-decoration: none;
}
a:visited { text-decoration: none; color: #99c; }
#maincontent a, #footer a { padding:0; margin:0;}

h3 {
	font-size:20px; font-family:"Century Gothic", "Avante Garde", sans-serif; text-transform:uppercase; font-weight:100;
}
	


.last p  {margin-right:40px; }
.largeBox {height:300px; overflow:hidden}
hr {height:1px; margin:0; padding:0;}
.smallbox {height:150px; overflow: hidden}
#introduction {height:150px; overflow:hidden}
html body #rightContent {margin-left:-10px;}
 html body #rightContent p, html body #rightContent h1, html body #rightContent blockquote, html body #rightContent h2, html body #rightContent h3, html body #rightContent a {margin-left:20px;} 
 html body #rightContent p *, html body #rightContent h1 *, html body #rightContent blockquote *,html body #rightContent h2 *, html body #rightContent h3 *, {margin-left:0px;} 
 html body {
 	font-size:10px;
 }

 
div h1#latest_posts {
	text-indent: -9999px;
	background:url(http://lukeduncan.net/images/ld-images/images/posts_title.png) no-repeat scroll 0 0;
	display:block;
	margin-bottom:0px;
	margin-top:10px;
	height:20px;
}

div#latestPosts h2 {
	font-size:12px;
	margin:0;

}

div#latestPosts p {
	font-size:10px;'

}

div p a.more {
	text-indent: -9999px;
	background:url(http://lukeduncan.net/images/ld-images/images/arrow-right.png) no-repeat scroll 0 0 !important;
	font-size:0px;
	line-height:0px;
	padding:10px !important;
	height:20px;
	width:20px;
	margin:0 !important;
}

div h1#testimonial {
	text-indent: -9999px;
	background:url(http://lukeduncan.net/images/ld-images/images/testimonial_title.png) no-repeat scroll 0 0;
	display:block;
	margin-bottom:0px;
	margin-top:10px;
	height:20px;
}

div h1#featured {
	text-indent: -9999px;
	background:url(http://lukeduncan.net/images/ld-images/images/featured_work.png) no-repeat scroll 0 0;
	display:block;
	margin-bottom:0px;
	margin-top:10px;
	height:20px;
}

div h1#twitter {
	text-indent: -9999px;
	background:url(http://lukeduncan.net/images/ld-images/images/twitter_title.png) no-repeat scroll 0 0;
	display:block;
	margin-bottom:0px;
	margin-top:10px;
	height:20px;
}


div#twitterBox {
	position:relative;
}

div a#follow_link {
	text-indent: -9999px;
	background:url(http://lukeduncan.net/images/ld-images/images/twitter.png) no-repeat scroll 0 0;
	display:block;
	position:absolute;
	width:50px;
	right:15px;
	bottom:0;
	height:30px;
	z-index: -999px;
}

div h1#about {
	text-indent: -9999px;
	background:url(http://lukeduncan.net/images/ld-images/images/about_title.png) no-repeat scroll 0 0;
	display:block;
	margin-bottom:0px;
	margin-top:10px;
	height:20px;
}

div h1#hireme {
	text-indent: -9999px;
	background:url(http://lukeduncan.net/images/ld-images/images/hireme_title.png) no-repeat scroll 0 0;
	display:block;
	margin-bottom:0px;
	margin-top:10px;
	height:20px;
}

div h1#newsletter {
	text-indent: -9999px;
	background:url(http://lukeduncan.net/images/ld-images/images/newsletter_title.png) no-repeat scroll 0 0;
	display:block;
	margin-bottom:0px;
	margin-top:10px;
	height:20px;
}
.tweet blockquote {
	text-indent: 20px;
	background: url(http://lukeduncan.net/images/ld-images/images/ldquo.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	border:none;
	margin:0px;
	padding:0;
	
}

.tweet blockquote p {
	display: inline;
	font-size:10px;
	line-height:0;
	margin: 0;
	padding-right: 30px;
	background: url(http://lukeduncan.net/images/ld-images/images/rdquo.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom:5px;
}

/*************************************/
/*           CONTACT PAGE            */
/*************************************/
#info-box {
		background: url(http://lukeduncan.net/images/ld-images/contact-infobox-gradient.png) #85c4ee;
		border:1px solid #ABC8E9;
		padding:5px;
		margin:15px;
		height:350px;
		margin-left: 80px;
}

#contact_info h1 {
	margin-left: 65px;
}

#info-box h2 {
		font-size:small;
}
#contact-form {
	margin:15px;
	height:377px;
}


#contact-form div{
	margin:0px;
	padding:0px;
}


/*************************************/
/*          	BLOG PAGE            */
/*************************************/

.blog_info {
	margin:0 10%; 
	width:230px;
	border: 1px solid #e1e1e1;
	padding: 3px;
	background-color:#e8e8e8;
	}

.blog_content { 
	margin:0 10%;
	width:80%;
	}
.blog_title {font-size:20px; font-family:"Century Gothic", "Avante Garde", sans-serif; text-transform:uppercase; font-weight:100;}

.first h1 a{
	color:#AF89C6;
}
.second h1 a{
	color:#A6DDB2;
}
.third h1 a{
	color:#00A2E4;
}
.fourth h1 a{
	color:#EFBA6C;
}

.first h1, h3.first {
	color:#AF89C6;
}
.second h1, h3.second {
	color:#A6DDB2;
}
.third h1, h3.third {
	color:#00A2E4;
}
.fourth h1, h3.fourth {
	color:#EFBA6C;
}

.clearfix {clear:both; width:100%;}


/**************************************/
/*              HEADER                */
/**************************************/
#header {
position:relative;
}

#header h1 {
	background: transparent url(http://lukeduncan.net/images/ld-images/images/Color-Logo1.png) no-repeat scroll 0 0;
	display:block;
	text-indent:-9999px;
	height:180px;
	margin-left: 170px;
}
#contact-form input[type='text'] { width:50%;}


/**************************************/
/*             NAVIGATION             */
/**************************************/

/* navigation */
#header ul{
list-style-type:none;
position: absolute;
right:200px;
top:110px;
}
#header li{
}

#header li a{
float:left;
width:85px;
height: 25px;
text-decoration:none;
color:#7a7a7a;
font-weight:bold;
font-size: large;
background:transparent ;
padding:0px;
border-right:1px solid #FFFFFF;background
}
/* a:hover{
background:url(http://lukeduncan.net/images/ld-images/images/menu-bg.png) no-repeat scroll 0 0;
color:#4798ED;
}*/

#m1 a:hover {
	color:#AF89C6;
}
#m2 a:hover {
	color:#A6DDB2;
}
#m3 a:hover {
	color:#00A2E4;
}
#m4 a:hover {
	color:#EFBA6C;
}
/* end navigation */

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#introduction h2 {
	font-family:"Century Gothic", "Avante Garde", sans-serif;
	font-size:36px;
	font-weight:normal;
	line-height: 40px;
	color:#444;
	margin-top:10px;
}

#introduction em {
	color:#00AEEF;
	font-style: normal;
}

/**************************************/
/*            RIGHT CONTENT           */
/**************************************/

div.navcontainer h3 {
	font-size:20px; font-family:"Century Gothic", "Avante Garde", sans-serif; text-transform:uppercase; font-weight:100;
}

div.navcontainer ul {
	list-style: none;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
	padding-top:20px;
	font-size:smaller;
	margin: 0 20%;
	width: 80%;
}
