/*  
Theme Name: Orange Vrooom!
Description: Orange Grunge based on Vroom!
Author: Neil Williams / Rajaie AlKorani
Author URI: http://www.rajaietalks.com
Version: 1.0
Tags: fixed width, widgets, widget ready, simple, right sidebar, black, clean, three columns
*/

body {
	background: #ea7d4e url('images/orange-grunge-bg.jpg') top center no-repeat fixed;
	color: #2a2a2a; /* if needs to be a little darker use #151515 */
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center; 
}

/* Common Formatting */
a, a:link, a:active {
	outline: none;
	color: #9a0000;
	text-decoration: none;
}
a:hover {
	background: #ce4313;
	color: white;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 15px;
}
blockquote {
	background: url(images/blockquote.png) repeat-y;
	/*background: #b4b53f;*/
	font-size: 11px;
	margin: 10px 0 10px;
	padding: 15px 30px 10px 30px;
	width: 448px;
	margin-left: 60px;
	font-weight: bold;
}
img {
	border: 0;

}
ul, ol {
	margin: 0;
	padding: 0 15px 15px 15px;
}
ul li, ol li {
	margin: 0;
	padding: 0 0 5px;
}
form {
	margin: 0;
	padding: 0;
}

/* Wrapper */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 990px;
}

/* Head */
#head {
	/*	margin-bottom: 25px; 
	float: left;*/
	width: 100%;
	background: url("images/neilwill-header.png") no-repeat bottom center; 
	height:170px; }
	
#head h1 {
	width: 420px;
	height: 85px;
	text-decoration: none;
}

#head h1 a:hover {
	text-decoration: none;
	background:none;
}

/* Logo 
#logo{
	float: left;
	}
#logo h1 a {
	color: white;
	font-size: 56px;
	text-transform: lowercase;
	font-weight: bold;
	font-family: georgia;
}
#logo h1 a:hover {
	color: white;
	background: transparent;
}*/

/* Menu */
#menu {
	overflow: auto;
	font-size: 11px;
	font-family: Tahoma;
	float: right;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}
#menu ul li {
	display: inline; 
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 5px 8px;
	font-weight: bold;
	color: white;
}
#menu ul li a:hover {
	background: #8c2b00;
}
#menu ul li.current_page_item a {
	background: #8c2b00;
}

/* Main */ /* left sidebar and main content*/
#main {
	/*float: left;*/
	width: 885px;
/*	margin-right:10px;*/
}

/* Content */


#content { /* main content column */
	float: right;
	width: 600px;
	/*margin-left: 245px;*/
	padding-left:20px;
	padding-right:20px;
	background: url(images/content-bg.png) repeat-y;
}
#content h1 { /*post titles */
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#content h1 a {
	color: #2a2a2a;
}
#content h1 a:hover {
	text-decoration: none;
	background: transparent;
	color: #eb3d00;
}
#content h2 {
	font-size: 18px;
	font-family: Helvetica;
	font-weight: bold;
}
#content h3 {
	font-size: 16px;
	font-family: Helvetica;
	font-weight: bold;
}
#content .post {
	padding: 0 0 20px;
}
#content .post .meta {
	color: #2a2a2a;
	font-family: Tahoma;
	font-size: 11px;
}
#content .post .entry { /*dateline*/
	padding-top: 15px;
	font-size: 13px;
}
#content h1.archive_title, h1.search_title {
	margin-bottom: 15px;
}

/* Comments */
#comments {
	margin-top: 15px;
}

#comments .avatar {
	float: left;
}

#comments .commentContent {
	float: right;
	width: 500px;
}


