/*
    Theme Name: Jordan Neenan 4.0
    Theme URI: http://jordanneenan.com/
    Description: Theme created for jordanneenan.com
    Author: Jordan Neenan
    Author URI: http://jordanneenan.com
    Version: 1
*/
/*-----WP Post Style-----*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/*-----reset-----*/
* {
	margin: 0;
	padding: 0;
	color: #39393a;
	}
	
a img {
	border-color: #75c1d9;
	}
	
a:hover img {
	border-color: #e08d06;
	}
	
/*-----overall-----*/
ul, li {
    list-style-type: none;
	}

#clear_floats {
	clear: both;
	}
	
a {
	color: #75c1d9;
	text-decoration: none;
	}

a:hover {
	color: #e08d06;
}

p {
	color: #39393a;
	}
h2 {
	font-family: Georgia;
	font-size: 1.6em;
	color: #39393a;
	font-weight: 100;
	margin-bottom: 20px;
	}
	
a img{
	vertical-align: middle;
	border: 5px solid rgba(117, 193, 217, 0.4);
	background-color: rgba(117, 193, 217, 0.4);
	}
	
a:hover img{
	border: 5px solid rgba(117, 193, 217, 1.0);
	background-color: rgba(117, 193, 217, 1.0);
	}

/*-----main-----*/
body{
	background: transparent url(images/bg.jpg);
	background-color: #232323;
	font-family: Georgia;
	}

#follow {
	width: 308px;
	font-family: Arial;
	font-size: 0.8em;
	position: relative;
	margin: 22px 0 0 0;
	left: 100px;
	float: left;
	}
	
#follow .rss {
	background: transparent url(images/rssicon.png) 0px -1px no-repeat;
	float: left;
	margin: 5px 15px;
	padding: 2px 0 0px 30px;
	}
	
#follow .email {
	background: transparent url(images/emailicon.png) 0 -1px no-repeat;
	float: left;
	margin: 5px 15px;
	padding: 2px 0 0px 30px;
	}
	
#follow .twitter {
	background: transparent url(images/smalltwittericon.png) 0 -2px no-repeat;
	float: left;
	margin: 5px 15px;
	padding: 2px 0 0px 30px;
	}
	
#container_head{
	margin: 0 auto;
	width: 960px;
	}
	
#container{
	margin: -10px auto 0 auto;
	width: 960px;
	}

#background{
	padding-bottom: 20px;
	background: #232323 url(images/gray_line.jpg) 0 0 repeat-x;
	}
	
#header{
	margin: 20px auto 0 auto;
	height: 190px;
	background: transparent url(images/header.png) 0 0 no-repeat ;
	}
	
#logo{
	position: relative;
	width: 450px;
	top: 20px;
	margin: 0 20px 0 20px;
	height: 161px;
	background: transparent url(images/logo.gif) 0 0 no-repeat ;
	}
	
#content{
	margin: 0 auto;
	padding-top: 25px;
	width: 960px;
	background-color: #ffffff;
	}
	
#latest-work {
	width: 480px;
	padding: 0px 25px 20px 10px;
	float: right;
	}

#latest-work .title{
	font-size: 1.5em;
	margin-bottom: 10px;
	width: 500px;
	}
	
#latest-work ul{
	margin-left: 10px;
	}
	
#latest-work li{
	margin: 10px;
	float: left;
	}

#latest-work img{
	width: 175px;
	height: 105px;
	margin: 0 auto;
	padding: 10px;
	vertical-align: middle;
	border: 2px solid rgba(224, 141, 6, 0.6);
	background-color: rgba(117, 193, 217, 0.4);
	border-radius: 20px 0px 20px 0px;-webkit-border-radius: 20px 0px 20px 0px;-moz-border-radius: 20px 0px 20px 0px;
	}
	
#latest-work li a:hover img{
	width: 175px;
	height: 105px;
	margin: 0 auto;
	padding: 10px;
	vertical-align: middle;
	border: 2px solid rgba(224, 141, 6, 1.0);
	background-color: rgba(117, 193, 217, 1.0);
	}

.tag {
	font-family: Georgia;
	width: 485px;
	float: right;
	text-align: left;
	margin-top: -110px;
	margin-right: 20px;
	}

.tag a{
	font-size: 1.6em;
	}

.tag p {
	color: #39393a;
	font-size: 1.5em;
	}
	
#skill_list {
	float: left;
	padding: 0px 0 0 25px;
	margin-top: -1px;
	}
	
#skill_list ul{
	margin: 40px 0 10px 50px;
	}

#skill_list li{
	padding-left: 30px;
	margin: 0px 0 15px 20px;
	font-size: 1.4em;
	color: #39393a;
	background:transparent url(images/tick.png) 0 4px no-repeat;
	}
	
.post{
	margin: 30px 20px 0px 20px;
	padding: 20px;
	background-color: rgba(117, 193, 217, 0.1);
	border: 2px solid rgb(224,121,6);/*for ie*/
	border: 2px solid rgba(224,121,6,0.2);
	border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;
	}
	
