/*
THEME NAME: tib_style
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: A development theme based on work in <a href="http://code.google.com/p/blueprintcss/"> The Blueprint CSS Framework</a>, and by <a href="http://www.pearsonified.com/">Chris Pearson</a>, <a href="http://andy.wordpress.com/">Andy Skelton</a>, <a href="http://www.plaintxt.org/">Scott Allan Wallick</a> and many, many others.
VERSION: 0.5
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.

/* Prepare theme for plugins */

@import url('library/styles/plugins.css');

/* Un-comment the line below to set a grid with 18px line-height */

/*body { background:url(images/grid.gif) repeat-y top center; }*/

/* =reset.css
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   * http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
}

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;
}

a img {
	border: none;
}

/* =3c-r-fixed.css
-------------------------------------------------------------- */

/*
LAYOUT: Three-Column (Right)
DESCRIPTION: Three-column 920px fixed layout with two sidebars right of content
*/

#header {
	position: relative;
	top: 0;
	padding-top: 15px;
	height: 140px;
}

#branding {
	width: 873px;
	margin: 20px auto 0 31px;
	height: 70px;
}

#access {
	position: relative;
	overflow: hidden;
}

#menu {
	width: 873px;
	margin: 0 auto 0 31px;
}

#main {
	width: 873px;
	margin: 0 auto 0 0;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #fcfcfc;
}

#container {
	width: 619px;
	float: left;
	padding: 0 0 0 35px;
}

#content {
	width: 620px;
	overflow: hidden;
	margin-right: 103px;
}

#content p {
	margin-right: 103px;
}

#primary {
	width: 93px;
	float: right;
	margin: 0 0 0 10px;
	float: left;
	padding-left: 10px;
}

#secondary {
	width: 197px;
	float: left;
	padding: 0 0 0 11px;
	background-color: #fcfcfc;
}

#footer {
	clear: both;
}

#subsidiary {
	width: 975px;
	margin: 0 auto;
	overflow: hidden;
}

#subsidiary .aside {
	width: 300px;
	float: left;
	margin: 0 10px 0 10px;
}

#subsidiary #third {
	margin: 0 0 0 10px;
}

#siteinfo {
	clear: both;
	width: 955px;
	margin: 0 auto;
}

/* =Site Meta
-------------------------------------------------------------- */

/* sliding panel fixed to top of browser window when logged-in */

#site-meta {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#site-meta li {
	display: inline;
}

#meta-panel {
	background: Black;
}

#meta-panel ul {
	width: 950px;
	margin: 0 auto;
	padding: 8px 0 8px 873px;
}

#meta-anchor {
	display: block;
	margin: 0 auto 0 873px;
	width: 92px;
	height: 9px;
	text-indent: -999em;
	outline: 0;
	background: url(images/meta-anchor-trans.png) no-repeat;
}

#meta-panel a {
	color: #999999;
	margin: 0 5px;
}

#meta-panel a:hover,#meta-panel a:focus {
	color: #FFF;
}

.active {
	
}

/* =typography
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
   
   Set some default typography based on Blueprint
   * http://code.google.com/p/blueprintcss/
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */

body {
	font: 12px/18px Arial,sans-serif;
	color: #000;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3 {
	font-weight: normal;
	clear: both;
}

h4,h5,h6 {
	font-weight: normal;
}

/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 18px 0;
}

ul {
	margin: 0 0 18px 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}


ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

/*dl	{
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
	margin: 18px 0 0 0;
}
dd {
	margin: 0 0 0 1.5em;
}*/

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

pre {
	font: 11px Monaco, monospace;
	line-height: 18px;
	margin: 18px 0;
}

code {
	font: 11px "Courier New", Monaco, monospace;
	text-indent:0px;
}

ins {
	text-decoration: none;
}

sup,sub {
height: 0px;
line-height: 10px;
vertical-align: super;
width: 0px;
}

sup {

}

sub {

}

/* Forms
-------------------------------------------------------------- */

