/*  
Theme Name: p51 Labs Theme
Theme URI: http://www.p51labs.com/
Description: Home Page
Version: 0.1
Author: Kevin Miller
Author URI: http://www.p51labs.com/

Credits:

  Based on the Blueprint CSS Framework: http://code.google.com/p/blueprintcss/

*/

/* -----------------------------------------------------------------------------
	General
---------------------------------------------------------------------------- */

body {
  border-top: 3px solid #292929;
  padding-top: 10px;
  font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
}

a,
a:link,
a:visited {
  color: #336699;
  text-decoration: none;
  border-bottom: 1px dotted #336699
}

a:hover,
a:focus,
a:active {
  outline: none;
  color: #CC0A17;
  border-bottom: 1px solid #CC0A17
}

ul {
  list-style-type: none;
}

#sidebar ul li,
.styled-list li,
.related_post li {
  background: url(images/bullet.png) no-repeat scroll left center transparent;
  padding-left: 1.5em;
  line-height: 25px;
}

ol.styled-ol-list {
  padding-left: 1.5em;
}

.caps {
  text-transform: uppercase;
}

.sociable a {
  border: none;
}


/* -----------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------- */

#header {
  border-bottom: 1px solid #dddddd;
}

#header-left h1 {
  margin-bottom: 12px;
}

  #header-left h1 a {
    display: block;
    color: #292929;
    height: 70px;
    line-height: 70px;  
    text-decoration: none;
    border: none;
  }

  #header-left h1 a span {
    display: block;
    background-color: #CC0A17;
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #ffffff;
    text-align: center;
    float: left;
    margin-right: 10px;
  }



/* -----------------------------------------------------------------------------
  Content
---------------------------------------------------------------------------- */

#content {
  min-height: 800px;
  padding-top: 10px;
  padding-bottom: 50px;
}

  .entry,
  .padded-box {
    padding: 0 10px 0 10px;
  }
  
  .demo-box {
    height: 80px;
    padding: 10px;
    border: 1px dotted #ddd;
    margin-bottom: 20px;
  }
  
  .wpcf7-form {
    padding-bottom: 20px;
  }
  
  #commentform input,
  .wpcf7-form input {
    border: 1px solid #bbbbbb;
    padding: 5px;
  }
  
  #commentform textarea,
  .wpcf7-form textarea {
    border: 1px solid #bbbbbb;
    width: 638px;
  }
  
  .wpcf7-response-output {
    padding: 10px !important;
    margin: 20px 0 10px 0 !important;
  }
  
  .error,
  .notice,
  .success {
    margin-right: 10px;
  }
  
#external {
  border-right: 1px solid #dddddd;
  padding-bottom: 20px;
}

#recent {
  padding-bottom: 20px;
}

.dp-highlighter {
  width: 650px !important; 
}

.divider {
  margin: 0;
}

.border-right {
  border-right: 1px solid #ddd;
  margin-right: 9px !important;
}

/* -----------------------------------------------------------------------------
	Search
---------------------------------------------------------------------------- */

#search-form { 
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  margin-right: 10px;
}
  
  #search-form #s { 
    background: url('images/search_grey.gif') no-repeat 0px center #ffffff;
    padding: 5px 0 3px 17px; 
    width: 203px;
    border: 10px solid #cccccc; 
    color: #bbbbbb; 
    margin-right: 20px;
  }
  
  #search-form #s:hover { 
    color: #292929; 
  }

  #searchsubmit {
    display: none;
  }


/* -----------------------------------------------------------------------------
	Navigation
---------------------------------------------------------------------------- */

.navigation { 
}

  .navigation ul { 
    list-style: none; 
  }

  .navigation li { 
    float: right; 
  }

  .navigation li a { 
    color: #336699; 
    float: left; 
    margin: 0 0 0 20px;
    line-height: 80px;
    border: none;
  }
  
  #footer .navigation li a {
    line-height: 1.5;
  }

  .navigation li.current_page_item a,
  .navigation li a:hover { 
    color: #CC0A17; 
  }



