/*  
Theme Name: AdHOSTED Default
Theme URI: http://adhosted.com/
Description: The default adHOSTED theme based on the <a href="http://adhosted.com/">website</a>.
Version: 0.1
Author: George
Author URI: http://adhosted.com/
*/

/* ----------------------------------------------------------
                                                       Global
---------------------------------------------------------- */

* { /*global style*/
  padding: 0;
  margin: 0;
}
body {
	padding: 0px;
	margin: 20px auto;
	line-height: 18px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: .85em; /* Resets 1em to 10px */
	text-align: left;
	color: #000000;
}

#page {
	background-color: #FFFFFF;
  margin: 0 auto;
	width: 700px;
  overflow: hidden;
	xborder:1px solid #333333;
}

#pageBg {
	background: url(images/pageBg.gif) repeat-y left;
}

#content
{
  float: right;
  line-height: 1.5em;
}

#content p {
	margin: 0 0 10px 0;
}

acronym, abbr {
	cursor: help;
}

blockquote {
  margin: 15px 0 0 15px;
  padding: 0px 5px 0px 25px;
  font-size: 90%;
  line-height: 1.25em;
  color: #666;
	background: url("images/quotes.gif") no-repeat top left;
}

blockquote p {
	margin: 0 0 10px 0;
}


/* ----------------------------------------------------------
                                                       Header
---------------------------------------------------------- */
#logo {
	margin-top: 0;
	margin-bottom: 4px;
	background: url("images/logo.gif") repeat-x;
	width: 700px;
	height: 100px;
	float: left;
	clear: both;
}

/* ----------------------------------------------------------
                                              Navigation Bars
---------------------------------------------------------- */
#Nav {
	clear: both;
}

#Nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center
}
#Nav li {
	float:left;
	margin: 0; 
	list-style-type: none;
	width: 100px;
	font: bold 15px "Verdana", Arial, Helvetica, sans-serif;
	background: url(images/nav.gif) repeat-x center;
}
#Nav a {
	display: block; 
	padding-top: 5px;
	padding-bottom: 7px; 
	padding-left: 5px;
	border-right: #ffffff 1px solid; 
	color: #ffffff;
	text-decoration: none;
	xbackground-color: #228CD2;
	position: relative;
}
#Nav a:hover {
	xbackground-color: #99CC33;
}

/* ----------------------------------------------------------
                                                 Main Content
---------------------------------------------------------- */
#content .navigation  {
	text-align: center;
	padding: 4px;
	margin: 0px 0 15px 0;
	font: normal 125% "Verdana", sans-serif;
	color: #888;
}

	#content .navigation a {
		font: bold 10px "Verdana", sans-serif;
		color: #666;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		color: #222;
		text-decoration: underline;
	}
	
	#content .navigation div { display: inline; }
	#content .navigation div.alignleft { padding-right: 10px; }
	#content .navigation div.alignright { padding-left: 10px; }
	
#content .post h2 {
	font: bold 1.50em "Verdana", "Arial", Sans-Serif;
	color: #5887b8;
	padding-bottom: 5px;
	margin: -10px 0 0px 0;
	letter-spacing: 1px;
	text-transform: capitalize;
	z-index: 6;
}

	#content .post h2 a {
		color: #5887b8;
		font-weight: bold;
		text-decoration: none; 
		}
		
		#content .post h2 a:hover {
			color: #003366;
			text-decoration: underline; 
			}
			
#content .post h3.author {
	padding: 5px 0 2px 0;
	margin: 0 0 10px 0;
	font: normal 75% "Verdana", "Arial", sans-serif;
	color: #9F9F9F;
	border-bottom: #A1AAAF 1px solid;
}

	#content .post h3.author a {
		color: #5887b8;
		font-weight: bold;
		text-decoration: none; 
		}
		
		#content .post h3.author a:hover {
			color: #2e5c8c;
			text-decoration: underline; 
			}

.comments-link{
padding-left: 25px;
background: transparent url(images/comment.gif) center left no-repeat;
}

#content .post .postmetadata {
	color: #777777;
	font: 85% "Verdana", "Arial", Sans-Serif;
	padding: 2px 5px 5px 5px;
	margin: 20px 0 0px 0;
	background: transparent url(images/postmetabg.gif) bottom left repeat-y;
}

	#content .post .postmetadata a {
		color: #666666;
		font-weight: bold;
		text-decoration: none; 
		}
		
		#content .post .postmetadata a:hover {
			color: #862525;
			text-decoration: underline; 
			}
			
.narrowcolumn {
	float: right;
	padding: 0 0 10px 0px;
	margin: -10px 0px 0 0px;
	width: 525px;
}

.post {
	font-size: 110%;
	margin: 0 0 20px 0;
	}
	
.date {
  position: relative;
  margin: 0px;
  padding: 0px 0px 0px 14px;
  font-size: 1.25em;
  color: #999999;
  /*background: url(img/date_icon_blue.gif) no-repeat 0 50%;*/
  }
  
.entry ul, .entry ol {
	margin: 10px;
	padding: 0;
}

.entry ul li  {
	list-style-type: disc;
	list-style-image: none;
	margin: 0 0 0 25px;
	line-height: 120%;
}

.entry ol li {
	margin: 0 0 0 25px;
	line-height: 120%;
}

a, a:visited {
	color: #0099FF;
	text-decoration: none;
}

a:hover, a:visited:hover{
  text-decoration: underline;
  width: auto;
}

