/*
Theme Name:	Mullen Unbound
Theme URI: 	http://mullen.com
Description: 	A lean and clean Wordpress theme featuring standards and search friendly code. Designed by Jamie Ferreira and coded by <a href="http://www.ffphoto.com">Forrest Frazier</a>.
Version: 		1.0
Author:		Forrest Frazier
Author URI:	http://mullen.com
Tags: fixed-width, two-columns, right-sidebar, threaded-comments 
*/

/* colors used
	brown #4d341b
	grey text #333
	tan text #a7a078
	orange text #cc6600
	green text #99b03a
*/

/* reset all styles */
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}


/*Body & Links 
------------------------------------------------------------ */
body {
	background: #ffffff url(images/bg_body.gif) repeat-x;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 81.25%; /* 13px */
	line-height: 1.5;	
	}
a:link, a:visited { 
	color: #eb7015;
	text-decoration: none;
	}
.entry a:link, .entry a:visited {  }
a:hover {
	color: #58181b;
	}
strong {
	font-weight: bold;
	}	
em {
	font-style: italic;
	}	
p { 
	margin: 0 0 1.5em 0; 
	}
.orange {
	color: #eb7015;
	cursor: pointer;
	font-weight: bold;
	}
	
 /* Required Wordpress Classes */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { 
	float: left; 
	margin: 10px 20px;
	}
.alignright { 
	float: right; 
	margin: 10px 20px; 
	} 
		
/*Basic Structure
------------------------------------------------------------ */
#wrapper{
	background: url(images/bg_wrapper.gif) 0 1px no-repeat;
	width: 954px;
	margin: 0 auto;
	text-align: left;
	}
#content, #mediahub-content { 
	background: #e5e5e5 url(images/bg_content.png) no-repeat;
	float: left; 
	overflow: hidden;
	width: 720px;
	}
#mediahub-content img { position: relative; left: -20px; margin: 0 0 30px 0; -webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px;}
#content.post,#content.portfoliopost, #content.page {
	padding: 20px;
	width: 680px; 
	}	
#mediahub-content .post-header {
	display: none; 
	}	
#content.nopad {
	padding: 20px 0;
	}	
#content.nopad .post-header, #content.nopad p, #mediahub-content p { /* for pages that need an element to extend to content borders */
	margin: 0 20px 1.5em 20px;;
	width: 680px;
	}	
#sidebar { 
	float: right;
	margin: 35px 0 0 0; 
	width: 222px;
  	}
#footer { 	 
	border-top: 1px solid #ddd;
	clear: both;
	color: #dddddd;
	height: 20px;
	line-height: 20px;
	margin: 20px 0;
	padding-top: 20px;
	text-align: center;
	}
.clear {
	clear: both;
	}	
.clear:after, li.comment:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/*Header */
#header {
	height: 80px;
	width: 954px;
	}
h1#title, div#title {
	background: url(images/title.png) no-repeat;
	float: left;
	height: 27px;
	margin: 29px 0 0 4px;
	text-indent: -7000px;
	width: 81px;		
	}
#description {
	visibility: hidden;
	}
#header_b {
	position: absolute;
	top: 10px;     
	padding: 0;
 	width: 100px;
   	height: 63px; 	
	}
	
/*Nav*/
#primarynav { 
	font-size: .923em;
	font-family: Verdana, Arial, helvetica, sans-serif;
	float: left;
	height: 11px; 
	margin: 20px 0 0 45px;
	overflow: hidden;
	text-transform: uppercase;
	width: auto;
	}
#primarynav ul {
	list-style: none;
	margin: 0 0 0 -22px;
	}
#primarynav ul li {
	background: url(images/bullet_pnav.png) no-repeat;
	float: left;
	line-height: .84615;
	margin: 0 14px 0 0;
	padding: 0 0 0 22px;
	}
#primarynav ul li:first-child {
	background: none;
	}	
