/*
Theme Name: oregon-techawards
Theme URI:
Description: 
Version: 1.0
Author: Pop Art
Author URI:
Tags:
Text Domain:
*/

/* ### CSS RESET ### */

body,html{height:100%}html,body,div,span,p,a,applet,object,iframe,font,h1,h2,h3,h4,h5,h6,blockquote,pre,code,img,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tr,th,td,caption,tbody,tfoot,thead,abbr,acronym,address,big,cite,del,dfn,em,img,kbd,q,s,samp{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:underline}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* ### MAIN SETTINGS ### */

body{
background: #000;
color: #333333;
font:12px/18px 'Droid Serif', sans-serif;
background-image: url(../../../img/bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
}

h1,h2,h3,h4,h5,h6{
font-family: 'Nobile', arial, serif;
}

h1{
font-size:26px;
line-height: 1.2;
}

h2{
font-size:24px;
padding-top: 10px;
padding-bottom: 5px;
font-weight: bold;
text-shadow: 0px 1px 2px #555;
}

h3{
background-image: url(../../../img/ribbon3.png);
background-repeat: no-repeat;
display:block;
z-index:1000;
width:420px;
height:55px;
margin-left: -47px;
margin-top:25px;
margin-bottom:0;
padding: 8px 0 0 45px;
color:#fff;
font-size:14px;
font-weight: bold;
text-shadow: 0px 2px 2px #555;
position: relative;
}

h4{
font-size:16px;
}

a:focus{
outline:none;
}

hr{
border:0 #ccc solid;
border-top-width:1px;
clear:both;
height:0;
}

ol{
list-style:decimal;
}

ul{
list-style:none;
font-family: 'Droid Serif', arial, serif;
}

li{
color: #cc0000;
margin-left:15px;
}

li p{
color: #333333;
padding: 0;
margin: 0;
}

dl,hr,h1,h2,h4,h5,h6,ol,ul,pre,table,address,fieldset{
margin-bottom:20px;
}

p{
margin-top:0;
margin-bottom:15px;
}

a{
color:#cc0000;
text-decoration:underline;
word-wrap: break-word;
}

a:hover{
color:#cc9999;
text-decoration:underline;
}

kbd{
font-size:10px;
}

q:before,q:after{
content:"\0022";
}

dd{
margin-left:20px;
}

pre{
font-size:11px;
overflow:scroll;
}

p img{
max-width:100%;
}

.trophy{
margin: 10px 10px 0 0;
vertical-align:bottom;
}

.placeholder{
margin: 0 10px 5px 0;
vertical-align: middle;
}

.allcaps {
color:#303030;
font-weight: bold;
text-transform: uppercase;
font-size:28px;
text-shadow: 0px 1px 1px #666;
line-height: 120%;
font-family: 'Droid Serif';
letter-spacing: 1px;
}

/* ### PAGE SETTINGS ### */

#content{
border:1px solid #ddd;
margin:30px auto;
padding:0;
background-image: url(../../../img/content_bg.png);
background-repeat:repeat-y;
}

#main{
width:620px;
display: block;
}

.col-full{
margin:0 auto;
width:960px;
background: #fff;
}

.col-nav{
margin:0 auto;
width:100%;
display:block;
text-align: center;
background-image: url(../../../img/nav.png);
background-repeat: repeat-x;
box-shadow:inset 0 0 2px #000;
-moz-box-shadow:inset 0 0 2px #000;
-webkit-box-shadow:inset 0 0 2px #000;
}

.col-left{
float:left;
}

.col-right{
float:right;
}

/* ### HEADER ### */

#header{
clear:both;
background: #000;
}

#logo{
float:left;
margin:20px 0;
width:490px;
}

#logo img{
margin:20px 0 0 0;
}

#logo h1{
margin:0 0 0 20px;
}

#logo h1 a,#logo h1 a:hover{
color:#333;
text-decoration:none;
}

#logo p.description{
font-size:11px;
margin-left:20px;
}

