
* {
	margin:0; 
	padding:0;
	background-repeat: no-repeat;
}
html, body {
	background-color:#ffffff;
	text-align:center;
	width:100%;
	min-width: 1000px;
	font-family:"Helvetica", "Arial", sans-serif;	
	background-image:url(http://seed1.watermelonduck.com/page_bg.gif);
	background-position:top right;
	background-repeat:repeat-y;	
    font-weight:normal;
}
a {
	text-decoration:none;
}

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }

a:link {color:#49a0d8}
a:visited {color:#49a0d8}
a:hover {color:#49a0d8}
a:active {color:#dddddd}

.subtleLink:link {color:#999;}
.subtleLink:visited {color:#999;}
.subtleLink:active {color:#999;}
.subtleLink:hover {color:#49a0d8; text-decoration:underline;}

img {
	border: 0;
	border-style: none;
}

ul {	
	list-style-position:inside;
	list-style-type:none;
}

ol {
	margin-left:20px;
}

h1 {
	text-align: center;
	font-size: 24px;
	color:#444;
	margin: 20px;
	font-family: "Droid Serif", serif;
	font-weight:bold;
	font-variant:small-caps;
}

h2 {
	margin:15px;
	font-size: 18px;
	color:#444;
	font-family: "Droid Serif", serif;
    font-weight:bold;
}

h2 a:link, h2 a:visited {
	color:#444;
}

h2 a:hover, a:active {
	color:#49a0d8;
}

h3 {
	font-size: 12px;
	color:#557755;
	font-family: "Droid Serif", serif;
}

p {
	margin:15px;
	font-size:12px;
	color:#999;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

input, dt, textArea {
	margin: 15px;	
}

/* ====== media ====== */

.media {margin: 10px;}
.media, .hd {overflow:hidden; _overflow:visible; zoom:1;}
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media, .ft {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left;}
.media .img img{display:block;}
.media .imgExt{float:right;}


.photo { border: 2px solid #DDDDDD; padding: 2px; margin: 15px 0;}

.bubble {
	border: solid 1px #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
}

.html, .js {
	margin:15px;	
}

.articleList article {
	margin-bottom: 20px;
}

.subtitle {
	text-align: center;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

/**
* Header
*/
#williamMaloneLogo {
	display:block;
	margin:25px 0 40px 100px;
}

/**
* Nav
*/
header img {
	display:block;
	padding:0;
}
#nav {
	margin-left:235px;
	width:530px;
	height:25px;
}
.navLink a {
	float:left;
	background-image:url(http://seed1.watermelonduck.com/nav_sprite.png);
	display:block;
	height:25px;
	width:106px;
}
#nav img {
	padding:0;
}
#homeLink a {background-position:0px 0px;}
#homeLink a:hover {background-position:0px -25px;}
#homeLinkDown a {background-position:0px -50px;}

#articlesLink a {background-position:-106px 0px;}
#articlesLink a:hover {background-position:-106px -25px;}
#articlesLinkDown a {background-position:-106px -50px;}

#worksLink a {background-position:-212px 0px;}
#worksLink a:hover {background-position:-212px -25px;}
#worksLinkDown a {background-position:-212px -50px;}

#aboutLink a {background-position:-318px 0px;}
#aboutLink a:hover {background-position:-318px -25px;}
#aboutLinkDown a {background-position:-318px -50px;}

#contactLink a {background-position:-424px 0px;}
#contactLink a:hover{background-position:-424px -25px;}
#contactLinkDown a {background-position:-424px -50px;}

#underNav {
	width:1000px;
}
	#underNavLeft {
		float: left;
		width: 20px;
	}
	#underNavCenter {
		height:35px;
		margin-left: 20px;
		margin-right: 20px;
		background-repeat:repeat-x;
		background-image:url(http://seed2.watermelonduck.com/head_nav_bg.png);
	}
	#underNavRight {
		float:right;
		width:20px;
	}
#navDownIcon {
	visibility:hidden;
}
#navOverIcon {
	visibility:hidden;
}
	
#content {
	width:1000px;
	background-image:url(http://seed2.watermelonduck.com/content_bg_left.png);
	background-repeat:repeat-y;
	background-position:left;
	
}	
	#contentWrapper {
		width:1000px;
		background-image:url(http://seed2.watermelonduck.com/content_bg_right.png);
		background-repeat:repeat-y;
		background-position:right;
	}
		#contentColorWrapper {
			margin:0 20px 0 20px;
			background-color:#FFF;
			padding-top:20px;
		}
	
		#contentLeft {
			float: left;
			width: 215px;
			padding:0;
			font-size:10px;
		}

		#contentCenter {
			background-color:#FFF;
			padding-bottom: 20px;
			margin:0 20px;
		}

		#contentRight {
			float: right;
			width: 215px;
			font-size: 10px;
			padding:0;
			font-family: Helvetica, Arial, sans-serif;
		}	
		#contentRight object{
			display:block;
		}
