/*
    Theme Name: Particlestorm
    Theme URI: http://www.particlestorm.net/
    Description: The particlestorm.net theme based upon the default Wordpress Kubrick theme
    Version: 2.0
    Author: Chris Ladd
    Author URI: http://www.particlestorm.net/
*/

a { 
	color: #003366; 
	text-decoration: none;
}

a:visited {
	color: #003366; 
	text-decoration: none;
}

a:hover { 
	color: #336699; 
	text-decoration: underline; 
}

a:active {
	color: #003366; 
	text-decoration: none; 
}

a img { 
	border: 2px solid #003366; 
}

a:visited img {
	border-color: #003366; 
}

a:hover img { 
	border-color: #336699;  
}

a:active img {
	border-color: #003366; 
}

body {
    background-color: #efefef; 
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1.3;
    color: #333333;
    word-wrap: break-word;
}

strong, b {
    font-weight: bold;
}

div#page {
    background-image: url("images/page_content.png");
    background-repeat: repeat-y;
    background-position: top left;
    background-color: #ffffff;
    width: 1022px;
    margin: 20px auto;
    padding: 0;
    position: relative;
}

div#header {
    background-image: url("images/page_header.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 170px;
}

div#header a { 
	color: #ffffff; 
}

div#header h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 40px;
    top: 54px;
    font-family: 'Vollkorn', serif;
    font-size: 22px;
    font-weight: normal;
}

div#wrapper {
    width: 610px;
    border-left:210px solid #ffffff;
    border-right:174px solid #ffffff;
    padding: 0;
    position: relative;
    left: 14px;
    top: 10px;
}

div#left_sidebar {
    padding: 0;
    margin: 0;
    float:left;
    width:200px;
    margin-left:-210px;
    position:relative;
}

div#content {
    padding: 0;
    margin: 0;
    float: left;
    width: 600px;
    margin-right:-600px;
    position: relative;
}

div#right_sidebar {
    padding: 0;
    margin: 0;
    float:right;
    width:174px;
    margin-right:-174px;
    position:relative;
}

div#footer {
    background-image: url("images/page_footer.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 32px;
    clear: both;
}

h2 { 
    font-family: 'Vollkorn', serif; 
    font-weight: normal;
    font-size: 18px;
    margin: 0 10px 10px 0;
}

h2.date { 
    float: left;
    border-right: solid 1px #cccccc;
    padding: 5px;
}

h3 { 
    font-family: 'Vollkorn', serif; 
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

div.post {
    padding: 0 10px;
}

div.storycontent {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}

div.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.meta li {
	display: inline;
}

div.feedback { 
	text-align: right;
	margin-bottom: 30px;
	padding: 0;
	border-bottom: solid 1px #cccccc;
}

div#navigation {
    text-align: right;
    font-weight: bold;
}

ul.sidebar {
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}
	
ul.sidebar ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
	border-top: 1px solid #cccccc;
}
	
ul.sidebar li {
	margin: 0;
	padding: 0;
}

ul.sidebar li ul {
    padding-top: 4px;
}

ul.sidebar li#welcome ul {
    padding-bottom: 10px;
}

ul.sidebar li#recent_twitter ul li {
    padding-bottom: 10px;
}

ul.sidebar li#archives-yearly ul li {
    display: inline;
    padding-right: 20px;
}

ul.sidebar li#feeds {
    padding-bottom: 0;
}

ul.sidebar li#feeds ul li {
    font-size: 14px;
    padding: 10px 0 10px 0;
}

ul.sidebar li#feeds a {
    background-image: url("images/rss.png");
    background-repeat: no-repeat;
    padding: 4px 0 4px 30px;
}

ul.sidebar li#feeds ul li#opml a {
    background-image: url("images/opml.png");
}

ul.sidebar li#networks {
    padding-bottom: 0;
}

ul.sidebar li#networks ul li {
    font-size: 14px;
    padding: 10px 0 10px 0;
}

ul.sidebar li#networks ul li a {
    background-repeat: no-repeat;
    padding: 4px 0 4px 30px;
}

ul.sidebar li#networks ul #twitter a {
    background-image: url("images/twitter.png");
}

ul.sidebar li#networks ul #facebook a {
    background-image: url("images/facebook.png");
}

ul.sidebar li#networks ul #linkedin a {
    background-image: url("images/linkedin.png");
}

ul.sidebar li#networks ul #google_plus a {
    background-image: url("images/google_plus.png");
}

acronym, abbr {
	border-bottom : 1px dashed #003366;
	font-size: 80%;
}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

form#commentform {
    background-image: url("images/comment_form.png");
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;
}

form#commentform p {
    clear: left;
    margin: 0;
	padding: 0;
	padding-top: 10px;
}

form#commentform p label {
    float: left;
    width: 76px;
    padding-top: 4px;
    font-size: 14px;
}
	
form#commentform p input.text {
    padding: 2px 4px;
    border-size: 2px;
    border-color: #999999 #dddddd #dddddd #999999;
    border-style: solid;
    width: 230px;
}

form#commentform p textarea {
    padding: 2px 4px;
    height: 110px;
    width: 500px;
    border-size: 2px;
    border-color: #999999 #dddddd #dddddd #999999;
    border-style: solid;
}

form#commentform p input.submit {
    width: 72px;
    height: 26px;
    background-image: url("images/button.png");
    border: 0px;
    color: #ffffff;
    font-family: 'Vollkorn', serif; 
    font-size: 14px;
    font-weight: bold;
    position: relative;
    left: 440px;
    cursor : pointer;
}

div#commentform_footer {
    background-image: url("images/comment_form_footer.png");
    background-repeat: no-repeat;
    background-postion: top left;
    height: 10px;
    padding: 0;
    margin: 0;
}

form#searchform {
    background-image: url("images/search_background.png");
    background-repeat: no-repeat;
    padding: 10px;
    padding-bottom: 12px;
    margin-left: -2px;
}

form#searchform input.text {
    padding: 2px 4px;
    border-size: 2px;
    border-color: #999999 #dddddd #dddddd #999999;
    border-style: solid;
    width: 146px;
}

form#searchform input.submit {
    width: 90px;
    height: 26px;
    background-image: url("images/search_button.png");
    border: 0px;
    color: #ffffff;
    font-family: 'Vollkorn', serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    left: 70px;
    top: 10px;
    cursor : pointer;
    margin-bottom: 8px;
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font-size: 10px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left;
	float: left;
	padding-bottom: 1.0em;
	padding-right: 30px;
}
#lightbox-image-details-printable {
	display: block;
	padding-bottom: 1.0em;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



