/*

Theme Name: WP Apps Theme
Theme URI: http://mu.rocketwood.com/
Description: WP Apps Theme
Version: 1.0
AUTHOR: David S. Tufts
Author URI: http://mu.rocketwood.com/
Tags: apps api php framework

*/

body {
background: #F2F2F2 url(images/bg.gif) repeat-y scroll 50% 0;
color: #000;
font-family: verdana, geneva, sans-serif;
font-size: 75%;
line-height: 125%;
margin: 0;
padding: 0;
}

h2 { font-size: 1.3em; margin: 5px 0; padding: 5px 0; }
h3 { font-size: 1.2em; margin: 5px 0; padding: 5px 0; }
h4 { font-size: 1.1em; margin: 5px 0; padding: 5px 0; }

form { margin: 0; padding: 0; }
img { border: 0; vertical-align:middle;}
em, i {font-style:italic;}
strong, bold {font-weight:bold;}

.hidden{display:none;}
/* Top part */
#header {
  background: transparent url(images/header_red_bg.png) repeat-x bottom left;
  position:relative;
  height: 65px; 
}

#header #logo { margin: 0; color: #000; }

#header #logo h3 { 
  padding: 0;
  margin: 0;
  font-size:2.4em;
  font-weight:bold;
}

#header #logo p { padding:8px 0 0 0; margin:0; font-size:0.9em; font-weight: bold; }
#header #logo a { color: #aaa; }
#header #logo a:hover { color: #333; text-decoration:none; }
#header #toprightbar { 
  float: right; 
  margin:20px 10px 0 0; 
  padding:8px; 
}

.menu {
  position:relative;
  height:30px;
  background:#333;
}

.menu ul {
  position:absolute;
  top:0;
  right:5px;
  height:30px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

.menu ul li {
  display:block;
  float:left;
  height:30px;
  line-height:30px;
  margin:0;
  padding:0;
}

.menu ul li a {
  font-size:14px;
  color:#fff;
  text-decoration:none;
  padding:0 10px;
}

#header-container {
  background-color:transparent;
}

#body-container {
  background-color:transparent;
}

#body-container {
  background-color:transparent;
}

/* News Blocks */

.newsblockfull {
width:950px; float:left; padding:0; margin:0 0 40px 0;
}

.favicon {
  background-color:transparent;
  float:left;
  padding:3px 5px;
}

.clearer { clear: both; height: 30px; }


/* Post */

.post a:hover {
text-decoration: underline;
}

.post-title {
  margin-left:10px;
}

.post-thumbnail {
  padding:10px 15px;
  vertical-align:top;
}

.post-content {
  /*padding:10px;*/
  vertical-align:top;
}

.post-content h3 {
  font-size: 1.3em;
  font-weight:normal;
  margin: 0 0 5px 0;
  padding: 10px 0 10px 15px;
}

.post-content h2 a {
text-decoration: none;
}

.post-content h2 a:hover {
text-decoration: none;
}

.post-meta {
font-size: 0.8em;
margin: 0 0 10px 15px;
}

.trailing-post-meta {
  margin:10px 0;
  text-align:right;
  padding:0 10px;
}
/*
.widgetized .post-meta {
  margin: 0 0 5px 0;
}

.widgetized h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widgetized p {
  padding: 0;
}
*/
hr {
height: 1px; 
border-style: none; 
color: #d0d0d0; 
background-color: #d0d0d0;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
padding-bottom: 30px;
}

.video-wrapper {
  background: #323232 url(images/bg-vid.gif) repeat-x 0 0;
  overflow:visible;
}

.video-wrapper .video {
  width:425px;
  margin: 0 auto;
}

/* Comments */
.commentdiv {
width:550px;
}

ol.commentlist {
color: #666;
list-style-type: none;
margin: 0;
margin-top: 1.5em;
padding: 0;
}

.commentlist li {
padding: 0.5em 1em 0.5em 0;
}

ol.trackbacklist {
color: #666;
list-style-type: none;
margin: 0;
padding: 0;
}

.trackbacklist li {
padding: 0.3em 0;
}

.trackbacklist li a{
color: #999;
font-weight: normal;
}

.alt1, .odd {
padding: 0.5em;
}

.alt2, .even {
padding: 0.5em;
}

.commentlist ul.children {
}

.commentlist ul.children li {
border: none;
list-style: none;
margin: 20px 0 0 0;
}

.bypostauthor {
}

.commentcount {
float: right;
font-size: 1.8em;
font-weight: bold;
font-style: italic;
margin-top: 5px;
}

.commentcount a {
color: #ccc;
}

.commenttext {
margin: 10px 55px 0 35px;
font-size: 1.1em;
}

.commenttext blockquote {
background: url(images/quote_comments.gif) no-repeat; 
padding-left: 25px;
}

.commentsnavigation {
padding: 30px 0;
}

.gravatar {
float: left;
margin-top: 2px;
padding-right: 10px;
}

/* Footer */
#footer {
clear: both;
color: #999;
text-align: center;
}

#bottombar {
background-color: #fafafa;
border-top: 1px solid #efefef;
clear: both;
margin: 30px 15px 0 0;
padding: 0 0 20px 0;
}

#bottombar .bottomblock {
width:290px; float:left; padding:0 0 0 20px;
}

#bottombar .last {
padding: 0;
}

#bottombar h3 {
color: #000;
font-size: 1.1em;
margin: 25px 0 0 0;
padding: 0;
}

#bottombar ul{
font-size: 0.9em;
list-style-type: none;
padding: 0;
margin: 0;
width: 298px;
}

#bottombar li {
margin: 5px 0 5px 0;
}

#bottombar li a {
color: #333;
text-decoration: none;
}

#bottombar li a:hover {
color: #666;
text-decoration: none;
}


/* Misc */
img.youtubeimage{
border: 1px solid #ccc;
padding: 7px;
margin: 15px 6px;
}

.link-rss-feed {
  padding: 0 0 0 20px;
  background: transparent url(/wp-includes/images/rss.png) no-repeat 0 50%;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */

/* wp-apps-socialbar */
div.wp-apps-socialbar { 
  margin: 0 15px; 
}

.wp-apps-socialbar ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.wp-apps-socialbar ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.wp-apps-socialbar ul li:before { content: ""; }

.wp-apps-socialbar img {
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.wp-apps-socialbar img:hover {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

/* wp-apps-socialbar */