/*

Theme Name: Raspbmc
Theme URI: http://Raspbmc.com
Description: A completely WordPress 3.0 compatible theme for Raspbmc
Author: Dan Burke
Author URI: http://danburkewebdesign.com
Version: 1.0

Based on:
Theme Name: New WP 3.0
Theme URI: http://onextrapixel.com
Description: A completely WordPress 3.0 compatible theme.
Author: Keenan Payne
Author URI: http://slackrmedia.com
Version: 1.0
*/

/* Reset default browser styles */
@import url('reset.css');

/* Rebuild default browser styles */
@import url('rebuild.css'); 

/* Basic WordPress Styles */
@import url('wp.css'); 

/* ---------------------
	Color Pallet   |
---------------------- *

#bd1143    Pink
#e49fb3	   Light Pink
#76ab2a    Green
#c8dda9    Light Green
#333       Dark Grey
#ccc	   Middle Grey
#dbdbdb    Light Grey

*/

body{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	background: #dbdbdb url('images/bg.png');
	color: #000000;
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #bd1143;
	text-decoration: underline;
}

a:hover, a:active {
	color: #76ab2a;
	text-decoration: none;
}

/* ---------------------
	Headings            |
---------------------- */

h1 {
	font-size: 54px;
}

h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

h3 {
	font-size: 24px;
	padding-bottom: 8px;
	border-bottom: 2px solid #76ab2a;
	margin-bottom: 10px;
}

h4 {
font-size: 20px;
}

h5 {
font-size: 16px;
}

h6 {
font-size: 15px;
}

h2.widgettitle {

}

#blog h3 a :link, #blog h3 a :visited, #blog h3 a:hover, #blog h3 a:active {
border-width: 2px;
}

#blog h3 a:hover {
background: #dbdbdb;
}

#blog h3 a:active {
background: #bd1143;
color: #fff;
}

h3 a {
padding: 5px;
}
	
#wrapper{
	margin: 0 auto 0 auto;
	width: 904px;
	text-align: left;
	background: url('images/wrapper.png') repeat-y;
	padding: 0 23px 0 23px;
}

#header{
	width: 950px;
	height: 150px;
}

h1#logo img {
width: 150px;
}

div.center {
text-align: center;
}

/* ---------------------
	Top Navigation      |
---------------------- */

.nav{
	width:904px;
	display:block;
	float:left;
	position:relative;
	padding-bottom: 13px;
	background: url('images/nav.png') repeat-x bottom;
}

ul.nav, div.nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.nav li{
	float:left;
	position:relative;
}

.nav a:link, .nav a:visited{
	display:block;
	padding: 10px 20px 3px 20px;
	margin-bottom: -8px;
	font-size:20px; 
	font-weight:bold;
	color: #bd1143;
	border-bottom: 5px solid #76ab2a;
	text-decoration: none;
	-webkit-transition: background 0.2s slide, border 0.2s ease;
	-moz-transition: background 0.2s slide, border 0.2s ease;
	-o-transition: background 0.2s ease, border 0.2s ease;
	transition: background 0.2s ease, border 0.2s ease;
}

.nav a:hover {
	background: #dbdbdb;
	color: #76ab2a;
	border-bottom: 5px solid #bd1143;
	text-decoration: none;	
}

.nav a:active {
	color: #fff;
	background: #bd1143;
}

/*

.nav ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	float:left;
	z-index:99999;
	background: #212121;
}

.nav ul ul ul{
	top: 30%;
	left:100%;
	background: #343434;
}

.nav ul ul a{
	height:auto;
	line-height:1em;
	padding:10px;
	width:130px;
}

.nav li:hover > a,.nav ul ul:hover > a{
	color:#ccc;
}

.nav ul li:hover > ul{
	display:block;
}

*/

/* ---------------------
	Main Content        |
---------------------- */

#blog{
	float: left;
	width: 613px;
	padding: 0 20px 10px 20px;
	line-height: 1.6em;
	margin-top: 30px;
}

#blog a:link, #blog a:visited{
	color: #bd1143;
	border-bottom: 1px solid #76ab2a;
	text-decoration: none;
}

#blog a:hover{
	color: #76ab2a;
	border-bottom: 1px solid #bd1143;
	text-decoration: none;
}

#blog a:active {
	color: #000;
	text-decoration: none;
}

#blog img {
padding: 10px;
}

#blog a img {
border: 1px solid #76ab2a;
margin-bottom: -4px;
}

#blog a img:hover {
background: #dbdbdb;
border: 1px solid #bd1143;
}

#dltd {
border:solid 1px #bd1143;
padding:5px;
vertical-align:middle;
}

#dlth {
border:solid 1px #bd1143;
text-align:center;
vertical-align:center;
}


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

.sidebar {
	float: left;
	width: 207px;
	padding: 10px 10px 10px 20px;
	font-size: 14px;
	background: url('images/sidebar.png') top left repeat-y;
}

.sidebar a:link, .sidebar a:visited{
	display: block;
	padding: 5px;
	margin-top: 5px;
	color: #bd1143;
	border-bottom: 1px solid #76ab2a;
	text-decoration: none;
}

