/*
Theme Name: ddoxa
Theme URI: http://www.ddoxa.com/
Description: A theme for ddoxa.com.
Version: 1.0
Author: Ivan Ferjančič & Žiga Sancin
Author URI: http://www.ddoxa.com/
Tags: widescreen, custom header, fixed width, three columns, widgets

	ddoxa v1.0
	http://www.ddoxa.com
	Copyright 2009 Ivan Ferjančič & Žiga Sancin.

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
	text-align: center;
	background: #FFF url('images/bg.png');
}

a, a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
}

img {
    border: none;
}

.clear {
    clear: both;
}

textarea {
    width: 420px;
    height: 150px;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    display: inline;
}

#submit, #ssubmit, #csubmit {
    background-color: #000;
    color: #FFF;
    border: none;
}

#wrapper {
    width: 1380px;
}

#header {
    margin: 0 auto;
    background-image: url('images/mainbg.png');
    width: 1034px;
}

#plus {
    margin-bottom: 13px;
    width: 1034px;
    height: 19px;
    background-image: url('images/plus.png');
}

#logo, #slogan {
    float: left;
}

#slogan {
    margin-left: 4px;
}

#upper-menu-wrapper {
    float: right;
}

#upper-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#upper-menu li {
    margin: 0;
    padding: 0;
}

#banner1 {
    width: 729px;
    height: 91px;
    margin: 19px 7px 50px 0;
    float: right;
}

#sidebar, #main, #content, #selected-designs-sidebar, #sidebar-right {
    float: left;
}

#ulwrapper {
    margin-bottom: 76px;
}

#sidebar ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 161px;
    color: #999;
    font-size: 1.6em;
    text-align: left;
}

#sidebar li {
    color: #FFF;
    width: 161px;
    background-color: #000;
    text-align: left;
}

#sidebar li.submenu {
    margin-bottom: 4px;
}

#sidebar li#sidebarmenu-last {
    margin-bottom: 0;
}

#sidebar a.show_link {
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
}

#sidebar ul li ul {
    padding: 8px 0;
}

#sidebar ul li ul ul {
    padding: 0;
    font-size: 1em;
}

#sidebar ul li ul li {
    color: #CCC;
    padding-left: 17px;
    width: 144px;
}

#sidebar ul li ul li ul li {
    color: #CCC;
    padding-left: 0;
    width: 144px;
}

#sidebar ul li ul li a {
    display: block;
    font-size: 0.6em;
    color: #CCC;
    text-decoration: none;
    font-weight: normal;
}

#sidebar ul li ul li a:hover {
    color: #FFCC00;
}

#banner2 {
    width: 161px;
    height: 601px;
}

#menubar {
    margin: 0 0 5px 12px;
    width: 1028px;
    height: 23px;
    background-color: #000;
}

#menu-wrapper {
    float: left;
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li {
    /*float: left;*/
    display: inline;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
}

#menu li a {
    float: left;
    font-size: 1.6em;
    text-decoration: none;
    padding: 0 5px;
    display: block;
}

.whitemenu a {
    color: #FFF;
    font-weight: normal;
    display: block;
}

.whitemenu a:hover {
    color: #000;
    background-color: #FFCC00;
}

#search-wrapper {
    float: right;
    margin: 3px 2px 0 0;
}

#search-text {
    float: left;
    font-size: 1.4em;
    color: #FFCC00;
    margin: -1px 2px 0 0;
}

#searchform {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}

#s {
    width: 155px;
    height: 14px;
    background-image: url('images/search_field.png');
    border: none;
    float: left;
}

#searchsubmit {
    float: left;
}

#content {
    margin-left: 12px;
    width: 850px;
    border: 6px solid #666;
    border-right: 0;
    text-align: left;
}

.inside-content {
    font-size: 1.3em;
    color: #3f3f3f;
}

.inside-content a:hover {
    color: #000;
    background-color: #FFCC00;
    text-decoration: none;
}

.front-column img {
    float: left;
}

.post {
    background-color: #FFF;
}

.front-entry, .front-entry-first {
    float: left;
    width: 302px;
    height: 291px;
    padding: 14px 0 14px 14px;
    border-top: 1px solid #666;
    background-color: #FFF;
    position: relative;
}

.inside-entry {
    padding: 14px;
}

.front-entry-first {
    border: none;
}

.postmetadata, .postmetadata-tags {
    font-size: 1.2em;
    color: #999;
    margin: 0 0 20px 0;
    padding: 0;
}

.postmetadata-single {
    float: left;
}

.postmetadata-tags {
    float: right;
}

.postmetadata a, .postmetadata-tags a {
    font-size: 1em;
    color: #999;
    text-decoration: none;
}