#head {
	font-size:12px;
	text-align:center;
	color:#999;
	padding:0 40px 20px 40px;
	border-bottom:1px dashed #CCC;
	margin-bottom:10px;
}

#head.paragraph {
	text-align:left;	
}

#contentEndCap {
	width:1000px;
}
		#overFooterLeft {
			float: left;
			width: 20px;
		}

		#overFooterCenter {
			height:35px;
			margin-left: 20px;
			margin-right: 20px;
			background-repeat:repeat-x;
			background-image:url(http://seed2.watermelonduck.com/foot_bg.png);
		}

		#overFooterRight {
			float:right;
			width:20px;
		}

#overFooter img {
	padding:0;
}

footer {
	text-align:center;
}

#footer {
	margin: 0px auto; 
	/*margin-left:387px;*/
	margin-bottom:30px;
	width:225px;
	height:32px;
	text-align:center;
}
#footer img {
	padding:0;
}
.footerIcon a {
	float:left;
	background-image:url(http://seed3.watermelonduck.com/social_sprite.png);
	display:block;
	height:32px;
	width:32px;
	margin:0 5px;
}
#linkedIn a {background-position:0px 0px;}
#linkedIn a:hover {background-position:0px -32px;}

#twitter a {background-position:-32px 0px;}
#twitter a:hover {background-position:-32px -32px;}

#facebook a {background-position:-64px 0px;}
#facebook a:hover {background-position:-64px -32px;}

#flickr a {background-position:-96px 0px;}
#flickr a:hover {background-position:-96px -32px;}

#delicious a {background-position:-128px 0px;}
#delicious a:hover {background-position:-128px -32px;}

#rssIcon a {background-position:-192px 0px;}
#rssIcon a:hover {background-position:-192px -32px;}

#googleIcon a {background-position:-224px 0px;}
#googleIcon a:hover {background-position:-224px -32px;}

#underFooter {
	margin:0 0 10px 0;
	padding:0;
	font-size:10px;
	color:#999;
	text-align:center;
	display:block;
}

#underFooter a {
	padding-left:5px;
	padding-right:5px;

}

#copyright {
	color:#999;
	margin:20px;
	text-align:center;
	font-size:9px;	
	display:block;
}

.roundedBox {
	border: solid 1px #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
}

.mobile {
	display:none;	
}

.iPhone {
	display:none;	
}

.clear {
	clear:both;
}

.clearLeft {
	clear:left;
}

.clearRight {
	clear:right;
}

.homeArticleTitle {
	margin-bottom: 0;	
}

/**
* Articles
*/
.upperDivide {
	border-top:1px dashed #ccc;

}
.arrowAccent {
	background-image:url(http://seed3.watermelonduck.com/arrow_0_deg.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:15px 0 10px 40px;
	width:100%;
	margin-left: -20px;

}
.description {
	color:#666;
	float:left;
	margin-left:40px;	
	font-size:12px;
	width:580px;
}

.preview {
	padding:0px 40px 20px 10px;
	float:right;
	display:block;
}

/**
* Works
*/
.collection {
	text-align:center;
}
/**
* Home
*/
#homePageContent {
	color:#999;
	font-size:12px;
	padding:0;
	margin:0;
}

.label {
	margin: 15px 0;
    min-height: 115px;
	display: block;
	overflow: hidden;
	
}

.labelLarge {
	margin: 30px 0;
    min-height: 200px;
	display: block;
}

.labelTitle {
	margin:0;
	font-family:"Vollkorn", "Trajan Pro", Georgia, serif;
	color:#444;
	font-size:18px;
	padding:15px 10px 15px 15px;
	line-height:100%;
}

.labelBlurb {
	margin:0;
    font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#999;
	font-size:11px;
	padding:0 15px 10px 15px;
}

.labelImageRight {
	float:right;

	padding:0;
	padding-left:10px;
	margin:0;
    display:block;
}

#more {
	font-size:14px;
	text-align:right;
}

#more a {
	color:#49a0d8;
}

/**
* Resume
*/

