* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: #555555;
}

	a:hover {
		color: #777777;
		color: #777777;
		text-decoration: none;
	}

p {
	padding-bottom: 20px;
}
	
body {
	font-family: Trebuchet MS, Arial, sans-serif;
	background-color: #000000;
	font-size: 0.8em;
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16pt;
	padding: 10px;
}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14pt;
	color: #ff8400;
	font-weight: bold;
}

	h2 a {
		text-decoration: none;
		color: #333333;
		display: block;
		width: 675px;
		height: 25px;
		/*background-image: url('heading_computers.jpg');*/
		background-position: center right;
		background-repeat: no-repeat;
		
	}

/* NEED TO CHANGE THIS H3*/
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #ff9900;
	font-size: 20px;
	background-color: transparent;
	font-weight: bold;
}

hr {
	width: 100px;
	height: 2px;
	color: #ff9900;
	background-color: #ff9900;
	border: 0px;
	margin-right: auto;
	margin-bottom: 10px; /* padding between posts */
	margin-left: auto;
}

.small-text {
	font-size: 8pt;
	text-align: center;
}

code {
	font-family: Courier New, monospace;
	font-size: 11px;
}

/* used to fix footer not all black issue */
#background-container {
	width: 100%;
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: 50% 0px;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 855px;
	background-color: transparent;
	padding-bottom: 15px;
}

#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header {
	background-color: transparent;
	width: 855px;
	height: 150px;
	padding: 0px;
	margin: 0px;
}

#horizontalmenu {
	height: 30px;
	width: 855px;
	background-color: transparent;
	clear: both;
}

	#horizontalmenu ul {
		list-style-type: none;
		float: right;
	}
	
	#horizontalmenu ul li {
		display: inline;
	}
	
	#horizontalmenu ul li a {
		font-family: tahoma;
		font-size: 12pt;
		display: block;
		float: left;
		text-decoration: none;
		color: #888888;
		/*padding-top: 5px;*/
		padding-right: 20px;
		/*padding-bottom: 5px;*/
		padding-left: 20px;
		border-color: #d0d0d0;
		border-style: solid;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
	}
	
	#horizontalmenu ul li.last a {
		border-right-width: 0px;
	}
	
	#horizontalmenu ul li a:hover {
		color: #ff8400;
	}

	
#belowheader {
	min-height: 600px;
	background-image: url('bg_blog.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}

	#tagline {
		margin-left: auto;
		margin-right: auto;
		width: 750px;
		height: 100px;
	}

	#content {
		padding: 5px;
		width: 675px;
		min-height: 500px;
		background-color: transparent;
		overflow: hidden;
	}

		#content ul, #content ol {
			margin-bottom: 20px;
		}

			#content ul li, #content ol li {
				margin-left: 22px;
			}

		.article_information {
			font-size: 9pt;
			color: #777777;
			text-align: right;
			padding-bottom: 5px;
		}

	#content-full-length {
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
		width: 845px;
		min-height: 300px;
		background-color: transparent;
		overflow: hidden;
	}
	
		#content-full-length h3 {
			background-image: none;
			background-color: transparent;
			border: none;
			position: relative;
			top: 6px;
			left: 45px;
		}
		
		#content-full-length .time {
			text-align: center;
			font-size: 10pt;
		}
	
		#content-full-length .column1,  #content-full-length .column2, #content-full-length .column3 {
			float: left;
			margin: 5px;
			width: 265px;
			background-color: #ffffff;
			background-repeat: no-repeat;
			overflow: hidden;
		}
		
			#content-full-length .column1 .box_content,  #content-full-length .column2 .box_content, #content-full-length .column3 .box_content, .box_content_tweets {
				margin: 10px;
				height: 230px;
				width: 240px;
			}
	
		#content-full-length .column1 {
			background-image: url('box_content_about.png');
		}
		
		#content-full-length .column2 {
			background-image: url('box_content_blog.png');
		}
		
		#content-full-length .column3 {
			background-image: url('box_content_featured.png');
		}
		
			#content-full-length .column1 img,  #content-full-length .column2 img, #content-full-length .column3 img{
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 5px;
				margin-left: 0px;
			}
		
			#content-full-length .column1 .read-more,  #content-full-length .column2 .read-more, #content-full-length .column3 .read-more { 
				text-align: right;
				display: block;
			}

		#content-full-length #facebook_like {
			display: none;
		}
		
	.post ul, .page-content ul {
		padding-bottom: 20px;
		list-style-type: square;
		margin-left: 20px;
	}
		
	ul.latest-blog-posts {
		list-style-type: none;
		text-align: center;
		margin-top: -6px; /* pushes up the first list item to avoid the padding */
		margin-left: -10px;
		margin-right: -10px;
	}
	
		ul.latest-blog-posts li {
			border-bottom-style: solid;
			border-bottom-width: 1px;
			border-bottom-color: #eeeeee;
			padding: 10px;
			height: 36.5px;
			overflow: hidden;
		}
		
		ul.latest-blog-posts li.last {
			border-style: none;
			border-width: 0px;
		}
		
	#sidebar {
		float: right;
		width: 150px;
		overflow: hidden;
		background-color: transparent;
		font-size: 8pt;
	}

		#sidebar ul {
			list-style-type: none;
		}
		
			#sidebar ul li {
				padding-bottom: 10px;
			}
		
				#sidebar ul li ul li, .widget_tag_cloud div {
					padding: 7px;
					background-color: #ff9900;
					min-height: 10px;
				}
		
		#sidebar a, #commentform a{
			font-size: 10pt;
			color: #ffffff;
		}
		
		#sidebar h2, #sidebar h3 {
			font-size: 12pt;
			position: relative;
			top: 4px;
			left: 5px;
		}

		#s {
			border-color: black;
			border-style: solid;
			border-width: 1px;
			font-size: 0.8em;
			padding: 2px;
			width: 90px;
		}

		#searchsubmit {
			display: block;
			background-color: #f5f5f5;
			border-color: #dedede;
			border-style: solid;
			border-width: 1px;
			color: black;
			font-size: 0.8em;
			padding: 2px;
		}

		#searchsubmit:hover {
			background-color: #FFDDBB;
			border-color: #ff9900;
			border-style: solid;
			border-width: 1px;
			color: black;
		}