#img {
margin:65px auto 0 auto;
float:right;
}

/* ### NAVIGATION BARS ### */

#top-nav{
float: left;
clear:both;
font-size:10px;
font-weight:normal;
text-transform:uppercase;
}

#sec-nav{
width: 960px;
clear:both;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
text-shadow: 0px 2px 4px #292929;

}

#sec-nav .current_page_item a, #top-nav .current_page_item a:hover{
color:#cc0000;
}

#sec-nav .current_page_item a, #top-nav .current_page_item {
color:#cdb229;
text-shadow: 0px 4px 6px #292929;
}

/* ### NAVIGATION CSS CLASS ### */

.nav{
display:inline-block;
line-height:100%;
margin:0;
padding:7px 6px 0;
}

.nav a{
color:#fff;
display:block;
margin:0;
padding:8px 10px;
text-decoration:none;
}

.nav a:hover{
color:#fff;
}

.nav .current a, .nav li:hover > a{
color:#fff;
}

.nav li{
float:left;
list-style:none;
margin:0 5px;
padding:0 0 8px;
position:relative;
}

.nav li:hover > ul{
display:block;
z-index:9999;
}

.nav ul{
border:1px solid #b4b4b4;
display:none;left:0;
margin:0;padding:0;
position:absolute;
top:25px;
width:185px;
}

.nav ul a{
font-weight:normal;
}

.nav ul a:hover{
background:#666 !important;
color:#fff !important;
}

.nav ul ul{
left:185px;
top:-1px;
}

.nav ul li{
float:none;
margin:0;
padding:0;
}

.nav ul li:hover a, .nav li:hover li a{
background:none;
border:none;
color:#;
}

/* ### POSTS ### */

.post,div.page{
margin-bottom:20px;
padding:30px 30px 10px 30px;
}

.post a{
text-decoration:underline;}

.post a:hover{
text-decoration:none;
}

.post-title h1,.post-title h1 a{
color:#333;
line-height:32px;
margin-bottom:10px;
text-decoration:none;
}

.post-title h1 a:hover{
color:#cc0000;
text-decoration:none;
border:none;
}

.post-title h4{
color:#333;
line-height:32px;
padding:30px;
}

.post-entry{}

.post-entry ul li{
list-style:disc;
}

.post-meta{
color:#666;
font-size:10px;
margin-bottom:20px;
text-align:right;
}

.post-meta a{
color:#666;
}

.post-meta a:hover{
color:#cc0000;
text-decoration:underline;
}

.post-meta-info{}

.post-meta-comments{
float:right;
}

.post-read-more{
margin:30px 0 20px 0;
}

.post-read-more a{
color:#333;
font-weight:bold;
text-decoration:none;}

.post-read-more a:hover{
text-decoration:underline;
}

.post blockquote{
border-left:3px solid #ccc;
font-size:13px;
font-style:italic;
margin:15px 30px 15px 10px;
padding-left:20px;
}

.post acronym,.post abbr{
border-bottom:1px dashed #999;
cursor:help;
}

.wp-caption p{
font-size:11px;
}

.sticky{
background:#fef5be;
}

div.attachment{
border:1px solid #ddd;
margin-bottom:20px;
padding:30px 30px 10px 30px;
}

p.attachment{
text-align:center;
}

.archivelist{
margin: 0 20px 40px 30px;
padding: 10px 10px 10px 0;
border: 1px solid #ddd;
}

.archivelist p{
margin: 0 0 5px 15px;
}

.archivelist ul, .archivelist li{
color: #000;
list-style-type:none;
}


/* ### COMMENTS ### */

.commentlist{
border:1px solid #ddd;margin-bottom:20px;padding: 30px 0;text-align:justify;
}

.commentlist h4{
padding:0 30px;
}

.commentlist ol{
padding-right:30px;
}

.commentlist ol li{
list-style:none;
}

.comment-meta{
font-size:12px;
margin:18px 10px 10px 0;
}

.comment-meta img{
float:left;
margin:0 10px 0 0;
}

