/*  
Theme Name: AppDope
Theme URI: http://www.appdope.com/
Description: apps all day.
Author: Morgan
Author URI: http://www.saucedigital.com/
Version: 1.0
Tags: black

*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px;
  }

a {
  color: #CC0000;
  text-decoration: none;
  }

a:hover {
  color: #CC0000;
  text-decoration: underline;
  }

blockquote {
  background: url(images/bquotes.gif) left top no-repeat;
  padding-left: 35px;
  margin: 10px 0 0 10px;
  font-style: italic;
  }

code {
  color: #555;
  }

html, body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0px auto;
  width: 940px;
  min-height: 100%;
  height: 100%;
  font-family: 'tahoma', arial, sans-serif;
  text-align: center; /* IE Centering Technique */
  /*background: #000;*/
  background: url(images/bg.png) repeat;
  }



/* Header and wrapper */


#wrapper {
  width: 940px;
  text-align: left; /* IE Centering Technique */
  background: url(images/topcurve.png) 0px 0 no-repeat;
  }

#wrapper_left {
  width: 20px;
  height: 100%;
  min-height: 100%;
  background: #FF0000;
float: left;
/*background: url(images/bg.png) repeat;*/
  }

#wrapper_right {
  width: 20px;
  height: 100%;
  min-height: 100%;
  background: #FF0000;
float: left;
/*background: url(images/bg.png) repeat;*/
  }


#headerwrapper {
  /*background: url(images/topsplatleft.png) left top repeat-y;*/
  }

#header {
  margin: 0 0px;
  padding-top: 35px;
  height: 160px;
  background: url(images/bgheader.png) left 55px repeat-x;
  }

#title {
  float: left;
  margin-left: 15px;
  width: 360px;
  display:inline;
  }
#header h1 {
  padding: 0;
  font-size: 15pt;
  }
#header h1 a {
  color: #CC0000;
  font-size: 16pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #CC0000;
  text-decoration: none;
  }
#header h3 {
  padding: 0;
  color: #fff;
  font-size: 11pt;
  }

#topright {
  color: #fff;
  font-size: 10pt;
  float: right;
  margin-bottom: 24px;
  margin-right: 15px;
  width: 468px;
  height: 60px;
  display:inline;
  }
#topright a {
  color: #CC0000;
  }


/* Menu and search */

#nav {
  clear: both;
  height: 32px;
  }

#header #searchform {
  float: right;
  margin-left: 0;
  }

#searchform {
  margin-left: 10px;
  width: 228px;
  padding-top: 7px;
  height: 28px;
  background: #ccc;
  background: url(images/bgsearch.jpg) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 8px;
  margin-bottom: 3px;
  width: 145px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#nav ul {
  list-style: none;
  width: 940px;
  }

#nav li {
  float: left;
  }

#nav li.right {
  float: right;
  }

#nav li a {
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-size: 11pt;
  color: #FFF;
  /*text-transform: uppercase;*/
  }

#nav li a:hover {
  color: #FF0000;
  text-decoration: none;
  }



#nav li.rssmenu a {
  color: #CC0000;
  }

#nav li.rssmenu a:hover {
  color: #fff;
  }


#nav2 {
  clear: both;
  height: 32px;
  }

#nav2 ul {
  list-style: none;
  width: 940px;
  }

#nav2 li {
  float: left;
  }

#nav2 li a {
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  font-size: 11pt;
  color: #363636;
  /*text-transform: uppercase;*/
  }

#nav2 li a:hover {
  color: #CC0000;
  text-decoration: none;
  }

#nav2 li.search {
  float: right;
  color: #CC0000;
  }

#nav li.search {
  float: right;
  color: #FF5555;
  }

#nav2 li.search a {
  color: #CC0000;
text-decoration: none;
  }

#nav li.search a {
  color: #FF0000;
text-decoration: none;
  }

#nav2 li.search a:hover {
  color: #000;
text-decoration: none;
  }

#nav li.search a:hover {
  color: #FFF;
text-decoration: none;
  }

/* Content */

#main {
  clear: both;
  margin: 0 0;
  width: 940px; /* Prevents IE6 miscalculation */
  background: #FFFFFF;
  }

#contentwrapper {
  width: 545px;
  float: left;
  padding-left: 5px;
  padding-right: 20px;
background: #FFFFFF;
  }
#contentwrapper_fullwidth {
  width: 880px;
  float: left;
  padding-left: 5px;
  padding-right: 20px;
background: #FFFFFF;
  }

#content {
background: #FFFFFF;
  }

#content .pageTitle {
  /*font-size: 15pt;*/
  letter-spacing: -1px;
  font-weight: normal;
  color: #222;
  }

.post {
  margin-top: 0px;
  margin-bottom: 15px;
  }

h2.pageTitle {
  font-size: 15pt;
  padding: 0 10px;
  letter-spacing: -1px;
  font-weight: normal;
  border-bottom: 1px solid #e4e4e4;
  }

h2.pageTitle a {
  font-size: 14pt;
  font-weight: normal;
  color: #333;
  }

