/* @override http://blog.sequence.com/wp-content/themes/sequence/style.css */

/* @group CSS Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,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;
}

:focus {
	outline:0;
}

body {
	line-height:1;
	color:black;
	background:white;
}

ol,ul {
	list-style:none;
}

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:"" "";
}

/* @end */

/* @group General Formatting */

* html {
	font-size:101%;
}

*+html {
	font-size:101%;
}

body {
	font:62.5%/1.62 Helvetica,sans-serif;
	color:#666666;
	padding:0 1em;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

a:link,
a:visited {
	color:#24badf;
	text-decoration:none;
}

a:hover {
	color:#1981ca;
	text-decoration:underline;
}

#wrapper {
	width:860px;
	margin:0 auto;
	overflow:hidden;
}

#header {
	height:6em;
	margin:0 0 2.5em;
	background-color:#5d5a59;
}

#content {
	width:534px;
	float:left;
	overflow:hidden;
	padding-left: 20px;
}

#extras {
	width:266px;
	float:right;
	overflow:hidden;
}

#footer {
	clear:both;
	padding:0 0 2em 0;
}

.post_nav {
	margin-bottom:20px;
	font-size:1.2em;
	overflow:hidden;
	zoom:1;
}

.post_nav_next {
	float:right;
}

.post_nav_prev {
	float:left;
}

.list_heading p {
	font-size:1.4em;
	margin-bottom:15px;
}

/* @end */

/* @group Header */

#mast_head {
	position:relative;
	width:860px;
	height:60px;
	margin:0 auto 20px;
	z-index:3;
}

#mast_head .content {
	position:absolute;
	width:860px;
	height:60px;
	overflow:hidden;
	background:#4b4847;
	overflow:hidden;
}

#mast_head h1 {
	position:absolute;
	width:182px;
	height:22px;
	bottom:15px;
	left:20px;
	color:#fff;
}

#mast_head h1 a:link,
#mast_head h1 a:visited {
	display:block;
	height:22px;
	overflow:hidden;
	text-indent:-9999em;
	color:#fff;
	background:#fff url(images/logo.gif) no-repeat;
}

#mast_head h1 a:hover {
	background-color:#969392;
}

#mast_head h1 a:active {
	background-color:#222;
}

#navigation {
	position:absolute;
	bottom:15px;
	right:10px;
	font-size:11px;
	text-transform:uppercase;
	padding-top:23px;
}

#navigation li {
	float:left;
	padding-right:12px;
	margin-right:6px;
	background:url(images/nav_slash.gif) no-repeat 100% 3px;
}

#navigation a:link,
#navigation a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
}

#navigation li.current_page a:link,
#navigation li.current_page a:visited,
#navigation li.current_page a:hover {
	color:#9f9f9f;
}

#navigation #nav_extranet {
	position:absolute;
	right:0;
	top:0;
	margin-right:0px;
	padding-right:0;
	background:none;
}

#navigation #nav_contact {
	margin-right:0px;
	padding-right:0;
	background:none;
}

#navigation #nav_extranet a:link,
#navigation #nav_extranet a:visited {
	display:block;
	color:#999;
	padding-right:8px;
	font-size:10px;
	background:transparent url(images/link_arrow_default.gif) no-repeat 100% 45%;
}

#navigation #nav_extranet a:hover {
	color:#d8432b;
	background-image:url(images/link_arrow_hovered.gif);
}

#navigation a:hover {
	color:#9f9f9f;
}

#navigation a:active {
	color:#222;
}

#mast_head form .input_button input {
	width:30px;
	background:transparent url(images/go_button.gif) no-repeat 25px 52%;
	border:none;
	color:#9f9f9f;
	text-transform:uppercase;
	cursor:pointer;
	margin-right:0;
	padding-right:10px;
}

/* @end */

/* @group Blog Post */

.blog_post,
.comments {
	border-bottom:.1em solid #adadad;
	margin:0 0 4em;
}

.comments {
	border:none;
}

.blog_post .blog_header {
	margin:0 0 1.5em;
}

.blog_post .blog_header h2 {
	font-size:3em;
	color:#24badf;
	line-height:1.1em;
	margin:0 0 .1em;
}

.blog_post .blog_header h2 a:hover {
	color:#1981ca;
}

.blog_post .blog_header .blog_meta {
	color:#333;
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:bold;
}

.blog_post .blog_header .blog_meta a:link,
.blog_post .blog_header .blog_meta a:visited {
	color:#333;
}

.blog_post .blog_header .blog_meta a:hover {
	color:#1981ca;
}

.blog_post p {
	font-size:1.3em;
	margin-bottom:1.2em;
}

