@import url('comments.css');
/*
 ** Theme:    Definition
 ** Author:   Phoenix Zero
 ** Document: Default CSS Styles
 */
/* Javascript Disabled Message */
#js-disabled {
    float: right;
    margin-top: 7px;
    color: #AAA;
    width: auto;
}

/* Text Styles */
p {
    line-height: 20px;
}

p.margin_8 {
    margin-bottom: 8px;
}

p.margin_10 {
    margin-bottom: 10px;
}

span.gray {
    color: #CCC;
}

em {
    font-style: italic;
}

em.gray {
    color: #AAA;
}

em.lightgray {
    color: #CCC;
}

strong {
    font-weight: bold;
}

.rightalign {
    text-align: right;
}

ul {
    list-style-type: square;
    line-height: 20px;
    margin-left: 20px;
}

ol {
    list-style-type: decimal;
    line-height: 20px;
    margin-left: 30px;
}

blockquote {
    color: #CCC;
    font-style: italic;
    margin-left: 20px;
}

/* Link Styles */
a {
    color: #1bb1e9;
    text-decoration: none;
}

a:link {
    color: #1bb1e9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*
 a:visited {
 color: #658C24;
 }*/
/* Headings Styles */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 20px;
    color: #1bb1e9;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10px;
}

/* General Body Styles */
body {
    background-color: #222;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
}

#container {
    background-color: #222;
    background-image: url(../images/wood_bg.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    overflow: hidden;
}

#container-subpage {
    background-color: #222;
    background-image: url(../images/wood_bg_sub.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    overflow: hidden;
}

#center {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

/* Header */
#header {
    width: 940px;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
}

#logo {
    width: 224px;
    margin-top: 15px;
    float: left;
}

/* Main Navigation */
#nav {
    width: auto;
    height: 35px;
    margin-top: 32px;
    float: right;
}

#nav ul {
    margin-left: 0px;
    list-style-type: none;
}

#nav ul li {
    float: left;
    font-size: 14px;
    height: 32px;
    margin-left: 5px;
    width: auto;
}

#nav ul li a {
    float: left;
    color: #FFF;
    text-decoration: none;
    padding-top: 6px;
    padding-top: 9px;
    padding-left: 6px;
    padding-right: 10px;
}

#nav ul li#current {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../images/nav_hover_left.png) no-repeat scroll left top;
    float: left;
    font-size: 14px;
    height: 32px;
    padding-left: 5px;
}

#nav ul li#current a {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../images/nav_hover_right.png) no-repeat scroll right top;
    color: #FFFFFF;
    float: left;
    padding-bottom: 7px;
    text-decoration: none;
    width: auto;
}

/* Featured Content (Note: The rest of the Featured Content styles will be loaded from a separate CSS file.) */
#featured-wrapper {
    width: 940px;
    height: 350px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
}

#featured-top {
    width: auto;
    height: 22px;
    background-image: url(../images/featured_top.png);
    background-repeat: no-repeat;
}

#featured-body {
    background-image: url(../images/featured_repeat.png);
    background-repeat: repeat-y;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 18px;
    padding-bottom: 18px;
    overflow: hidden;
}

#featured-bottom {
    height: 22px;
    background-image: url(../images/featured_bottom.png);
    background-repeat: no-repeat;
}

/* Main Content */
#content {
    width: 960px;
    overflow: hidden;
    padding-top: 35px;
}

.content-divider {
    margin-top: 7px;
    margin-bottom: 10px;
    height: 1px;
    background-image: url(../images/divider.gif);
    background-repeat: repeat-x;
    font-size: 1px;
}

