/*
Theme Name: McIntire
Theme URI: http://ryanandjennimcintire.com/
Description: Ryan and Jenni's custom theme
Version: 0.2
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-l.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	background: #C7C6C8;
	font-family: "Arial";
	color: #000;
	font-size: 8pt;
	text-align: left;
}

#wrapper {
    margin: 0 auto;
    background-color: #FFF;
    width: 800px;
    border-left: 5px solid gray;
    border-right: 5px solid gray;
}

img {
    margin: 0;
}

/* =Header
-------------------------------------------------------------- */
#masthead {
    background: url('images/masthead.jpg');
    height: 234px;
}

#branding {
	margin: 0 0 1.5em 0;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    position: absolute;
    left: -9999px;
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


/* =Content
-------------------------------------------------------------- */
#container {
    padding: 0 30px;
    background-color: #FFF;
    width: 480px;
}

#content {
    margin: 0;
}

.post {
	margin: 1em 0;
	padding-top: 1em;
}

.entry-meta {
    font-size: 7pt;
    line-height: 8pt;
	color: #666;
}

.entry-title {
    font-family: 'Arial Black';
	color: #333;
	font-size: 7.5pt;
	text-transform: uppercase;
}

.entry-title a {
	color: #333;
}

.entry-title a:visited {
	color: #333;
}

.entry-title a:hover {
	color: #999;
	border: 0px;
}

.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}

.entry-utility {
    text-align: center;
    font-family: "Arial Black";
    font-size: 7pt;
    font-weight: bold;
    text-transform: uppercase;
}

.sep {
	background: url('images/sep.jpg') center no-repeat;
	height: 14px;
	text-align: center;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}

.nav-previous { float: left; }
.nav-next { float: right; }

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area {
    margin: 2em 4em;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

.widget-title {
    font-family: 'Arial Black';
	color: #333;
	font-size: 7.5pt;
	text-transform: uppercase;
}

#collapsible-archive ul {
    list-style: none;
    margin: 0;
    text-transform: uppercase;
}

#collapsible-archive ul ul {
    margin-left: 1.5em;
}

#search_field {
	border: 1px solid #333333;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	height: 13px;
}

#search_button {
    height: 20px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    padding-top: 1em;
    background-color: #808080;
    height: 18px;
	font-size: 7pt;
	color: #FFF;
	text-align: center;
}

#footer a {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #7FB541;
	border: 0px;
}


/* =Links
-------------------------------------------------------------- */

a {
    padding-bottom: 1px;
	color: #7FB541;
	text-decoration: none;
}

a:visited {
	color: #7FB541;
	text-decoration: none;
}

a:hover {
    padding-bottom: 0;
	color: #394651;
	text-decoration: none;
	border-bottom: 1px dashed #394651;
}






