input, textarea {
	line-height: 160%;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, Hei, STHeiti, "WenQuanYi Micro Hei", sans-serif;
}

/* =Global Elements
-------------------------------------------------------------- */

body {
	font-family: arial, helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	background-color: #f6f6f6;
}

#wrapper {
	border-top: 9px solid black;
}

a:link {
	text-decoration: none;
	color: #696969
}

a:visited {
	text-decoration: none;
	color: #9f9f9f
}

a:hover {
	text-decoration: underline;
	color: Black;
}

blockquote em, blockquote cite, blockquote i {
	font-style: normal;
}

input, textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, "WenQuanYi Micro Hei", sans-serif;
}

.caps {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.important {
	font-weight: bold;
}

.grey {
	font-size: 12px;
	color: #919191;
	margin: -8px 0 10px;
	width: 510px;
	text-indent: 0px;
	float: left;
}

.credits {
        clear:both;
	font-size: 12px;
	color: #919191;
	margin: 7px 0 10px;
	width: 487px;
	text-indent: 0px;
	background-color: #f2f2f2;
	padding: 10px;
}

.ref {
	font-size: 12px;
	color: #919191;
	border-top-style: solid;
	border-top-color: #919191;
	margin: 10px 0;
	width: 500px;
}

blockquote {
	width: 420px;
	text-indent: 0px;
	padding: 10px 0px 10px 20px;
	margin: 10px 10px 10px 40px;
}

/* =Header
-------------------------------------------------------------- */

#header {
	background-color: #fcfcfc;
}

#blog-title {
	padding-bottom: -10px;
	float: left;
}

#blog-title a {
	
}

#blog-description {
	
}

#search {
	float: right;
	width: 299px;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 0;
	margin-right: -60px;
}

input#s {
	width: 189px;
}

input#searchsubmit {
	margin-left: 15px;
	height: 20px;
	margin-bottom: 2px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	font-size: 11px;
	background: #B5D1EA;
	border-top: 1px solid #CADEF0;
	margin-top: -1px;
}

.skip-link {
	display: none;
}

#menu {
	padding: 7px 0 8px 0;
	overflow: hidden;
/* c

lears the inner float  */
}

#menu ul {
	margin: 0;
	list-style: none;
	clear: both;
}

#menu ul ul {
	display: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 1px 6px;
	background: #87B5DD;
	color: #fff;
	border-top: 1px solid #6DA5D6;
	text-decoration: none;
}

#menu a:hover {
	background: #5C9BD1;
	color: #fff;
	border-color: #3B86C7;
}

#menu .current_page_item a {
	background: #5C9BD1;
	color: #fff;
	border-color: #3B86C7;
}

#menu a:focus {
	background: #4887BD;
	color: #fff;
	border-color: #2772B3;
}

#white {
	background-color: Red;
}

/* =Content
-------------------------------------------------------------- */

#main {
	padding: 0 0 54px;
}

#content blockquote {
	padding-right: 20px;
	margin-left: 25px;
}

#content blockquote p {
	margin-right: 0;
        margin-bottom: 15px;
}

#content .entry-content .more-link {
	border: none;
}

.hentry {
	margin: 9px 0 0 0;
	padding: 10px 0 30px 1px;
}

.p1 {
	margin: 0;
	padding: 0 0 36px 0;
	border: none;
}

.page-title {
	font: bold 14px "Helvetica Neue", Arial, "Hiragino Sans GB", "Hiragino Kaku Gothic Pro", "STXihei", Hei, SimSun, "WenQuanYi Micro Hei", sans-serif;
	padding: 18px 0;
}

