/*
Theme Name: Taurus
Theme URI: http://www.agcross.com
Description: A style cooked up for my personal site.
Version: 1.0
Author: Andrew Cross
Author URI: http://www.agcross.com

*/

/* ----------[Main Structure]---------- */

html{
background: #000;
}

h1, nav ul li, #bio_header {
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
color: #717171;
font-size: 24px;
text-transform:uppercase;
}

#bio_header{
color: #b80139;
}

h2{
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
color: #717171;
font-size: 38px;
text-transform:uppercase;
}

#main h1{
font-size: 30px;
margin-top: 50px;
}

#main h2{
font-size: 24px;
margin-top: 30px;
}

h3{
font-family: 'Source Sans Pro', sans-serif;
font-style: italic;
font-size: 16px;
margin: 4px 0;
}

h4{
font-family: 'Source Sans Pro', sans-serif;
text-transform: uppercase;
color: #717171;
font-size: 16px;
font-weight: bold;
margin: 0 0 10px 0;
}

#sidebar h1{
font-family: 'Source Sans Pro', sans-serif;
text-transform: uppercase;
color: #717171;
font-size: 16px;
font-weight: bold;
margin: 0 0 10px 0;
}

section p{
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
line-height:150%;
margin: 0 0 15px 0;
}

a {
color: #b80139;
text-decoration: none;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #717171;
    margin: -3px 0;
    padding: 0;
}

/*
code {
	padding: 4px 8px;
    font-family: 'Inconsolata', monospace, sans-serif;
    font-size: 0.8em;
    white-space: pre;
    border: 1px solid #d8dfe5;
    background: #f7f9fa;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
*/

code, .code, pre { font: 15px Consolas, Monaco, MonacoRegular, monospace; }
code { padding: 3px; color: #333; background-color: #eaeaea; background-color: rgba(130,130,130,0.1); text-shadow: 0 1px 1px rgba(255,255,255,0.5); }
pre {
	overflow: auto; margin: 30px 0; padding: 15px; box-shadow: inset 0 0 30px 5px #000; 
	background-color: #333; background-image: url(img/pre1.png), url(img/bg00.jpg); background-position: 0 14px, 0 0;
	}
pre code { padding: 0; line-height: 24px; font-size: 14px; text-shadow: none; color: #fff; background-color: transparent; }
pre a, pre a:hover { color: #fff; text-decoration: none; border: 0 !important; }
table code { font-size: 14px; }
h3 code, h4 code { font-size: 24px; background-color: transparent; text-shadow: none; }
h4 code { font-size: 18px; }
a code { padding: 0; color: #21759b; background-color: transparent; text-shadow: none; }
a:hover code { color: #4d91af; }

.clearAll {
    clear:both;
}
#top_black_bar{
	height: 10px; 
	width: 980px; 
	background: #000; 
	margin: -22px 0 0 0; 
	position: relative; 
	z-index:2;
}

#backdiv{
width: 100%;
background: #c9c9c9;
height: 700px;
border-top: 10px solid #000;
}

.navigation{
height: 172px;
width: 980px;
margin: 5px auto 0 auto;
}

.navigation img{
margin: 0 0 0 35px;
z-index: 1;
position: relative;
}

nav{
height: 50px;
float: right;
margin: 75px 50px 0 0;
}

nav ul li{
display: inline;
padding-right: 25px;
}

nav a {
color: #717171;
}

nav .current-menu-item a {
color: #000000;
}

.footer{
width: 980px;
padding: 5px 0 0 0;
margin: 0 auto;
color: #c9c9c9;
font-family: 'Source Sans Pro', sans-serif;
}

.footer_col{
padding: 5px 10px;
width: 305px;
height: 135px;
float: left;
}

.footer_col_title {
text-align: center;
color: #c9c9c9;
font-size: 30px;
margin: 0 0 10px 0;
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
text-transform:uppercase;
}

.italic {
font-style: italic;
}

.wrapper {
position: relative;
width:980px;
min-height: 600px;
background: #FFF;
margin: 0 auto;
overflow: hidden;
}

.page {
width: 980px;
height: 600px;
padding: 0;
left: 0;
top: 0;
position: relative;
}
.box {
width: 300px;
height: 300px;
}

#home { 
background: url(bg_home.jpg) no-repeat; 
}

.home{
position: absolute;
margin: 30px 0 0 425px;
width: 530px;
}

#profile { 
background: url(bg_profile.jpg) no-repeat right;
}

.profile{
position: absolute;
margin: 60px 0 0 50px;
width: 530px;
}

#resume { 
background: url(bg_resume.jpg) no-repeat;
}