.comment-meta span{
line-height:42px;
}

.comment-meta span.comment-name{
font-weight:bold;
}

.comment-meta span.comment-name a,.comment-meta span.edit a,.comment-meta span.permalink a{
color:#333;
text-decoration:underline;
}

.comment-meta span.comment-name a:hover,.comment-meta span.edit a:hover,.comment-meta span.permalink a:hover{
color:#cc0000;
text-decoration:underline;
}

.comment-meta span.date{
font-size:11px;
}

.comment-meta span.edit a:hover,.comment-meta span.permalink a:hover{
text-decoration:underline;
}

.comment-entry{
padding:10px 15px;
border-bottom:1px dotted #ccc;
}

.comment-entry p{
margin:0;
}

.comment-entry blockquote{
border-left:3px solid #ccc;
font-size:13px;
font-style:italic;
margin:15px 30px 15px 10px;
padding-left:20px;
}

.comment-form{
font-size:11px;
padding-top:30px;
}

.comment-form h4{
margin-bottom:18px;
padding:0 30px;
}

.comment-form a{
color:#333;
text-decoration:underline;
}

.comment-form a:hover{
color:#cc0000;
text-decoration:underline;
}

.comment-form fieldset{
padding:0 30px;
}

.comment-form input{
border:1px solid #666;
margin:2px 0;
padding: 5px;
}

.comment-form textarea{
border:1px solid #666;
height:150px;
margin:2px 0;
padding:5px;
width:98%;
}

.comment-form .notice{
color:#666;
float:right;
}

.comment-navigation{
padding:10px 30px;
}

.comment-navigation a{
color:#333;
font-size:10px;
font-weight:bold;
text-decoration:underline;
}

.comment-navigation a:hover{
color:#cc0000;
}

.comment-reply a{
color:#333;
font-size:10px;
font-style:italic;
text-decoration:underline;
}

.comment-reply a:hover{
color:#cc0000;
}

.comment-unapproved{
font-size:10px;
font-style:italic;
color:#0000cc;
}

#cancel-comment-reply a{
color:#333;
font-style:italic;
padding:0 30px;
}

#cancel-comment-reply a:hover{
color:#cc0000;
}

.nocomments{
border:1px solid #ddd;
margin-bottom:20px;
padding:30px;
}

/* ### POSTS NAVIGATION ### */

.more-entries{
padding:20px 0 40px 0;
}

.more-entries a{
color:#333;
font-weight:bold;
text-decoration:none;
}

.more-entries a:hover{
text-decoration: underline;
}

/* ### SIDEBAR ### */

#sidebar{
width:320px;
display: block;
}

/* ### WIDGETS ### */

.widget{
width:280px;
display: block;
background: #fff;
overflow: hidden;
margin: 20px;
padding: 0;
box-shadow: 2px 2px 5px #666;
-webkit-box-shadow: 2px 2px 5px #666;
-moz-box-shadow: 2px 2px 5px #666;
}

.widget_ta{
width:280px;
display: block;
background: #000;
margin: 20px 20px;
padding: 0;
overflow: hidden;
border:none;
box-shadow: 2px 2px 5px #666;
-webkit-box-shadow: 2px 2px 5px #666;
-moz-box-shadow: 2px 2px 5px #666;
}

.link, .link:hover, .link:active{
color: #fff;
text-decoration:none;
}