#comments img {
	background: #a3a3a3;
}
#comments h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia;
}
#comments ol {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}
#comments ol li {
	padding: 0 0 10px;
}	
#comments .comment_text {
	line-height: 18px;
	background: #c46c43;
	padding: 4px;
	color: #2a2a2a;
}
#comments .comment_meta {
	/*background: #515151;
	color: #efefef;*/
	padding: 4px;
	font-size: 11px;
	font-family: Tahoma;
	
}
#comments .comment_meta a {
	/*color: white;*/
	text-decoration: underline;
}
#comments .comment_meta a:hover {
	/*color: white;
	background: #515151;*/
	text-decoration: underline;
}
#comments input, textarea {

}
#comments #respond {
	margin-bottom: 15px;
}
#comments textarea {
	font-family: Arial;
	font-size: 13px;
	width: 300px;
}
#comments ol li p {
	padding: 0;
}

/* Sidebar */
.sidebar {
	font-size: 11px;
}
.sidebar h2.widgettitle {
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
	color:#efefef;
	margin-bottom: 4px;
}
.sidebar .widget {
	margin-bottom: 15px;
}
.sidebar li {
	list-style-type: none;
}
.sidebar ul {
	list-style-type: none;
	padding: 0;
}
.sidebar ul li a:hover {
	/*text-decoration: underline;
	background: transparent;
	color: #ce4313;*/
	color: #efefef;
}

/* Right Sidebar */
#rsidebar {
	float: right;
	width: 90px;
}
#rsidebar .feedcount {
	padding-bottom: 5px;
	padding-left: 10px;
}

#categories h2 {
    width: 80px;
	height: 16px;
	background: url(images/WidgetTitles.png) no-repeat 0px 0px;
	margin-bottom: 5px;
}

#archives h2 {
    width: 80px;
	height: 15px;
	background: url(images/WidgetTitles.png) no-repeat 0px -16px;
	margin-bottom: 5px;
}

#sitesiveworkedon h2 {
    width: 80px;
	height: 34px;
	background: url(images/WidgetTitles.png) no-repeat 0px -31px;
	margin-bottom: 5px;
}

#affiliate h2 {
	width: 80px;
	height: 15px;
	background: url(images/WidgetTitles.png) no-repeat 0px -65px;
	margin-bottom: 5px;
}
}

#subscribe a:hover {
	background: none;
}

/* Left Sidebar */
#lsidebar {
	float: left;
	width: 190px;
}
#lsidebar .search_input {
	font-size: 11px;
	width: 140px;
	margin-bottom: 17px;
	margin-top: 5px;	
}

#lsidebar .widget {
	background: url(images/lside-bg.png) repeat-y left top;
	padding: 10px 15px 25px 10px;
}

#twitter {
	font-weight: bold;
}

.twittertitle {
    width: 153px;
	height: 61px;
	background: url(images/LeftSidebarTitles.png) no-repeat 0px 0px;
	margin-bottom: 5px;
}

.followmetitle {
    width: 153px;
	height: 20px;
	background: url(images/LeftSidebarTitles.png) no-repeat 0px -61px;
	margin-bottom: 10px;
}

.friendsonthewebtitle {
    width: 153px;
	height: 39px;
	background: url(images/LeftSidebarTitles.png) no-repeat 0px -81px;
	margin-bottom: 5px;
}

#friendsontheweb li {
	background: url(images/bullet.png) no-repeat left top;
	padding-left: 17px;
}


/* old style .followme li {
	margin-bottom: 10px;
}*/

/* Follow me rollovers */

.followme {
    width: 108px;
    height: 225px;
    background: url(images/followme.png) no-repeat;
    position: relative;
    top: 0px;
    left: 0px;
}

.followme {
	display: block;
}

