/*

Theme Name: Parallel
Description: Custom built for Parallel IC
Version: 0.8
Author: Innate Mak
Author URI: 
Tags: grey, orange, white, fixed width, two columns, widgets, fixed width, valid XHTML, valid CSS, two columns, right sidebar, simple

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
  background:#000; /* Set background image here */
}

p, h2, h3, h4, h5 {
  font-size:1.2em;
}

img {
  border:0;
}

div#wrapper {
  width:943px;
  padding-top:8px;
  margin:25px auto 0;
  background:#1F2523  
}

div#masthead {
  width:943px;
  position:relative;
}


/* Banner image dropshadow */
div#masthead_image {
  width:943px;
  height:121px;
  clear:both;
  top:56px;
  position:relative;
  z-index:1;
}

/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#707D79;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation */
div#masthead ul {
  float:right;
  margin-right:22px;
  position:relative;
  z-index:2;
  bottom:-2px;
}

div#masthead ul li {
  float:left;
}

a {
  outline:0;
}

/* Page dropshadow */
div#content {
  width:943px;
  background:url(./images/main_background.jpg) repeat-y;
}


/*-----------------------------------------------------------------------------

  Header Nav

-----------------------------------------------------------------------------*/


div#header_nav {
	position:absolute;
	left:300px;
	top:24px;
	width:648px;
	height:1.5em;
	text-align: right;
	font-family: arial;
	font-size: 10px;
	color: #707d79;
	letter-spacing: 1px;
}


div#header_nav ul {
	margin: 0.25em 0;
	padding: 0 1em;
	list-style: none;
}


div#header_nav li {
	display: inline;
	margin: 0;
	padding: 0 0.7em 0 1.0em;
	border-left: 1px solid #8eb61a;
}

div#header_nav a {
	text-decoration: none;
	color: #707d79;
}

div#header_nav a:visited {
	text-decoration: none;
	color: #707d79;
}

div#header_nav a:hover {
	color: #8EB61A;;
	text-decoration: none;
}


div#header_nav .nobar {
	padding-left: 0;
	border: 0;
}




/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  padding:69px 0 20px 11px;
  width:492px;
  position: relative;
  left:52px;
  float:left;
}

div#oldmain {
  padding:0 20px 20px;
  width:500px;
  float:left;
}

/* Main header on single pages */
h2.header {
  color:#35AACB;
  font-size:24px;
  padding:10px 0 0;
  margin:0 0 5px;
  position:relative;
}

div#main h2.header a {
  color:#35aacb;
  text-decoration:none;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0 5px;
  color:#707D79;
}

div#main p {
  color:#686e76;
  line-height:1.7;
  margin:10px 0;
}

div#main a {
  color:#507FA3;
}

.article, .entry {
  margin-bottom:20px;
  margin-right: 15px;
}

.article blockquote, .entry blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

.article ul, .article ol, .entry ul, .entry ol {
  font-size:1.2em;
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li, .entry ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 top no-repeat;
}

.article ol, .entry ol {
  margin-left:30px;
}

.article ol li, .entry ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol, .entry ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
  margin-bottom: 20px;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:71px 20px 20px 0;
  margin-left: 70px;
  width:300px;
  float:left;
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#507fa3;
  padding-bottom:10px;
}

div#secondary ul#sidebar li {
  margin:5px 0 20px;
  font-size:1.2em;
  line-height:1.5em;
  background:#dddddd url(./images/secondary_header.jpg) top repeat-x;
  padding-top:5px;
  padding-left:15px;
  padding-bottom:22px;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:lowercase;
  color:#35aacb;
  margin:20px 0 8px;
  font-size:1em;
  line-height:1;
}

div#secondary a {
  color:#666;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  margin:5px 23px 0 5px;
  font-size:1em;
  padding-top:0px;
  padding-left:10px;
  padding-bottom:5px;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:60px;
}

form span {
  font-size:1.2em;
  color:#707d79;
  font-weight: bold;
  margin-left:50px;
  position:absolute;
  top:5px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:14px;
  width:161px;
  padding:5px;
  right:29px;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  margin-top: 3px;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:8px;
  width:818px;
  margin:0 auto;
  text-align:center;
  font-size:1em;
  color:#686868;
  padding:15px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */


div#main form#searchform {
  display: none;
}


div#newsletter_signup {
	position:absolute;
	left:35px;
	top:30px;
	width:248px;
	height:1.5em;
	font-family: arial;
	font-size: 10px;
	color: #707d79;
	letter-spacing: 1px;
}

div#newsletter_signup a {
	text-decoration: none;
	color: #707d79;
}

div#newsletter_signup a:visited {
	text-decoration: none;
	color: #707d79;
}

div#newsletter_signup a:hover {
	color: #8EB61A;;
	text-decoration: none;
}

div#share {
	width: 300px;
	height: 60px;
}

div#share div {
	float: right;
	margin-left: 10px;
}

div#share #shareLabel {
	float: right;
	color: #707d79;
	font-family: arial;
	font-size: 10px;
	margin-top: 2px;
}

div#share #shareRSS {
	margin-top: 2px;
}