#resumePageContent {
	color:#000;
	font-weight:normal;
	list-style:disc;
}
.resumeList {
	list-style:none;
	padding:0 30px 0 20px;
}

.resumeBody {
	margin-left: 20px;
}

.resumeBullet {
	list-style:disc;
	margin:15px 0 15px 40px;
	font-size: 14px;
}

.resumeBulletImg {
	float:right;
}

.resumeList li {
	font-size:14px;
	color:#222;
}

.compactList {
	font-size: 14px;
	margin-left: 20px;
}

.compactList li {
	float: left;
	margin-right: 5px;
}

.compactList li:after {
	content: ", ";
}

.compactList .lastItem:after {
	content: "";
}

.expandedList {
	padding-left:35px;
	padding-bottom:5px;
	list-style-type:disc;
	list-style-position:outside;
}

.subList {
	padding-left:40px;
	list-style-type:disc;
	list-style-position:outside;
}

.subNotList {
	padding-left:25px;
}

.expandedList li {
	list-style-type:disc;
	list-style-position:outside;
}

.leftCol {
	float: left;
}

.rightCol {
	text-align: right;
	float: right;
}

/**
* Contact
*/

.field
{
	border: 1px solid #ccc;
	font-size:16px;
	padding:5px;
	width:477px;	
}

fieldset {
	margin:0;
	border:0;
	text-align:left;

}

.contactLabel {
	margin-bottom:0;
}
.contactInput input, .contactInput textArea {
	margin-top:5px;
}

dt {
	text-align:left;
	font-size:12px;
	color:#444444;
	font-weight:bold;
}

.submitButton {
	/*border:0;
	background-image:url(../images/contact_button_send.jpg);
	border:solid 1px #df4b26;*/
	margin-top:25px;
	margin-bottom:25px;
	cursor:pointer;
	width:160px;
	height:35px;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus
{
    background-image:none;
    background-color:#DDD;
    border:solid 1px #df4b26;
}

/**
* Sitemap
*/

.sitemmapList {
	list-style:disc;
	font-size: 14px;
	padding:5px 5px 20px 80px;
}

.sitemmapList li {
	padding-top:5px;
	padding-bottom:5px;
}

/**
* About
*/
#aboutPageContent {
	font-size:14px;
	color:#999;
}

.profileImg {
	margin-left:40px;
	-moz-transform: rotate(4deg);		
}

.aboutContent {
	padding-left:20px;
	padding-right:20px;
}

#aboutPageContent ul {
	list-style:disc;
	font-size: 14px;
	padding:0 5px 0 40px;
}
.yoursTruly {
	color:#df4b26;
	font-family: 'Reenie Beanie', arial, serif;
	font-size:24px;
	text-align:center;
}


/**
* Page Not Found 404
*/
#notFoundPageContent {	
	padding:20px ;
	text-align:center;
}

/* Briefs */
.briefExample {
	text-align:center;
	padding:20px;
}

.briefQuestion {
	margin:10px 0 40px 0;
	text-align:left;
	font-size:18px;
	font-weight:normal;
}
	
.briefListing { font-size:10px; }

.briefsHeader {
	font-size:12px;
	text-align:center;
	color:#999;
	padding:20px 0;
	border-bottom:1px dashed #CCC;
	margin-bottom:40px;
}

.briefsFooter {
	font-size:12px;
	text-align:center;
	color:#999;
	padding:20px 40px 20px 40px;
	border-top:1px dashed #CCC;
	margin-top:40px;
}

/* Related Briefs */
#relatedBriefs {
	padding:20px 0;
}

.relatedBrief { 
	background-image:url(http://seed1.watermelonduck.com/question-mark.png);
	background-position:top left;
	background-repeat:no-repeat;	
	padding: 10px 10px 10px 30px; 
	margin:15px;
	font-size:10px;
	color:#999;
}

/* Related Articles */
#relatedArticles {
	padding:20px 0 20px 0;
}

.relatedArticle {
	margin:15px;
	padding: 10px;
	color:#999;
	text-align:center;
	padding-top:20px;
}

.relatedArticleTitle {
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
}

/* Tweets */
#tweets {
	margin-bottom: 15px;
}

.tweet {
	margin: 15px;
	padding: 10px;
	color: #999;
}

#content li.tweet {
	font-size: 10px;
}

.tweet a.at {
	color: #777;
}

.tweet a.hash {
	color: #ddd;
}

/* iPhone 4, Opera Mobile 11 and other high pixel ratio devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	.labelTitle {
		font-size:32px;
	}
	.labelBlurb{
		font-size:18px;
	}
}