#primarynav ul li a {
	color: #cccccc;
	-webkit-transition: color .3s linear;
	}	
#primarynav ul li a:hover {
	color: #99b03a;
	}
#primarynav ul li.current_page_item a {
	color: #99b03a;
	}		
#nav .page_item a:link, #nav .page_item a:visited {
	color: #333;
	text-decoration: none;
	}
#globalnav {
	color: #ccc;
	float: right;
	font-size: .846em;
	font-family: Verdana, Arial, helvetica, sans-serif;
	width: auto;
	}
#globalnav li {
	background: url(images/bullet_gnav.png) no-repeat;
	float: left;
	line-height: 12px;
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	}
#globalnav ul li:first-child {
	background: none;
	}
#globalnav ul li:last-child {
	margin: 0;
}
#globalnav li a {
	color: #ccc;
	-webkit-transition: color .3s linear;
	}		
#globalnav ul li a:hover {
	color: #99b03a;
	}
#globalnav ul li.current_page_item a {
	color: #99b03a;
	}	
#globalnav ul li a.rss {
	background: url(images/rss.png) center right no-repeat;
	padding: 0 17px 0 0;
	}
	
/*Search Box */
#search {
	float: right;
	width: 180px;
	}
#search span {
	color: #928476;
	float: left;
	}	
#search_form input {
	border: 0; 
	float: right;
	width: 134px;
  background: #f4f4f4;
	}
#search_form input:focus {  }
#search_form input#searchsubmit {  }	
#search_form #s {
	background: #746556;
	color: #ffffff;
	height: 17px;
	text-indent: .5em;
	}
	
/*Menu

#menu {
	padding-bottom: 10px;
	}
#menu img {
	border: 2px solid #dddddd;
	}
.alert-box {
  margin: 0 0 20px 0;
  padding: 0 20px;
  background: #EAE9E5;
	border-top: 2px solid #E3E1DB;
	border-bottom: 2px solid #E3E1DB;
  }
.alert-box h2, .alert-box h3, .alert-box h4 {
  margin: 0;
  padding: 0;
  }
.alert-box p {
  margin: 10px 0;
  }
------------------------------------------------------------ */  

/*Post Styling*/

/*Post Header*/
.post-header {
	margin: 0 0 1.5em 0;
	}
.post-header .cat {
	color: #cc6600;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	}
.post-header a:hover {
	color: #333333;
	}	
#wrapper #content .post-header h1.pagetitle	{	
	margin: 10px 0 0 0;
	padding: 0;
	}
.post-header h1 a:link, .post-header h1 a:visited,.post-header h2 a:link, .post-header h2 a:visited  { color: #ffffff; }
.post-header h1 a:hover, .post-header h2 a:hover { color: #ffffff; }
.comments {
	margin: 0 20px; 
	}
.comments a {
	}
.comments a:hover {
	}
.date {
	}
.date span {
	}
#single-date {
	clear: both;
	}

/* Meta */

.commentsmeta {
	float: left;
	}
.more-link {
	clear: both; 
	float: right;
	}
#homecontent .meta {
	margin: 0 0 1.5em 0;
	}
#homecontent ul.meta li, .entries ul.meta li, .entries ul.meta li a  {
	display: inline;
	list-style-type: none;
	margin: 0 2em 0 0;
	padding: 0;
	}
.meta  {
	font-size: .84615em;
	}
.meta a:link, .meta a:visited {
	}
.meta a:hover { 
	color: #333333;
	 }
.archive .meta {
	margin: 0 0 1.5em 0;
	}
		
/*Post Body
---------------------------------------*/
.entry {  }

.entry h2, .entry h3, .entry h4 {
	clear: both;
	font-size: 1.3em;
	padding: 15px 0 5px 0;
	}
.entry h3 { 
  padding-top: 10px;
  font-size: 1em;
  }
