@import url(http://penree.com/css/containers.css);
@import url(http://penree.com/css/buttons.css);

html {
	font-family: Helvetica, sans-serif;
	height: 100%;
}

body {
	color: #000;
	background-color: rgb(74, 82, 90);
	min-height: 100%;
}

#page
{
	background-color: #d3dce5;
	min-width: 800px;
	margin: 0 auto;
}

/** header stuff **/
div#header {
	background-color: #f1f4f7;
	height: 150px;
}

div#letterhead {
	float:left;
	margin-left: 9%;
}

div#header h1#title {
	color: #3E3E3B;
	font-size: 22px;
	font-weight: bold;
	margin-top: 55px;
	float: left;

}

div#content a, div#sidebar h3 a { 
	color: #000; 
	font-weight: bold; 
	padding-bottom: 0.1em; 
	border-bottom: 1px solid #ccc; 
	text-decoration: none;
}

div#content a:hover, a:visited, div#sidebar h3 a:hover, div#sidebar h3 a:visited { color: #666; }

div#header h4#slogan {
	clear:left;
	color: rgb(102, 102, 102);
	font-size: 12px;
	font-weight: bold;
	float: left;
}
div#header ul#menu {
	text-shadow: 1px 1px 1px #fff; 
	color: #3E3E3B;
	font-size: 12px;
	font-weight: bold;
	margin-top: 70px;
	float: right;
	margin-right: 9%;
}

div#content ul.tags {
	text-align: center;
}
div#header ul#menu li , ul.tags li{
	display: inline;
}

div#header ul#menu li a {
	color: #3E3E3B;
	text-decoration:none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
}

div#content ul.tags li a {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: #E2ECF3;
    border-bottom: none;
	border: 1px solid #BAD0E6;
	
}

div#header ul#menu li.active a, div#header ul#menu li:hover a, ul.tags li.active a,  ul.tags li:hover a {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: #E2ECF3;
	border: 1px solid #BAD0E6;

}

 ul.tags li.active a,  ul.tags li:hover a {
	background-color: #e3e3e3;
	border: 1px solid #333;
}

/** content stuff **/
div#main {
	background-color: #d3dce5;
	color: #000; 
	text-shadow: 1px 1px 1px #fff; 
	padding: 40px 0;
	overflow: auto;
	width: 100%;
}

div#content {
	width: 60%;
	color: #333;
	margin-left: 9%;
	font-size: 12px;
	line-height: 20px;
	float: left;
}

div#sidebar {
	margin-bottomtop: 150px;
	float: right;
	color: #333;
	background-color: #eee;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 9%;
}

div#sidebar h3 {
	text-align: center;
	font-weight: bold;
}

div#sidebar a {
	border: none;
}

div#sidebar li {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	padding: 8px;
	font-size: 12px;
}

#sidebar a.social img {
	-webkit-transition: all 0.2s ease-in-out;
}

#sidebar a.social:hover img {
	-webkit-transform: rotate(5deg) translate(0em, 0em) scale(1.2);
	z-index: 100;
}

div#sidebar li:last-child {
	border-bottom: none;
}

div#sidebar li:first-child {
	border-top: none;
}

div#sidebar li img {
	padding-left: 5px;
	padding-right: 5px;
}
div#content p {
	text-shadow: 1px 1px 1px #E2ECF3; 
	font-family: 'Helvetica Neue', Helvetica, sans-serif, verdana;
	padding-bottom: 10px;
	height: auto;

}
div#content h2 {
	font-family: 'Helvetica Neue', Helvetica, sans-serif, verdana;
	font-size: 26px;
	font-weight: 600;
	height: 32px;
	line-height: 30px;
	margin-bottom: 15px;
}

div#content h2 a {
    border: none;
}

div#content ul {
	margin-left: 10px; 
	padding-left: 10px;
}

div#content ol {
	margin-left: 10px; 
	padding-left: 10px;
}

div#content ul li {
	list-style-type:square;
	margin-left: 10px; 
}

div#content ol li {
	list-style-type: decimal;
	margin-left: 10px; 
}

h2.header {
    padding-bottom: 20px;
}

div#content h3 {
	font-family: 'Helvetica Neue', Helvetica, sans-serif, verdana;
	font-size: 18px;
	font-weight: 600;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div#content h2 span {
	vertical-align: middle;
	position: relative;
	top: 8px;
	font-size: 12px;
	color: rgb(102, 102, 102);
	float: right;	
	font-style: italic;
}

/* Common elements */
blockquote { color: #666; margin-left: 10px; padding-left: 10px;border-left: 1px solid #ccc; padding-top: 10px; }
pre { -webkit-border-radius: 5px; display: block; background: #f9f9f9; padding: 0; margin: 2em 0 3em; width: 540px; overflow-x: auto; }   
   pre code { padding: 1.5em;  margin: 0; display: block; }
   div.content-block.third pre { background: #fff; }
p img,
ul.img img,
p object { margin: 1em auto; display: block; padding: 10px; background: #d3dce5; }

p.img.right { float: right; margin: 0 0 0 2em; }
   p.img.right img,
   p.img.left img { margin: 0; }

p.img.left { float: left; margin: 0 2em 0 0; }

img.big { margin-left: 0; }

h2.quote { margin-left: -0.5em; }

.lesser { color: #999; }
	span.lesser { color: #ccc; }

blockquote p.cite { text-align: right; }
div#content.blog {
	border-bottom: 2px solid #eee; 
}

div#content div.linkbar {
	position: relative;
    top: 30px;
	margin:10px auto 0;
	color: #333;
	background-color: #eee;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 85px;
	text-align: center;
}

div#content div.linkbar ul {
	color: #3E3E3B;
	margin: 0;
	padding: 0;
	width: auto;
}

div#content div.linkbar ul li {
	text-align: center;
	display: inline;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
}

div#content div.linkbar ul li img {
    vertical-align: middle;
}

div#content div.linkbar ul li a {
    border-bottom: none;
    opacity: 0.7;
}

div#content div.linkbar ul li a:hover {
	opacity: 1.0;
}

div#content div.linkbar ul li:last-child {
	border-right: none;
}

div#content div.linkbar ul li:first-child {
	border-left: none;
}

ul.tags li a {
	    border-bottom: none;
}

/** footer stuff **/
div#footer {
	/*background-color: rgb(74, 82, 90);*/
	border-top: 1px solid #647182;
	background: -webkit-gradient(linear, left top, left bottom, from(#9EABB7), to(#8190A2));
	width: 100%;
	overflow: auto;
	height: 70px;
}

div#footer a {
	color: #fff;
		font-weight: bold;

}

div#footer a:hover, div#footer a:visited {
	color: #fff;
}
div#footer p.copyleft {
	float: left;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
}

.threeColumn {
	width: 30%;
	margin: 0 0 0 20px;
	padding: 15px 0 0 0;
	float: left;
	text-align: center;
}
	.threeColumn p {
		text-align: left;
		color: #343434;
		font-size: 12px;
		line-height: 16px;
		padding: 10px 0;
		background: url(http://conceitedsoftware.com/images/bgThreeColP.gif) no-repeat center bottom;
		font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	}
	.threeColumn p.last {
		background: none !important;
	}
	.threeColumn p span {
		display: block;
		font-weight: bold;
	}
	.threeColumn img {
		padding-top: 10px;
	}