/* ----------------------------------------------------------
                                                Custom Field
---------------------------------------------------------- */
.post-meta {
  padding: 0 0 0 25px;
	font: 85% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	list-style-type: none;
  }
  
  .post-meta a {
    color: #666666;
    text-decoration: none;
    }
  
    .post-meta a:hover {
      color: #862525;
      text-decoration: underline; 
      }

.post-meta-key {
  color: #777777; 
  font-size: 110%;
  }

/* ----------------------------------------------------------
                                                     Side Bar
---------------------------------------------------------- */
#leftsidebar h2 {
	margin: 3px 0 3px 0;
	padding: 0 0 0 5px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	border-bottom: #444 1px solid;
}

#leftsidebar
{
	float: left;
	padding: 0px 0px 0px 0px;
	/* margin-left: 475px; */
	width: 165px;
	height: auto;
	font: 90% 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#leftsidebar ul {
	margin: 0;
	padding: 0;
}

#leftsidebar ul p {
	margin: 5px 0 8px;
}

#leftsidebar ul li  {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 15px 0;
}

#leftsidebar ul ul {
	margin: 5px 0 0 10px;
}

#leftsidebar ul ul li {
	margin: 3px 0 0;
	padding: 0;
}

#leftsidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#leftsidebar a
{
	display: inline-block; 
	color: #4A2C00;
	text-decoration: none;
}

#leftsidebar a:hover
{
  text-decoration: underline;
  color: #F53232;
	width: auto;
}

/* ----------------------------------------------------------
                                                        Image
---------------------------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="right"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, imag.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright, .right {
	float: right;
	}
	
.alignleft, left {
	float: left
	}

.caption { 
margin: 5px; 
padding: 5px 5px 0px 5px; 
border: solid 1px #E5E5FF; 
background: #F6F6F6; 
font-size:75%; 
color: black;
text-align: right;
line-height: 100%;
font-weight: bold;
}

/* ----------------------------------------------------------
                                                      Comment
---------------------------------------------------------- */
input,textarea, select {
	background-color: #E9F8FD;
	border: 1px solid #C1C1C5;
	color: #000; 
}

input:hover, textarea:hover, select:hover {
	background:#AAD9E9;
	cursor:text;
}
input:focus, textarea:focus, select:focus {
	background:#AAD9E9;
	cursor:text;
}

input.button {
	padding: 5px;
	margin: 10px 0 0 150px;
	font: bold large 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #FFFFFF;
	border: solid 1px #000;
	color: #2D4D72;
	border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
	input.button:hover {
		cursor: pointer;
		border-bottom: 1px solid #cecece;
  	border-top: 2px solid #4a4a4a;
  	border-right: 1px solid #cecece;
  	border-left: 2px solid #4a4a4a;
		
	}

#comments, #trackbacks, .nocomments, #respond {
	font: bold 1.4em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist, .trackbacklist{
	padding: 0 0 0 5px;
	margin: 0px auto;
	list-style-position: outside;
	list-style-type: none;
}

.commentlist .comment, .trackbacklist .comment {
	line-height: 125%;
	margin: 0 0 20px 0;
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.comment cite {
	padding: 0;
	margin: 0 0 0 20px;
	font: bold 90%/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist a, .trackbacklist a {
	font: bold 90%/1.5em normal normal normal 'Lucida Grande', Verdana, Arial, Sans-Serif;
	display: inline-block; 
	color: #0099FF;
	text-decoration: none;
}

.commentlist a:hover, .trackbacklist a:hover
{
  text-decoration: underline;
  background-color: #0099FF;
  color: #FFF;
  width: auto;
}

ol.commentlist, ol.trackbacklist { margin: 10px 0 25px 0; }

ol.commentlist li, ol.trackbacklist li { width: 480px; }

ol.commentlist li p, ol.trackbacklist li p {
	line-height: 1.25em; 
	padding: 0 5px 0 5px;
	margin: 0;
	}

ol.commentlist li.even .top, ol.trackbacklist li.even .top,
ol.commentlist li.odd .top, ol.trackbacklist li.odd .top {
	padding: 55px 0px 0px 0px; 
	background: url("images/comment-even-top.gif") no-repeat; 
	margin: 0px; 
}

ol.commentlist li.even .bottom, ol.trackbacklist li.even .bottom,
ol.commentlist li.odd .bottom, ol.trackbacklist li.odd .bottom {
	background: #B5DEED url("images/comment-even.gif") repeat-x;
	background-position: top left;
  margin: -33px 0 0 0;
	border: 1px #999966 solid;
  border-top: none;
  font-weight: normal;

}

acronym, abbr {
	border-bottom: 1px dashed #333;
	cursor: help;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

code {
  margin: 0 0 0 25px;
	line-height: 120%;
  padding:3px;
  background-color: #B5DEED;
	font: 1.1em 'Courier New', Courier, Fixed;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/* ----------------------------------------------------------
                                                       Search
---------------------------------------------------------- */
h2.pagetitle {
	margin: 10px 0 3px 0;
	text-align: center;
	font: bold 175% 'Lucida Grande', Verdana, Sans-Serif;
	border-bottom: #444 1px solid;
	
}

/* ----------------------------------------------------------
                                                       Footer
---------------------------------------------------------- */
#footer {
	xbackground-color: #eeeeee;
	padding: 0;
	margin: 0 auto;
	width: 700px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}

.footer {
  clear: both;
  margin: 15px 0 0 0;
  }
  
p.footer {
  margin: 0;
  font: normal 10px Tahoma;
  color:#A7A6A9;
  text-decoration:none;
  text-align: right;
  }

/* ----------------------------------------------------------
                                                       IE Fix
---------------------------------------------------------- \*/