.page-title span {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.entry-title {
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 2px 0;
	font-weight: bold;
	color: #000;
}

.entry-title a {
	text-decoration: none;
	color: #000;
}

.entry-meta {
	color: #999999;
	font: italic 11px Georgia, "Times New Roman", Times, serif;
}

.entry-meta a {
	color: #999999;
	font-style: italic;
}

.entry-meta a:hover {
	
}

.entry-meta .author {
	
}

.entry-meta .meta-sep {
	
}

.entry-meta abbr {
	
}

.entry-content {
	overflow: hidden;
	text-align: auto;
	text-justify: inter-ideograph;
	color: #5c5c5c;
	margin: 18px 0 15px;
	font: normal 12px/175% Georgia, "Times New Roman", Times, "Hiragino Sans GB", "Hiragino Kaku Gothic Pro", "STXihei", Hei, SimSun, "WenQuanYi Micro Hei", sans-serif;
	text-indent: 24px;
}

.entry-content p {
	margin: 0.2em 0.6em 0.7em 0.2em;
}

.entry-content a:link {
	color: Black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

.entry-content a:visited {
	color: #9f9f9f;
	text-decoration: none;
	border-bottom: 1px dotted #9f9f9f;
}

.entry-content a:hover {
	color: Black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

.entry-content h1, .entry-content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 18px 0;
	padding: 18px 0 0 0;
}

.entry-content h3, .notice h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
	color: #1a1a1a;
	text-indent: 0px;
	margin-top: 10px;
}

.entry-content h4 {
	font-weight: bold;
	font-size: 12px;
	color: #1a1a1a;
	text-indent: 0px;
        clear: both;
        width: 500px;
        margin-top: 10px;
}

.entry-content h5 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.entry-content h6 {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.entry-content ul {
	list-style: square;
	margin: 0;
	width: 500px;
}

.entry-content li {
	width: 470px;
	text-indent: 0;
	margin: 0 0 0 3em;
}

.entry-content dl {
	margin: 18px 103px 18px 0;
}

.entry-content dt {
	font-weight: bold;
	text-indent: 0;
}

.entry-content dd {
	margin: 0 0 18px 0;
}

.entry-content abbr, .entry-content acronym, .entry-content .help {
	border-bottom: 1px dotted #333;
	cursor: help;
}

.content-column, .entry-content .linkcat {
	list-style: none;
	float: left;
}

.more-link {
	
}

.page-link {
	margin: 0 0 18px 0;
}

.page .edit-link {
	float: left;
	clear: both;
}

.entry-utility, .entry-comment {
	color: #999999;
	float: left;
	width: 500px;
	border-top: 1px solid #999999;
	padding: 5px 0 15px;
}

.entry-comment {
        text-align: right;
}

.entry-utility a {
	color: #5c5c5c;
	text-decoration: none;
}

.entry-utility a:hover {
	color: #424242;
	text-decoration: none;
}

.comments-link a {
	font-weight: bold;
	color: #999999;
}

.plus {
	color: Black;
	font-size: 16px;
}

.notice {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}

.cali {
	font: italic 1.4em/150% "Adobe Calson Pro", "Adobe Calson", Georgia, "Times New Roman", Times, serif;
}
/* =Comments
-------------------------------------------------------------- */

#comments {
	color: #5c5c5c;
	margin: 0;
	padding: 5px 0;
	overflow: hidden;
	width: 500px;
	clear: both;
}

#comments h3 {
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
	padding: 0;
}

#comments .comments:first-child h3 {
	padding-top: 18px;
}

#comments ol {
	margin: 0 0 36px 0;
}

#comments li {
	border-top: 1px solid #999999;
	margin: 15px 0 0;
	padding: 17px 0 0;
	position: relative;
}

#comments a {
	
}

#comments li.byuser {
	background: #f2f2f2;
	border-color: #999999;
	padding-left: 10px;
}

#comments li.byuser p a {
	
}

#comments li.bypostauthor {
	
}

#comments li.bypostauthor p a {
	
}

#comments .avatar {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 19px;
	left: 20px;
}

#comments .fn {
	font-weight: bold;
	font-size: 14px;
	padding: 18px 0 0 58px;
	display: block;
}

#comments .fn a {
	color: #fff;
}

#comments-list .comment-meta {
	font-size: 10px;
	margin: 0 0 18px 0;
	padding: 0 0 0 0px;
	color: #999999;
}

#comments-list .comment-meta a {
	color: #999999;
}