#footer {
	clear: both;
	border-top-color: #888888;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 8pt;
	background-color: #000000;
	color: #cccccc;
	text-align: right;
	height: 80px;
	padding: 10px;
}

	#latest_tweets {
		text-align: center;
		padding: 10px;
	}

/* PORTFOLIO */

.site  {
	width: 830px;
	height: 150px;
	background-color: #ff9900;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000000;
}

	.site img {
		float: right;
		width: 230px;
		height: 148px;
	}

/* CONTACT FORM */
#contact-form {
	width: 370px;
	height: 350px;
	padding: 5px;
	background-color: #ff9900;
	background-image: url('box_content_contact.png');
	margin-right: auto;
	margin-left: auto;
}

	#contact-form label {
		width: 100px;
		float: left;
		color: #ffffff;
	}

	#contact-form input, #contact-form textarea {
		width: 250px;
	}

	#contact-form ul {
		list-style: none;
	}

		#contact-form ul li {
			padding: 5px;
		}

	#contact-form h3 {
		position: relative;
		top: 2px;
		left: 38px;
	}

	#contact-form #submit {
		background-color: #ffffff;
		border-color: #ff9900;
		border-style: solid;
		border-width: 1px;
		margin-left: 135px;
		width: 100px;
		padding: 2px;
	}

	#contact-form p {
		padding: 10px;
	}

#email-addy {
	font-size: 20pt;
	text-align: center;
	text-decoration: none;
	color: white;
	display: block;
}

/* POST STYLE */

.post {
	width: 590px;
	padding-left: 85px;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 400px;
}

	.cat-IT {
		background-image: url('sidebar_computers.png');
	}
	
	.cat-SOTD {
		background-image: url('sidebar_link.png');
	}
	
	.cat-general {
		background-image: url('sidebar_general.png');
	}

	.more-link {
		float: right;
		clear: both;
	}
	
/* COMMENT STYLE */

.commentlist {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

	.commentlist .alt {
		background-color: #eeeeee;
	}

.comments-template h3 {
	position: relative;
	top: 4px;
	left: 20px;
	color: #ff9900;
}

#commentform {
	background-color: #ff9900;
	width: 550px;
	padding: 10px;
}

/* ALIGNMENTS IN WORDPRESS */
img.centered , .aligncenter {
	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;
}

/* CAPTIONS AND IMAGE PADDING */
.wp-caption-text, p.wp-caption-text {
	padding: 5px; /* padding for captions */
	font-size: 8pt;
}

.wp-caption {
	padding-top: 5px; /* padding for whole image */
	padding-right: 5px; /* some weird extra side padding was already there */
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 10px;
	background-color: #eeeeee;
	background-image: url('bg_diagonal.jpg');
}

	.wp-caption img {
		padding: 5px;
	}