/* ----------------------

Byekick.com stylsheet, v2.05
29 January 2010


------------------------- */

body {
	background-color: #2a3333;
	font-family: "Helvetica, Arial, Sans-serif";
	/* font-size: 12px; */
	font-size: 13px;
	/* line-height: 1.8em; */
	line-height: 1.9em;
}

/* Layout */

#container {
	margin:auto;
	text-align: left;
	width: 940px;
}

#header {
	height: 140px;
	background-image: url(../images/border.gif);
	background-position: 0px 100px;
	background-repeat: repeat-x;
}

#header h1 {
	position: relative;
	top: 10px;
	}


#navigation {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 645px;
	width: 280px;
}

#navigation ul li{
	margin: 0px;
	padding: 0px;
    display:inline;
    font-family: "Hoefler Text", Georgia, Serif;
    margin-right: 10px;
}


#navigation a {
	background-color: #444;
    color: #fc0;
    font-size: 18px;
	text-decoration: none;
	line-height: 40px;
	padding: 10px 10px 6px 10px;
    -moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#navigation a:hover {
    color: #fff;
    border-bottom: 3px solid #fff;
    text-decoration: none;
}

#services, #journal-supp {
	float: left;
	width: 338px;
	margin-left: 290px;
	padding-bottom: 10px;
	border-left: 1px solid #666;
	padding-left: 10px;
	border-right: 1px solid #666;
	padding-right: 10px;
	}

#services ul li {
	list-style: none;
	width: 160px;
}

#services ul.s1 {
	float: left;
}

#services ul.s2 {
	float: right;
}

#about, #journal-lead
	{
	float: left;
	width: 280px;
	margin-left: -650px;
	text-align: left;
	}

#work, #asides, #sidebar, #hpasides
	{
	float: left;
	width: 279px;
	margin-left: 10px;
	text-align: left;
	}

#portfolio {
	clear: both;
	width: 940px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

#case-study {
	float: left;
	width: 279px;
	margin-left: 10px;
	border-left: 1px solid #666;
	padding-left: 10px;
}

#journal {
	clear: both;
	margin-top: 20px;
}

#journal h3 {
	font-family: "Hoefler Text", Georgia, Serif;
	font-size: 18px;
}

#content {
	float: left;
	width: 640px;
	padding-right: 10px;
	border-right: 1px solid #666;
}

#hpfeatured {
	clear: both;
	width: 940px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

#footer {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #666;
	padding-top: 10px;
}

/* Fonts */

h1, h2, h3, h4, h5 {
	font-family: "Hoefler Text", Georgia, Serif;

}

h1 {
	font-size: large;
	color:#fff;
}

h1 a {
	outline: none;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	word-spacing: 0.15em;
	color: #999;
	padding-bottom: 16px;
}


h2#comment {
	margin-top: 25px;
}

#content h3.title {
	font-size: 48px;
	line-height: 54px;
	color: #e4e4e4;
}

#content h3 {
	font-size: 30px;
	color: #666;
	margin-bottom: 9px;
	line-height: 120%;
}

#content h4 {
	font-size: 16px;
	color: #e4e4e4;
	margin-bottom: 9px;
	line-height: 100%;
}


#content p img {
	margin-top: 10px;
	border: 10px solid #fff;
}

#content p img.noborder {
	margin-top: 0px;
	border: 0px;
}

#content p img.right {
	float: right;
	margin: 0px 10px 10px 10px;
	border: 5px solid #fff;
}

#content p img.left {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 5px solid #fff;
}

#content ul li {
	list-style-type: square;
}

p,li,dt,dd,label {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}

p, #content ul {
	padding-bottom: 18px;
}

p a:link, h3 a:link, h4 a:link, li a:link {
	color: #fc0;
	text-decoration: none;
}

p a:visited, h3 a:visited, h4 a:visited, li a:visited {
	color: #fc0;
	text-decoration: none;
}

p a:hover, li a:hover {
	color: #fc0;
	border-bottom: 1px dotted;
}

h3 a:hover, h4 a:hover {
	color: #fc0;
	text-decoration: underline;
}

p a:active, li a:active {
	color: #fc0;
	border-bottom: 1px dotted;
}

h3 a:active, h4 a:active {
	color: #fc0;
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

blockquote {
	padding-bottom: 18px;
}

blockquote p {
    padding-left: 20px;
	border-left: 1px solid #666;
	padding-bottom: 0px;
	font-style: italic;
}

acronym {
	border-bottom: 1px dotted;
	cursor: pointer;
}

#content blockquote p.pull {
	font-size: 30px;
	font-style: normal;
	color: #666;
	margin-bottom: 9px;
/* 	line-height: 100%; */
line-height: 140%;
	border-left: 0;
}

#txpCommentInputForm div h4 {
	position:absolute;
	margin-bottom: 120px;
	padding: 8px;
}

#txpCommentInputForm div input, 
#txpCommentInputForm div textarea {
	color: #fff;
    margin-left: 100px;
	font-size: 12px;
	margin-bottom: 12px;
	border: none;
	border-bottom: 1px solid #666;
	padding: 8px;
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 1;
}

#txpCommentInputForm div input.button {
	border-bottom: none;
}

#txpCommentInputForm p {
	margin-left: 108px;
}

#txpCommentInputForm h4 {
	font-size: 13px;
}

#txpCommentInputForm {
    border-top: 1px #666 solid;
    padding-top: 20px;
}

#txpCommentInputForm div input#txpCommentPreview {
	background-color: #f90;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
}

#txpCommentInputForm div input#txpCommentSubmit {
	margin-left: 180px;
	background-color: #390;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
}

#txpCommentInputForm input#txpCommentSubmit.disabled {
	background-color: #333;
	color: #666;
	cursor: inherit;
}

#cpreview {
	padding: 10px;
	margin-bottom: 25px;
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 1;
}

#posted h4 {
    border-top: 1px #666 solid;
    font-size: 24px;
    padding-top: 10px;
    padding-left: 100px;
}

#posted p {
	margin-left: 100px;
}

#posted img.gravatar {
	float: left;
	margin: 10px 10px 10px 0px;
	border: 5px solid #fff;
}

.comment_name_input, .comment_email_input, .comment_web_input, .txpCommentInputMessage {
    width:300px;
}

p#txpCommentInputForm {
	color: #ffc;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 25px;
	padding-left: 10px;
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 1;
}

.standfirst {
	font-size: 16px;
	line-height: 26px;
}

#hpasides p input.frmField, #sidebar p input.frmField {
	color: #fff;
	font-size: 12px;
	margin-bottom: 12px;
	border: none;
	border-bottom: 1px solid #666;
	padding: 8px;
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 1;
	width: 200px;
}

#hpasides p input.frmBttn, #sidebar p input.frmBttn {
	border: none;
	padding: 6px;
	margin-left: 6px;
	margin-bottom: 12px;
	color: #fff;
	font-size: 12px;
	background-color: #390;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
}