/*
Theme Name: helpy Theme
Theme URI: http://wordpress.org/
Description: Custom theme for OS X Help
Version: .1
Author: Scott Haneda
*/



html {
	font-size: 100.01%;
}

body {
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #f3f1e9;
}

/*start a href styling*/
a {
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
	color: #27508b;
}

a:visited {
	text-decoration: underline;
	color: #27508b;
}

a:hover {
	color: #27508b;
	text-decoration: none;
	background-color: #e8e6e6;
	border-color: #e8e6e6;
}
/*end a href styling*/

img {
	border: 0;
	margin: 0;
}

.leadingAdvert {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px;
	border: 1px solid #D1D1D1;
	padding: 6px;
  	background: #E9E9E9;	
}

.leadingImageTrans {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px;
	padding: 6px;
}


/*over-ride the a href to do nothing*/
a.noStyle, a.noStyle:link, a.noStyle:visited, a.noStyle:hover {
	text-decoration: none;
	background-color: transparent;
}

p {
	border: 0px solid green;
	font-size: .8em;
	line-height: 1.5em;
	margin-bottom: 2em;
}


/*titles for main posts*/
h2.title {
	font-family: Georgia;
	border: 0px solid yellow;
	text-align: left;
	color: #27508b;
	margin: 0;
	padding: .9em 0 .5em 0;
	font-weight: 500;
	font-size: 1.6em;
	text-shadow: #8e8e8e 3px 3px 3px;
}

h2.search {
	font-size: 1.2em;
}

h3.date {
	margin: 0;
	font-size: .7em;
	font-weight: normal;
	
}

ul {
	font-size: .8em;
}


/*end for main posts*/


.sidebarItems {
	border: 0px solid red;
	font-size: .7em;
	margin: 0 0 0 .85em;
	line-height: 1.5em;
}

h4.sideBarTitles {
	border: 0px solid yellow;
	color: #27508b;
	margin: .85em 0 0 0;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
}

.outerWrapper {
	border: 0px solid red;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;	
}

/*wraps entire page at fixed width*/
.InnerWrapper {
	border: 0px solid orange;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}


/*start all header styling*/
.headerBar {
	border: 0px solid red;
	background-color: #27508b;
	height: 10px;
}

.header {
	border: 0px solid red;
	padding: 20px;
	background-color: #e0dcc5;
}

.headerInner {
	width: 700px;
	margin: auto;
}

.headerTitle {
	border: 0px solid red;
	height: 61px;
	text-align: center;
}

.subHeaderAd {
	padding: 6px 10px 10px 10px;
	width: 750px;
	margin: auto;
	font-size: .75em;
	background: url(images/advert_bg.png) no-repeat top left;
	text-align: center;	
}

/*end all header styling*/


.adSideBar {
	border: 0px solid red;
	margin-top: 20px;
	width: 160px;
	float: left;
	text-align: center;
}

.blogSideBar {
	border: 0px solid red;
	margin-top: 20px;
	width: 160px;
	float: left;
}

/*seperates the twi vertical narrow columns*/
.vertSep {
	border: 0px solid #27508b;
	width: 1px;
	float: left;
	background-color: #87907D;
	margin: 10px;
}


/*wraps all posts and single posts*/
.mainContent {
	border: 0px solid red;
	margin-top: 20px;
	width: 550px;
	float: left;
}

.introCopy {
	border: 1px solid #AAB6A2;
	margin: 5px 25px 15px 25px;
	padding: .5em;
	background: #E9E9E9;
	font-size: .8em;
	-webkit-box-shadow: 6px 6px 5px #b3b2b2;
	-webkit-border-radius: 4px;
}

/*forward and backward linksa at the top of all sinlge posts*/
.miniNav {
	border: 0px solid red;
	margin: 0 0 20px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
	background: #E9E9E9;
	padding: .5em;
	-webkit-box-shadow: 5px 5px 5px #b3b2b2;
	-webkit-border-radius: 4px;

}

.post {
	border: 0px solid red;
	margin: 0;
	padding: 0;
	margin: 0px 15px 0px 15px;
}

/*pretty little seperator, used throughout*/
.sep {
	background: url("images/sep.gif");
	width: 162px;
	height: 14px;
	margin: 7px auto 7px auto;
	padding: 0px;
	text-align: center;
}

.footer {
	font-size: .8em;
	background-color: #e0dcc5;
	height: 125px;
	margin-top: 30px;
	padding: 20px;
}

/*for the comment form field lables*/
label {
	font-size: .7em;
}

/*rss ad box at bottom of posts*/
.rssFeed {
	padding: 3px;
	text-align: center;
	margin-top: 5px;
	/*font-weight: bold;*/
	font-size: .75em;
	width: 80%;
	margin-bottom: 20px;
	border: 1px solid #D1D1D1;
	padding: 6px;
  	background: #FFF;	
	
}

/*links for digg, reddit, and delicious*/
.socialLinks {
	font-size: .7em;
}

/*start comment post modifications*/
.userComments {
	border: 1px solid #d1d1d1;
	font-size: .9em;
	padding: .5em;
  	background: #e9e9e9;
	margin: auto;
}

.userComments p {
	margin: 0em;
	margin-bottom: .8em;
}

.userComments span.userDetails {
	font-style: italic;
}
/*end comment post modifications*/

/*when using a smaller font, use this*/
.smallFont {
	font-size: .75em;
}

img.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

img.imageLarge {
	border: 1px solid #D1D1D1;
	padding: 6px;
  	background: #E9E9E9;
	margin: auto;
    display: block;
}

.leadingImage {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px;
	border: 1px solid #D1D1D1;
	padding: 6px;
  	background: #E9E9E9;	
}


form {
	padding: 0px; margin: 0px;
}

input.btn {
	margin-top: 2px;
	color: #27508b;
	font-size: .7em;
	font-weight: bold;
	background-color: #E9E9E9;
	border: 1px solid #AAB6A2;
}

input.standard {
	border: 1px solid #AAB6A2;
	font-size: 12px;
}

blockquote {
	font-style: italic;
}