/*
Theme Name: Emulex
Theme URI: http://www.emulex.com/
Description: A template based on the updated Emulex website.
Author: Matt Ferguson
Author URI: http://www.mbferg.com/
Version: 0.2
.
Please only put template-relevant style declarations in this stylesheet.
Post-specific CSS should be embedded into the post itself, via a module
or in the post HTML.
.
*/

/*
	Eric Meyer's CSS Reset
	http://meyerweb.com/eric/tools/css/reset/
	v1.0 | 20080212
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Template Styles */

body {
	color: #1a1a1a;
	font: 12px Helvetica, Arial, sans-serif;
	text-align: center;
}

a {
	color: #61247b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main-wrapper {
	margin: 0 auto;
	text-align: left;
	width: 950px;
}

#header-wrapper {
	background: url("images/top_bg.png") repeat-x;
	height: 75px;
}

#header-inner {
	height: 55px;
	padding: 20px 20px 0 20px;
	position: relative;
}

#logo a {
	background: url("images/logo.png");
	display: block;
	float: left;
	height: 23px;
	text-indent: -9999px;
	width: 182px;
}

#search {
	float: right;
}

#search-button { /* Search submit */
	background: url("images/search.gif");
	border: 0;
	height: 22px;
	width: 31px;
	text-indent: -9999px;
}

#menu {
	bottom: 0;
	position: absolute;
	right: 20px;
}

	#menu li {
		display: inline;
	}
	
	#menu li a {
		border-right: 1px solid #c8c8c8;
		color: #1a1a1a;
		display: block;
		float: left;
		padding: 4px 8px 8px 8px;
		text-decoration: none;
	}
	
	#menu li a:hover {
		color: #61247b;
		background: #f1f1f3 url("images/nav_active.gif") repeat-x;
	}
	
	#menu li .last { /* Last nav item */
		border: 0;
	}

#body-wrapper {

}

#title {
	color: #c1c1c1;
	font-size: 3em;
	font-weight: normal;
	margin: 15px 0;
}

	#title a {
		color: #3f3f3f;
	}

#banner {
	/* display: block; */
	display: none;
	margin: 10px 0;
	text-indent: -9999px;
	width: 700px;
}

#content-wrapper {
	float: left;
	width: 700px;
}

#content {

}

	#content h2 { /* Post titles */
		color: #61247b;
		font-size: 1.8em;
	}
	
	#content h3 { /* Post subtitles/section highlights */
		font-size: 1.5em;
	}
	
	#content p {
		line-height: 150%;
		padding-bottom: .5em;
	}
	
	#content ul, ol {
		margin-left: 30px;
	}
	
	#content ul {
		list-style-type: circle;
	}
	
	#content ol {
		list-style-type: decimal;
	}
	
	#content li {
		line-height: 140%;
		margin-bottom: 5px;
	}
	
.avatar-64 {
	background: url("images/avatar_bg.png") no-repeat;
	float: left;
	padding: 8px 18px 8px 8px;
}

.entry-sub { /* Entry date and author */
	color: #606060;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 3px;
}

.entry {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 10px;
	padding: 10px 0;
}

.postmeta {
	color: #606060;
	/* text-align: center; */
}


#sidebar-wrapper {
	float: right;
	margin-top: 10px;
	width: 250px;
}

#sidebar {
	margin: 10px;
}

	.sidebar-widget {
		margin-bottom: 15px;
	}

	#sidebar h2 {
		border-bottom: 1px solid #d5d5d5;
		color: #606060;
		font-size: 1.5em;
		margin-bottom: 10px;
	}

	#sidebar ul {
		list-style-image: url("images/arrow.gif");
		margin-left: 15px;
	}
	
	#sidebar li {
		margin: 5px 0;
	}
	
	#sidebar a {
		color: #1a1a1a;
		line-height: 160%;
	}
	
	#sidebar a:hover {
		color: #61247b;;
		text-decoration: none;
	}
	
#footer {
    background: url("images/footer.jpg") no-repeat;
    margin-top: 10px;
    min-height: 76px;
    padding-top: 10px;
}

    #footer ul { }
    
    #footer li {
        float: left;
    }
    
    #footer a {
        border-right: 1px solid #CCC;
        display: block;
        font-size: 11px;
        padding: 3px 10px;
    }
    
    #footer a.last {
        border: 0;
    }
    
#comments {
	margin: 10px 0;
}

#content .commentlist {
	list-style-type: none;
	margin: 0;
}

#content .commentlist .children {
	list-style-type: none;
}
    
#respond { /* Comment Box */

}

	#respond h3 {
		color: #333;
		margin-bottom: 5px;
	}

/* WordPress Post Classes */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft { float: left }

.alignright { float: right }

/* Util Classes */

.clear { clear: both }