﻿/*  
Theme Name: OD_3.4
Theme URI: 
Description: The wordpress theme for TODC
Version: 3.4
*/

/* -----------------------------------------------
Master Style Sheet

Author:   	R.J. Kaplan | www.w3lift.com
			Ethan Neuenswander | www.stik.org
          
Version:  2.00!
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

a { text-decoration: none; }

body
{
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	color: #494949;
	background-image: url('/od/wp-content/themes/todc/img/bg.jpg');
	background-repeat: repeat-x;
}

#canvas
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
}

#canvas_bottom
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
}

#middle_info_box
{
	width: 950px;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 0;
	height: auto;
	text-align: justify;
	border-top: 4px solid #e1e1e1;
}

#middle_info_box p { padding-top: 3px; }

#middle_info_box h1 {
	font-weight: bold;
	font-size: 16px;
	color: #467f88;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

#top_box
{
	height: 30px;
	margin: 0;
	padding-top: 5px;
	background-color: #344146;
	border-bottom: 1px #e5f6f8 solid;
	text-align: right;
}

#top_box .inner {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#top_box h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 186px;
	height: 30px;
	background: #b7e4ef;
	border: 1px #e5f6f8 solid;
	border-bottom: none;
}

#top_box h1 a
{
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
	width: 180px;
	height: 29px;
	background-image: url('/od/wp-content/themes/todc_3_4/img/logo.jpg');
	background-repeat: no-repeat;	
}

#top_box h1 a span { display: none; }
#top_box h2 { display: none; }
#nav_container { padding-top: 7px; }

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

#navlist li a:hover
{
	color: #ccc;
	text-decoration: none;
}

#navlist li a
{
	color: #fff;
	text-decoration: none;
}

#navlist li a.active
{
	color: #2a6d78;
	text-decoration: none;
	background-color: #b7e4ef;
	border: 1px solid #eff8fb;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
}

	
#header_box {
	margin-top: 10px;
	padding-top: 40px;
	width: 852px;
	height: 221px;
	background-image: url('/od/wp-content/themes/todc/img/header.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 0;
	}

h2.homepage
{
	font-weight: 500;
	color: #fff;
	font-size: 33px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-left: 250px;
}

.text
{
	margin-left: 265px;
	margin-top: 8px;
	height: auto;
	width: 575px;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 0;
	padding-bottom: 0;
}

.clear
{
	clear: both;
	margin: 0;
	padding: 0;
}

#middle_canvas {
	margin-top: 15px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	}

#left {
	width: 765px;
	height: auto;
	margin: 0;
	float: left;
	margin-left: -12px;
	background: #f9f9f9;
	border: 1px #ccc solid;
	}

#right
{
	width: 180px;
	height: auto;
	float: right;
	overflow: hidden;
	background-color: #fefdf2;	
	padding: 0;
}

/*#recent_designs {
	width: 765px;
	background: #f7f7f7;
	}

*/
/* login box */
#login_box
{
	width: 180px;
	background-color: #fefdf2;
	margin-bottom: 8px;
}
#rememberme
{
	width: 20px;
	float: left;
	margin: -1px;
}
#wp-submit
{
	float: right;
	margin: 7px;
}
#rememberlabel
{
	float: left;
}
#login_box_inside
{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 0px;
	margin-bottom: 6px;
	position: relative;
	height: 175px;
}

#login_box_inside b {
	font-soze: 0.8em;
}

.general_box
{
	width: 285px;
	height: auto;
	background-color: #fefdf2;
	border: 1px solid #f9f8ee;
	margin-bottom: 5px;
}

.general_box_inside
{
	width: 260px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}

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

.profile_links li
{
	margin: 10px 0 0 0;
	padding: 0;
	width: 80px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

.profile_links img
{
	display: block;
	margin: 0 auto 3px auto;
}

.profile_links a {
	display: block;
	color: #484848;
	border: 1px #fff solid;
}

.profile_links a:hover {
	text-decoration: none;
	border: 1px #ccc solid;
}	

#side_ad
{
	width: 285px;
	height: 139px;
}

#side_ad a:link
{
	border-bottom-color: #fff;
	padding: 0;
	margin: 0;
	text-decoration: none;
}



#homepage_blog img
{
	padding: 1px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-left: 0;
	margin-right: 5px;
	margin-top: 3px;
}

#homepage_blog h3 a
{
	font-weight: bold;
	color: #165a66;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#homepage_blog h3 a:hover { text-decoration: underline; }
#main_sidebar h3 { margin: 10px 0 3px 0; }

#homepage_forum li
{
	clear: both;
}

#homepage_forum ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #f9fcff;
}

#homepage_forum ul a
{
	display: block;
	padding: 5px;
	border-top: 1px dotted #dbe8f3;
}

#homepage_forum ul a:link, #forum_list a:visited
{
	color: #2a6d78;
	text-decoration: none;
}

#homepage_forum ul a:hover
{
	background-color: #467f88;
	color: #fff;
	border-top: 1px dotted #467f88;
}

#homepage_forum ul a:hover strong {
	color: #fff;
}

