/*
Theme Name: Viewstream Theme
Theme URI: http://www.viewstream.com/blog
Description:
Version:Development
Author:Viewstream
Author URI:http://viewstream.com/
*/
@charset "utf-8";
/*START 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,
b, u, i, center,
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-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}

/*END RESET*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	height:133px;
	background:url(images/header-gradient.gif) repeat-x;
	z-index:1000;
	position:relative;
}

#header .inner {
	width:912px;
	height:100%;
	margin:0 auto;
	position:relative;
}

img#top-logo {
	margin: 30px 0 0 27px;
}

ul#topnav {
	width:912px;
	height:32px;
	background:url(images/topnav-bkgd.gif);
	position:absolute;
	bottom:1px;
	left:0;
}

ul#topnav li {
	display:block;
	float:left;
	height:32px;
	width:130px;
	position:relative;
	overflow:visible;
	background:url(images/topnav-divider.gif) right no-repeat;
}

ul#topnav li.blog {
	background:none;
}

ul#topnav li a {
	display:block;
	position:relative;
	color:#fff;
	height:100%;
	width:100%;
	text-align:center;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	line-height:500px;
	text-indent:500px;
}

ul#topnav li.work a { background-image:url(images/topnav-work.png); }
ul#topnav li.clients a { background-image:url(images/topnav-clients.png); }
ul#topnav li.services a { background-image:url(images/topnav-services.png); }
ul#topnav li.thought a { background-image:url(images/topnav-thought.png); }
ul#topnav li.company a { background-image:url(images/topnav-company.png); }
ul#topnav li.contact a { background-image:url(images/topnav-contact.png); }
ul#topnav li.blog a { background-image:url(images/topnav-blog.png); }

ul#topnav li.blog .highlight {
	display:block;
	background:url(images/topnav-highlight.png);
	margin-top:-41px;
	margin-left:-15px;
	height:41px;
	width:161px;
}


img.bkgd-image {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	z-index:1;
}


#content {
	width:912px;
	margin: 50px auto;
	position:relative;
	z-index:1000;
}



#posts {
	width:570px;
	float:left;
	color:#FFF;
	padding:0 40px;
	border-right:1px solid #35C9DE;
	color:#FFF;
	line-height:125%;
	font-size:.92em;
	overflow:hidden;
}

#posts .post {
	padding:30px 0;
}

#posts .post img {
	margin:10px;
}



#posts .firstpost {
	padding:0 0 30px 0;
	margin-top:-17px;
}

#posts .post a {
	color:#ff9900;
	text-decoration:none;
	border-bottom:1px dotted #ff9900;
}

#posts .post a:hover {
	text-decoration:underline;
}

#posts .post h2.blogtitle,
#posts .post h2.blogtitle a {
	font-family:Georgia;
	font-size:28px;
	margin:30px 0 10px 0;
	font-weight:normal;
	line-height:125%;
	color:#ff9900;
}

#posts .post h2.blogtitle a:hover {
	text-decoration:none;
}


#posts .post .postdate {
	font-size:.8em;
	text-transform:uppercase;
	color:#CCC;
	margin: 10px 0;
}

#posts .post p,
#posts .post ul,
#posts .post ol {
	margin-bottom:15px;
}

#posts .post ol {
	list-style:decimal;
	margin-left:25px;
}

#posts .post ul li {
	padding-left:15px;
	background:url(images/bullet.png) no-repeat 5px 7px;;
}

#posts .post blockquote {
	padding:15px;
	color:#CCC;
}

#posts .post h1,
#posts .post h2,
#posts .post h3,
#posts .post h4,
#posts .post h5,
#posts .post h6 {
	color:#ff9900;
	margin:15px 0 10px 0;
}

#posts .post h1 {
	font-size:1.5em;
}

#posts .post h2 {
	font-size:1.4em;
}

#posts .post h3 {
	font-size:1.3em;
}

#posts .post h4 {
	font-size:1.2em;
}

#posts .post h5 {
	font-size:1.1em;
}

#posts .post h6 {
	font-size:1em;
}




#posts .post .postmetadata {
	font-size:.75em;
	text-transform:uppercase;
	padding:10px;
	background:url(images/trans-bkgd.png);
	line-height:135%;
	margin-top:15px;
}

img.alignleft {
	margin: 0 10px 10px 0;
	float:left;
}

img.alignright {
	margin: 0 0 10px 10px;
	float:right;
}


#sidebar {
	float:left;
	width:220px;
	padding-left:40px;
	color:#fff;
}

#sidebar ul {
	margin-bottom: 20px;
}

#sidebar ul li a {
	display:block;
	padding:5px 0;
	font-size:13px;
	line-height:125%;
}

#sidebar ul li ul {
	margin:0;
}

#sidebar a {
	color:#ff9900;
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:underline;
}


h2.pagetitle,
#comments h3 {
	font-size:1.3em;
	color:#35C9DE;
	margin-bottom:20px;
	text-transform:uppercase;
}

h2.pagetitle {
	margin-bottom:40px;
}

#comments a {
	color:#ff9900;
	text-decoration:none;
	border-bottom:1px dotted #ff9900;
}


ul.commentlist li {
	display:block;
	padding:15px;
}

ul.commentlist li.alt {
	background:url(images/trans-bkgd.png);
}


ul.commentlist li .comment-meta cite {
	font-size:.7em;
	text-transform:uppercase;
	font-style:normal;
	color:#CCC;
}

ul.commentlist li .comment-text p {
	font-size:.9em;
	margin:10px 0;
}

ul.commentlist li .comment-text blockquote,
ul.commentlist li .comment-text q {
	margin:10px 0;
	background:url(images/trans-bkgd.png);
}

ul.commentlist li .comment-text blockquote {
	padding:5px;
	font-size:.9em;
}

h4#commentform-title {
	font-size:1.2em;
	padding:10px 0;
	border-bottom:1px solid #35C9DE;
	margin-bottom:15px;
	text-transform:uppercase;
}

form#commentform p.loggedin {
	padding: 5px 0;
}

form#commentform input,
form#commentform textarea {
	float:left;
	clear:both;
	background:url(images/trans-bkgd.png);
	border:1px solid #7c8b95;
	color:#FFF;
	padding:5px;
	margin-bottom:18px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

form#commentform input.text {
	width:280px;
}

form#commentform textarea {
	float:none;
	width:560px;
}

form#commentform input#submit {
	clear:none;
	cursor:pointer;
	width:118px;
}

#html-note {
	float:right;
	padding:5px;
	width:430px;
	border:1px solid #7c8b95;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.page-navigation a {
	color:#FFF;
	text-decoration:none;
}

.page-navigation .alignleft {
	float:left;
}

.page-navigation .alignright {
	float:right;
}


/* footer */


