/*  
Theme Name: OS X Factor
Theme URI: http://osxfactor.com
Description: OS X Factor Default Theme
Version: 2
Author: Theodore Lee
Author URI: http://theodorelee.com
*/


/* CSS Reset */
/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

/* Main Classes */

body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #ccc;
	background-color: #000;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
}

.wrapper {
	margin: 0 auto;
	width: 960px
	
}

.screen-reader-text {
	display: none;
}

#searchform {
}

#s {
	padding: 3px;
	width: 140px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #666;
}

#searchsubmit {
	color: #FFF;
	font-weight: bolder;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #575757;
	text-transform: uppercase;	
	padding: 3px 6px;
	background: url(images/button-bg.png) #5271a6 repeat-x;
	text-shadow: 0px 0px 5px #000;
}

#searchsubmit:hover {
	color: #0064b4;
	text-shadow: none;
	background: url(images/button-bg.png) #2f4472 repeat-x;
}
/* Navigation */
#nav {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 24px 0 0 0;
	height:  100px;
	color: #9ebef9;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
}

#nav ul {
	list-style: none;
	width:  100%;
}

#nav ul li {
	list-style: none;
	display: inline;
	padding-right: 65px;
}

#nav ul li a {
	color: #9ebef9;
	text-decoration: none;
	padding-top: 20px;
}

#nav ul li a:hover {
	border-top: 10px solid #9ebef9;
	text-decoration: none;	
}

/* Logo */
#logo {
	width: 100%;
	padding: 10px 0px;
}


#logo h1 a {
	font-size: 60px;
	font-family: Helvetica, Arial, sans-serf;
	color: #9bbefe;
	text-decoration: none;
}

#logo h1 a:hover {
	color: #666;
}

.white {
	color: #FFF;
}

#logo p {
	margin: 0; padding: 0;
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	color: #767676;
}

/* Sidebar */

#sidebar {
	width: 120px;
	float: left;
	color: #666;
	font-size: 90%;
	font-family: Helvetica, Arial, sans-serif;
}

#sidebar h1 {
	padding: 0;
	font-size: 120%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0px 0px 10px 0px;
	font-size: 130%;
	color: #fff;
	padding: 5px 10px;
	background: url(images/button-bg.png) #5271a6 repeat-x;
	text-shadow: 0px 0px 5px #000;		
}

#sidebar ul {
	list-style: none;
	line-height: 1.8em;
=
}

#sidebar ul li a {
	text-decoration: none;
	margin: 0; padding: 0;	
	color: #666;
}

#sidebar ul li a:hover {
	text-decoration: underline;
	color: #8e8e8e;
}

#sidebar .categoryCount a {
	color: #9ebef9;
}

/* Content */

#content {
	margin: 0; padding: 0;
	font-family: Helvetica, Arial, san-serif;
	font-size: 78%;
}

#content .post {
	margin: 0; padding: 0;

}

#content .post h2 {
	font-size: 150%;
	padding: 0;
}

#content .post h2 a {
	color: #9ebef9;
	text-decoration: none;
}

#content .post h2 a:hover {
	color: #ccc;
}

#content .post p {
	margin: 0px 0px 15px 0px;
	line-height: 1.7em;
	text-align: justify;
}

#content .post h4, #content .post h5, #content .post h6 {
	margin: 0 0px 0px 0px;
	line-height: 1.4em;
	font-size: 1em;
	color: #c9d5fb;
	text-align: justify;
}

#content .post p a, .post p strong a {
	color: #9ebef9 !important;
	text-decoration: none !important;
}

#content .post p a:hover, .post p strong a:hover {
	color: #daeaf9 !important;
	text-decoration: underline !important;
}

#content .post ul {
	list-style: square;
	margin: 0px 0px 10px 00px;
	line-height: 1.4em;
}

#content .post h3 {
	margin-bottom: 10px;
}

#content .post ul li {
	line-height: 1.7em;
	margin-left: 40px;
}

#content .post ul li a {
	color: #9ebef9;
	text-decoration: none;
}

#content .post ul li a:hover {
	color: #7d96c5;
	text-decoration: underline;
}

#content .post .subText {
	font-size: 88%;
	color: #858585;
	margin: 0 0 50px 0;	
}

#content .navigation {
	margin-bottom: 20px;
	
}

#content .navigation a {
	color:  #9ebef9;
	text-decoration: none;
}

#content .navigation a:hover {
	color: #839dcf;
	text-decoration: underline;
}


#content .navigation .alignright {
	float:  right;
}

/* Footer */

.footer-wrap {
	width: 100%;
	height: 400px;
	background: #7f7f7f;
}
/*

#footer {
	width: 100%;
	margin-bottom: 30px;
	line-height: 1.3em;
	border: 1px solid red;
}

#footer p {
	font-size: 90%;
	color: #515151;
}

#footer p a {
	text-decoration: none;
	color: #9ebef9;
}

#footer p a:hover {
	color: #7d99c7;
}
*/

