/*  
Theme Name: SimpleBusinessCard
Theme URI: http://christopheralbon/
Description: Simple, pithy personal homepage theme
Version: 1.0
Author: Christopher Albon
Author URI: http://christopheralbon.com/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#fff url(images/bg.png) repeat-x;
	background-position:0 6px; 
	border-top:5px solid #333;
	color:#2A2C2B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:82em;	
	font-size:1.1em;
}
#content{
	font-size:1.2em;
	float:left;
	padding: 0 1em;
}
#header{
	padding:1em 1em .5em 1em;
        text-align: center;
}
#footer{
	clear:both;
	font-size:1.2em;
	padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{	font-size:5em;
	margin:0;

}

#header h1 a{
    color: #DC3522;
	text-decoration:none;
}

#header p{
	font-size:1.5em;
	margin:0;
	margin-top:-0.5em;
	margin-bottom:1.5em;
}

#header .cartography{
	border-top:1px solid #777;
        padding: .5em;
	border-bottom:1px solid #777;
	font-size:1.5em;
}

#header .cartography a{
        color: #2A2C2B;
        margin: 0 .5em 0 .5em;
}

#header .cartography a:hover{
        color: #DC3522;
}


/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrybody{
	font-size:1.2em;
}

.entrybody img{
	border:1px solid #2A2C2B;
        margin: .2em .5em .1em .5em;
}

blockquote, #info {
font-style: italic;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#DC3522;
	text-decoration:none;
}
a:hover{
	color:#DC3522;
}
