/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
body {
  background: url(library/media/images/bg.jpg) no-repeat top center #eee;
  font-family: Arial, Helvetica, sans-serif;
  color: #2a2a2a;
}
.sprite {
  background: url(library/media/images/sprite.png) no-repeat 0 0;
}
table, td, th { vertical-align: top; border: none; line-height: inherit; }
table { padding: 0; }
.size-medium { margin: 0 0 0 40px; }
.clear { clear: both; }
a:link, a:visited { text-decoration: none !important; color: #f1100d !important; }
a:active, a:hover { text-decoration: underline !important; color: #f1100d !important; }
h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  font-weight: normal;
}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; margin: 0 0 10px 0; }
h5 { font-size: 14px; }
.container {
  margin: 0 auto;
}
.header {
  width: 960px;
  height: 123px;
  position: relative;
}
a#logo {
  position: absolute;
  top: 15px;
  left: 19px;
  display: block;
  text-indent: -9999px;
  width: 217px;
  height: 73px;
}
a#clientlogin {
  position: absolute;
  top: 12px;
  right: 45px;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none !important; 
  color: #2a2a2a !important;
}
a:hover#clientlogin {
  text-decoration: none;
  text-decoration: none !important; 
}
li.page-item-2, li.page-item-1050 {
  font-size: 18px;
  margin: 0 5px;
  padding: 6px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
ul.nav {
  margin:0 0 30px 69px;
  width:891px;
}
ul.nav li ul li a { font-size: 14px !important; }
.nav ul { border: none; margin: 4px 0 0 0; z-index: 10; }
.nav li { position: relative; z-index: 10; }
.nav {
  border: none;
  background: none;
}
.nav a { padding: 6px 10px; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background: none; }
.nav a:link, .nav a:visited {
  border: none;
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 5px;
  text-decoration: none !important; 
  color: #2a2a2a !important;
}
.nav a:hover, .nav a:active {
  background: none;
  text-decoration: none !important;
}
li.current_page_item a:link, li.current_page_item a:visited {

}
.featured { z-index: 0; }
#primary { position: relative; z-index: 0; }
.hfeed { width: 690px; }
.aside { width: 230px; margin: 0 0 0 40px; }
.sideblog {
  width: 210px !important;
}
.homepage {
  width: 690px;
}
.blog {
  width: 710px !important;
}
#featured {
  border-bottom: 1px solid #a5a6a8;
  padding: 0 0 25px 0;
  margin: 0 0 26px 0;
}
.category-blog { border-bottom: 1px solid #a5a6a8; padding: 0 0 25px 0; }
.category-work  { border-bottom: 1px solid #a5a6a8; padding: 0 0 25px 0; }
ul#workposts .category-work { border: none; padding: 0; }
.column2 {
  float: left;
  width: 230px;
  margin: 0 0 0 40px;
}
.fullpage {
  width: 960px;
}
.widget { margin: 0; }
.twitterfeed {
  border-bottom: 1px solid #a5a6a8;
}
.homecolumn2 .widget_twitter {
  border-bottom: 1px solid #a5a6a8;
  margin: 0 0 40px 0;
}
.twitterfeed h3, .homecolumn2 h3 { margin: 0 0 20px 0; padding: 0; }
.twitterfeed h3 a, .homecolumn2 h3 a {
  color: #2a2a2a;
}
.twitterfeed h3 a:hover, .homecolumn2 h3 a:hover {
  color: #2a2a2a;
  text-decoration: none;
}
.twitterfeed ul, .homecolumn2 ul {
  margin: 0;
  padding: 0;
}
.twitterfeed ul li, .homecolumn2 ul li {
  list-style: none;
  margin: 0 0 25px 0;
}
a.timesince { display: block; font-size: 10px; font-style: italic; }
.footer {
  border-top: 1px solid #a5a6a8;
  padding: 25px 0 0 0;
  font-size: 10px;
  position: relative;
}
ul#social {
  list-style: none;
  position: absolute;
  top: 18px;
  right: 0;
  margin: 0;
  padding: 0;
}
li.facebook {
  float: left;
  width: 29px;
  height: 29px;
  background-position: -58px 0;
  margin: 0 0 0 10px;
}
li.twitter {
  float: left;
  width: 29px;
  height: 29px;
  background-position: -29px 0;
  margin: 0 0 0 10px;
}
li.vimeo {
  float: left;
  width: 29px;
  height: 29px;
  background-position: 0 0;
  margin: 0 0 0 10px;
}
li.rss {
  float: left;
  width: 29px;
  height: 29px;
  background-position: -87px 0;
  margin: 0 0 0 10px;
}
a#sociallinks {
  height: 29px;
  width: 29px;
  display: block;
}
li.facebook:hover, li.twitter:hover, li.rss:hover, li.vimeo:hover { cursor: pointer; }
a#sociallinks:hover { text-decoration: none !important; }
ul#workposts {
  margin: 0;
  padding: 0;
}
ul#workposts li {
  list-style: none;
  float: left;
  margin: 0 20px 20px 0;
}
.fancybox-title-inside { font-weight: bold; text-transform: uppercase !important; }
.boxgrid{  
width: 300px;  
height: 203px;  
float:left;  
background:#161613;  
overflow: hidden;  
position: relative;  
}  
.boxgrid img{  
position: absolute;  
top: 0;  
left: 0;  
border: 0;  
}
.boxcaption{  
float: left;  
position: absolute;  
padding: 0 0 0 10px;
background: #eee;  
height: 100px;  
width: 290px;  
opacity: .8;  
/* For IE 5-7 */  
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
/* For IE 8 */  
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
}
.caption .boxcaption {  
top: 171px;  
left: 0;  
}