#footer {
	background:url(images/footer-border.png) no-repeat top center;
	margin-top:30px;
	padding:50px 0;
	width:100%;
	float:left;
	font-size:11px;
}

ul#social-footer {
	display:block;
	width:auto;
	margin:0 auto;
	text-align:center;
	margin-bottom:30px;
}

ul#social-footer li {
	display:inline;
}

ul#social-footer li a {
	margin: 0 10px;
	color:#FFF;
	text-decoration:none;
}


ul#social-footer li img {
	vertical-align:middle;
}


ul#footer-nav {
	display:block;
	margin:0 auto;
	width:auto;
	text-align:center;
}

ul#footer-nav li {
	display:inline;
}

ul#footer-nav li a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:0 8px;
}

ul#footer-nav li a:hover {
	text-decoration:underline;
}


ul#footer-nav li.blog a {
	color:#33D1DF;
}

#footer-copyright {
	padding-top:20px;
	margin:0 auto;
	width:708px;
	text-align:center;
	color:#39C5D9;
	line-height:171%;
}

/* PAGES */

body.page ul#topnav li.blog .highlight {
	display:none;
}

body.page ul#footer-nav li.blog a {
	color:#FFF;
}


#page {
	width:770px;
	color:#FFF;
	line-height:125%;
	font-size:.92em;
	margin:0 auto;
}

#page a {
	color:#ff9900;
	text-decoration:none;
	border-bottom:1px dotted #ff9900;
}

#page a:hover {
	text-decoration:underline;
}

#page h2.blogtitle,
#page h2.blogtitle a {
	font-family:Georgia;
	font-size:28px;
	margin:30px 0 10px 0;
	font-weight:normal;
	line-height:125%;
	color:#ff9900;
}

#page h2.blogtitle a:hover {
	text-decoration:none;
}


#page .entry p,
#page .entry ul,
#page .entry ol {
	margin-bottom:15px;
}

#page .entry ol {
	list-style:decimal;
	margin-left:25px;
}

#page .entry ul li {
	padding-left:15px;
	background:url(images/bullet.png) no-repeat 5px 7px;;
}

#page .entry blockquote {
	padding:15px;
	color:#CCC;
}

#page .entry h1,
#page .entry h2,
#page .entry h3,
#page .entry h4,
#page .entry h5,
#page .entry h6 {
	color:#ff9900;
	margin:15px 0 10px 0;
}

#page .entry h1 {
	font-size:1.5em;
}

#page .entry h2 {
	font-size:1.4em;
}

#page .entry h3 {
	font-size:1.3em;
}

#page .entry h4 {
	font-size:1.2em;
}

#page .entry h5 {
	font-size:1.1em;
}

#page .entry h6 {
	font-size:1em;
}