#homepage_forum strong
{
	display: block;
	font-weight: normal;
	text-align: left;
	color: #666;
	font-size: 0.8em;
	font-style:italic;
}

form
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

fieldset
{
	padding: 0;
	border: none;
}

label
{
	display: block;
	padding-top: 1em;
	font-size: 12px;
}

label input, select, textarea
{
	display: block;
	margin-top: 0.25em;
}

textarea { font: inherit; }

img.home
{
	float: left;
	padding-right: 5px;
	clear: both;
	margin: 0 0 0 4px;
}

#loginform {
	position: relative;
}

.login_box_inside_text
{
	position: absolute;
	bottom: 7px;
	right: 7px;
	text-align: right;
}

.login_box_inside_text a
{
	font-size: 11px;
	color: #467f88;
	text-decoration: none;
}

.login_box_inside_text a:hover
{
	color: #467f88;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

h2
{
	font-weight: bold;
	font-size: 16px;
	color: #467f88;
	margin: 0 -6px 5px -6px;
	padding: 0 8px 0 2px;
	border-bottom: 2px solid #e1e1e1;	
}

.recent_designs_title {
	width: 95%;
	height: 20px;
	color: #333;
	padding-top: 5px;
	margin-left: 0px;
	font-weight: bold;
	}

#recent_designs_layout { margin-left: 15px; }

/* recent designs and recent designs hover */
#recent_designs_layout li
{
	width: 160px;
	border: solid #CCC;
	border-width: 1px 1px 1px 1px;
	background: #FFF;
	padding: 5px;
	text-align: center;
	float: left;
	display: inline;
	margin: 6px;
}

#recent_designs_layout img { border: 1px solid #EEE; }
#recent_designs_layout img a { border: none; }

a.thumbnail
{
	display: block;
}

.thumbnail .screenshot {
	position: relative;
	display: block;
	height: 124px;
}

.thumbnail .screenshot img.thumb {
	display: block;
	position: absolute;
	height: 120px;
	width: 160px;
	top: 0px;
	left: -1px;
}

.thumbnail .screenshot:hover img.thumb { 
}

.thumbnail .screenshot .hover{ 
	display: block;
	height: 122px;
	background: #fff;
	/* opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: .7; */
	text-decoration: none;
	text-align: center;
}

.thumbnail .screenshot:hover .hover { 
	display: block;
}


.thumbnail h5 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 1em;
}

.thumbnai, p.desc {
	height: 90px;
	overflow: hidden;
	font-size: 0.8em;
	color; #373737;
}

a.thumbnail:hover { 
	text-decoration: none;
	border: none;	
}