.widgettitle{
color: #fff;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#323232));
background: -moz-linear-gradient(top,  #5b5b5b,  #323232);
height: 25px;
font-size:15px;
letter-spacing: 1px;
padding: 10px 20px;
line-height: 1.4;
text-shadow: 0px 1px 1px #292929;
}

.widgettitle h2{
color: #fff;
}

.widgettitle a{
color: #fff;
text-decoration: none;
}

.widgetcontent{
padding:0 10px 10px 10px;
}

.widgetcontent img{
padding:5px 10px;
}

.widget li{
color: #333333;
list-style:none;
line-height: 1.4;
margin-left:10px;
margin-right:10px;
padding-bottom:10px;
border:0 #ccc solid;
border-bottom-width:1px;
clear:both;
}

.widget ul,.widget_recent_comments ul{
padding:0!important;
}

.widget ul li,.widget_recent_comments ul li{
font-size:12px;
padding-top:5px;
}

.widget ul li a:hover,.widget_recent_comments ul li a:hover{
text-decoration:underline;
}

.widget ul li ul .children{
padding-left:10px;
}

.widget select {
margin:10px 10px 20px 10px;
}

.textwidget{
margin-left:10px;
margin-right:10px;
margin-bottom:20px;
padding:10px;
}

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

.textwidget img{
display: block;
margin: 0 auto 5px auto;
}

.widgetsearchform{
margin-left:10px;
}

.icons{
width:280px;
margin: 20px 20px;
padding:10px 0px 0 0;
}

.icons img{
margin-left: 5px;
}

/* ### CALENDAR ### */

#wp-calendar{
clear:both;
font-size:12px;
width:90%}

#wp-calendar caption {
font-weight:bold;
padding:0 0 10px 0;
text-transform:uppercase;
}

#wp-calendar th,#wp-calendar td{
text-align:center;
padding:5px;
}

#wp-calendar td{
background:transparent;
}

#wp-calendar td a{
font-weight:bold;
text-decoration:none;
}

#wp-calendar td a:hover{
text-decoration:underline;
}

#wp-calendar td,table#wp-calendar th{
padding:3px 0;
}

#wp-calendar tfoot a{
color:#333;
text-decoration:underline;
}

#wp-calendar tfoot a:hover{
color:#cc0000;
}

/* ### TAG CLOUD ### */

.widget_tag_cloud .widgetcontent div{
padding:10px;
}

/* ### SEARCH ### */

#searchform{
margin:8px 0;
}

#searchform label{
display:none;
}

input#s{
border:1px solid #ddd;
color:#666;
padding:3px 0 3px 5px;
width:250px;
}

input#searchsubmit{
border:1px solid #ddd;
color:#666;
height:25px;
margin:0;
}

/* ### SPONSOR ### */

#sponsor{
background: #fff;
height:200px;
}

#sponsor p{
margin-right: 10px;
margin-top: 15px;
}

.ribbon{
background-image: url(../../../img/f_ribbon.png);
display:block;
background-repeat: no-repeat;
height:140px;
margin-left: -13px;
padding-left: 40px;
}

.discription{
padding-top: 20px;
padding-bottom: 10px;
}

#sponsor .logo {
vertical-align: middle;
padding-left: 5px;
padding-right: 5px;
}

.Box {
text-align: center;
display: block;
width: 100%;
}

.Box1 {
text-align: center;
display:block;
clear:left;
float: left;
width: 600px;
margin-top: 20px;
}

.Box2 {
text-align: center;
display:block;
float: right;
width: 300px;
margin-top: 20px;
margin-right: 13px;
border-left:1px solid #ddd;
}

.sponsor_title {
font-size: 16px;
margin-bottom: 10px;
}

.sponsor_title2 {
font-size: 14px;
color: #666;
margin-bottom: 10px;
}

.sponsor_content{
margin-top: 15px;
margin-bottom: 15px;
}

.sponsor_content2{
margin-top: 15px;
padding-bottom: 15px;
}

/* ### FOOTER ### */

#footer {
color:#fff;
background:none;
border:none;
font-size:10px;
padding-bottom:40px;
clear: left;
}

#footer p{
margin:0;
line-height:40px;
text-align:center;
}

#footer a{
color:#eee;
text-decoration:underline;
}

#footer a:hover{
color:#cc0000;
}

.copyright{
color:#999;
}

/* ### MISCELLANEOUS ### */

.alignleft{
float:left;
}

.alignright{
float:right;
}

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

.error{
background:#ffcdd1;
border-top:2px solid #e10c0c;
border-bottom:2px solid #e10c0c;
text-align:left;
padding:5px 20px;
}