.post a{
	font-size: 1.8em;
	}
	
.post p a{
	font-size: 1em;
	padding-top: 15px;
	}
	
.post p{
	margin: 15px 0;
	}
	
#blogcontent {
	float: left;
	margin-top: -50px;
	}

.post img{
	clear: both;
	}
	
.post span{
	float: right;
	color: #75c1d9;
	font-size: 0.8em;
	}	
	
#wpsidebar {
	position: relative;
	float: right;
	width: 400px;
	margin: -175px 80px 0 0;
	font-size: 1.8em;
	}	
	
li .categories{
	font-size: 1.4em;
	}

ul .children {
	margin-left: 20px;
	font-size: 0.8em;
}

li .cat-item-3{
	float: left;
}

li .cat-item-10{
	float: right;
}

li .cat-item-7{
	float: right;
}

.contact{
	text-align: center;
	margin: -30px 20px 0px 20px;
	padding: 20px;
	background-color: rgba(117, 193, 217, 0.1);
	border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;
	height: 300px;
}

.contact a{
	font-size: 1.8em;
	margin: 50px;
	padding: 50px;
	}
	
.contact p{
	font-size: 1em;
	margin: 60px;
	}
	
/*-----nav-----*/
#nav{
	height: 0px;
	margin: 20px 0 20px 0;
	font-family: Arial;
	font-size: 1.4em;
	font-weight: 50;
	width: 472px;
	float: right;
	}
	
#nav ul li{
	float: left;
	}
	
#nav li{
	text-align: center;
	padding: 2px 15px;
	margin: 2px 15px;
	}
	
#nav li a{
	color: #ffffff;
	text-decoration: none;
	}

#nav li a:hover{
	color: #75c1d9;
	}

#nav .current_page_item a {
	color: #75c1d9;
	}
	
#nav .current_page_item {
	border: 2px solid #e08d06;
	margin: 0px 13px 0 13px;
	border-radius: 16px;-webkit-border-radius: 16px;-moz-border-radius: 16px;
	}

/*----- footer -----*/
#content_end{
	margin: 0px auto 10px auto;
	padding-bottom: 20px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 0 0 20px 20px;-moz-border-radius: 0 0 20px 20px;-webkit-border-radius: 0 0 20px 20px;
	}

#footer{
	margin: 10px auto;
	width: 960px;
	background-color: #ffffff;
	border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;
	}
	
.footer_img{
	padding: 25px 20px;
	background: transparent url(images/copyright.png) 380px 12px no-repeat;
	}
	
#footer_content {
	width: 960px;
	margin: 0 auto;
	margin-top: -2px;
	margin-bottom: 30px;
	display: block;
	}

#footerblock_one{
	background: transparent url(images/footerblockbg.png);
	background-color: #e4e4e4; /*<----for IE-----*/
	width: 316px;
	padding-bottom: 20px;
	background-color: rgba(256,256,256,0.6);
	border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;
	float: left;
	min-height: 350px;
	}
	
#footerblock_one h4{
	font-size: 0.8em;
	font-weight: 100;
	}

#footerblock_one ul{
	font-family: Arial;
	margin: 36px 20px 0 20px;
	}
	
#footerblock_one li{
	background-color: #e4e4e4; /*<----for IE-----*/
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;
	padding: 5px;
	text-align: left;
	margin-top: 5px;
	}

#footer_content p{
	font-size: 1.2em;
	padding-top: 19px;
	text-align: center;
	margin-bottom: -20px;
	}
	
#flickr {
	width: 280px;
	margin: 0 auto;
	padding: 30px 0;
	}

#flickr a img{
	margin: 6px 2px;
	border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
	background-color: rgba(0,0,0,0.1);
	}
	
#footerblock_two{
	background: transparent url(images/footerblockbg.png);
	width: 316px;
	background-color: #e4e4e4; /*-----for IE-----*/
	background-color: rgba(256,256,256,0.6);
	border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;
	float: left;
	min-height: 350px;
	}

#footerblock_three{
	background: transparent url(images/footerblockbg.png);
	width: 316px;
	background-color: #e4e4e4; /*-----for IE-----*/
	background-color: rgba(256,256,256,0.6);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	float: right;
	padding-bottom: 10px;
	min-height: 359px;
	}
	
.tweet h2{
	text-align: center;
	font-size: 1.2em;
	padding: 18px 0 10px 0;
	background: transparent url(images/twittericon.png) 268px 11px no-repeat;
	}

.tweet ul{
	font-family: Arial;
	font-size: 0.8em;
	margin: -16px 20px 0 20px;
	padding-bottom: 5px;
	}	
	
.tweet li{
	background-color: #e4e4e4; /*<-----for IE-----*/ 
	background-color: rgba(0,0,0,0.1);
	border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;
	padding: 5px 5px 3px 5px;
	text-align: left;
	margin-top: 5px;
	min-height: 52px;
	}	
	
#twitter_ref{
	margin-left: 110px;
	}
	
#blockgrouper {
	margin-left: 322px;
	}