.resume{
position: absolute;
margin: 10px 0 0 330px;
width: 630px;
}

.resume ul{
margin: 0 0 0 40px;
list-style-type: disc;
font-family: 'Source Sans Pro', sans-serif;
line-height:150%;
font-size: 14px;
}

#contact { 
background: url(bg_contact.jpg) no-repeat right;
}

.contact{
width: 525px;
margin: 20px 0 0 40px;
}

#main{
float: left; 
width: 620px; 
padding: 30px 20px 0 0;
}

#sidebar{
float: left;
width: 300px; 
margin: 30px 20px 0 20px;
font-family: Source Sans Pro;
}

.contactBox textarea, .contactBox input {
border: 1px solid #c9c9c9;
font-family: 'Source Sans Pro', sans-serif;
}

.g-recaptcha{
margin: 0 0 15px 0;
}

#contact_form_results{
	
}

#main blockquote {
color: #666666;
}

blockquote {
font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
margin: 0.25em 0;
padding: 0 0 0 40px;
line-height: 145%;
position: relative;
color: #c9c9c9;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
width: 40px;
left: -5px;
top: 25px;
color: #b80139;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin: 5px 0 0 15px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

.pdf_link img{
	float: left;
	}
		
.pdf_link{
	margin: 13px 0 5px 25px;
	}

.filesize {
	font-style: italic;
	line-height: 100%;
	color: #383838;
}

.stylized_link img{
	float: left;
	margin: 0 5px 0 0;
}
		
.stylized_link{
	margin: 13px 0 5px 25px;
}

.stylized_link p {
	line-height: 100%;
	margin: 0 0 0 0;
}



.ui-dialog .ui-dialog-titlebar-close span {
display: block;
margin: -8px 0 0 -9px;
}

/* ----------[Home Specifics]-------- */
.blogexcerpt{
width: 255px;
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
}

.postL{
height: 200px;
float: left;
}
.postR{
height: 200px;
float: right;
}

.blog-tn-homepage {
float: left;
width: 65px;
height: 90px;
color: #717171;
text-transform: uppercase;
text-align: center;
}

.blog-headbg-homepage{
float:left;
width: 175px;
margin: 0 0 0 15px;
}

.blog-titles-homepage{
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
}

.blogexcerpt hr{
margin: 0 0 5px 0;
}
/* ----------[Blog Roll]------------- */

.blog-roll-post {
margin: 0 0 20px 0;
padding: 0 0 20px 0;
border-bottom: 1px #717171 solid;
}

.last-post {
border-bottom: none;
}

.blog-roll-col{
float: left;
}

.blog-roll-post .category_icon{
height: 50px;
width: 50px;
}

.blog-roll-post .date {
height: 50px;
width: 55px;
color: #717171;
font-family: Oswald;
}

.blog-roll-post .date  .month{
font-size: 30px;
text-align: right;
}

.blog-roll-post .date  .day{
text-align: right;
font-size: 16px;
}

.blog-roll-post .title {
width: 465px;
height: 50px;
margin: 0 25px;
position: relative;
}

.blog-roll-post .title .text { 
height: 50px;
position: absolute; 
display: table; 
}


.blog-roll-post .title  p{
display: table-cell; 
vertical-align: middle;
font-weight: bold;
font-size: 20px;
line-height: 18px;
}

/* ----------[Post Details]---------- */
.postheader{border: 1px solid #000000; margin: 0 0 40px 0;}
.postcontainer{width: 620px; }
.wp-caption {margin: 15px 0; border: 1px solid #999999;}
.wp-caption img {border: 1px solid #999999;}
.posttext{
font-family: 'Source Sans Pro', sans-serif;
}
.posttext a {
	text-decoration: underline;
	}
.posttext ol {
	list-style-type: decimal;
	margin: 15px 0 15px 50px;
	padding: 5px;
	line-height: 165%;
	}
.posttext ul {
	margin: 15px 0 15px 50px;
	padding: 5px;
	line-height: 165%;
	}	
.posttext ol li, .posttext ul li {
	margin: 0 0 5px 0;;
	}
.tbcontainer{
	border: 1px solid #000;
	min-height: 38px;
	float: left;
	font: 9px Arial;
	width: 628px;
	padding: 0 0 0 2px;
	}
.tbdoublecontainer{
	float: left;
	font-size: 9px;
	width: 200px;
	border: 0px;
	}
.tbcontent{
	font-family: 'Abel', sans-serif;
	font-weight: bold;
	font-size: 19px;
	margin:0 0 0 6px;
	}
.tbrow{
	width: 620px;
	}

.title{width: 564px; margin: -1px 0 0 -1px;}
.articlenum{width: 47px; margin: 0 0 0 -1px; border: none;}
.author{width: 148px; margin: -1px 0 0 -1px;}
.date{width: 138px; margin: -1px 0 0 -1px;}
.category{width: 211px; margin: -1px 0 0 -1px;}
.words{width: 69px; margin: -1px 0 0 -1px;}
.revision{width: 38px; margin: -1px 0 0 -1px;}
.refimage{width: 414px; margin: -1px 0 -1px -1px;}
.refimage img {width: 400px; height: 209px; padding: 0 6px 6px 6px}
.notes{height: 149px; width: 199px; margin: -1px 0 0 -1px;}
.notescontent{
	font-size: 16px;
	font-weight: normal;
	margin: 0 6px;
	}
.notescontent ol{
	list-style-type: decimal;
	margin: 0 0 0 20px;
	}
.notescontent li{
	}
.socialstats{width: 211px; margin: 0 0 0 -1px; border: none;}
.social_media{float: left; margin: 0 4px;}

.syntaxhighlighter{
	border: 1px solid #999999;
	padding: 2px 0;
    margin: 40px 0 !important;
	}

.syntaxhighlighter textarea {
	font-family: 'Source Code Pro', 'Consolas', Courier, monospace;
	}
	
.post_message p {
 font-family: 'Source Sans Pro', sans-serif;
}

.post-tags {
padding: 20px 0 40px 0;
}

.post-tags a  {
	background-color: #333333;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    float: left;
    line-height: 22px;
    margin: 3px 3px 0px 0px;
    font-size: 8pt!important;
    padding: 5px 7px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}

#bio {
padding: 40px 0;
border-top: 1px #717171 solid;
border-bottom: 1px #717171 solid;
}

#bio-pic{
width: 225px;
height: 150px;
float: left;
}

#bio-text{
width: 375px;
height: 150px;
float: right;
}

/*----------[Pagination]----------------*/
.pagination {
clear:both;
position:relative;
font-size:16px;
line-height:20px;
width:480px;
height:40px;
margin:0 auto 20px auto;
font-family: 'Source Sans Pro', sans-serif;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#000;
background: #eeeeee;
border:1px solid #b8b8b8;
}
 
.pagination a:hover{
color:#fff;
background: #b80139;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #b80139;
color:#fff;
}

/* ----------[Sidebar]--------------- */
.sidebar-section{
margin: 0 0 30px 0;
}

.sidebar-section ul{
margin: 0 0 0 20px;
}

#archives ul{
margin: 0;
}