#comments li p {
	margin: 0;
	padding: 0 0 18px 0;
}

.comment-author {
	font-weight: bold;
	color: #4F4F4F;
}

.comment-author a {
	font-weight: bold;
	color: Black;
	text-decoration: underline;
}

#trackbacks-list .comment-author {
	margin: 0 0 18px 0;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}

#trackbacks-list .comment-author a {
	font-size: 11px;
	font-weight: bold;
	color: Black;
}

#respond {
	border-top: 1px solid Black;
	width: 490px;
	margin: 0 auto;
	padding: 17px 0 0 2px;
}

#respond h3 {
	padding-top: 18px;
}

#respond form {
	padding: 0 0 36px 0;
}

#respond #form-section-author {
	width: 196px;
	float: left;
}

#respond #form-section-author input {
	width: 196px;
}

#respond #form-section-email {
	width: 270px;
	float: left;
	margin-left: 10px;
}

#respond #form-section-email input {
	width: 270px;
	margin-left: 10px;
}

#respond #form-section-url {
	width: 486px;
	float: left;
}

#respond #form-section-url input {
	width: 486px;
}

#respond .form-label {
	font-size: 10px;
	float: left;
}

#respond .form-input input {
	margin: 0 0 14px 0;
	float: left;
}

#respond textarea {
	width: 100%;
	margin: 0 0 16px 0;
	float: left;
}

#respond .form-submit {
	float: right;
}

p.subscribe-to-comments {
	width: 260px;
	float: left;
}

p.subscribe-to-comments label {
	
}

p.comment_license {
	clear: both;
	margin: 0;
}

p.solo-subscribe-to-comments {
	clear: both;
	margin: 0;
}

p.solo-subscribe-to-comments:first-line {
	font-style: italic;
}

/*input#solo-subscribe-email {
    width:220px;
    margin:9px 0;
}*/

#respond .required {
	font-weight: bold;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
	margin: 10px 0 36px;
}

#author-info p:first-line {
	font-weight: bold;
}

#author-info .avatar {
	float: left;
	width: 72px;
	height: 72px;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #B5D1EA;
	position: relative;
	top: 4px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0px 0 36px 0;
	overflow: hidden;
	width: 500px;
	clear: both;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

#nav-above,#nav-below {
	width: 500px;
}

#nav-above {
	margin: 18px 0 36px 0;
}

.home #nav-above, .single #nav-above {
	display: none;
}

.paged #nav-above {
	display: block;
}

/* =Images
-------------------------------------------------------------- */

/*  Remember the baseline   */

.noindent {
	text-indent: 0px;
}

.noindent p {
	text-indent: 0px;
}

.entry-content img {
	border: 1px solid #dadada;
	padding: 1px;
	overflow: visible;
	visibility: visible;
	text-indent: 0px;
	float: left;
	margin-bottom: 18px;
}

img.quote {
        display:inline;
        border:none !important;
}

img.alignleft,img.align-left {
	float: left;
	margin: 7px 20px 10px 0;
}

img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left: 20px;
}

img.center {
	display: block;
	float: none;
	clear: both;
	margin: 0 auto;
}

img.alignnone {
	display: block;
	float: none;
	clear: both;
}

.img-full {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 5px;
}

.img.drop {
	margin-top: 10px;
}

.wp-smiley {


/* Prevent the smileys from breaking line-height */
	max-height: 12px;
}

.entry-content img.noborder {
	border: none;
	margin-top: 18px;
}

.entry-content a img.noborder {
	text-decoration: none;
	border-bottom: none;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

#secondary ul {
	margin: 0!important;
	list-style: none !important;
}

#secondary ul ul {
	margin: 0!important;
	list-style: none !important;
}

#secondary ul li {
	margin: 0!important;
	list-style: none !important;
}

#secondary ul ul li {
	margin: 0!important;
	list-style: none !important;
}

.aside ul {
	margin: 0;
	list-style: none;
	padding: 0.5em 5px 0.5em 0;
}

.aside li {
	list-style: none;
	text-indent: 0;
}

