/*
Theme Name: Infinite Array
Theme URI: http://infinitearray.com/
Description: IA Theme
Version: 1.0
Author: Ryan Robinson
Author URI: http://infinitearray.com/
Tags: custom header, fixed width, two columns

	IA v1.0
	 http://www.infinitearray.com/blog


*/



/* Begin Typography & Colors */
body { margin:0; padding:0; text-align:center; background-color: #000000; color: #FFFFFF;}
		
		
html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family:Helvetica, Arial, sans-serif;	
	line-height:18px;
	font-size:12px;
	color: #ffffff; 
	background: #454545 url(images/gradient.jpg) repeat-x top; 
	margin: 0; 
	padding: 0;
}

a:link {
	COLOR: #ffffff;
}
a:visited {
	COLOR: #CED1CA;
}
a:active {
	COLOR: #ffffff;
}
a:hover {
	COLOR: #ffffff;
}
/* End Typography & Colors */



/* Begin Structure */
#container { 
	margin: auto;
	width:1000px;
	background: #000000;
	position:relative;
}

#header {
	background: url(images/top_stripe.jpg) no-repeat top center; 
	height: 205px;
	padding-top:40px;
	padding-left:25px;
	padding-right:25px;
}

#logo {
	
	float:left;
	width:275px;
	height:100px;
	margin-top:40px;

}

#categories {
	float:left;
	padding-top:30px;
	height:120px;
	width:460px;
}

#categories a {
	text-decoration: none;
	font-weight:600;
	font-size:14px;
}

#categories a:link a:active, a:visited {
	text-decoration:none;
	color:#ffffff;
}

#cat-list1 {
	float:left;
	padding: 0px;
	margin: 0px;
	padding-left:10px;
	width: 220px;
	text-align:left;
	list-style: none;
}

#cat-list1 li {
	padding-top:8px;
	height:22px;
	background: url(images/category_line.jpg) no-repeat; 
}	

#breadcrumb {
text-align:left;
border-top:2px solid #c03605;
border-bottom:1px solid #c03605;
width:950px;
margin:25px;
padding-top:15px;
padding-bottom:15px;
}

#content {
	list-style-type: none;
	padding-left:25px;
	text-align:left;
	float:left;
}

#title {
	font-size:36px;
	text-decoration:bold;
	font-weight:600;
	line-height:40px;
	color:#ffffff;
	padding-bottom:20px;
}

#title a:link a:active, a:visited {
	text-decoration:none;
	color:#ffffff;
}

#title a {
	text-decoration:none;
	color:#ffffff;
}

#post {
	width: 635px;
	
	padding-top:30px;
}

#postmeta {
	background: url(images/post_title_bg.jpg) no-repeat; 
	height:56px;
	padding-bottom:10px;
}

#post-author {
	float:left;
	font-size: 13px;
	padding:15px;
	width:330px;
}

#post-author a {
	font-weight: bold;
	text-decoration:underline;
}

#post-date {
	float:left;
	font-size: 15px;
	padding-top:25px;
	width:115px;
	text-align:center;
}

#post-comments {
	float:left;
	font-size: 13px;
	padding:15px;
	padding-left:45px;	
}

#post-comments a {
	font-weight: bold;
	text-decoration:underline;
}

#entry {
	font-size: 13px;
	width: 620px;
	line-height:23px;
}

#entry a:link {
        color:#ff4213;
}

#entry a:active {
        color:#ff4213;
}
#entry a:visited {
        color:#ff4213;
}

#entry a:hover {
        color:#ff4213;
}

#sidebar {
	float:left;
	width:275px;
	padding-left:40px;
	text-align:left;
}

#latest-post {
	text-align:left;
	list-style: none;
	padding:0px;
}

#latest-post li {
	padding-bottom:10px;
}

#footer {
	clear:both;
	text-align:left;
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:10px;
	
}

#searchform {
	float:left;
}

#s {
	width: 170px;
	
	padding:4px;
}

#searchsubmit {
	padding:3px;
}


#sidebar #searchform #s {
	
}

#sidebar #searchsubmit {
	
	
}


input {
  border: 2px solid #ffffff;
  background-color: #000000;
  color:#ffffff;
  font-weight:600;
  font-size:14px;
  font-family:Helvetica, Arial, sans-serif;
  
 
}

hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 5px;
}
/* End Structure */



/*	Begin Headers */
h1 {
	
	}

h2 {
	font-size:18px;
	}

#sidebar h2 {

	}

h3 {
	
	}

h3.comments {
	
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 630px;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
	background-color: #000;
	}




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End captions */