.entry h4 { 
  padding-top: 10px;
  font-size: .9em;
  }
pre {
  margin: 10px 0;
  padding: 1em 10px;
  overflow: auto;
  background-color: #E9EBD9;
  color: #000;
  }
code { 
  padding: 2px 3px;
  font: 1.1em Consolas, Courier New, sans-serif;
  background-color: #E9EBD9;
  color: #000;
  }
pre code { font-size: 1.3em; }
blockquote {
  display: block;
  padding: 20px 20px 20px 50px;
  margin: 20px;
  font-style: italic;
  font-size: 1.2em;
  background: #e7e6e2 url(images/bg_blockquote.png) no-repeat top left;
  }
 .post img {
  	background: #ffffff;
 	border: 1px solid #000000;
	padding: 2px;	
	} 
.float-quote {
	float: left;
	width: 300px;
	padding: 15px;
	margin: 10px 10px 0 0;
	background: #eaeaea;
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
	}
.entry .float-quote p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 1.2em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	line-height: 1.3em;
	background: url(../images/float-quote.gif) no-repeat top left;
	}
.highlight-box {
	float: right;
  margin: 0 0 10px 10px;
	width: 200px;
	padding: 10px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	border-top: 8px solid #000;
	background: #772124;
	color: #fff;
	}
.highlight-box a:link, .highlight-box a:visited {
	color: #fff;
	text-decoration: underline;
}
.highlight-box a:hover { text-decoration: none; }
.entry .highlight-box p {
  margin: 10px 0;
  line-height: 1.4em;
  font-size: 1.1em;
  }
.entry .highlight-box ul li {
  font-size: 1.1em;
  background: url(../images/list-square.gif) no-repeat 0 .4em; 
   }
.entry .highlight-box h2, .entry .highlight-box h3, .entry .highlight-box h4 { 
 margin: 0; 
 padding: 0;
 color: #fff; 
 }
.highlight-box h2 { text-transform: uppercase; }
.entry ul, .c-body ul {
	list-style-type: disc;
	margin: 0 40px 10px 40px;
	padding: 0;
	}
.entry ul li, .c-body ul li {
	list-style-position: outside;
	margin: 5px 0 0 0;
	padding: 0;
	background: url(../images/list-star.gif) no-repeat 0 .3em;
	}
.entry ol, .c-body ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 40px 10px 40px;
	}
.entry ol li ol li, .c-body ol li ol li { 
    font-size: .9em;
    list-style-type: lower-roman; 
    }
.entry ol li, .c-body ol li {
	margin: 5px 0 0 0;
	padding: 0;
	}
.navigation {
	float: right;
	width: 200px;
	}
.navigation .alignleft, .navigation .alignright {
	margin: 0 20px 0 0;
	padding: 0;
	}	
.index { padding: 0; }
.postsclear {
	border-bottom: 1px solid #dddddd;
	clear: both;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0; 
	}
.flashmovie object { 
	margin: 0 0 1.5em 0; 
	}
#socialize {  margin: 0 0 10px 0; padding: 0; width: auto;  }
.fb-like { float: left;  }


/* home specific post styles */  
#homecontent{ 
	float: left; 
	overflow: hidden;
	width: 720px;
	}
#homecontent object {
	margin: 0 0 25px 0;
	}
#homecontent h2 {
	color: #999999;
	font-size: 3em;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	}
#homecontent h2 a {
	color: #999999;
	}
#homecontent h2 a:hover {
	color: #cccccc;
	}	
	
.homethumbexcerpt	{
	clear: both;
	margin: 5px 0; 
	min-height: 110px; 
	}
.homethumbexcerpt img.postthumb {
	background: #ffffff;
	border: 1px solid #666;
	float: left;
	padding: 1px;
	height: 100px;
	width: 160px;
	}
.homethumbexcerpt p { 
	float: right; width: 530px;  
	}
		
