/*

Theme Name: Ian McCullough's Theme

*/


/* 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-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');



/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 0 0 1.5em 0;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	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
-------------------------------------------------------------- */
/*
.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}
*/

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

body {
	margin:0 auto;
	background-image:url(images/bg-pattern.png);
	background-repeat:repeat-x;
}

#header {
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	height:15px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:15px;
}

#nav {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	
}

h1 {
	font-family: "franklin-gothic-ext-comp-urw-1","franklin-gothic-ext-comp-urw-2",sans-serif;
	font-size:55px;
	line-height:55px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	color:#3399cc;
}

table, p {
	font-family: "skolar-1","skolar-2",serif;
	font-size:14px;
	line-height:18px;
	color:#666;
	padding-top:0;
	margin-top:5px;
	padding-bottom:0;
	margin-bottom:3px;
}
th, td {
	padding: 5px 15px 5px 5px;

}
th:first-child, td:first-child {
	border-right: 1px solid #999;
}
tr, th {
	border-bottom: 1px solid #999;
}
th {
	background-color: #e1e1e1;
}
tr:last-child {
	border-bottom: none;
}
table {
	border-spacing:0;
    border-collapse:collapse;
    }
a {
font-family: "skolar-1","skolar-2",serif;
	font-size:14px;
	color:#3399cc;
	padding-top:0;
	margin-top:5px;
	text-decoration:none;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin:0px;
}
.list ul {
	list-style-type: disc;
	padding-left: 45px;
	margin-left: 5px;
	font-family: "skolar-1","skolar-2",serif;
	font-size:14px;
	line-height:18px;
	color:#666;
	padding-top:0;
	margin-top:5px;
	padding-bottom:0;
	margin-bottom:3px;
}
#nav a {
	font-family: "skolar-1","skolar-2",serif;
	font-weight:700;
	font-size:20px;
	color:#CCC;
	text-decoration:none;
}

#nav a:active {
	color:#3399cc;
}

#nav a:hover {
	color:#3399cc;
}

img {
	border:none;
}

a:hover {
	color:#999;
}

#content {
	width:1000px;
	margin:0 auto;
	padding-top:40px;
}

.proj_rule {
		border-top: 3px dashed #ccc;
		padding-top:10px;
}

.horiz_rule {
	border-top:thin dashed #3399cc;
	padding-bottom:14px;
}

.horiz_rule_widget {
	border-top:thin dashed #3399cc;
	padding-bottom:14px;
	font-family: "skolar-1","skolar-2",serif;
	font-size:14px;
	color:#999;

	
}


.horiz_rule_meta {
	border-top:thin dashed #3399cc;
	margin-top:15px;
	margin-bottom:5px;
}

.grey_rule {
	border-top:thin solid #CCC;
	margin-top:15px;
	margin-bottom:5px;
}

.date_posted_rule {
	border-top:thin solid #CCC;
	padding-bottom:7px;
	margin-top:15px;
	margin-bottom:25px;
}

.horiz_rule_work {
	border-top:thin dashed #3399cc;
}

.pad_ten {
		padding-bottom:10px;
}

h2 {
  font-family: "franklin-gothic-ext-comp-urw-1","franklin-gothic-ext-comp-urw-2",sans-serif;
	color:#3399cc;
	font-size:35px;
	text-transform:uppercase;
	padding-bottom:0px;
	margin-bottom:20px;
	margin-top:10px;
	line-height:35px;
}

h3 {
font-family: "skolar-1","skolar-2",serif;
	color:#666;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:700;
	
}

h4 {
font-family: "skolar-1","skolar-2",serif;
	font-size:14px;
	color:#999;
	margin:0 0 0 0;
	padding:0px;
	font-weight:300;
	line-height:18px;
	font-weight:400;
}

.grey {
	font-family: "skolar-1","skolar-2",serif;
	color:#999;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top:5px;
	font-weight:400;
}