.lgboxgrid{  
width: 690px;  
height: 400px;  
float:left;  
overflow: hidden;  
position: relative;
}  
.lgboxgrid img{  
position: absolute;  
top: 0;  
left: 0;  
border: 0;  
}
.lgboxcaption{  
float: left;  
position: absolute;  
padding: 0 0 0 10px;
background: #eee;  
height: 100px;  
width: 690px;  
opacity: .8;  
/* For IE 5-7 */  
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
/* For IE 8 */  
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
}
.lgcaption .lgboxcaption {  
top: 367px;  
left: 0;  
}
input, textarea, button { font-family:Arial,Helvetica,sans-serif; }
input.search { width: 210px; margin: 0 0 10px 0; }
button.search-btn, button#submit, .cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
background:none repeat scroll 0 0 #F1100D !important;
border:1px solid #999999 !important;
color:#EEEEEE !important;
cursor:pointer;
padding:2px 10px;
text-transform:lowercase !important;
}
.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton { font-size: 12px !important; }
button.search-btn:hover, button#submit:hover, .cform input.backbutton:hover, .cform input.resetbutton:hover, .cform input.sendbutton:hover { background: #eee !important; color: #f1100d !important; }
#secondary ul { list-style: none; margin-left: 0; }
ul#recentcomments, #recent-posts-3 ul { list-style: square; margin-left: 15px; }
#secondary ul.tweets li { margin-bottom: 15px; }
.entry-title, .entry-title a { font-size: 18px; }
.avatar { display: none; }
ol.comment-list { margin: 0; }
li.comment {
  border-bottom: 1px solid #a5a6a8 ;
  padding: 0 0 20px 0;
}
textarea#comment, #comment-form .form-section input { width: 450px; margin-right: 0; }
textarea#comment { height: 125px; margin: 8px 0; }
.form-section label { display: block; margin: 0 0 5px 0; }
.entry-meta, .comment-feed-link { font-size: 11px; }
a.morelink {
 font-style: italic;
}
.recent_with_excerpt p {
  display: inline;
}
.recent_with_excerpt { margin: 0 0 40px 0; }
abbr[title], acronym[title], dfn[title] { border: none; cursor: auto; }

.cform {
  width: 690px !important;
  margin: 10px 0 0 0 !important;
}
.cform label { text-align: left !important; }
span.reqtxt, span.emailreqtxt { font-size: 11px !important; color: #f1100d !important}
.cform textarea, .cform input { width: 450px !important; }
.linklove { display: none !important; }
.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton { width: 100px !important; }
p.cf-sb { text-align: left !important; margin-left: 95px !important;  }
div.cf_info { width: 394px !important; text-align: center !important; }
ul#footerlinks {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#footerlinks li {
  list-style: none;
  display: inline;
  margin: 0 8px 0 0;
  border-right: 1px solid #a5a6a8;
  padding: 0 8px 0 0;
}
li.page-item-296 {
  border-right: none !important;
}

div.menu li.page-item-1133 {
	margin-left: 15px !important;
}

input#submitbutton, input#addcartone {
  border: none;
  background: none;
  padding: 0;
}
#map {
  width: 596px;
  height: 450px;
  margin: 0;
  border: 2px solid #333;
}
#kcmappic {
	margin-bottom: 40px;	
}