/* portfolio overview specific styles */
.portfolio h1.pagetitle {
	margin: 10px 20px;
	}
ul.featuredwork li {
	background: url(images/bg_portfolio_img.gif) no-repeat;
	float: left;
	text-align: center;
	}
ul.featuredwork li a {
	color: #ffffff;
	}
ul.featuredwork li img {
	display: block;
	height: 240px;
	width: 240px;
	}
/* portfolio post specific styles*/
.portfoliopost img.noshow, .post img.noshow  {	/* added the post class so posts can work the same as portfolio posts */
	display: none;
	}
.portfoliopost .alignleft { 
	float: left; 
	margin: 0 1em 1em 0;
	}	
.portfoliopost .alignnone, .post .alignnone { /* added the post class so posts can work the same as portfolio posts */
	display: none;
	}	
.portfoliovid { 
	float: left; 
	margin: 0 20px 0 0;
	width: 425px; 
	}
/* office specific styles */
h2.leadership {
	background: url(images/bg_people.jpg) no-repeat;
	color: #ffffff;
	height: 251px;
	line-height: 1em;
	padding: 0 0 0 300px;
	width: 720px;	
	}
.leaders-show p {
	}
.city {
	background: #5d4024 url(images/bg_office.gif) no-repeat;
	color: #ffffff;
	height: 225px;
	margin: 0 0 20px 0;
	width: 720px;
	}

.city strong {
	font-size: 1.38em;
	font-weight: normal;
	}	
#boston {
	background: url(images/office_boston.png) right top no-repeat;
	height: 225px;
	padding: 50px 0 0 0;
	width: 720px;
	}
#winston {
	background: url(images/office_winston.png) right top no-repeat;
	height: 225px;
	padding: 50px 0 0 0;
	width: 720px;
	}	
#pitt {
	background: url(images/office_pitts.png) right top no-repeat;
	height: 225px;
	padding: 50px 0 0 0;
	width: 720px;
	}	
#detroit {
	background: url(images/office_detroit.png) right top no-repeat;
	height: 225px;
	padding: 50px 0 0 0;
	width: 720px;
	}	
#nyc {
	background: url(images/office_nyc.png) right top no-repeat;
	height: 225px;
	padding: 50px 0 0 0;
	width: 720px;
	}			
.officesplit {
	float: left;
	width: 330px;
	}	
.officesplit li { 
	list-style-type: none;  
	}
#content.nopad .officesplit p {
	width: 310px;
	}
.custom-office .post-header h1 {
	font-size: 1em;
	}
.custom-office .post-header h2 {
	color: #4d341b;
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0px;
	}	
#content.custom-office .post-header p { 
	width: 680px; 	
	margin: 0; 
	}
.custom-office ul.featuredwork {
	position: absolute; 
	top: 280px;
	}	
.custom-office ul.featuredwork li {
	float: left;
	}
#wrapper #content.custom-office ul.featuredwork li a img {  
	height: 180px;
	overflow: hidden;
	width: 180px;
	}
#office-container {
	margin: 230px 20px 20px 20px;  
	width: 680px;
	}	
#office-container .left {
	float: left;
	width: 260px;
	}	
#office-container .right {
	float: right;
	width: 400px;
	}	
.custom-office #office-container .left p { 
	margin: 0 0 1.5em 0;
	}	
.custom-office #office-container .right p { 
	margin: 0 0 1.5em 0;
	width: 380px;
	} 			
/*Pages*/
.page {
	}
h1.pagetitle {
	color: #4d341b;
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0px;
	}
	
/*Archives List
---------------------------------------*/
.blurp {
	border-bottom: 1px solid #dddddd;
	padding: 0 0 1.5em 0;
	}
.archive-comment {
  float: right;
  margin: 0 .5em .5em 0;
  }
 .archive h2 a {
 	color: #999999;
	font-size: 3em;
	line-height: 1;
	} 
.entries { 
  font-size: 1.3em;
  clear: both; 
  }
