/* Begin Reset */
* {
    margin:0;
    padding:0;
}
/* End Reset */

/* Begin Body */
body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size:0.8em;
    background: #FFFFFF url('images/bg_body.gif') repeat-x 0 0;
    color: #333;
    text-align: center;
    padding-bottom:20px;
}

#page {
    background-color: #FFF;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    text-align: left;
}
/* End Body */

/* Begin Header */
#header {
    background: transparent url('images/bg_header.jpg') no-repeat top left;
    color:#FFF;
    font-size:12px;
    font-weight:bold;
    height: 40px;
    width: 1000px;
}

#logo {
    float:left;
    width:217px;
    height:40px;
    margin:0;
    background: transparent url('images/logo.png') no-repeat left top;
}

#header ul {
    float:right;
    list-style-type:none;
}

#header li {
    display:inline;
    float:right;
    list-style-type:none;
    margin:12px 10px 0 20px;
}

#header li a {
    text-decoration:none;
    color:#FFF;
    padding:5px 10px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
}

#header li a:hover {
    background-color:#4F8BB0;
}
/* End Header */

/* Begin Content */
#content {
    margin:20px 0;
    float: left;
    width:560px;
}
#content textarea {
    width:510px;
}
/* End Content */

/* Begin Sidebar */
#sidebar {
    margin:20px 0;
    float:right;
    width:420px;
}
#sidebar h2 {
    font-size:1em;
    color:#333;
}
#sidebar ul, .widget ul {
    margin-bottom:20px;
    list-style-type: none;
}

#sidebar ul li, .widget ul li {
}
.widget ul li {
    padding:5px;
}

#sidebar .list .first, .widgettitle {
    font-weight:bold;
    border-right:0;
    border-bottom:1px solid #E9E9E9;
    border-left:0;
    padding:5px;
}
#sidebar .list li, #sidebar .widget li {
    font-size:12px;
    border-right:1px solid #E9E9E9;
    border-bottom:1px solid #E9E9E9;
    border-left:1px solid #E9E9E9;
}

#sidebar .list li a {
    display:block;
    text-decoration:none;
    padding:5px;
}
.widget a {
    text-decoration:none;
}

#categories {
    width:200px;
    float:left;
}

#recent-posts {
    width:200px;
    float:right;
}
/* End Sidebar */

/* Begin Form Elements */
#searchform {
    clear:both;
    width:420px;
    text-align: center;
    margin:0 0 20px 0;
}
/* End Form Elements */

.sprite {
    background-image:url('images/sprites.jpg');
    background-repeat:no-repeat;
    display:block;
    text-indent:-999em;
}
/* Begin Social Networks */
#sn {
    width:310px;
    height:90px;
    margin:0 auto 10px auto;
    clear:both;
}
#sn li {
    border:0;
    float:left;
    margin:0 40px;
}
#sn a {
    width:75px;
    height:90px;
}
#sn_facebook a {
    background-position: 0 -90px;
}
#sn_facebook a:hover {
    background-position: 0 0;
}
#sn_twitter a {
    background-position: -75px -90px;
}
#sn_twitter a:hover {
    background-position: -75px 0;
}
#sn_rss a {
    background-position: -150px -90px;
}
#sn_rss a:hover {
    background-position: -150px 0;
}
/* End Social Networks */

/* Begin Links */
#links {
    width:320px;
    height:110px;
    margin:0 auto 10px auto;
    clear:both;
}
#links li {
    float:left;
    margin:0 20px;
}
#thalicia a {
    width:120px;
    height:110px;
    background-position: -257px 0;
}
#tt {
    padding-top:18px;
}
#tt a {
    width:120px;
    height:59px;
    background-position: -257px -110px;
}

/* End Links */

/* Begin Footer */
#footer {
    clear: both;
    width:100%;
    height:100%;
    border-top:1px solid #032f4a;
    text-align:center;
    font-size:10px;
    background:transparent url('images/logo_grey.gif') no-repeat center center;
    padding:20px 0 0 0;
}
#footer_left {
    float:left;
    width:50%;
}
#footer_right {
    float:right;
    width:50%;
}
#signature {
    clear:both;
    color:#CCC;
    font-family:'Century Gothic', Verdana, Arial;
    font-size:14px;
    padding:5px 0 0 0;
}
/* End Footer */

a {
    color:#032f4a;
}

a:hover {
    color:#4F8BB0;
}

h1 {
}

h1 {
    font-size: 2.0em;
}
h2 {
    margin: 20px 0;
    font-size:1.6em;
}
h1 a, h2 a {
    text-decoration:none;
}

/* Begin Excerpt */
.imgtfe {
    margin:0 20px 0 0;
}
/* End Excerpt */

/* Captions */
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
    margin:20px 0;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    padding: 0 4px 5px;
    margin: 0;
}

.entry div.wp-caption {
     width: auto !important;
}
/* End captions */

.entry {
    padding-top:20px;
}

small {
    font-size: 0.85em;
    line-height: 1.5em;
}

.b {
    font-weight:bold;
}

p {
    margin:10px 0;
}

.intro {
    margin:0 0 20px 0;
}

#respond {
    background-color:#F0F0F0;
    border:1px solid #E9E9E9;
    padding:20px;
    -moz-border-radius: 5px;
}

input, textarea {
    border:1px solid #E9E9E9;
    -moz-border-radius: 5px;
    padding:5px;
}

#submit, #searchsubmit {
    background: transparent url('images/bg_header.jpg') no-repeat 0 0;
    color:#FFF;
    font-weight:bold;
    text-align:right;
}

/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;
    font-weight: bold;
    border:1px solid #E9E9E9;
    -moz-border-radius: 5px;
}
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
}

.commentmetadata {
    margin: 0;
    display: block;
    font-size: 0.85em;
    line-height: 1.5em;
}

.commentmetadata a {
    text-decoration:none;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children {
    padding: 0;
    }

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentlist li ul li {
    font-size: 1em;
}

.commentlist li .avatar {
    float: right;
    border: 1px solid #E9E9E9;
    padding: 2px;
    background: #FFF;
    -moz-border-radius: 3px;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

.bypostauthor {
    background-color:#fefc81 !important;
}
/* End Comments */






















.narrowcolumn .postmetadata {
    text-align: center;
}

.thread-alt {
    background-color: #f8f8f8;
}
.thread-even {
    background-color: white;
}

.sticky {
    background: #f7f7f7;
    padding: 0 10px 10px;
}



#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
    font-weight: normal;
}

small, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
.widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 450px;
}

.post {
    margin: 0 0 40px;
    text-align: justify;
}

.widecolumn .post {
    margin: 0;
}

.narrowcolumn .postmetadata {
    padding-top: 5px;
}

.widecolumn .postmetadata {
    margin: 30px 0;
}

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}

/* End Structure */

/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    /*list-style: none;*/
    padding-left: 10px;
    /*text-indent: -10px;*/
}

html>body .entry li {
    margin: 7px 0 8px 10px;
}

/*.entry ul li:before, #sidebar ul ul li:before {
    content: "\00BB \0020";
}*/

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
}

/*#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
}*/

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
    list-style: decimal outside;
}

/* End Entry Lists */

/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}
/* End Various Tags & Classes*/


