/*

Theme Name: Jake McHugh Blog v2	
Theme URI: http://www.initialsketch.co.uk
Description: A custom theme coded for Jake, Personally Coded by himself! from Initialsketch.co.uk.
Version: 2.0
Author: Jake McHugh
Author URI: http://www.initialsketch.co.uk
*/

html {

	background: url(images/body.png) repeat-x;

	font-family: "Calibari", Segoe UI, Segoe UI Light, sans-serif;

	font-size: 12px;

}

body {

	padding: 0px;

	margin: 0px;

}

#container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	float: left;
	height: 151px;
	width: 1000px;
	background: url(http://localhostr.com/files/7dc526/body_blue.jpg);
	margin-bottom: 20px;
}

#header #tweet {

	width: 474px;

	height: 30px;

	background:url(images/tweet.png) no-repeat;

	float: right;

	margin-top: 10px;

}

#header #tweet .text {

	width: 375px;

	float: right;

	height: 12px;

	margin-top: 8px;

	color: #0099CB; /*VAR*/

}

.post_upper {
	float: left;
	width: 600px;
	background: url(images/left_upp.png);
	height: 10px;
}

.post {
	float: left;
	width: 600px;
	min-height: 100px;
	background: url(images/left.png);
	color: #0099CB; /*VAR*/
}

.post_footer {
	float: left;
	width: 600px;
	background: url(images/left_foot.png);
	height: 10px;
	margin-bottom: 50px;
}

.post .inner {

	width: 580px;

	margin: 0 auto;

}

.post .header, .post .header a {

	font: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	color: #0099CB; /*VAR*/
}

.post .dec, .post .dec a {

	font-family: Tahoma, Geneva, sans-serif;

	text-decoration: none;

	color: #0099CB; /*VAR*/

}

	
.sidebar_upp {
	width: 380px;
	height: 10px;
	float: right;
	background: url(images/right_upp.png);
}

.sidebar {
	width: 380px;
	float: right;
	background: url(images/right.png);
	color: #0099CB; /*VAR*/
}

.sidebar_foot {
	width: 380px;
	height: 10px;
	float: right;
	background: url(images/right_foot.png);
}

.sidebar .info {
	width: 365px;
	margin: 0 auto;
	height: 170px;
}

.sidebar .aktt_tweets {
	width: 365px;
	margin: 0 auto;
	margin-bottom: 15px;
	color: #0099CB; /*VAR*/
}
.sidebar .aktt_tweets a {
	color: #0099CB; /*VAR*/
	font-style: italic;
}
.aktt_tweets ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.aktt_tweets li {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.aktt_tweet_time {
	float:	right;
	text-align: right;
	color: #0099CB; /*VAR*/
}

.sidebar .details {
	height: 18px;
	width: 227px;
	float: left;
}
.sidebar .title {
	font-size: 17px;
	color: #0099CB; /*VAR*/
	font-weight: bold;
	width: 150px;
}

.floatright {
	float: right;
	width: 129px;
}

.nav {

	width: 1000px;

	height: 53px;

	float: left;

	background: #E6E6E6;

}

.nav a {

	color: #0099CB; /*VAR*/

	text-decoration: none;

}

.nav ul {

	padding: 0px;
	margin: 0px;
	list-type: none;
	list-style-type: none;
	text-align: right;
	float: right;
	width: 700px;
	font-size: 16px;

}

.nav ul li {


	height: 53px;

	line-height: 53px;

	list-style: none;

	list-style-type: none;

	display: inline-block;
	margin-left: 15px;

}

.nav ul li:hover {

	height: 53px;
	line-height: 53px;
	list-style: none;
	list-style-type: none;
	display: inline-block;
	font-weight: bold;

}

.bar {

	margin-top: 20px;

	width: 1000px;

	height: 30px;

	float: left;

	background: url(images/bar_top.png) repeat-x;

-moz-border-radius: 5px;

-khtml-border-radius: 5px;

-webkit-border-radius: 5px;

border-radius: 5px;

}
.bar_2 {

	margin-top: 20px;

	width: 1000px;

	height: 31px;

	float: left;
	
	margin-bottom: 20px;

}

.tweet {

	width: 532px;

	height: 211px;

	float: left;

	background: url(images/tweet_bg.png) no-repeat;

}

#social {

	margin-top: 160px;

	float: left;

}