.entries ul {
	margin: 0;
	padding: 0 0 1px 0;
	background: transparent url(../images/archives-dotted-line.gif) repeat-x bottom left;
	}
.entries ul li {
	padding-top: 1px;
	background: transparent url(../images/archives-dotted-line.gif) repeat-x top left;
	}
.entries ul li a {
	display: block;
	margin: 0;
	padding: 7px 0;
	}
.entries ul li a:hover {
	background-color: #EDEEDF;
  text-decoration: none;
	}
.entries span {
	display: block;
	text-align: right;
	}
.entries span.archdate, .entries a:hover span.archdate  {
  float: left;
	margin-right: 3em;
  padding-left: .5em;
	width: 3em;
	color: #666;
	}
.entries span.comments_number{
	float: right;
  margin-right: .5em;
	width: 3em;
  color: #666;
	}	
	
/*Sidebar
------------------------------------------------------------ */

#sidebar ul li { 
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
	padding: 10px 20px;
	width: 184px;
	}
#sidebar ul li ul li { 
	border: none;
	line-height: 1.25;
	margin: 0 0 5px 1em ;
	padding: 0;
	}

#sidebar ul li ul#fp_copy li {
	margin: 0;
	}	
#sidebar ul li h2 {
	color: #999999;
	line-height: 2.5;
	text-transform: uppercase;
	}	
div.textwidget p, #sidebar ul li div p {
	line-height: 1.25;
	}
#sidebar h2.widgettitle { 
	line-height: 1.75; 
	}
ul li.widget ul {
	}
ul li.widget ul li ul { 
  }
ul li.widget ul li { 
	}
ul li.widget ul li ul li {  }
ul li.widget ul li a {
  }
ul li.widget ul li a:hover {  }
ul li.widget ul#recentcomments li a {
	}
#recent-posts ul li, #fp_copy li {
	}
#recent-posts ul li a, #fp_copy li a { display: block;
	padding: 0 0 .5em 1em;
	line-height: 1;
	}
#cat_copy ul.children {
	margin: 0 0 10px 15px; 
	}	
/* sidebar colapsing divs */
#unbound_copy, #fp_copy, #cat_copy, #office_copy {
	display: none;
	}
li.cat-item a {
	line-height: 1.5em;
	}
li.cat-item ul.children {
	font-weight: normal;
	margin: 0 0 .5em 0;
	}	
li.cat-item ul.children li a  {
	font-weight: normal;
	line-height:1;
	}
	
/*RSS Box
---------------------------------------*/
#rss-feed  { padding-top: 10px; }
#rss-feed p {
  font-size: 1.3em;
  line-height: 1.6em;
  }
#rss-feed a.rss, #rss-feed a.email, #rss-feed a.twitter {
  float: left;
  font-size: 1.3em;
  margin: 10px 10px 0 0;
  display: block;
  padding: 0 0 0 19px;
  background: url(../images/feed-icon.png) no-repeat 0 .25em;
  }
#rss-feed a.email {
  padding: 0 0 0 25px;
  background: url(../images/mail-icon.png) no-repeat 0 .4em;
  }
#rss-feed a.twitter {	
	margin-right: 0;
	padding-left: 19px; 
	background: url(../images/twitter-icon.png) no-repeat 0 .15em; 
	}


/*Comments*/
/*Top*/
.comment-number {
	float: left;
	 margin: 0 0 1.5em 0; 
	}
.comment-number span {	
	}
.none { border-bottom: 1px solid #ddd; }
a#leavecomment { padding-left: 10px; }
/*Body*/
#comments ol.commentlist li { 
	border: 1px solid #ccc;
	clear: both; 
	margin: 20px; 
	}
div.c-single, li.comment {
	padding: 20px 20px 10px 20px;
	border-top: 1px solid #ddd;
	background: #efefef;
	}