#content .post blockquote {
	margin-left: 20px;
	border-left: 3px solid #666;
	padding-left: 10px;
	color: #7b7b7b;
	font-size: 100%;
	font-style: italic;
	width: 500px;
}

strong {
	font-weight: bolder;
}

pre {
		font-family:  Courier, "Courier New";
        font-size: 14px;
        padding: 5px;
        margin-bottom:  10px;
        color: #808080;
        background: #F1F1FF;
        overflow: auto;
        border-left: 4px solid #475f72;
}

.results h1 {
	font-size: 16px;
	padding-bottom:30px;
}

/* For search excerpts */
strong.search-excerpt {
  background-color: #FFEF43;
}

/* Pagination */

.navigation {
	
}

ol.wp-paginate li {
	float: left;

}

ol.wp-paginate li a {
	padding: 3px;
	border: 1px solid #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-left: 5px;
}

ol.wp-paginate li a:hover {
	background: #1C1C1C;
	color: #fff;
	text-decoration: none;
	border: 1px solid #666;
}

sup {
	line-height: 0px;
	font-size: smaller;
	vertical-align: super;
	padding: 3px;
	color: #999;
	font-weight: bolder;
}

#top {
	width: 100%;
	background: url(images/metal-dark.png) #191919;
}

.toparea {
	background:url(images/FinderIcon.png) no-repeat 500px 85px; 
}

#search {
	width: 100%;
	height: 20px;
	background: #151515;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#content {
	padding: 20px 0px;
}

#bottom {
	width: 100%;
	background: #151515;
	padding: 20px 0px;
	font-family: Helvetica, Arial, sans-serif;
}

#bottom a {
	color: #9ebef9;
	text-decoration: none;	
}

#bottom a:hover {
	color: #CCC;
	text-decoration: underline;
}


/* columns main content*/

.l-col {
	width: 120px;
	min-height: 400px;
	float: left;
	padding: 0px 10px 0px 0px;
}

.c-col {
	width: 580px;
	min-height: 800px;
	float: left;
	padding: 0px 10px 0px 10px;
}

.r-col {
	width: 220px;
	min-height: 500px;
	float: left;
	padding: 0px 0px 0px 10px;
}

/* columns footer content*/

.b-l-col {
	width: 240px;
	height: 350px;
	float: left;
	padding: 0px 10px 0px 0px;
}

.b-c-col {
	width: 230px;
	height: 350px;
	float: left;
	padding: 0px 10px;
	
}

.b-r-col {
	width: 450px;
	height: 350px;
	float: left;
	padding: 0px 0px 0px 10px;
}

/* bottom columns styling */

.b-l-col h2, .b-c-col h2, .b-r-col h2 {
	font-size: 130%;
	color: #9ebef9;
	padding-bottom: 10px;
}

.b-l-col h2 a, .b-c-col h2 a, .b-r-col h2 a {
	color: #9ebef9;
	text-decoration: none;
}
.b-l-col h2 a:hover, .b-c-col h2 a:hover, .b-r-col h2 a:hover {
	color: #ccc;
	text-decoration: none;
}

.b-l-col p, .b-c-col p, .b-r-col p {
	font-size: 12px;
	line-height: 1.7em;
}

.b-c-col a {
	font-size: 12px;
	color: #9ebef9;
	line-height: 1.7em;
	text-decoration: none;	
}

.b-c-col a:hover {
	color: #CCC;
	text-decoration: none;
}

.b-r-col li {
	font-size: 12px;
	line-height: 1.7em;
}

/* Twitter in the Right Column */

.twitter h2 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 10px 0px;
	font-size: 130%;
	color: #fff;
	padding: 5px 10px;
	background: url(images/button-bg.png) #5271a6 repeat-x;
	text-shadow: 0px 0px 5px #000;
}

.tweet-wrap {
	padding-bottom: 10px;
}

.tweet-wrap p {
	line-height: 1.7em;
}

.tweet-wrap a {
	color: #9ebef9;
	text-decoration: none;	
}

.tweet-wrap a:hover {
	color: #CCC;
	text-decoration: underline;
}

.tweet-wrap small {
	color: #666;
}

/* Profile pic */

.profile-pic {
	float: right;
	margin: 0px 0px 10px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 10px solid rgb(21,21,21);
	-webkit-box-shadow: rgb(75, 75, 75) 0px 0px 15px;
	-moz-box-shadow: rgb(75, 75, 75) 0px 0px 15px;
	box-shadow: rgb(75, 75, 75) 0px 0px 15px;
}

/* Footer Archive */

.footer-archives li {
	background: url(images/arrow.png) no-repeat 0px 4px;
	padding-left: 15px;
}
 

/* Bottom Right Column */

.bullets p {
	margin-bottom: 10px;
}