.blog_post p.comment_trackback {
	clear:both;
}

.blog_post img {
	max-width:534px;
	height:auto;
	margin:5px auto 0;
}

.blog_post img.alignright {
	float:right;
	margin-left:10px;
}

.blog_post img.alignleft {
	float:left;
	margin-right:10px;
}

.blog_post .blog_article h3 {
	font-size:1.8em;
	font-weight:bold;
	margin:1.5em 0 0;
}

.blog_post_footer {
	clear:both;
}

.blog_post ul {
	font-size:1.2em;
	margin:0 0 20px 40px;
	list-style:disc;
}

.blog_post ul li {
	margin-bottom:.5em;
}

.wp-caption {
	width:534px !important;
	overflow:hidden;
	margin:15px 0;
}

.wp-caption img {
	display:block;
	margin:0 auto 5px !important;
}

p.wp-caption-text {
	font-size:1.2em !important;
	text-align:center;
	font-style:italic;
	padding-top:5px;
}
/* @end */

/* @group Extras */

.extras_module {
	margin:0 0 2em;
	border-bottom:.1em solid #adadad;
	zoom:1;
}

.extras_module.final {
	border:none;
}

.extras_module h2 {
	font-size:1.6em;
	font-weight:bold;
	line-height:1.2em;
	margin:0 0 .6em;
	color:#333333;
}

.extras_module h2 a:link,
.extras_module h2 a:visited {
	color:#333;
}

.extras_module h2 a:hover {
	color:#1981ca;
}

.link_list,
.link_description_list,
.link_image_list,
.tweet {
	margin:0 0 2em;
	zoom:1;
}

.link_list li,
.link_description_list a,
.link_image_list li,
.tweet p {
	zoom:1;
	font-size:1.3em;
}

.link_description_list li {
	margin:0 0 1em;
}

.link_description_list a {
	display:block;
	line-height:1.3em;
}

.link_description_list span,
.tweet .tweet_info {
	font-size:1.1em;
	color:#333333;
}

.tweet p {
	margin-bottom:.5em;
}

.multimedia_container {
	width:534px;
	overflow:hidden;
}

.link_image_list li {
	margin-bottom:5px;
	overflow:hidden;
	zoom:1;
}

.link_image_list li a {
	padding-left:25px;
	background:transparent no-repeat 0 0;
	display:block;
	float:left;
}

.link_image_list li a.link_image_facebook {
	background-image:url(images/icon_facebook.gif);
}

.link_image_list li a.link_image_twitter {
	background-image:url(images/icon_twitter.gif);
}

.link_image_list li a.link_image_flickr {
	background-image:url(images/icon_flickr.gif);
}

.link_image_list li a.link_image_rss {
	background-image:url(images/icon_rss2.gif);
}
/* @end */

/* @group Footer */

#footer p {
	font-size:1.3em;
	color:#aaa;
}

#footer p a:link,
#footer p a:visited {
	color:#aaa;
}

#footer p a:hover {
	color:#1981ca;
}

/* @end */

/* @group Comments */

.comments h3 {
	font-size:1.4em;
	font-weight:bold;
}

.comments form p {
	margin-bottom:10px;
	font-size:1.1em;
	font-weight:bold;
}

.comments input#author,
.comments input#email,
.comments input#url {
	border:1px solid #ccc;
	font-size:1.2em;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:5px;
	width:200px;
	color:#666;
}

.comments label {
	font-size:1.1em;
	font-weight:bold;
	color:#666;
}

.comments textarea {
	width:522px;
	border:1px solid #ccc;
	font-size:1.2em;
	padding:5px;
}

.commentlist {
	
}

.avatar {
	border:1px solid #ddd;
	float:left;
	padding:3px;
	margin-right:5px;
}

.comment-body p {
	font-size:1.3em;
	margin-bottom:1em;
	clear:both;
}

.comment-author {
	font-size:1.3em;
	font-weight:bold;
}

.comment-author a:link,
.comment-author a:visited {
	color:#666;
}

.comment-author a:hover,
.comment-meta a:hover {
	color:#1981ca;
	text-decoration:underline;
}

.comment-meta {
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	margin-bottom:8px;
	padding-left:45px;
}

.pingback .comment-meta {
	padding-left:0;
}

.comment,
.pingback {
	padding:10px 10px 0;
	margin-bottom:10px;
}

.even {
	background-color:#f3f3f3;
	border:1px solid #ddd;
}

.odd {
	border:1px solid #ddd;
}

.comment-meta a:link,
.comment-meta a:visited,
.comment-body em {
	color:#666;
	font-size:1.1em;
}

.comment-body em {
	font-style:italic;
}

/* @end */