li.comment { padding: 20px 20px 0 20px; }
li.comment.depth-2 {
  margin-bottom: 10px;
  border: 1px dashed #ccc;
  background: #fff;
  }
ul.children {
	margin: 10px 0 0 20px;
  clear: both;
	}
div.alt, li.thread-odd { background: #fff; }
div.admin, li.comment.bypostauthor, li.comment li.comment.bypostauthor, li.comment.comment-author-admin, li.comment li.comment.comment-author-admin { background: #dfdfdf; }
div.c-grav {
	float: left;
	width: 80px;
	margin: 0;
	text-align: right;
	}
div.c-body {
	float: right;
	width: 464px;
	}
ul.children div.c-body { width: 404px; }
div.c-body p { margin-bottom: 10px; }
div.c-head {
	margin: 0 0 10px 0;
	}
div.c-date {
  	float: right;
	}
.c-permalink { display: none; }
div.reply, div.cancel-comment-reply { float: right; }
div.reply { padding-bottom: 10px; }
div.reply a:link, div.reply a:visited {

  }
/*Form
---------------------------------------*/
form#commentform { margin-bottom: 20px; }
#respond { 
	margin: 20px;
	}
h4#postcomment {
	font-weight: bold; 
	margin: 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ddd;
	}
form#commentform label.comment-field {
	display: block;
	margin: 10px 0 5px 0;
	}
input.text-input, form#commentform textarea {
	background: #F4F4F4;
	font-family: inherit;
  	border: 1px solid #cccccc;
  	width: 100%
	}
input#author, input#email, input#url { width: 350px; }
form#commentform input:focus, form#commentform textarea:focus { background: #fff; }
form#commentform input#submit {
  }
form#commentform p.guidelines {
	margin: 10px 0;
  	color: #777;
	}
p.subscribe-to-comments, p.comments-rss{ margin: 0 0 10px 0; }
p.comments-rss a {
  padding: 0 0 0 19px;
  background: url(../images/feed-icon.png) no-repeat 0 .15em;
  }
/*Note
---------------------------------------*/
p.note {
	font-style: italic;
	font-size: 1.3em;
	}
/*Pingbacks/Trackbacks
---------------------------------------*/
h3.pinghead {
  font-size: 1.3em;
  color: #444444;
  }
ol.pinglist {
  list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 10px 10px;
  font-size: 1.3em;
  }

/*Default Alignment and Images
------------------------------------------------------------ */
.entry .alignleft img, .entry .alignright img, .entry .aligncenter img {  }
.noborder { border: none; }
.entry .alignright, .entry .alignright .float-quote {  }
.entry .alignleft, .entry .alignleft .highlight-box {  }
.wp-caption { background: #eee; border: 1px solid #cccccc; padding: 10px; }
.wp-caption p { font-style: italic; color: #666;  }
 .wp-caption img {
 	background: #ffffff;
	border: 1px solid #666;
	padding: 4px;
 	}

/* pagination */
.wp-pagenavi {
	float: right;
	}
.wp-pagenavi .pages {
	margin: 0 1em 0 0;
	text-transform: uppercase;
	}
	
/* winston salem specific styles */
img.ws-leader { 
	border: 1px solid #858585; 
	height: 50px; 
	width: 50px; 
	}
.leaders-show p { 
	margin: 0 93px;
	}
	
.commentsmeta { display: none; }

/* widget specific styles /*

/* flickrRSS widget */
.widget_flickrRSS img {
	border: 0;
	height: 40px;
	margin: 0 5px -1px 0;
	width: 40px;
	}	
.widget_flickrRSS a	{
	margin: 0;
	padding: 0;
	}
	
/*twitter widget */
.twitter_title_link { 
	margin: 0 ; 
	}		
.twitter-timestamp { 
	font-style: italic;  
	}
	
/*disqus plugin */
#disqus_thread { 
	margin: 40px 0 0 0; 
	}	