.sidebar a:hover{
	background-color: #dbdbdb;
	color: #76ab2a;
	border-bottom: 1px solid #bd1143;
	text-decoration: none;
}

.sidebar a:active {
	background: #bd1143;
	color: #fff;
	text-decoration: none;
}

.sidebar ul {
	list-style: none;
	margin-left: 0; 
}

.sidebar li {
	list-style: none;
}

ul#recentcomments li{
	display: block;
	padding: 5px;
	margin-top: 5px;
	border-bottom: 1px solid #dbdbdb;
}

ul#recentcomments a:hover, ul#recentcomments a:active{
background: none;
}

ul#recentcomments a:active {
color: #000;
}

.sidebar a.image:link, .sidebar a.image:visited {
padding: 3px;
border-width: 0;
}

.sidebar a.image:hover {
padding: 2px;
border: 1px solid #bd1143;
}

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

#footer {
	clear: both;
	text-align: center;
	background: #bd1143 url('images/footer.png') top repeat-x;
	padding: 10px;
	color: #dbdbdb;
}

#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

#footer a:active {
color: #000;
}

#footer ul {
list-style: none;
margin: 0;
text-align: left;
}

#footer ul a:link, #footer ul a:visited {
display: block;
padding: 3px;
border-bottom: 1px solid #aa0f3c;
text-decoration: none;
margin-bottom: 3px;
}

#footer ul a:hover {
background: #c32855;
}

.footer-left {
    float:left;
    width:250px;
    padding:25px;
}

.footer-right {
	float: right;
	width: 600px;
}

.footer-right-1 {
    float:left;
    width:250px;
    padding:25px;
}
.footer-right-2 {
    float:right;
    width:250px;
    padding:25px;
}

.footer-wrapper {
width: 900px;
}

#footer p.credits {
clear: both;
font-size: 80%;
}

/* ---------------------
	Comments            |
---------------------- */

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 10px;

}

li.odd {
background: #dbdbdb;
border-bottom: 1px solid #e49fb3;
}

li.even {
background: #fff;
border-bottom: 1px solid #c8dda9;
}

#blog li.even div.comment-meta a:link,
#blog li.even div.comment-meta a:visited,
#blog li.even div.comment-author a:link,
#blog li.even div.comment-author a:visited,
#blog p.postmetadata a:link,
#blog p.postmetadata a:visited{
color: #000;
border-bottom: 1px solid #76ab2a ;
}

#blog li.even div.comment-meta a:hover,
#blog li.even div.comment-meta a:active,
#blog li.even div.comment-author a:hover,
#blog li.even div.comment-author a:active,
#blog p.postmetadata a:hover,
#blog p.postmetadata a:active{
color: #000;
border-bottom: 1px solid #bd1143;
}

#blog li.odd div.comment-meta a:link,
#blog li.odd div.comment-meta a:visited,
#blog li.odd div.comment-author a:link,
#blog li.odd div.comment-author a:visited {
color: #000;
border-bottom: 1px solid #bd1143;
}

#blog li.odd div.comment-meta a:hover,
#blog li.odd div.comment-meta a:active,
#blog li.odd div.comment-author a:hover,
#blog li.odd div.comment-author a:active {
color: #000;
border-bottom: 1px solid #76ab2a;
}


#blog  a.comment-reply-link:link, 
#blog  a.comment-reply-link:visited,
#blog div.comment-meta a.comment-edit-link:link,
#blog div.comment-meta a.comment-edit-link:visited,
#blog a.post-edit-link:link,
#blog a.post-edit-link:visited {
padding: 5px;
display: block;
width: 45px;
margin: 10px;
text-align: center;
border: 1px solid #bd1143 !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

#blog a.comment-reply-link:hover,
#blog a.comment-reply-link:active,
#blog div.comment-meta a.comment-edit-link:hover,
#blog div.comment-meta a.comment-edit-link:active,
#blog a.post-edit-link:hover,
#blog a.post-edit-link:active {
background: #dbdbdb;
border: 1px solid #76ab2a !important;
}

div.dsq-avatar {
position: relative !important;
top: 100px !important;
left: -10px !important; 
width: 45px !important;
}

div.dsq-avatar a img {
border: none !important;
padding: 0 !important;
}


.gravatar{
	float: right;
}

.comments-template{
	margin: 10px 0 0;
	padding: 30px 0 0;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style-type: none;
}

ul.children {
	list-style-type: none;
}

.comments-template textarea{
	width: 500px;
}

.wp-caption {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* optional rounded corners for browsers that support it */
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


/* ---------------------
	Forms               |
---------------------- */

input, textarea
{
padding: 7px;
margin: 5px;
margin-bottom: 15px;
border: 1px solid #bd1143;
background-color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

input:hover, input:focus, textarea:hover, textarea:focus
{
border-color: #76ab2a;
background-color: #dbdbdb;
}

label
{
display: block;
margin-left: 5px;
}

/* ---------------------
	Quotes              |
---------------------- */

blockquote {
border-left: 2px solid #ccc;
background: #dbdbdb;
padding: 5px;
}