.postmetadata-tags {
    display: inline;
}

.postmetadata-tags a {
    font-weight: normal;
}

.timecaps {
    text-transform: uppercase;
    color: #000;
}

a.entry-title {
    font-size: 2.4em;
    color: #000;
    text-decoration: none;
}

a.entry-title:hover {
    color: #3f3f3f;
    background-color: #FFF;
}

.entry-content {
    font-size: 1.3em;
    color: #3f3f3f;
    margin: 20px 0 10px 0;
    padding: 0;
}

.entry-plus {
    position: absolute;
    top: 271px;
    left: 14px;
}

#selected-designs-sidebar {
    border: 6px solid #CCC;
    width: 160px;
}

#selected-designs-info-right {
    width: 144px;
    height: 85px;
    background-image: url('images/selected_designs_right.png');
    font-size: 1.3em;
    color: #FFF;
    text-align: left;
    padding: 8px 8px 0 8px;
    line-height: 1em;
}

#selected-designs-info-right p {
    margin: 0;
    padding: 0;
}

#selected-designs-info-right p.sd {
    font-size: 1.4em;
    font-weight: bold;
    color: #FFCC00;
    line-height: 1em;
}

.selected-design-sidebar, .selected-design-sidebar-first {
    width: 158px;
    height: 97px;
    border: 1px solid #000;
    border-top: none;
}

.selected-design-sidebar-first {
    border-top: 1px solid #000;
}

#sidebar-right {
    margin-left: 12px;
    width: 161px;
}

#banner3 {
    width: 161px;
    height: 601px;
}

#comments-wrapper {
    width: 856px;
    margin-left: 173px;
    text-align: left;
    background-color: #FFF;
}

#comment_controls {
    padding: 10px 8px 10px 35px;
}

#add_comment {
    float: left;
}

#social_wrapper {
    float: right;
}

#social_bookmarks1 {
    float: left;
    width: 100px;
}

#social_bookmarks2 {
    float: right;
    width: 100px;
}

.social_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social_list a {
    color: #666;
    text-decoration: none;
    font-size: 1.8em;
}

.social_list a:hover {
    background-color: #FFCC00;
    font-weight: bold;
    color: #000;
}

.comment {
    border-top: 1px solid #000;
    width: 782px;
    padding: 13px 37px 20px 37px;
}

ol.commentlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.comment-author, .comment-content {
    float: left;
}

.comment-author {
    width: 250px;
}

#footer {
    margin: 0 auto;
    background-image: url('images/mainbg.png');
    width: 1034px;
}

#selected-designs-footer {
    border: 6px solid #FFCC00;
}

/*#selected-designs-footer {
    height: 111px;
}

#selected-designs-inter {
	position: absolute;
	border: 6px solid #FFCC00;
}*/

.selected-design-footer, .selected-design-footer-first {
    float: left;
    width: 158px;
    height: 97px;
    border: 1px solid #000;
    border-left: none;
}

.selected-design-footer-first {
    border-left: 1px solid #000;
}

#selected-designs-info-footer {
    float: left;
    width: 155px;
    height: 91px;
    background-image: url('images/selected_designs_footer.png');
    font-size: 1.3em;
    color: #FFF;
    text-align: left;
    padding: 8px 8px 0 8px;
    line-height: 1em;
}

#selected-designs-info-footer p {
    margin: 0;
    padding: 0;
}

#selected-designs-info-footer p.sd {
    font-size: 1.4em;
    font-weight: bold;
    color: #FFCC00;
    line-height: 1em;
}

.navigation {
    width: 850px;
    height: 25px;
    background-color: #000;
}

.navigation_comments {
    width: 850px;
    height: 25px;
}

.navigation a {
    color: #FFF;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: normal;
}

.navigation a:hover {
    color: #666;
}

.alignleft {
    float: left;
    padding: 5px;
}

.alignright {
    float: right;
    padding: 5px;
}

#last5menu {
    background-color: #FFF;
    width: 1034px;
    height: 130px;
    padding-top: 10px;
}

.last5 {
    float: left;
    width: 232px;
    height: 120px;
    text-align: left;
    font-weight: bold;
    font-size: 1.6em;
    color: #FFCC00;
    padding-left: 25px;
    border-left: 1px solid #000;
}

.last5_most_commented {
    border-right: 1px solid #000;
    height: 120px;
    width: 233px;
}

.last5 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.last5 span {
    background-color: #000;
}

.last5 a {
    font-weight: normal;
    font-size: 0.8em;
    color: #999;
    text-decoration: none;
}

.last5 a:hover {
    color: #FFCC00;
}