.sidebar-section li{
padding: 0 0 5px 25px;
margin: 0 0 10px 0;
background-repeat:no-repeat;
}

li[data-type="Python"]{
background: url(icons/Python.png) no-repeat;
background-size: 20px 20px;  
}

li[data-type="Excel"]{
background: url(icons/Excel.png) no-repeat;
background-size: 20px 20px;  
}

li[data-type="jQuery"]{
background: url(icons/jQuery.png) no-repeat; 
background-size: 20px 20px; 
}

li[data-type="MySQL"]{
background: url(icons/MySQL.png) no-repeat; 
background-size: 20px 20px; 
}

li[data-type="MATLAB"]{
background: url(icons/MATLAB.png) no-repeat; 
background-size: 20px 20px; 
}

li[data-type="Recipe"]{
background: url(icons/Recipe.png) no-repeat; 
background-size: 20px 20px;
}

li[data-type="PHP"]{
background: url(icons/PHP.png) no-repeat; 
background-size: 20px 20px; 
}

li[data-type="3D Printing"]{
background: url(icons/3D%20Printing.png) no-repeat; 
background-size: 20px 20px; 
}

li[data-type="Data Analysis"]{
background: url(icons/Data%20Analysis.png) no-repeat; 
background-size: 20px 20px; 
}

li[data-type="Data Visualization"]{
background: url(icons/Data%20Visualization.png) no-repeat; 
background-size: 20px 20px; 
}

li[data-type="SolidWorks"]{
background: url(icons/SolidWorks.png) no-repeat; 
background-size: 20px 20px; 
}

li[data-type="Uncategorized"]{
background: url(icons/Uncategorized.png) no-repeat; 
background-size: 20px 20px; 
}

li[data-type="Electronics"]{
background: url(icons/Electronics.png) no-repeat; 
background-size: 20px 20px; 
}