/*
THEME NAME: Applied Blog
THEME URI: 
DESCRIPTION: This Theme was Designed by Applied Projects for their blog
VERSION: 0.1
AUTHOR: Peo
AUTHOR URI:
TEMPLATE: sandbox
*/

/*CSS Reset Reloaded-  From Eric Meyer http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit;font-style: inherit; font-size: 100%;font-family: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {	outline: 0;}
body {line-height: 1.2; color: black; background: white; font-size:78.01%; }
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {quotes: "" "";}

body {
	background:#000;
	margin:25px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}
a:hover {
	border-color:#000;
}
#wrapper {
	background:#fff;
	padding:25px;
	width:770px;
}
#header {
	width:500px;
	height:300px;
	background:#fff url(images/applied-projects.gif) center 88px no-repeat;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
/*
#blog-title a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:500px;
	height:300px;
}
#blog-description {
	text-indent:-9999px;
	overflow:hidden;
}
*/
#access {
	background:#fff url(images/AP-logo.gif) 130px 10px no-repeat;
	width:245px;
	height:300px;
	float:right;
}
#access a{
	border:none;
}
#access a:hover{
	border-bottom:1px solid #000;
}
#container {
	clear:both;
	border-top:1px solid #000;
	margin-top:25px;
}
#footer {
	width:245px;
	margin-left:525px;
	padding-top:25px;
	font-size:10px;
}
h2.entry-title,
h3.entry-title,
h3.entry-title a{
	font-weight:bold;
}
div.post,
div.page{
	padding:25px 0;
	border-bottom:1px solid #000;
}
.page img.cfi,
.post img.cfi {
	float:left;
}
body.archive h2.page-title,
h2.entry-title,
h3.entry-title,
div.entry-date,
div.entry-content,
div.entry-meta {
	clear:right;
	width:245px;
	float:right;
}
h2.page-title {
	margin-top:-42px;
}
.edit-link a {
	color:red;
}
div.navigation {
	font-size:10px;
	margin-top:25px;
	margin-bottom:-25px;
}
div.nav-previous {
	float:left;
}
div.nav-next {
	float:right;
}
/* hide stuff*/
.meta-sep,
.comments-link,
.skip-link,
#nav-above,
#secondary,
#primary,
#generator-link,
#theme-link {
	display:none;
}
