/*
 Theme Name: Armatage
 Theme URI:
 Description:  Armatage
 Author:  Armatage
 Author URI:
 */
* {
    padding: 0;
    margin: 0;
}

body {
    font-family:Georgia;
    font-size: 62.5%;
    text-align: center; /*centers layout in IE6*/	
	color:white;
	background: #58A9BD url(http://thearmatageroom.com/word/wp-content/themes/Armatage/images/tile.png) repeat center; }

img, div { behavior: url(/js/iepngfixv2/iepngfix.htc) }


/*********************/
/*    G L O B A L    */
/*********************/
/*links*/
a, a:link, a:visited {
    color:#990000;
    text-decoration: none;
}

a:hover, a:active {
    color:#990000;
    text-decoration: underline;
}

img {
    border: none;
	background-position: center;
	position: relative;
	bottom: 15px;
	top: 0px;
}

blockquote {
    display: block;
    margin: 2.0em 2.0em 2.0em 2.0em;
    padding: 0 0 0 0.5em;
    border-left: dotted black .1em;
}

blockquote blockquote {
    padding: 0 0 0 1.0em;
}

.bold {
    font-weight: bold;
}

.italic{
 font-style:italic;
}

p {
	padding: 0 0 5px 0;
}

.center{
	text-align:center;
}

.red{
	color:#990000;
}

/*********************/
/* S T R U C T U R E */
/*********************/
#container {
    width: 930px;
    margin: 0 auto;
    text-align: left;	
}

#header {
    width: 930px;
    height: 320px;  
}
/*wraps content and sidebar*/
#wrapper {
    float: left;
    width: 100%;
    position: relative;
	top: 15px;
}

#content {
    float: left;
    width: 580px;
	margin: 0 0px 0 170px;
	display: inline;
	top: 20px;
}

#footer {
    width: 930px;
	height:50px;
    clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*********************/
/* H E A D E R       */
/*********************/
.logo {
	top: 20px;
}

/*********************/
/*      P O S T      */
/*********************/
.post-content {
    float: left;
    width: 585px;    
    display: inline;
}

h2 {
    width: 100%;
    font-size: 1.3em;
	font-weight:normal;
    margin: 15px 0 15px 0px;
}

.post-entry {
	float:left;
	width:585px;
	min-height:390px;
	margin: 0 0 0 0px;
    display: block;
	font-size:1.8em;
	line-height:1.4em;
	text-align:center;
	position: relative;
}

.post-entry .smaller{
	font-size:.9em;
	line-height:1.2em;
}

/*********************/
/* C O N T A C T       */
/*********************/

#contact td.road{
	width: 140px;	
	text-align:left;
	vertical-align:top;
	padding: 20px 50px 0px 0;
}

#contact td.road p{
	font-size:0.8em;
	line-height:1.8em;
}

#contact td.road p.from{
	font-size:1.0em;	
}

#contact td.map{
	width:440px;
	padding: 20px 0 0 40px;
	text-align:left;	
	vertical-align:top;
}

/* clearfix */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

* html .clear { /* \*/
    height: 1%;
}