h2.postTitle {
  padding: 0 10px;
  letter-spacing: -1px;
  /*font-weight: normal;*/
  border-bottom: 1px solid #e4e4e4;
background: url(images/post-title-bg.png) repeat;
  }

h2.postTitle a {
  font-size: 14pt;
  /*font-weight: normal;*/
  color: #333;
  }

h3.pageTitle {
  font-size: 12pt;
  padding: 0 10px;
  letter-spacing: -1px;
  font-weight: normal;
  border-bottom: 1px solid #e4e4e4;
  }

h3.pageTitle a {
  font-size: 12pt;
  font-weight: normal;
  color: #333;
  }

#content p.postMeta {
  padding: 0 10px;
  font-size: 10pt;
  color: #7b7b7b;
  }

.post img {
  margin: 10px;
  }

#content p, .postContent p {
  font-size: 10pt;
  color: #333;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #333;
  }

.comment {
  border-top: 1px solid #ebebeb;
  }




#commentslinks {
  float: right;
  text-align: right;
  padding: 5px 10px;
  width: 160px;
  color: #CC0000;
  font-size: 9pt;
  }

#commentslinks a {
  text-decoration: underline;
  }

#comments {
  margin: 0 10px;
  padding: 5px 10px;
  padding-left: 25px;
  font-size: 9pt;
  color: #CC0000;
  background: url(images/comment.jpg) left 5px no-repeat;
  }

p.comments {
  clear: both;
  padding: 5px 10px;
  }

p.comment {
  padding: 0 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

p.comments a:hover {
  text-decoration: underline;
  }

.commentlist {
  margin: 10px 25px;
  padding: 0 10px;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  padding-bottom: 5px;
  }

.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  }

.commentlist cite a {
  }

.comment .commentmetadata a {
  color: #333;
  }

.commentlist p {
  padding: 10px 0;
  }

.comment h3 {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  }

p.comment a {
  padding-left: 20px;
  background: url(images/comment.jpg) left top no-repeat;
  font-size: 10pt;
  }

textarea {
  width: 480px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.jpg) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #fff;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.commentbody {
  float:right;
  width: 400px;
  margin: 10px 0 15px 0;
  padding-bottom: 10px;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }

#nextprevious {
  margin: 10px;
  }



/* Sidebars */
#sidebars {
  float: right;
  margin-top: 0px;
  margin-left: 15px;
  padding-top: 5px;
  width: 350px;
background: #FFF;
  }

#sidebar0 {
  padding: 0 15px 0 0;
  }

#sidebar1 {
  float: left;
  width: 160px;
  }

#sidebar2 {
  float: right;
  padding-right: 15px;
  width: 160px;
  }

#sidebar3 {
  padding-top: 15px;
  /*padding: 10px 15px 0 0;*/
  }

#sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 12pt;
  font-weight: normal;
  text-transform: uppercase;
  color: #333;
  letter-spacing: -1px;
  border-bottom: 1px solid #e4e4e4;
  }

#sidebars h2 a {
  color: #333;
  }

#sidebars table {
  width: 160px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #CC0000;
  text-decoration: none;
  }
#sidebars a.showit {
  color: #CC0000;
  }
#sidebars a:hover {
  color: #FF0000;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #333;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {
  border-bottom:none; 
  /*float: left;*/
}

#sidebars ul.children {
  margin-bottom: -5px;
}




/* footer*/

#footerwrapper {
  clear: both;
  height: 100%;
  background: #fff;
  }

#footer {
  margin: 0 0px;
  background: #fff url(images/bgfooter.png) left top repeat-x;
  }

#footerleft {
  float: left;
  margin-top: 70px;
  margin-left: 15px;
  width: 400px;
  display: inline;
  }

#footerleft p a {
  color: #CC0000;
  }

#footerleft p {
  padding: 0;
  line-height: 16px;
  }

#footer p {
  font-size: 10pt;
  color: #FFF;
  }

a img {
  border: none;  
  }

#bottomcurve {
  clear: both;
  width: 940px;
  height: 15px;
  background: url(images/bottomcurve.png) left bottom no-repeat;
  }
#bottomcurve span{
  float: right;
  width: 125px;
  height: 15px;
  }
#bottomcurve span:hover{
  cursor: pointer;
  }

.highlight {
  color: #CC0000;
  font-weight: normal;
  }

/* Forms */
select {
  /*padding: 3px 2px 2px 16px;*/
}

.form {
  padding: 5px 0 0 10px;
  }

/* app list*/

.applist {
  margin: 0px 25px;
  padding: 0 10px;
  font-size: 10pt;
  list-style: none;
  }

.applist li {
  margin: 0 0 0 -25px;
  padding-bottom: 0px;
  }

.applist cite {
  font-size: 10pt;
  font-style: normal;
  }

.applist cite a {
  }

.applist p {
  padding: 5px 0;
  }


.bar {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #e4e4e4;
  }

/* Misc */
.cleared {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -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;
  }

img.appdope{
  margin: 0;
  }

#megaComp {
  float: left;
text-align: center;
  width: 100px;

  }

#megaComp_img {
  margin: 0px;
padding-top: 20px;
  }

#bullet_img {
  margin: 0px;
padding-top: 1px;
  }