a.thumbnail:hover .hover {
	display: block;
	color: #494949;
	width: 320px;
	position: absolute;
	margin-top: -100px;
	margin-left: -100px;
	background: #fff;
	z-index: 5;
	border: solid #CCC;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

a.thumbnail .cont {
	display: block;
	position: relative;
	z-index: -1;
}


a.thumbnail .hover img
{
	display: inline;
}


.hover .title
{
	display: block;
	text-align: center;
	font-size: 1.2em;
	margin: 5px 0;
}

.hover .p
{
	display: block;
	margin: 7px;
}

.hover .image {
	display: block;
	height: 240px;
	width: 320px;
	
}

.hover .center { text-align: center; }

.hover .link
{
	font-weight: bold;
	color: #467f88;
	text-decoration: underline;
}







#footer
{
	width: 950px;
	height: 125px;
	margin-top: 10px;
	background-color: #f9fcff;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li
{
	width: 290px;
	height: 100px;
	background: #fff;
	padding: 5px;
	margin-right: 25px;
	position: relative;
	text-align: center;
	float: left;
	display: inline;
}

#footer li.last {
	margin-right: 0;
}

#footer img { border: none; }
#footer img a { border: none; }

span.right
{
	float: right;
	clear: both;
	font-size: 12px;
}

span.right a { color: #467f88; }
span.right a:hover { text-decoration: underline; }

#copyright
{
	margin-top: 10px;
	border-top: 2px solid #ccc;
	padding-top: 5px;
	font-size: 11px;
	margin-bottom: 15px;
}

#copyright a
{
	padding-right: 8px;
	display: inline;
	margin: 0;
}

#inner_header_box
{
	width: 950px;
	height: 25px;
	background-color: #2b3443;
	margin-top: 10px;
}

#main_content
{
	width: 558px;
	height: auto;
	margin-right: 5px;
	float: left;
	margin-top: 10px;
	line-height: 22px;
}

#main_content_user
{
	width: 945px;
	height: auto;
	margin-right: 5px;
	float: left;
	margin-top: 10px;
	line-height: 22px;
}

.main_white_bg
{
	background-color: white;
	padding: 5px;
	width: 540px;
	margin-top: 8px;
	border: 1px solid #fff;
	text-align: justify;
}

#main_sidebar
{
	width: 286px;
	height: auto;
	background-color: transparent;
	float: right;
	margin-top: 38px;
}

#blog_sidebar_info
{
	height: auto;
	width: auto;
	margin-top: 10px;
	line-height: 20px;
}

#main_sidebar h2
{
	font-size: 14px;
	margin-top: 0;
	display: block;
}

#main_designs_layout
{
	margin-left: 0;
	margin-top: 8px;
	padding: 0;
}

.designs_white_bg
{
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#recent_designs_layout.main li
{
	background: #FFF;
}

/* pagination */
.navwrap {
	margin: 10px 24px 10px 20px;
	padding: 5px;
	font-size: 1.2em;	
	background: #fff;
	border: solid #CCC;
	border-width: 0px 1px 1px 0px;
}


.pagination {
	list-style: none;
	margin: 0;
	padding:0;
	text-align: right;
	display: inline;
	float: right;

}

.pagination li
{
	margin: 0;
	padding: 0 5px;
	list-style: none;
	display: inline;
}

/* general links */
a { color: #2a6d78; }
a:hover { text-decoration: underline; }
a img { border: 0; }

.alignright
{
	float: right;
	margin-right: 5px;
}

.alignleft
{
	float: left;
	margin-left: 5px;
}

#advancedform legend
{
	display: block;
	font-weight: bold;
	padding: 10px 0 2px 0;
}

#advancedform label, #advancedform input
{
	display: inline;
	padding-top: 0;
	width: auto;
}

.post
{
	margin: 10px 0 20px 0;
	border: 1px #e1e1e1 solid;
	padding: 10px;
	background: #fff;
}

#thread .post {
	margin: 0;
	padding:0;
	border: none;
	background: transparent;
}	

.post h1
{
	font-size: 1.3em;
	border-bottom: 1px #e1e1e1 solid;
	line-height: 22px;
}

.commentlist li
{
	list-style: none;
	margin: 10px;
	padding: 7px;
	border: solid #CCC;
	border-width: 0 1px 1px 0;
}

dl#about_author dt
{
	text-align: left;
	float: left;
	width: 10em;
	clear: left;
	margin: 10px 0 0 0;
	padding: 3px 0;
	text-transform: uppercase;
	color: #2b3443;
}

dl#about_author dd
{
	text-align: left;
	float: left;
	clear: right;
	width: 20em;
	margin: 10px 0 0 0;
	padding: 3px 0;
}

dl#about_author label { padding: 0; }

input[type=checkbox] { 
	}
	
#main_sidebar label input {
	}

.details {
	text-align: center;	
}

.details h1 {
	margin: 12px 0;
}

.details h2 {
	margin: 10px 0;
}

a.button {
	color: #333;
	padding: 5px;
	border: 1px #ccc solid;
	background: #d8eef6;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 10px 10px 0;;
}

a.button:hover {
	text-decoration: none;
	border-color: #666;
}

.centerimage {
	display: block;
	margin: 10px auto 20px auto;
	padding: 4px;
	background-color: #fff;
	border: 1px #ccc solid;
}


dl#design_info dt
{
	text-align: left;
	float: left;
	width: 8em;
	margin: 10px 0 0 0;
	padding: 3px 0;
	text-transform: uppercase;
	color: #2b3443;
}

dl#design_info dd
{
	text-align: left;
	float: left;
	width: 14em;
	margin: 10px 0 0 0;
	padding: 3px 0;
}

dl#design_info label { padding: 0; }

/* to be placed */

.latest, h2.latest {
	padding: 5px;
	margin: 0;
	display: inline;
	font-size: 1em;
	background: #908f8d;
	color: #000;
	border: none;
}

.box {
	margin: 10px 0px;
	padding: 5px;
	border-bottom: 4px solid #e1e1e1;
}

.mission {
	font-size: 0.9em;
	text-align: justify;
	line-height: 14px;
}

.news {
	line-height: 14px;
	font-size: 0.9em;
	text-align: justify;
}

li .selected {
	font-weight: bold;
}
.sortby
{
	float: left;
	font-size: 12px;
}
.sortby li
{
	display: inline;
	list-style-type: none;
	margin: 0 0 0 2px;
	font-size: 12px;
}
.sortby li a
{
	display: inline;
	list-style-type: none;
	font-size: 12px;
}
.sortby li a:hover
{
	text-decoration: underline;
}
#hostgator a img
{
	width: 160px;
	height: 60px;
}
#user_left
{
}
#user_right
{
}

form.topsearch {
	display: inline;
	margin: 0;
	padding: 0;
}

.innerwrap {
	padding: 10px;
}

span.tagMatches {
    margin-left: 10px;
}

span.tagMatches span {
    padding: 2px;
    margin-right: 4px;
    background-color: #344146;
    color: #fff;
    cursor: pointer;
}

table#the-list-x {
	margin-top: 30px;
	width: 750px;
	border-collapse: collapse;
}

table#the-list-x td, table#the-list-x th {
	padding: 5px;
	border: 1px #ccc solid;
}

.specialnotice {
	width: 940px;
	padding: 10px;
	margin: 15px auto;
	border: 1px #ccc solid;
	background: #f9f9f9;
}