/*  
Theme Name: UPHEAVAL
Author: UPHEAVAL™ 
Author URI: http://upheavaldesign.com
Description: UPHEAVAL is a Web + Graphic Design firm based in Portland Oregon.
Version: 2.0
Copyright: (c) 2011 UPHEAVAL™ 
*/

@import url("type/font-face.css");

* { margin: 0; padding: 0; }

body { 
background : #242626 url("images/crinkleBG_lte2.jpg") repeat center top;
color: #a8a8a8; font: 62.5%/1.2em arial,sans-serif; text-align: center; }
#main-wrapper { display: block; margin: 0 auto; padding: 0 7px; width: 960px; text-align: left; }

/* ----------------------------------- basics */
h1, h2, h3 { font-weight: normal; }
h1 { font-size: 2.2em; line-height: 2.4em; }
h2 { font-size: 1.6em; line-height: 1.8em; }
h2.oswald { font: 40px 'OswaldRegular', Arial, sans-serif; letter-spacing: 0;}
h3 { font-size: 1.3em; line-height: 1.4em; }
h4 { font-size: 1.5em; line-height: 1em; font-weight: normal; color: #a8a8a8;}
a { color: #a8a8a8; }
  a:hover { color: #2D95FD; }
a img { border: none; }
ul, ol { list-style: none; }

/* ----------------------------------- masthead */
#leaderboard { background: url("images/upheavalTM.png") no-repeat top left; margin: 10px 0 25px 0; position: relative; height:132px;}
  #leaderboard h1 a { color: #6c6c6c; text-decoration: none; } 
#main-nav { font-size: 1.1em; margin: 10px 0 0 0; text-transform: uppercase; font-weight: bold; }
  #main-nav li { float: left;  margin-left: 2px; }
  #main-nav li a { background: transparent; color: #6c6c6c; display: block; padding: 1.1em 0; text-decoration: none; text-align: center; width: 8em; } 
  #main-nav li a:hover,
  #main-nav li.current a { background: #2D95FD; color: #f6f6f6; }
  #main-nav li.rss-now a:hover,
  #main-nav li.rss-now a { background: #2D95FD; color: #eee; }
  
/* ----------------------------------- home posts */
.home .left {  width: 607px; }
.home .main-post-bg { background: #444; display: block; height: 225px; position: relative; margin: 0 0 7px 0; width: 593px; overflow: hidden;}

.home .main-post-bg .img2 { height: 225px; position: relative; width: 593px; margin-top:-225px;
/*overflow: hidden;*/
opacity:1;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
}
.home .main-post-bg .img2:hover{
opacity: .0;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
}
.home .main-post-bg .img1 { height: 225px; position: relative; width: 593px;}


  .home .main-post-bg .title-insert,
  .home .recent-leads .title-insert { background: #232426; bottom: 0; display: block; left: 0; position: absolute; width: 100%; z-index: 101; padding: 4px 0; /* opacity - move to sep. stylesheet */ filter: alpha(opacity=85); -moz-opacity: .85; opacity:.85; }
.title-insert h2 { margin: 8px 10px 7px; line-height: 1.4em; }
  .title-insert h2 a { display: block; color: #a8a8a8; text-decoration: none; }
  .title-insert h2 a:hover { color: #2D95FD; }
.home .recent-leads { width: 607px; }
  .home .recent-leads .secondary-post-bg { background: #444; display: block; width: 293px; overflow: hidden; height: 150px; margin: 0 7px 7px 0; position: relative; }  
  
.home .recent-leads .secondary-post-bg .img2 { height: 150px; position: relative; width: 293px; margin-top:-150px;
/*overflow: hidden;*/
opacity:1;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
}
.home .recent-leads .secondary-post-bg .img2:hover{
opacity: .0;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 300ms;
}
.home .recent-leads .secondary-post-bg .img1 { height: 150px; position: relative; width: 293px;}


  .home .recent-leads .title-insert h3 { margin: 4px 7px; line-height: 1.6em; }
  .home .recent-leads .title-insert h3 a { font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif; font-size: 14px; display: block; color: #a8a8a8; text-decoration: none; }
  .home .recent-leads .title-insert h3 a:hover { color: #2D95FD; }
.home .right { width: 340px; text-align: left; }
.home .right h3 { font-weight: normal; font-size: 1.6em; color: #2D95FD; padding-left: 2px; }

/* ----------------------------------- page style */
.page .left {  width: 607px; }
.page .main-post-bg { background: #444; display: block; height: 225px; position: relative; margin: 0 0 7px 0; width: 580px; overflow: hidden; }

  .main-post-bg .post-comments,
  .secondary-post-bg .post-comments { position: absolute; top: 0; right: 7px; z-index: 102; background: #2D95FD; border: 0px solid #024D97; }    
    .post-comments a,
    .secondary-post-bg .post-comments a { font-size: 11px; color: #eee !important; display: block; height: 1.8em; line-height: 1.8em; width: 7.5em; text-decoration: none; text-align: center; text-transform: lowercase; } 
    .post-comments a:hover,
    .secondary-post-bg .post-comments a:hover { background: #024D97;}
  .page .main-post-bg .title-insert,
  .page .recent-leads .title-insert { background: #000; bottom: 0; display: block; left: 0; position: absolute; width: 100%; z-index: 101; padding: 4px 0; /* opacity - move to sep. stylesheet */ filter: alpha(opacity=85); -moz-opacity: .85; opacity:.85; }
.title-insert h2 { margin: 8px 10px 7px; line-height: 1.4em; }
  .title-insert h2 a { display: block; color: #a8a8a8; text-decoration: none; }
  .title-insert h2 a:hover { color: #2D95FD; }
.page .recent-leads { width: 607px; }
  .page .recent-leads .secondary-post-bg { background: #444; display: block; width: 293px; overflow: hidden; height: 150px; margin: 0 7px 7px 0; position: relative; }
  .page .recent-leads .title-insert h3 { margin: 4px 7px; line-height: 1.8em; }
  .page .recent-leads .title-insert h3 a { font-size: 14px; display: block; color: #2D95FD; text-decoration: none; }
  .page .recent-leads .title-insert h3 a:hover { color: #fff; }
.page .right { width: 340px; text-align: left; }
.page .right h3 { font-weight: normal; font-size: 1.6em; color: #2D95FD; padding-left: 2px; }
#short-breaker { width: 100%; margin: 21px 0 0px 0; padding: 35px 0 0 0px; border-top:4px solid #a8a8a8; }

.statement {background:#2D95FD; width: 573px; padding:20px 10px 10px 10px; overflow:hidden; margin-bottom:7px;}
.statement h2{font: 30px 'OswaldRegular', Arial, sans-serif; letter-spacing: 0; line-height: 1.5em; color: #f6f6f6; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); }
.statement p{font-size: 1.3em; line-height: 1.5em; color: #f6f6f6;}

/* ----------------------------------- entry style */
.post.single { font-size: 1.3em; line-height: 1.5em; color: #a8a8a8; width: 580px; }
  .post.single h2, .post.single h2 a { font-size: 18px; line-height: 22px; color: #2D95FD; text-decoration: none; margin-bottom:10px; }
  .post.single .entry { float: left; width: 580px; }
  .post.single .page { float: left; width: 580px; }
  .post.single .meta { border-top: 0px solid #2D95FD; color: #6c6c6c; padding: 4px 0 0 0; margin-top: 10px; float: left; width: 580px; font-size: 14px; }
    .post.single .meta a { color: #2D95FD; text-decoration: underline; }
    .post.single .meta a:hover { text-decoration: none; }
  .post.single p.blk{ color:#f6f6f6; background: #000; display:block; width: 550px; margin-top:45px; padding: 25px 15px; /* opacity - move to sep. stylesheet */ filter: alpha(opacity=50); -moz-opacity: .50; opacity:.50; }
  .post.single p{ color:#a8a8a8; width: 580px; margin:5px 0; padding: 5px 0px; line-height: 22px; }
  .post.single p a,
  .post.single li a { font-weight: bold; }
  .post.single p strong { font-weight: bold; }
  .post.single p em { font-style: italic;}
  .post.single blockquote { margin: 0 1.5em; color: #f6f6f6; }
  .post.single h3 { font-size: 16px; color: #2D95FD; margin-top: 2em; }
  .post.single ul,
  .post.single ol { margin: 1em 1.5em; }
  .post.single ul li,
  .post.single ol li { margin: 0 0 14px 0; color: #6c6c6c; line-height: 1.3em; }
  .post.single ul li { padding-left: 20px; }
  .post.single ul li strong { font-weight: bold; }
  .post.single img { float: left; display:block; margin: 4px 0px; z-index:1; position:relative;}
  .post.single img.floatleft { float: left; margin: 4px 0px 0 0; }
  .post.single img.floatright { float: right; margin: 4px 0 0 0px; }
  .post.single code { font-family: courier, fixed, monospace; font-size: 12px; background: #eee; }
  .post.single code strong { color: #000; }

.titlebox {background:#2D95FD; width: 560px; padding:10px 10px 10px 10px;}
.titlebox h2{font: 30px 'OswaldRegular', Arial, sans-serif; letter-spacing: 0; line-height: 1.5em; color: #f6f6f6; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); }
.titlebox p{font-size: 1.3em; line-height: 1.5em; color: #f6f6f6; font-weight:bold;}
#tech_icon {background:#333; width: 560px; padding:0px 10px 0px 10px;}
#tech_icon img, #tech_desc div {
	margin:10px 6px 10px 6px;
	opacity:.7;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	}
#tech_icon img:hover, #tech_desc div:hover {
	opacity:1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 100ms;
	}
#tech_desc {width: 100%; margin-top:30px;}
#tech_desc div {margin:5px; min-height:40px; color:#a8a8a8;}
#tech_desc h2{ 
  margin-left:59px;
  font: 12px 'OswaldRegular', Arial, sans-serif; letter-spacing: 1;
  }
#tech_desc p{
  margin-left:59px;  
  font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
  font-size : 10px;
  line-height : 22px;
  }
#tech_HTML5 {background: url("images/icon_HTML5.png") no-repeat top left;}
#tech_Flash {background: url("images/icon_flash.png") no-repeat top left;}
#tech_XML {background: url("images/icon_xml.png") no-repeat top left;}
#tech_WP {background: url("images/icon_wp.png") no-repeat top left;}
#tech_Photo {background: url("images/icon_camera.png") no-repeat top left;}
#tech_Video {background: url("images/icon_video.png") no-repeat top left;}
#tech_Merch {background: url("images/icon_graphics.png") no-repeat top left;}

  
/* ----------------------------------- lists */
.sidebar-wrapper { background: transparent; }
.sidebar-news { background: #f6f6f6; border: 0px solid #e9e9b4; display: block; padding: 7px; color: #555; font-size: 12px; }
  .sidebar-news a:hover { text-decoration: none; }
.sidebar-wrapper h3 { overflow: hidden; }
ul.sidebar-ul,
.related-posts ul { font-size: 1.2em; line-height: 1.4em; margin: 10px 0 0 0; width: 340px; }
  .sidebar-ul li,
  .related-posts li { background: transparent; color:#777; border-top: 1px groove #777; line-height: 1.5em; width: 340px; }
  
  .sidebar-ul li a,
  .related-posts li a { display: block; font-weight: normal; color: #888; text-decoration: none; padding: 3px 0 3px 20px; }
  .sidebar-ul li a:hover,
  .related-posts li a:hover { background: #2D95FD; color: #f6f6f6; }
  
  div.main-ul { 
  width:340px;
  margin-top:4px;
  }  
 
  ul.nav li a { 
  text-decoration: none; 
  color: #f6f6f6;
  width:340px;
  height:50px; 
  margin-bottom:4px;
  text-transform: uppercase;
  font: 30px 'OswaldRegular', Arial, sans-serif; letter-spacing: 6;
  padding:4px 10px;
  }  
  ul.nav li a:hover { 
  color: #fff;
  background:#2D95FD;
  }  
  
  #work {   
  color: #6c6c6c;
  width:340px;
  font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
  font-size : 14px;
  line-height : 22px;	
  padding:10px 10px;
  }  
  #work h2 {   
  color: #a8a8a8; 
  text-transform: uppercase;
  font: 20px 'OswaldRegular', Arial, sans-serif; letter-spacing: 6;
  padding:10px 0px;
  }  
  #work span {color:#2D95FD; margin:0 7px 0 7px;} 
  
  
  .sidebar-ul li a:hover em { color: #999; }
.related-posts h3 { display: none; }
.serve-random { font-size: 12px; color: #888; margin-top: 7px; }
  .serve-random a { color: #2D95FD; }
  .serve-random a:hover { text-decoration: none;  }

/* ----------------------------------- comments */
input,textarea { background-color : #333; color : #a8a8a8;}
#comments { margin: 21px 0; }
#comment-breaker { color: #2D95FD; display: block; width: 593px; margin: 21px 0 0px 0; padding: 35px 0 0 0px; border-top:4px solid #a8a8a8; }

  #comment-breaker h2 { font-size: 18px; }
ol.commentslist { float: left; font-size: 1.2em; line-height: 1.5em; width: 590px; }
  .commentslist li { margin-bottom: 28px; }
  .commentslist li p { margin: 0 0 1em 0; color: #6c6c6c;}
  .commentslist li blockquote { margin: 0 1.2em; font-style: italic; }
  .commentslist li ul, 
  .commentslist li ol { margin: 1em 1.5em; }
  .commentslist .author_meta { text-transform: uppercase; border-top: 0px solid #2D95FD; padding: 0px 0 0 0; margin-top: 0px; float: left; width: 75px; font-size: 11px; }
    .commentslist .author_meta a { color: #6c6c6c; text-decoration: none !important; }
    .commentslist .author_meta a:hover { text-decoration: underline !important; }
  .commentslist li.author .comment_text { background: #eee; width: 498px; border: 0px solid #ddd; }
    li.author .comment_text p { margin: 7px; }
  .commentslist .comment_text { float: right; width: 500px; overflow: auto; }
    .comment_text .comment-author { font-weight: bold; margin-bottom: 7px; }
    li.author .comment_text .comment-author { margin: 7px 0 7px 7px; }
    .commentslist .comment_text a { font-weight: bold; }

#commentform { font-size: 11px; margin-left: 0px; }
  #commentform p { margin: 0.8em 0; }
  #commentform p label { }
  #commentform #author,
  #commentform #email,
  #commentform #url,
  #commentform #comment { border: 0px solid #bbb; padding: 4px; font-family: arial,verdana,sans-serif; font-size: 12px; color: #6c6c6c; }
  #commentform #comment { width: 485px; overflow: auto; height: 225px; }
  #commentform #submit { background: #333; color: #eee; padding: 0.8em 0; width: 13em; border: none; }
  .comment-warning strong { color: #444; font-weight: bold; }
.subscribe-to-comments { font-size: 12px; color: #555; }

/* ----------------------------------- categories */
#categories { background: transparent; border: 1px solid #333; border-width: 0px 0; padding: 14px 0px; margin: 0px 0 0px;}
#categories ul { color: #999; font-size: 1.2em; line-height: 1.6em;}
#categories li { float: left;  text-align: left;  display: block; width: 150px; margin-right: 10px; }
#categories li a { color: #2D95FD; font-weight: bold; float: left; text-decoration: none; }
#categories li a:hover { text-decoration: underline; }

/* ----------------------------------- search */
.search { background: #2D95FD url("images/search-bg.jpg") no-repeat top left; display: block; width: 340px; height: 32px; }
  .search #searchForm { margin: 0 0 0 7px; }
  #searchForm input { vertical-align: middle; margin: 6px 0 0 0; }
  .search #searchForm #s { color: #666; font-size: 12px; border: 1px solid #2D95FD; padding: 1px; width: 265px; margin-right: 4px; }
  
/* ----------------------------------- footer */
  #footer {margin: 0px 0 10px 0px; position: relative; width: 940px; }
  #footer .left { width: 593px; }
  #footer a { text-decoration: none;}
  #footer a:hover { text-decoration: none; }  
  #footer span {color:#2D95FD; margin:0 7px 0 7px;}

#copyright {
	padding: 4px 10px;
}
#copyright {
    width : 573px;
    float : left;
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size : 14px;
    line-height : 22px;	
	background:#232426;
}
#copyright a {
    color:#a8a8a8;  
}
#copyright a:hover {
    color : #2D95FD; 
}

/* ----------------------------------- floats */
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.fix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.fix { display: inline-block; }
* html .fix { height: 1%; }
.fix { display: block; }