/* -----------------------------------------------------------------------------
  Sidebar
---------------------------------------------------------------------------- */

#sidebar {
  padding-top: 10px;
}

.sidebar-module {
  margin: 0 0 10px 0;
}

  .sidebar-module h2 {
    margin-bottom: 0;
    padding-left: 10px;
    line-height: 30px;
  }
  
  .sidebar-module ul,
  .sidebar-module ol {
    margin: 0 0 0 0;
  }
  
  .sidebar-module ul li,
  .sidebar-module ol li {
    line-height: 25px;
    margin: 0 10px 0 10px;
  }
  
.feedburner {
  margin-left: 10px;
  border: none !important;
}

.paypal {
  border: 1px solid #dddddd;
  padding: 9px;
  margin-top: 20px;
  margin-bottom: 20px;
}

  .paypal-inner h2 {
    color: #fce6b7 !important;
    font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
  }
  
  .paypal-inner {
    background-color: #292929;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
  }

/* -----------------------------------------------------------------------------
  Footer
---------------------------------------------------------------------------- */

#footer {
  padding: 0 10px 20px 10px;
}



/* -----------------------------------------------------------------------------
  Comments
---------------------------------------------------------------------------- */
  
.commentlist,
.pinglist {
  margin-right: 0px;
  margin-left: 30px;
}

  .comment-author {
    float: left;
  }

  .commentlist .quote {
    color: #292929;
    font-weight: normal;
  }

  .commentlist li {
    padding: 10px;
    margin-top: 15px;
    background-color: #f8f8f8;
    color: #292929 !important;
    font-weight: bold;
  }

  .commentlist li.alt {
    background-color: #292929;
  }

  .commentlist li.alt .quote {
    color: #fff;
    font-weight: normal;
  }
  
  .commentlist li.admin {
    background-color: #CC0A17;
  }

  .commentlist li.admin .quote {
    color: #fff;
    font-weight: normal;
  }

  .commentlist cite {
    display: block;
    font-style: normal;
    margin-top: 9px;
  }

#comment {
  width: 638px;
  height: 80px;
}

  
/* -----------------------------------------------------------------------------
	Typography
---------------------------------------------------------------------------- */

h1,
h2 {
  font-family: "Georgia", serif;
}

h1 a,
h1 a:link,
h1 a:visited,
h2 a,
h2 a:link,
h2 a:visited {
  text-decoration: none;
  color: #292929;
  border: none !important;
}

h1 a:hover,
h1 a:active,
h1 a:focus,
h2 a:hover,
h2 a:active,
h2 a:focus {
  color: #CC0A17;
}


.entry h2 {
  margin-bottom: 0;
}

h4, 
h5 {
  font-weight: normal;
  font-size: 10px;
  color: #bbbbbb;
  line-height: 2;
  text-transform: uppercase;
  margin-bottom: 10px;
  clear: both;
}


#sidebar h2 {
  color: #CC0A17;
  font-size: 18px;
}

#search-form #s { 
  font-size: 14px; 
  font-family: "Georgia", serif;
}

#header-left h1 a {
  font-weight: normal;
  font-size: 36px;
}

  #header-left h1 a span {
    font-size: 30px;
    font-family: Courier, sans-serif;
  }

#description h2 {
  font-size: 14px;
  font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
}

.navigation li a { 
  font-size: 14px;
}

.commentlist .quote {
  font-weight: normal;
}

.commentlist li {
  font-weight: bold;
}

.commentlist cite {
  font-style: normal
}
  
img.alignright {
	margin: 0 7px 2px 0;
}

img.alignleft {
	margin: 0 0 2px 7px;
}

.alignright {
	float: left;
}

.alignleft {
	float: right;
}

/* 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 */
