/*
Theme Name: Blue Monkey
Version: 0.1
Author: <a href="http://bulldogtechnology.com">Bulldog Technology Solutions, LLC</a>
Tags: white, blue, two-column, centered, fixed-width, light
*/

A:link { color:#0099FF; text-decoration:none; }
A:visited { color:#66CCFF; text-decoration:none;}
A:active { color:#66CCFF; text-decoration:none; }
A:hover { color:#CCFFFF; text-decoration:none; }

* {
margin:0px;
}

html, body {
text-align: center;
        color:black;      

}
/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


.vault {
padding-bottom:30px;
border-top:thin dotted #000000;
width:171px;
}


#widgets {
top:360px;

}



#navtitle {
padding-left:15px;
}

.wrapper {
	width:100%;
}

#blog {
margin-top:15px;
margin-left:auto;
margin-right:auto;
padding:1px;
width:794px;
  min-height:2700px;
  height:auto !important;
  height:2500px;
background: #ffffff url('images/pattern.png');
text-align:left;
border-width:2px;
border-style:solid;

}



#sidebar {
float:left;
top:124px;
padding:10px;
margin-top:20px;
background:#fff;
width:170px;
height:2600px;
background:#fff;
margin-top:20px;
margin-left:10px;

}

#sidebarwidget1, #sidebarwidget2, #sidebarwidget3, #sidebarwidget4 {
width:170px;
margin-top:20px;

}


#rightbar {
float:right;
width:190px;	
padding:10px;
margin-top:20px;
background:#fff;
margin-right:10px;
}



.postsection {
margin-left:10px;
margin-top:20px;
float:left;
width:335px;
        font-family: "Arial", Helvetica, sans-serif;
margin-bottom:15px;
padding:10px;
background:#fff;
text-align:left;
margin-right:0px;

}

#postsection1 {
float:right;
width:530px;
margin-top:20px;
        font-family: "Arial", Helvetica, sans-serif;
margin-bottom:15px;
margin-right:20px;
padding:10px;
background:#fff;
text-align:left;
}

.readmore {
text-align:right;
padding-top:10px;
}

.postsection p {
padding-top:20px;
}
#postsection1 p {
padding-top:20px;
}

blockquote {
margin-left:30px;	

}

.meta, .breadcrumbs {
font-size:10px;
}


#header {
margin-left:auto;
margin-right:auto;
margin-top:4px;
height:108px;
width:800px;
background:#fff url('images/header.png');
background-repeat:repeat-x;
text-align:center;

}

#comment {
	
width:530px;
}

#title {

}

#description {
top: 70px;
width:800px;
text-align:center;
}


body {
 background: #063f66;
background-repeat:repeat-x;
font-family: "Arial", Helvetica, sans-serif; 
font-size:12px;
color: #000;
}



/* Navigation Bar*/


#navbar {
        left:0px;
	margin:0 auto;
	margin-top:30px;
	padding:0px; /* 10px */
	text-transform:lowercase;
	}

#page-bar {
       position:absolute;
	}

#page-bar ul {
	list-style: none;

	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
        width:150px;
        margin-left:-15px;
	}

#page-bar li:hover {
	background: #CCFFFF;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#000;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}


#searchform {
	text-align:right;
	margin-right:10px;
        margin-top:260px;
	}


.boxlink {
width:100%;
height:100%;
}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