.intro p {
	font-family: "skolar-1","skolar-2",serif;
	font-size:30px;
	line-height:45px;
	color:#666;
}

#main_content {
	width:700px;
	float:left;
}

#sidebar {
	margin-left:750px;
	width:270px;
	background-image:url(images/light_bg.png);
	background-repeat:repeat;
	padding:10px 10px 10px 10px;
	border-top: 3px dashed #ccc;

}

#single_comments {
	margin-left:750px;
	width:270px;
	background-image:url(images/light_bg.png);
	background-repeat:repeat;
	padding:10px 10px 10px 10px;
	border-top: 3px dashed #ccc;

}


.title {
	font-family: "franklin-gothic-ext-comp-urw-1","franklin-gothic-ext-comp-urw-2",sans-serif;
	font-size:35px;
	line-height:35px;
	color:#3399cc;
	text-decoration:none;
	text-transform:uppercase;
}

.entry-utility {
	font-family: "skolar-1","skolar-2",serif;
	color:#999;
	font-size:12px;
	text-decoration:none;
}

.entry-utility a {
	font-family: "skolar-1","skolar-2",serif;
	font-size:12px;
}

.entry-meta {
	font-family: "skolar-1","skolar-2",serif;
	color:#999;
	font-size:12px;
}

.comment-meta {
	font-family: "skolar-1","skolar-2",serif;
	color:#999;
	font-size:12px;
}

.comment-meta a {
	font-family: "skolar-1","skolar-2",serif;
	color:#3399cc;
	font-size:12px;
}

.comment_meta a:hover {
	color:#999;
}

.edit-link a:hover {
	font-family: "skolar-1","skolar-2",serif;
	color:#999;
	font-size:12px;
}

.entry-meta a {
	font-family: "skolar-1","skolar-2",serif;
	font-size:12px;
}

.cat-links a {
	font-family: "skolar-1","skolar-2",serif;
	font-size:12px;
}

.cat-links_tags {
	font-family: "skolar-1","skolar-2",serif;
	font-size:12px;
	font-weight:700;
	color:#999;
}

.grey_permalink_single a:hover {
	color:#999;
}

.entry-date {
	font-family: "skolar-1","skolar-2",serif;
	color:#999;
	font-size:12px;
	text-decoration:none;
}

.published {
	text-decoration:none;
}

.sub-head {
	font-family: "skolar-1","skolar-2",serif;
	font-size:20px;
	line-height:15px;
	color:#999;
	text-transform:none;
	margin-top:0;
}

.site-header a {
	font-family: "franklin-gothic-ext-comp-urw-1","franklin-gothic-ext-comp-urw-2",sans-serif;
	font-size:55px;
	text-transform:uppercase;
	margin-bottom:0;
	padding-bottom:0;
	color:#3399cc;
}

input {
		font-family: "skolar-1","skolar-2",serif;
}

.text_field {
	background-color:#f1f1f1;
	font-family: "skolar-1","skolar-2",serif;
	font-size:12px;
	border: thin solid #999;
	color:#333;
}

#nav_adjust {
	width:700px;
	float:left;
	margin-top:-20px
}

.meta_nav {
	font-size:7px;
}

.form-label {
	font-family: "skolar-1","skolar-2",serif;
	font-size:14px;
	color:#999;
}

.form-input {
	margin-bottom:10px;
}

.textwidget {
font-family: "skolar-1","skolar-2",serif;
font-size:14px;
color:#999;
margin-top: 5px;
}
.category_post_divider {
	border-top:thin dashed #3399cc;
	padding-bottom:14px;
}
.space_30 {
	height: 30px;
}
.space_10 {
	height: 10px;
}
.category_post_divider h2 {
font-family: "franklin-gothic-ext-comp-urw-1","franklin-gothic-ext-comp-urw-2",sans-serif;
color: #39C;
font-size: 35px;
text-transform: uppercase;
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 0px;
line-height: 35px;
}	