/*JAKES WORDPRESS DEF */

body img, body img a {

	border: none;

}

.content img {

	padding: 10px;

}

.content ol, .content ul {

	margin-top: 10px;

	margin-bottom: 10px;

	margin-left: 30px;

	color: #000;

}

.content ul li {

	list-style-type: disc;

	color: #000;

	

}

.content ol li {

	list-style-type: decimal;

	color: #000;

}



h4 {

	font-size: 18px;

}

.widget {

	width: 214px;

	float: right;

	margin-bottom: 20px;

}

/* initialsketch wordpress essencials */

blockquote {

	width: 550px;

	font-style: italic;

	font-size: 12px;

	background-color: #333;

	margin: 0 auto;
	color: #0099CB; /*VAR*/
	padding: 10px;

}

.wp-caption-text {

	border:  #666;

	border: thin;

}

p  {

	line-height: 140%;

	padding-bottom: 10px;

}



p .center {

	text-align: center;

	padding: 0px;

	margin: 0px;

}

.aligncenter {

	display: block;

	margin: 0 auto;

	text-align: center;

	}

.wp-caption aligncenter {

	margin-left: auto;

	margin-right: auto;

}

.alignright {

	float: right;

	margin: 0px;

}

.alignleft {

	float: left;

	margin: 0px;

}

img.aligncenter{ margin: 0 auto; }

img.alignleft{ float: left; margin: 3px 10px 2px 0;}

img.alignright{ float: right; margin: 3px 0 2px 10px;}

img.alignleft, img.alignright{	padding: 9px;	border: 1px solid #eee;	display: inline;}



/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 155px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #0099CB; /*VAR*/ }

/* End Calendar */

b {

	font-weight: bold;

}

i {

	font-style: italic;

}

/*Addons */



/* ------------------------------------------------------------------

---------- IMAGE CAPTION (WP 2.6 and newer) -------------------------

------------------------------------------------------------------ */



.wp-caption {

	/*max-width: 100% auto;*/

	max-width: 96%;		

	width: auto 100%;

	height: auto;  /* FF3 needs "auto", IE6 needs "100%", see next style*/

	display: block;

	/* more  ... */

	}



* html .wp-caption {

	height: 100%; 

	}

	

.wp-caption img {

   	margin: 0 !important;

   	padding: 0 !important;

   	border: 0 none !important;

	}

	

.wp-caption p.wp-caption-text {

	/* more  ... */

	}

.content img { 

padding: 5px;

border: solid 1px #dddddd;

background-color: #CCC; 

-moz-border-radius: 3px;

-khtml-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

color: #0099CB; /*VAR*/

}



.wp-caption { 

border: 1px solid #dddddd;

text-align: center;

background-color: #F5F5F5;

padding-top: 4px;

margin: 10px 0 0 0;

-moz-border-radius: 3px;

-khtml-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

color: #0099CB; /*VAR*/}



.wp-caption p.wp-caption-text {

	font-size: 0.8em;

line-height: 13px;

padding: 2px 4px 5px;

margin: 0;

color: #666;	}





/* ------------------------------------------------------------------ */



code, pre {

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	font-size: 1em;

	}



pre {

	overflow: auto;

	word-wrap: normal;

	padding-bottom: 1.5em;

	overflow-y: hidden;

	width: 99%;

	}





abbr[title], acronym[title] {

	border-bottom: 1px dotted;

	}

	

hr {

	display: block;

	height: 2px;

	border: none;

	margin: 0.5em auto;

	color: #cccccc;

	background-color: #cccccc;

	}



table {

	font-size: 1em; /* use the body's font size in tables, too */

	}	

.commentpost {

	width: 739px;

	margin: 0 auto;

}

.commentlist, .children {

	list-style-type: none;

	list-style: none;

}

.children {

	margin-top: 10px;

	margin-bottom: 10px;

	padding-top: 10px;

	padding-bottom: 10px;

	background: #F4F4F4;

}

.photo, .avatar {

	float: right;

}

.comment-meta {

	font-style: italic;

	color: #000;

}

.comment-edit-link {

	margin-top: 5px;

	float: right;

}