.followme li a:link, .followme li a:visited {
    position: absolute;
    height: 25px;
	width: 108px;
    text-indent: -9000px;
    overflow: hidden;
	z-index: 10;
}
    .followme .twitter a:link, .followme .twitter a:visited {
		top: 25px;
    }
    .followme .twitter a:hover, .followme .twitter a:focus, .followme .twitter a:active {
        background: url(images/followme.png) no-repeat -120px -25px;
    }
	.current-twitter .twitter a:link, .current-twitter .twitter a:visited {
		background: url(images/followme.png) no-repeat -120px -25px;
		cursor: default;
	}
	.nav-twitter, .nav-twitter-click {
		position:absolute;
		top: 25px;
		left: 0;
		width: 108px;
		height: 25px;
		background: url(images/followme.png) no-repeat -120px -25px;
	}
		.nav-twitter-click {
		background: url(images/followme.png) no-repeat -120px -25px;
	}

	

    .followme .flickr a:link, .followme .flickr a:visited {
        top: 60px;
    }
    .followme .flickr a:hover, .followme .flickr a:focus {
        background: url(images/followme.png) no-repeat -120px -60px;
    }
	.current-flickr .flickr a:link, .current-flickr .flickr a:visited {
		background: url(images/followme.png) no-repeat -120px -60px;
		cursor: default;
	}
	.nav-flickr, .nav-flickr-click {
		position:absolute;
		top: 60px;
		left: 0;
		width: 108px;
		height: 25px;
		background: url(images/followme.png) no-repeat -120px -60px;
	}
	
	
	.followme .delicious a:link, .followme .delicious a:visited {
        top: 95px;
    }
    .followme .delicious a:hover, .followme .delicious a:focus {
        background: url(images/followme.png) no-repeat -120px -95px;
    }
	.nav-delicious, .nav-delicious-click {
		position:absolute;
		top: 95px;
		left: 0;
		width: 108px;
		height: 25px;
		background: url(images/followme.png) no-repeat -120px -95px;
	}
	
	
	.followme .facebook a:link, .followme .facebook a:visited {
        top: 130px;
    }
    .followme .facebook a:hover, .followme .facebook a:focus {
        background: url(images/followme.png) no-repeat -120px -130px;
    }
	.nav-facebook, .nav-facebook-click {
		position:absolute;
		top: 130px;
		left: 0;
		width: 108px;
		height: 25px;
		background: url(images/followme.png) no-repeat -120px -130px;
	}
	
	
	.followme .lastfm a:link, .followme .lastfm a:visited {
        top: 165px;
    }
    .followme .lastfm a:hover, .followme .lastfm a:focus {
        background: url(images/followme.png) no-repeat -120px -165px;
    }
	.nav-lastfm, .nav-lastfm-click {
		position:absolute;
		top: 165px;
		left: 0;
		width: 108px;
		height: 25px;
		background: url(images/followme.png) no-repeat -120px -165px;
	}
	
	
	.followme .digg a:link, .followme .digg a:visited {
        top: 200px;
    }
    .followme .digg a:hover, .followme .digg a:focus {
        background: url(images/followme.png) no-repeat -120px -200px;
    }
	.nav-digg, .nav-digg-click {
		position:absolute;
		top: 200px;
		left: 0;
		width: 108px;
		height: 25px;
		background: url(images/followme.png) no-repeat -120px -200px;
	}


.widget a {
	color: #2a2a2a;
}

.widgethead {
	margin-top: 10px;
}

div.entry-bottom {
  background: url(images/paint-footer.png);
  height: 100px;
  width: 640px;
  float: right;
/*  margin-bottom: 30px;*/ }


/* Feeds page */
#delicious-feed {
	width: 620px;
	background-color: #efefef;
	margin-bottom: 20px;
}


#delicious-feed a:link {
	color: #497cac;
}

#delicious-feed a:hover {
	color: #2a2a2a;
}

/* Footer */
#footer {
	margin-top: 25px;
	/*background: black;*/
	padding: 10px 5px;
	font-size: 11px;
}
#footer h3 a {
	font-family: georgia;
	color: white;
	font-size: 26px;
	font-weight: bold;
	text-transform: lowercase;
}
#footer h3 a:hover {
	background: white;
	color: black;
}

span.themeinfo {
	color: silver;
	text-transform: lowercase;
	font-size: 10px;
	margin-top: 4px;
}
span.themeinfo a {
	color: silver;
	text-decoration: underline;
}
span.themeinfo a:hover {
	background: transparent;
}

/* Global Class */
.clear {clear: both;}
.floatLeft {float: left;}
.floatRight {float: right;}
.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;
}

