/*
Theme Name: Ambriel
Theme URI: http://ambrielconsulting.com/
Description: The Ambriel Consulting WordPress Theme
Version: 1
Author: Chris Conlan - http://www.theblogmill.com	
*/
html, body { height: 100%; }

body {
	background: #ffffff;
	color: #4E71A7;
	text-align: center;
    	font-family: verdana, arial, sans-serif;

	font-size: 12px;
	padding:0px;
		min-height: 100%;
	_height: 100%;
}

* {
	padding:0;
	margin:0;
}

#container {
	background: #FFF url(images/repeat.png) repeat;
	min-height: 100%;
	_height: 100%;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
h1#header {
	margin: 0;
	height: 98px;
	background: url(images/header.png) 0 no-repeat;
	text-indent: -1234em;
}

#header a {
	position: absolute;
	left: 16px;
	top: 12px;
	height: 110px;
	width: 330px;
	text-decoration: none;
}

#header em {
	display: none;
}

/* Sidebar Positioning */

#sidebar {
	color: #216394;
	margin: 20px 8px 0 0px;
	_margin: 20px 4px 0 0px;
	width: 240px;
	float: left;
    z-index: 9500;

}

/* Content */
#wrapper {
	width: 520px;
	position: relative;
	margin-top: 10px;
	float: right;
}

#content {
	padding: 0 0px 0px 4px;
}



hr#clear {
	clear: both;
	height: 88px;
	visibility: hidden;
}

h1, 
h2, 
h3, 
h4, 
h5 {
	color: #4E71A7;
	font-weight: bold;
}


h6 {
	color: #4E71A7;
	font-size: 13px;
	font-weight: bold;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	width: 500px;
	margin: 0;
}

p, 
pre, 
blockquote, 
form, 
label, 
dl, 
fieldset, 
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}


/* Word Press Stuff */

small {
	color: #99CC66;
	font-weight: bold;
	margin: -5px 0 0 3px;
	font-size: 11px;
    	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
}

.postmetadata {
	padding-bottom: 15px;
	margin-left: 15px;
	background: url(images/line1.jpg) 0 no-repeat;
	background-position: bottom center;
    color: #4E71A7;
	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
}

.button {
	margin-top: 7px;
	margin-left: 97px;
}

.entry {
	font-size: 11px;
	margin-left: 10px;
    color: #4E71A7;
    font-family: verdana, arial, sans-serif;
}

ul, 
ol {
	margin: 5px 0 20px 0px;
	list-style-type: none;
}

li, 
dd{
	margin-left: 7px;
	list-style-type: none;
}

#content ul {
	list-style-type: disc;
	margin-left: 25px;
}

blockquote {
	background: #FFFFFF;
	padding: 3px 7px 3px 7px;
	margin: 7px 0 7px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #6396CB;
}

/*  All of the sidebar H2s */

#sidebar ul li h2 {
	color:	#99CC66;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
    padding: 4px 0 2px 15px;
	font-family: arial, sans-serif;
    background-color: #ffffff;
	background: url(images/line2.jpg) 0 no-repeat;
	background-position: bottom left;
   	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
}

/*  All of the sidebar lists */

    #sidebar ul li ul li {
	margin-left: 11px;
	padding-left: 17px;
    margin-bottom: 7px;
	font-weight: normal;
	margin-top: 0;
	font-size: 12px;
}

#sidebar ul li ul li ul {
    margin:2px 0 3px 0;
}

#sidebar ul li ul li ul li{
	margin-left: 8px;
	padding-left: 6px;
	font-weight: normal;
}

/*  All of the sidebar H2's no margins */

#sidebar li {
	margin: 0;
}


#sidebar_main_menu {
  z-index: 6600;
}

.post h2 {
	margin: 0 0 -1px 0;
	color: #4E71A7;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
	font-weight: normal;
}

input {
	 color: #157394;
	 border: 1px solid #B1CEF3; 
	 background-color: #FFFFFF;
	 font-family: arial, sans-serif;
	 vertical-align: middle;
	 font-weight: bold;
	 height: 20px;
}


#searchform  {
	 background-color: none;
	 border: 0px;
	 margin-bottom: 20px;
}

#searchform .buttons {
	 background-color: none;
	 border: 0px;
}

textarea {
	 background-color: #FFFFFF;
	 color: #157394;
	 border: 1px solid #B1CEF3; 
	 font-family: arial, sans-serif;
	 font-size: 11px;
}

/* Link Stuff */

#sidebar a {
	color: #4E71A7;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
}

#sidebar a:visited {
	color: #4E71A7;
	text-decoration: none;
}

#sidebar a:hover {
	color: #144895;
    text-decoration: underline;
}

a:link {
	color: #99CC66;
	text-decoration: none;
}

a:visited {
	color: #99CC66;
	text-decoration: none;
}
a:hover, a:active {
	color: #4590E9;
	text-decoration: underline;
}

.post h2 a {
	color: #4E71A7;
	text-decoration: none;
}

.post h2 a:visited {
	color: #4E71A7;
	text-decoration: none;
}

.post h2 a:hover {
	color: #144895;
	text-decoration: underline;
}

#comments  {
	padding-left: 15px;
}

.graybox {
	background: #FFFFFF;
	padding: 5px 9px 5px 9px;
	margin: 7px 0 7px 7;
	border-style: solid;
	border-width: 1px;
	border-color: #B1CEF3;
}

.non_graybox {
	padding: 5px 9px 5px 9px;
	margin: 7px 0 7px 7;
}

#commentlist li {
	padding-left: 20px;
}

 .commentlist{
      position: relative;
 }

form {
	padding-left: 10px;
}

.buttons_no_b {
	border: none;
    height: 19px;
    width: 45px;

}


#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

h3#respond {
margin-left: 12px;
}

.read_more {
	margin: 0 40px 10px 0px;
	text-align: right;
}

.post_image {
	margin-right: 5px;
}

.post ul li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

  /* Footer
-----------------------------------------*/
#footer {
      	font-family: "Lucida Sans Unicode", verdana, arial, sans-serif;
	  background: url(images/footer.png) 0 0 no-repeat;
	  color: #333333;
	  min-height: 85px;
	  _height:85px;
	  position: relative;
	 margin: -85px auto 0 auto;
	width: 770px;
  }

  #footer a:link {
	color: #3B7CCA;
	text-decoration: underline;
}

#footer a:visited {
color: #3B7CCA;
	text-decoration: underline;
}
#footer a:hover, a:active {
	color: #144895;
	text-decoration: underline;
}

#footer_text {
	padding: 40px 0 0 0;
    text-align: right;
}



