
..loading

*/
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=0, FinishedOpacity=0)}
body {
background: $bgColor;
margin: 0;
padding: 0px;
font: x-small Verdana, Arial;
text-align: center;
color: $textColor;
font-size:11pt;
}
a:link {
color: $linkColor;
}
a:visited {
color: $linkColor;
}
a img {
border-width: 0;
border: 0;
}
img {
border-width: 0;
border: 0;
}
body img {
border-width: 0;
border: 0;
}
/*??qCSS*/
.hl{
line-height:22px;
padding:4px 2px 2px 0px;
letter-spacing:1px;
background:url(http://neotemplate.googlecode.com/files/underline_hl.gif) repeat-x bottom
}
.cyc{
line-height:22px;
padding:4px 2px 2px 2px;
letter-spacing:0px;
background:white url(http://neotemplate.googlecode.com/files/underline_cyc.gif) repeat-x bottom
}
CODE {
display: block; /* fixes a strange ie margin bug */
font-family: Courier New;
font-size: 8pt;
overflow:auto;
background: #f0f0f0 url(http://neotemplate.googlecode.com/files/Code_BG.gif) left top repeat-y;
border: 1px solid #ccc;
padding: 10px 10px 10px 21px;
max-height:200px;
line-height: 1.2em;
}
.post blockquote {
background-position:-10px -7px;
background: url("http://neotemplate.googlecode.com/files/quote.png") 5% no-repeat #FFF8DD;
border: 1px dashed #FFC600;
margin: 20px 10;
padding: 0 20px 0 50px;
background: url("http://neotemplate.googlecode.com/files/quote.png") 5% no-repeat #FFF8DD;
}
.post blockquote p {
background-position:-10px -7px;
border: 1px dashed #FFC600;
margin: 20px 10;
padding: 0 20px 0 50px;
background: url("http://neotemplate.googlecode.com/files/quote.png") 5% no-repeat #FFF8DD;
}
#outer-wrapper {
font: $bodyFont;
margin-top: -35px;
}
/* Header
----------------------------------------------- */
#header-wrapper {
margin:0;
padding: 0;
background-color: $headerCornersColor;
text-align: left;
}
#header {
width: 950px;
margin: 0 auto;
background-color: $headerBgColor;
border: 1px solid $headerBgColor;
color: $headerTextColor;
padding: 0;
font: $headerFont;
}
h1.title {
padding-top: 55px;
margin: 0 14px .1em;
line-height: 1.2em;
font-size: 100%;
}
h1.title a {
color: $headerTextColor;
text-decoration: none;
}
#header .description {
display: block;
margin: 0 14px;
padding: 0 0 40px;
line-height: 1.4em;
font-size: 50%;
}
/* Content
----------------------------------------------- */
.clear {
clear: both;
text-align: center;
}
#content-wrapper {
width: 950px;
margin: 0 auto;
padding: 0 0 5px;
text-align: left;
background-color: $mainBgColor;
border-top: 2px solid $borderColor;
}
#main-wrapper {
border: 1px solid #c3d9ff;
margin-left: 10px;
margin-top: 10px;
padding-right: 10px;
padding-left: 10px;
width: 560px;
float: left;
background-color: $mainBgColor;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
#main-wrapper img {
border: 0 #ffffff;
border-width: 0;
}
}
#sidebar-main-wrapper {
margin-right: 10px;
margin-left: 5px;
margin-top: 10px;
padding-right: 10px;
padding-left: 5px;
width: 310px;
float: right;
background-color: $mainBgColor;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper-left {
width: 125px;
float: left;
background-color: $mainBgColor;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper {
width: 175px;
float: right;
background-color: $mainBgColor;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#footer1 {
width: 300px;
float: left;
margin-left: 10px;
padding-right: 10px;
background-color: $mainBgColor;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#footer2 {
width: 380px;
float: left;
padding-right: 10px;
background-color: $mainBgColor;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#footer1 a{
text-decoration:none;
*/
}
#footer3 {
width: 200px;
float: left;
margin-left: 10px;
padding-right: 10px;
background-color: $mainBgColor;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
/* Headings
----------------------------------------------- */
h2, h3 {
margin: 0;
}
/* Posts
----------------------------------------------- */
#content-wrapper .widget h2 {
margin: 1.6em 0 .5em;
padding: 4px 5px;
background-color: $sidebarTitleBgColor;
font-size: 100%;
color: $sidebarTitleTextColor;
}
.date-header {
margin: 1.5em 0 0;
font-weight: normal;
color: $dateHeaderColor;
font-size: 100%;
}
.post {
margin: 0 0 1.5em;
padding-bottom: 1.5em;
}
.post-title {
margin: 0;
padding: 0;
font-size: 125%;
font-weight: bold;
line-height: 1.1em;
}
.post-title a, .post-title a:visited, .post-title strong {
text-decoration: none;
color: $textColor;
font-weight: bold;
}
.post div {
margin: 0 0 .75em;
line-height: 1.3em;
}
p.post-footer {
margin: -.25em 0 0;
color: $mainBgColor;
font-size: 83%;
}
.post-footer .span {
margin-right: .3em;
}
.comment-link {
margin-left: .3em;
}
.post img {
padding: 4px;
border: 1px solid $borderColor;
}
.post blockquote {
margin: 1em 20px;
}
.post blockquote p {
margin: .75em 0;
}
/* Comments
----------------------------------------------- */
#comments-block .comment-author {
margin:.5em 0;
padding: 0 20px 0 20px;
color: #ffffff;
background: #6a8cca;
}
#comments-block .comment-body-author {
margin:.25em 0 0;
padding: 0 20px 0 20px;
background: #c3d9ff;
}
#comments h4 {
margin: 1em 0;
color: $dateHeaderColor;
}
#comments h4 strong {
font-size: 110%;
}
#comments-block {
margin: 1em 0 1.5em;
line-height: 1.3em;
}
#comments-block dt {
margin: .5em 0;
}
#comments-block dd {
margin: .25em 0 0;
}
#comments-block dd.comment-footer {
margin: -.25em 0 2em;
line-height: 1.4em;
font-size: 78%;
}
#comments-block dd p {
margin: 0 0 .75em;
}
.deleted-comment {
font-style:italic;
color:gray;
}
.feed-links {
clear: both;
line-height: 2.5em;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
/* Sidebar Content
----------------------------------------------- */
.sidebar h2 {
margin: 1.6em 0 .5em;
padding: 4px 5px;
background-color: $sidebarTitleBgColor;
font-size: 100%;
color: $sidebarTitleTextColor;
}
.sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
.sidebar li {
margin: 0;
padding: 0 0 .5em 15px;
text-indent: -15px;
line-height: 1.5em;
}
.sidebar {
color: $textColor;
line-height:1.3em;
}
.sidebar .widget {
margin-bottom: 1em;
}
.sidebar .widget-content {
margin: 0 5px;
}
/* Profile
----------------------------------------------- */
.profile-img {
float: left;
margin: 0 5px 5px 0;
padding: 4px;
border: 1px solid $borderColor;
}
.profile-data {
margin:0;
text-transform:uppercase;
letter-spacing:.1em;
font-weight: bold;
line-height: 1.6em;
font-size: 9pt;
}
.profile-datablock {
margin:.5em 0 .5em;
}
.profile-textblock {
margin: 0.5em 0;
line-height: 1.6em;
}
/* Footer
----------------------------------------------- */
#footer-wrapper {
background-color: $footerColor;
text-align: center;
color: $footerTextColor;
margin:0;
padding: 0;
clear: both;
font-size:9pt;
}
#footer {
width: 950px;
margin: 0 auto;
padding: 0;
clear: both;
text-align: center;
border-top: 0;
font-size:9pt;
}
#footer h2{
background-color: $footerTitleBGColor;
text-align: center;
color: $footerTitleColor;
font-size:9pt;
}
#footer .widget {
padding-top: 20px;
font-size: 9pt;
line-height: 1.5em;
text-align: canter;
}
#claim {
margin:0;
padding: 5px 0 5px 0;
background-color: $headerBgColor;
text-align: center;
color: $headerTextColor;
}
.breadcrumbs {
border-bottom:1px dotted;
margin:1em 0 1em 0;
padding:1em 0 1em 0;
}
#claim a {
color: $linkColor;
}
body#layout #header {
margin-top: 35px;
margin-left: 0px;
margin-right: 0px;
width: 760px;
}
body#layout #footer {
margin-left: 0px;
margin-right: 0px;
width: 760px;
}
body#layout #content-wrapper {
margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
width: 760px;
}
body#layout #main-wrapper {
margin-left: 0px;
margin-right: 0px;
width: 400px;
}
body#layout sidebar-main-wrapper {
margin-left: 0px;
margin-right: 0px;
width: 200px;
}
body#layout #sidebar-wrapper-left {
margin-left: 0px;
margin-right: 0px;
width: 120px;
}
body#layout #sidebar-wrapper {
margin-left: 0px;
margin-right: 0px;
width: 160px;
}
]]>