/* 
Common Colours
-- #b2d063 - Brand Green
-- #333333 - Light Grey
*/

body { font-family: Verdana, Arial, sans-serif; font-size: 0.75em; }
h1, h2, h3, #posts .post .date { font-family: Georgia, "Times New Roman", sans-serif; font-weight: normal; }
a img { border: none; }
pre { background-color: #eee; font-size: 1.3em; padding: 5px 20px; }
#container { width: 960px; margin: 0 auto; }
#header { position: relative; height: 120px; }
#header #logo { position: absolute; left: 0; top: 0; }
#header #nav { position: absolute; right: 0; top: 26px; }
#header #nav ul { list-style-type: none; margin: 0; padding: 0; }
#header #nav ul li { float: left; text-align: center; padding: 0 0 0 34px; }
#header #nav ul li:first-child { padding: 0; }
#header #nav ul li.active a { background-color: #b2d063; color: #fff; }
#header #nav ul li.active small { color: #ddd; }
#header #nav ul li a { color: #000; display: block; font-size: 1.6em; font-family: Georgia, "Times New Roman", sans-serif; font-weight: normal; padding: 5px 10px; text-decoration: none; }
#header #nav ul li a:hover { border-bottom: 1px solid #ccc; }
#header #nav ul li.active a:hover { border: none; }
#header #nav ul li small { color: #ccc; display: block; font-size: 0.5em; text-transform: uppercase; }
#wrapper { position: relative; width: 100%; }

#content { float: left; width: 100%; padding: 0 0 20px; }
#content-left { float: left; width: 586px; }
#content-left.wide { width: 960px; }
#content-left.wide #portfolio { float: left; margin-bottom: 10px; width: 100%; }
#content-left.wide #portfolio .work,
#content-left.wide #portfolio-detail .work { border-bottom: 1px solid #eee; float: left; position: relative; margin: 0 0 18px; width: 100%; }
#content-left.wide #portfolio-detail .work { border: none; }
#content-left.wide #portfolio .work .text-block h3,
#content-left.wide #portfolio-detail .work .text-block h3 { font-size: 1.4em; margin: 2px 0 10px; }
#content-left.wide #portfolio .work .text-block h3 a,
#content-left.wide #portfolio-detail .work .text-block h3 a { color: #767676; text-decoration: none; }
#content-left.wide #portfolio .image-block,
#content-left.wide #portfolio-detail .image-block { float: left; width: auto; }
#content-left.wide #portfolio .text-block { float: right; width: 350px; }
#content-left.wide #portfolio-detail .text-block { float: right; width: 260px; }
#content-left.wide #portfolio .text-block .extract a,
#content-left.wide #portfolio-detail .text-block .extract a { color: #555; }
#content-left.wide #portfolio .text-block .extract a:hover,
#content-left.wide #portfolio-detail .text-block .extract a:hover { color: #CC3333; }
#content-left.wide #portfolio .text-block p,
#content-left.wide #portfolio-detail .text-block p { margin: 0 0 10px; }
#content-left.wide #portfolio .link-holder,
#content-left.wide #portfolio-detail .link-holder { text-align: left; }
.work h2,
#content-right div h2,
#portfolio h2,
#portfolio-detail h2,
#posts h2 { border-bottom: 1px solid #b2d063; font-size: 1.4em; margin: 10px 0 8px; padding: 0 0 2px; }
#posts h2 a,
#posts h2 a:visited,
#portfolio-detail h2 a,
#portfolio-detail h2 a:visited { color: #555; font-size: 0.9em; text-decoration: none; }
#posts h2 a:hover,
#portfolio-detail h2 a:hover { color: #CC3333; }
.work .images { float: left; width: 690px; }
.work .image-block { position: relative; border: 1px solid #333; margin-bottom: 20px; width: 582px; }
.work .image-block img { display: block; }
.work .title-block { background-color: #ececec; position: absolute; bottom: 0; left: 0; opacity: 0.8; filter:alpha(opacity=80); width: 100%; }
.work .title-block h3 { background: transparent url('../images/silentworks_assets.png') no-repeat scroll 148% -58px; font-weight: normal; margin: 0 0 0 10px; }
.work .image-block h3 a { color: #333; display: block; text-decoration: none; padding: 6px 0; }
.work p a { color: #555; }
.work p a:hover { color: #CC3333; }
.work .text-block p a { color: #555; }
.work .text-block p a:hover { color: #CC3333; }
.work div.link-holder { text-align: right; padding: 5px 0; }
.work a.view-more { background-color: #b2d063; color: #fff; padding: 5px 10px; text-decoration: none; text-align: center; width: 120px; }
.work a.external { background-color: #CC3333; }
#posts .post { float: left; position: relative; margin: 0 0 20px; width: 100%; }
#posts .post h3 { font-size: 1.3em; margin: 0 0 8px; }
#posts .post h3 a { color: #767676; text-decoration: none; }
#posts .post .postmeta { color: #999; }
#posts .post .postmeta a { color: #555; }
#posts .post .postmeta a:hover { color: #CC3333; }
#posts .post .date { border-right: 1px solid #000; font-size: 1.8em; position: absolute; left: 0; text-align: center; top: 0; width: 42px; }
#posts .post .date strong {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	background-color: #000;
	color: #fff;
	display: block;
	padding: 5px 5px 8px;
}
#posts .post .date small { display: block; font-size: 0.5em; }
#posts .post h3,
#posts .post .postmeta,
#posts .post .content,
#posts .post .share-this { padding: 0 0 0 50px; }
#posts .post .content h3 { font-size: 1.2em; padding: 0; }
#posts .post .content a { color: #555; }
#posts .post .content a:hover { color: #CC3333; }
#posts .post .view-more { float: right; text-align: right; }
#posts .post .view-more a { background: transparent url('../images/silentworks_assets.png') no-repeat scroll 100% 0; color: #999; display: block; height: 50px; padding: 10px 35px 0 0; text-decoration: none; }

/* Tagcloud CSS Styles */ 
.tagcloud a.s1:link, .tagcloud a.s1:visited { line-height: 25px; font-size: 11px; color: #333333; text-decoration: none; }
.tagcloud a.s1:hover { line-height: 25px; font-size: 11px; color: #CC3333; text-decoration: none; }
.tagcloud a.s2:link, .tagcloud a.s2:visited { line-height: 25px; font-size: 12px; color: #333333; text-decoration: none; }
.tagcloud a.s2:hover { line-height: 25px; font-size: 12px; color: #CC3333; text-decoration: none; }
.tagcloud a.s3:link, .tagcloud a.s3:visited { line-height: 25px; font-size: 13px; color: #222222; text-decoration: none; }
.tagcloud a.s3:hover { line-height: 25px; font-size: 13px; color: #CC3333; text-decoration: none; }
.tagcloud a.s4:link, .tagcloud a.s4:visited { line-height: 25px; font-size: 14px; color: #222222; text-decoration: none; }
.tagcloud a.s4:hover { line-height: 25px; font-size: 14px; color: #CC3333; text-decoration: none; }
.tagcloud a.s5:link, .tagcloud a.s5:visited { line-height: 25px; font-size: 15px; color: #111111; text-decoration: none; }
.tagcloud a.s5:hover { line-height: 25px; font-size: 15px; color: #CC3333; text-decoration: none; }

.share-this { float: left; height: 50px; padding: 10px 0 0 50px !important; }
.share-this a { background: transparent url('../images/silentworks_assets.png') no-repeat scroll 0 -132px; display: block; float: left; height: 16px; margin: 0 5px 0 0; text-indent: -9999px; width: 16px; }
.share-this a.digg { background-position: -24px -132px; }
.share-this a.delicious { background-position: -47px -132px; }
.share-this a.twitter { background-position: -71px -132px; }
.share-this a.stumbleupon { background-position: -94px -132px; }
.share-this a.myspace { background-position: -117px -132px; }

/* Pagination */
.pagination-block { float: right; padding: 0 2px 20px; width: 500px; }
.pagination { float: right; padding: 2px; list-style-type: none; margin: 0; }
.pagination li { float: left; }
.pagination li a { color: #000; display: block; padding: 1px 6px; text-decoration: none; }
.pagination li a.active { background-color: #f5eec0; color: #000; padding: 1px 6px; }
.pagination a.ditto_page { padding: 1px 6px; }

#content-right { float: right; width: 298px; }
#content-right div { float: left; margin: 0 0 30px; width: 100%; }
#categories ul, #friendslist ul { list-style-type: none; margin: 0; padding: 0; }
#categories ul li, #friendslist ul li { margin: 0; padding: 0; }
#categories ul li:first-child a, #friendslist ul li:first-child a { padding-top: 0; }
#categories ul li a, #friendslist ul li a { border-bottom: 1px solid #ccc; color: #767676; display: block; padding: 10px 0; text-decoration: none; }
#categories ul li a em { float: right; background-color: #eee; color: #b2d063; display: block; margin-top: -4px; padding: 4px; -moz-border-radius: 50px; -webkit-border-radius: 50px; }
#latest_tweets { list-style-type: none; margin: 0; padding: 0; }
#latest_tweets li.tweet { border-bottom: 1px dashed #b2d063; margin: 0 0 10px; padding: 0 0 10px; }
#latest_tweets li.tweet a { color: #555; }
#latest_tweets li.tweet a:hover { color: #CC3333; }
#social-media #linked-in, #social-media #twitter { background: transparent url('../images/silentworks_assets.png') no-repeat scroll 4px -86px; display: block; float: left; text-indent: -9999px; outline: none; }
#social-media #linked-in { height: 39px; width: 100px; }
#social-media #twitter { background-position: -100px -86px; height: 41px; width: 48px; }
#network a { display: block; }
#flickr { padding: 15px 0 0; }
#flickr a { display: block; float: left; margin-left: 26px; }
#flickr a img { border: 3px solid #b2d063; display: block; }
#flickr a:first-child { margin-left: 0; }

#footer { border-top: 1px solid #b2d063; clear: both; float: left; padding: 5px; width: 99%; }
p#copyright { float: left; margin: 0; text-align: left; }
p#copyright span { float: left; }
ul.footer-nav { float: right; list-style-type: none; margin: 0; padding: 0; }
ul.footer-nav li:first-child { border: none; margin-left: 0; padding-left: 0; }
ul.footer-nav li { border-left: 1px solid #555; float: left; margin-left: 10px; padding-left: 10px; }
ul.footer-nav a { color: #555; }

#contact-info { float: left; width: 257px }
#about-me { float: left; width: 100%; }
#about-me a { color: #555; }
#about-me a:hover { color: #CC3333; }
#about-me ul { list-style-type: none; padding-left: 0; }
#contact-form { float: right; width: 684px; }
#contact-form h3 { padding: 0 0 0 20px; }
#contact-form .errors { background-color: #FFFFCC; margin-left: 20px; padding: 10px; }

/* Form */
.smart-form { font-family: Arial, "MS Trebuchet", sans-serif; }
.smart-form fieldset { float: left; border: none; }
.smart-form fieldset.form-right { float: right; }
.smart-form fieldset.form-right p { width: 400px; }
.smart-form fieldset.form-left p { width: 200px; }
.smart-form p { padding: 0 10px; margin: 0 0 .8em; border: none; }
.smart-form p label { float: left; font-weight: normal; color: #999; padding: 0 0 5px; width: 100%; }
.smart-form p label strong { color: #f00; }
.smart-form p input.size, 
.smart-form p textarea.size { border: 1px solid #ccc; padding: 4px; width: 100%; }
.smart-form div.captcha { margin: 2px 0 0 100px; }
.smart-form p.action { text-align: right; padding: 0; width: auto !important; }
.smart-form p.action input { background: none; border: 1px dashed #b2d063; color: #9F872D; cursor: pointer; font-size: 1em; font-weight: bold; padding: 6px 8px; }
.smart-form p.action input:hover { background-color: #b2d063; color: #FFF; }

/* syntax-highlighter shCore.css */
.syntaxhighlighter,.syntaxhighlighter div,.syntaxhighlighter code,.syntaxhighlighter table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody{margin:0 !important;padding:0 !important;border:0 !important;outline:0 !important;background:none !important;text-align:left !important;float:none !important;vertical-align:baseline !important;position:static !important;left:auto !important;top:auto !important;right:auto !important;bottom:auto !important;height:auto !important;width:auto !important;line-height:1.1em !important;font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;font-weight:normal !important;font-style:normal !important;font-size:1em !important;min-height:inherit !important;min-height:auto !important}.syntaxhighlighter{width:99% !important;margin:1em 0 1em 0 !important;padding:1px !important;position:relative !important}.syntaxhighlighter .bold {font-weight:bold !important}.syntaxhighlighter .italic {font-style:italic !important}.syntaxhighlighter .line{}.syntaxhighlighter .no-wrap .line .content{white-space:pre !important}.syntaxhighlighter .line table {border-collapse:collapse !important}.syntaxhighlighter .line td{vertical-align:top !important}.syntaxhighlighter .line .number{width:3em !important}.syntaxhighlighter .line .number code{width:2.7em !important;padding-right:.3em !important;text-align:right !important;display:block !important}.syntaxhighlighter .line .content{padding-left:.5em !important}.syntaxhighlighter .line .spaces{}.syntaxhighlighter.nogutter .line .content{border-left:none !important}.syntaxhighlighter .bar{display:none !important}.syntaxhighlighter .bar.show {display:block !important}.syntaxhighlighter.collapsed .bar{display:block !important}.syntaxhighlighter.collapsed .lines{display:none !important}.syntaxhighlighter .lines.no-wrap{overflow:auto !important;overflow-y:hidden !important}.syntaxhighlighter .toolbar{position:absolute !important;right:0px !important;top:0px !important;font-size:1px !important;padding:8px 8px 8px 0 !important}.syntaxhighlighter.collapsed .toolbar{font-size:80% !important;padding:.2em 0 .5em .5em !important;position:static !important}.syntaxhighlighter .toolbar a.item,.syntaxhighlighter .toolbar .item{display:block !important;float:left !important;margin-left:8px !important;background-repeat:no-repeat !important;overflow:hidden !important;text-indent:-5000px !important}.syntaxhighlighter.collapsed .toolbar .item{display:none !important}.syntaxhighlighter.collapsed .toolbar .item.expandSource{background-image:url(../images/sh/magnifier.png) !important;display:inline !important;text-indent:0 !important;width:auto !important;float:none !important;height:16px !important;padding-left:20px !important}.syntaxhighlighter .toolbar .item.viewSource{background-image:url(../images/sh/page_white_code.png) !important}.syntaxhighlighter .toolbar .item.printSource{background-image:url(../images/sh/printer.png) !important}.syntaxhighlighter .toolbar .item.copyToClipboard{text-indent:0 !important;background:none !important;overflow:visible !important}.syntaxhighlighter .toolbar .item.about{background-image:url(../images/sh/help.png) !important}.syntaxhighlighter.printing,.syntaxhighlighter.printing .line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .line.highlighted .number,.syntaxhighlighter.printing .line.highlighted.alt1 .content,.syntaxhighlighter.printing .line.highlighted.alt2 .content,{background:none !important}.syntaxhighlighter.printing .line .number{color:#bbb !important}.syntaxhighlighter.printing .line .content{color:#000 !important}.syntaxhighlighter.printing .toolbar{display:none !important}.syntaxhighlighter.printing a{text-decoration:none !important}.syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:#000 !important}.syntaxhighlighter.printing .comments,.syntaxhighlighter.printing .comments a{color:#008200 !important}.syntaxhighlighter.printing .string,.syntaxhighlighter.printing .string a{color:blue !important}.syntaxhighlighter.printing .keyword{color:#069 !important;font-weight:bold !important}.syntaxhighlighter.printing .preprocessor {color:gray !important}.syntaxhighlighter.printing .variable {color:#a70 !important}.syntaxhighlighter.printing .value{color:#090 !important}.syntaxhighlighter.printing .functions{color:#ff1493 !important}.syntaxhighlighter.printing .constants{color:#06C !important}.syntaxhighlighter.printing .script{font-weight:bold !important}.syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:#808080 !important}.syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important}.syntaxhighlighter.printing .color3,.syntaxhighlighter.printing .color3 a{color:red !important}

/* syntax-highlighter shThemeDefault.css */
.syntaxhighlighter{background-color:#fff !important}.syntaxhighlighter .line.highlighted .number{color:black !important}.syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#e0e0e0 !important}.syntaxhighlighter .line .number{color:#afafaf !important}.syntaxhighlighter .line .content{border-left:3px solid #6CE26C !important;color:#000 !important}.syntaxhighlighter.printing .line .content {border:0 !important}.syntaxhighlighter .line.alt1{background-color:#fff !important}.syntaxhighlighter .line.alt2{background-color:#F8F8F8 !important}.syntaxhighlighter .toolbar{background-color:#F8F8F8 !important;border:#E7E5DC solid 1px !important}.syntaxhighlighter .toolbar a{color:#a0a0a0 !important}.syntaxhighlighter .toolbar a:hover{color:red !important}.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#000 !important}.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#008200 !important}.syntaxhighlighter .string,.syntaxhighlighter .string a{color:blue !important}.syntaxhighlighter .keyword{color:#069 !important;font-weight:bold !important}.syntaxhighlighter .preprocessor {color:gray !important}.syntaxhighlighter .variable {color:#a70 !important}.syntaxhighlighter .value{color:#090 !important}.syntaxhighlighter .functions{color:#ff1493 !important}.syntaxhighlighter .constants{color:#06C !important}.syntaxhighlighter .script{background-color:yellow !important}.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:#808080 !important}.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important}.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:red !important}