.aside h3 {
	font-size: 14px;
	font-weight: bold;
}

.aside ul ul {
	list-style: none !important;
	margin: 0 0 18px 13px;
}

.aside ul li {
	list-style: none !important;
}

.aside ul ul li {
	list-style: none!important;
	border-bottom: 1px solid #E7E7E7;
	

/*margin-left: -3px;*/
	padding: 0.5em 5px 0.5em 0;
}

.aside ul ul ul {
	margin: 0 !important;
}

/* Begin Calendar styles */

.aside table {
	border-top: 1px solid #e0e0e0;
	margin: 0 0 8px 0;
}

.aside th {
	border-left: 1px solid #e0e0e0;
}

.aside tr {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	line-height: 35px;
}

.aside td {
	border-left: 1px solid #e0e0e0;
	padding: 0 10px
}

.aside caption {


/* Make the caption match h3 styles */
    font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 9px 0;
}

.aside tfoot tr {
	border: none;
	line-height: 36px;
}

.aside tfoot td {
	border: none;
	padding: 0;
}

.aside #next {
	text-align: right;
}

.aktt_tweets ul li{
        color: dimGray;
}

/* End Calendar styles */

/* Begin Search styles */

.aside form {
	margin: 4px 0 10px 0;
}

/* End Search styles */

/* Begin RSS widget styles */

/* I think I'm going to have to reset some stuff in functions.php for the RSS widget. It sucks for styling. */

/* End RSS widget styles */

#content .widgetcontainer {
	border-top: 1px solid #e0e0e0;
	padding: 35px 1px 18px 1px;
	margin: 18px 0 36px 0;
}

#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
	border-top: none;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 1px 53px 1px;
	margin: 0 0 36px 0;
}

#content .aside:first-child .widgetcontainer:first-child {
	padding-top: 18px;
}

.page #content .aside:first-child .widgetcontainer:first-child {
	padding-top: 0;
}

#content .aside h3 {
	font-size: 24px;
	line-height: 26px;
	padding: 8px 0 20px 0;
	font-weight: bold;
}

#single-bottom .widgetcontainer {
	border-top: none;
}

.main-aside {
	
}

.main-aside h3 {
	padding: 17px 0 1px 0;
}

.main-aside ul ul {
	margin: 0 0 18px 0;
}

.main-aside ul ul ul {
	margin: 0;
}

.sub-aside h3 {
	
}

#footer .widgetcontainer {
	padding: 0 1px;
	margin: 0 0 18px 0;
}

#footer .widgetcontainer ul {
	margin: 0 0 0 13px;
}

#footer .widgetcontainer ul ul {
	
}

#about {
	color: #696969;
	line-height: 175%;
}

#about h3 {
	color: Black;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	background: Black;
	color: #fff;
	padding: 15px 0 15px 40px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid white;
}

#subsidiary .aside {
	margin-bottom: 18px;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
	margin: 0 0 0 0;
	line-height: 36px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	color: #000 !important;
	background: #transparent !important;
	border: 1px solid #e0e0e0 !important;
}

.wp-pagenavi a:hover {
	color: #000 !important;
}

.wp-pagenavi span.pages {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.wp-pagenavi span.current {
	border: 1px solid #e0e0e0 !important;
}

.wp-pagenavi span.extend {
	margin: 0 !important;
}

/* Use !important to override PageNavi CSS */

.editComment, .editableComment, .textComment {
	display: inline;
}

.comment-childs {
	border: 1px none #999;
	margin: 15px 0;
	padding: 10px 2px 15px 20px;
	border-top: 1px solid #e7e7e7;
}

.chalt {
	
}

#newcomment {
	border: 1px dashed #777;
	width: 90%;
}

#newcommentsubmit {
	color: #999;
}

.adminreplycomment {
	border: 1px dashed #777;
	width: 99%;
	margin: 4px;
	padding-left: 15px;
}

.mvccls {
	color: #999;
}

.social {
        height:20px;
        width:600px;
}
.socialitem {
        float:left;
}