/* 1/3 of page-wide column */
.column {
    width: 300px;
    float: left;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

/* 2/3 of page-wide column */
.column.double {
    width: 620px;
    margin-bottom: -20px;
}

/* full page-wide column */
.column.wide {
    width: 940px;
    padding-right: 0px;
}

/* image DIV that takes up a 1/3 page-wide column's total width */
.column-image {
    width: 296px;
    height: 96px;
    background-color: #111;
    border: solid #333 1px;
    margin-bottom: 10px;
    padding: 1px 1px 1px 1px;
    overflow: hidden;
}

/* image DIV for an avatar (float left or right) */
.avatar-float-left, .avatar-float-right {
    width: 80px;
    height: 80px;
    border: solid #333 1px;
    padding: 1px 1px 1px 1px;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.avatar-float-right {
    float: right;
    margin-left: 15px;
    margin-right: 0px;
    width: 80px;
}

/* Advertisements */
.feed_rss, .ad {
    border: solid #333 1px;
    padding: 1px 1px 1px 1px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #111;
    overflow: hidden;
}

.ad {
    width: 125px;
    height: 125px;
}

.feed_rss {
    width: 280px;
    height: 125px;
}

/* Footer */
#footer {
    width: 940px;
    color: #FFF;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

#footer-wrapper {
	height: 1px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	font-size: 1px;
	margin-top: 40px;
	padding-top: 15px;
	padding-bottom: 30px;
}

/* Footer Navigation */
#nav-bottom {
    width: 350px;
    float: right;
    color: #FFF;
    font-size: 12px;
    text-align: right;
}

#nav-bottom a {
    margin-left: 15px;
    color: #FFF;
}

/* Contact Page-specific */
.textfield {
    background-color: #111;
    border: solid #333 1px;
    padding: 5px 5px 5px 5px;
    width: 290px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCC;
}

.textfield.multiline {
    height: 200px;
}

.textfield.short {
    width: 200px;
}

.textfield.short.search {
    margin-right: 10px;
}

.submit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    width: 100px;
    height: 27px;
    background-color: #333;
    border: solid #666 1px;
    padding-bottom: 3px;
}

.submit:hover {
    background-color: #111;
    border: solid #333 1px;
}

/* Portfolio Page Style 1-specific */
.portfolio-thumbnail {
    width: 136px;
    height: 136px;
    margin-bottom: 10px;
    background-color: #111;
    border: solid #333 1px;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    padding: 1px 1px 1px 1px;
    overflow: hidden;
}

.portfolio-thumbnail.last {
    margin-right: 0px;
}

.portfolio-nav {
    float: right;
    margin-top: 8px;
    margin-left: 15px;
    width: auto;
}

/* Blog Page-specific */
.download_button {
    width: 250px;
    height: 60px;
    border: solid #333 1px;
    margin: 0 auto;
}

.thumbnail-125-left {
    float: left;
    width: 125px;
    height: 125px;
    padding: 1px 1px 1px 1px;
    border: solid #333 1px;
    background-color: #111;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.thumbnail-80-left {
    float: left;
    width: 80px;
    height: 80px;
    padding: 1px 1px 1px 1px;
    border: solid #333 1px;
    background-color: #111;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.blog-entry {
    margin-bottom: 50px;
    display: block;
}

.blog-entry p {
    margin-bottom: 10px;
	text-align:justify;
}

.blog-thumbnail-right, .blog-thumbnail-left {
    float: right;
    width: 196px;
    height: 196px;
    border: solid #333 1px;
    background-color: #111;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 4px;
    padding: 1px 1px 1px 1px;
    overflow: hidden;
}

.blog-thumbnail-left {
    float: left;
    margin-left: 0px;
    margin-right: 15px;
    width: 196px;
}

.blog-details-wrapper {
    float: right;
    width: 100%;
    margin-bottom: 25px;
}

.blog-details {
    float: left;
    margin-right: 20px;
    color: #AAA;
    width: auto;
}

.blog-details img {
    margin-top: -3px;
    margin-right: 5px;
    margin-bottom: -3px;
}

/* Twitter */
#twitter_div {
    float: left;
    width: 100%;
    display: inline;
    padding-bottom: 30px;
}

#twitter_div li {
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 5px 0 5px 15px;
    background: url(../images/twitter-li.gif) no-repeat 0 7px;
    color: #FFFFFF;
    display: block;
}

#twitter_div li a {
    color: #1bb1e9;
}

#twitter_div li a:hover {
    text-decoration: underline;
}

/* social */
.social a:link, .icona a:visited, .icona a:active {
    float: left;
    width: 16px;
    height: 16px;
    text-decoration: none;
}

.social a:hover {
    filter: alpha( opacity = 50);

-moz-opacity:
    .50;

opacity:
    .50;

text-decoration:none;
}