.alert{
background:#fef5be;
border-top:2px solid #fdd425;
border-bottom:2px solid #fdd425;
text-align:left;
padding:5px 20px;
}

.ok{
background:#d7f7c4;
border-top:2px solid #82cb2f;
border-bottom:2px solid #82cb2f;
text-align:left;
padding:5px 20px;
}

.note{
background:#efefef;
border-top:2px solid #dedede;
border-bottom:2px solid #dedede;
text-align:left;
padding:5px 20px;
}

.info{
background:#f7fafd;
border-top:2px solid #b5d3ff;
border-bottom:2px solid #b5d3ff;
text-align:left;
padding:5px 20px;
}

.download{
background:#f7fafd;
border-top:2px solid #82cb2f;
border-bottom:2px solid #82cb2f;
text-align:left;
padding:5px 20px;
}

/* ### CLEARING FLOATS ### */

html body * dd.clear,html body * div.clear,html body * li.clear,html body * span.clear{
background:none;
border:0;
clear:both;
display:block;
float:none;
font-size:0;
height:0;
list-style:none;
margin:0;
overflow:hidden;
padding:0;
visibility:hidden;
width:0;
}

#post-2 h1, #post-6 h1, #post-8 h1, #post-10 h1, #post-12 h1, #post-14 h1, #post-40 h1 {
display:none;
}

/* ### BUTTON */

div.button{
background:url(../../../img/overlay.png) repeat-x center #faa51a;
color: #000;
text-decoration: none;
font-size: 1.1em;
text-align: center;
clear:both;
overflow:hidden;
padding: 10px;
display: block;
width: 40%;
margin:10px 0px 30px 0px;
box-shadow: 2px 2px 5px #666;
-webkit-box-shadow: 2px 2px 5px #666;
-moz-box-shadow: 2px 2px 5px #666;
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}

div.button2{
background:url(../../../img/overlay.png) repeat-x center #faa51a;
color: #000;
text-decoration: none;
font-size: 1em;
text-align: center;
clear:both;
overflow:hidden;
padding: 8px;
display: block;
width: 30%;
margin:10px 0 30px 0;
box-shadow: 2px 2px 5px #666;
-webkit-box-shadow: 2px 2px 5px #666;
-moz-box-shadow: 2px 2px 5px #666;
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
}

.button span, .button2 span {
font-size: large;
}

div.button a, div.button2 a{
color: #000;
text-decoration: none;
}

div.button:hover, div.button2:hover {
color: #000;
text-decoration: none;
background:url(../../../img/overlay.png) repeat-x center #f47c20;
}

div.button a:hover, div.button2 a:hover{
color:#000;
text-decoration: none;
}


/* ### SIDENAV ## */

ul.sidenav {
float: left;
margin: 0;
padding: 0;
width: 280px;
list-style: none;
font-size: 1em;
border-radius:5px;
}

ul.sidenav li {
position: relative;
float: left;
margin: 0;
padding: 0;
}

ul.sidenav li a{
border-top: 1px solid #3373a9;
border-bottom: 1px solid #003867;
padding: 10px 10px 10px 50px;
display: block;
color: #fff;
text-shadow: 0px 1px 2px #696969;
text-decoration: none;
width: 280px;
background: #005094 url(../../../img/arrowright.png) no-repeat 15px 12px;
position: relative; 
z-index: 2;
}

ul.sidenav li a:hover {
background-color: #004c8d;
border-top: 1px solid #1a4c76;
}

.widget_twitter .entry-meta .from-meta {
    display:none;
}

/* ### TABLE LINK ## */

.tablelink {
display: block;
width: 12px;
height: 12px;
background: url("../../../img/link.png") no-repeat 0 0;
}

.tablelink:hover
{ 
background: url("../../../img/link_h.png") no-repeat 0 0;
}

.tablelink span
{
display: none;
}

/* ### CAROUSEL ## */
.carousel {
display: block;
}