/*  

Theme Name: Bruce Giovando
Theme URI: http://brucegiovando.com
Description:  
Version: 1.0
Author: Bruce Giovando
Author URI: http://www.brucegiovando.com
Tags: 

*/

/* @group Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* @end */

/* @group Site Wide */

body{
	background: #fff url(img/bg.jpg) repeat 0 0;
	color: #191919;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 0px #ffffff !important;
}

a{
	-webkit-transition: color .25s ease-in;
}

a, a:link, a:hover, a:visited, a:active{
	color: #62b6d9;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff !important;
}

a:hover, a.current{
	color: #22628a;
}

p, .content ul li{
	font: normal normal 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #676767;
}

h1, h1 a{
	text-indent: -9999px;
	display: block;
	font-size: 0;
}

.journal div.col.a.border p {
	font: italic 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #a5a5a5;
}


h2{
	font-style: italic;
	font-weight: normal;
	margin: 0 0 6px 0;
	color: #191919;
}

.content{
	width: 900px;	
}

.content ul li{
	list-style-position: inside;
	opacity: 1;
	list-style-type: none;
}

#container{
	width: 900px;
	margin: auto;
}

div.iewarning{
	background-color: #fdf9d2;
	border-bottom: 1px solid #e1e61d;
	padding: 20px 200px;
	text-align: justify;
}

/* @end */

/* @group Header & Menu */

#header{
	margin: 48px 0 24px 0;
	height: 24px;
}

#header ul{
	float: right;
}

#header ul li{
	float: left;
}

#header ul li a{
	padding: 4px 2px 0px 2px;
	margin: 0 0 0 20px;
	display: inline;
	line-height: 24px;
	height: 24px;
	vertical-align: -12px;
	text-shadow: #d1d1d1 0 0 1px;
}

#header ul li a.current{
	border-top: 2px solid #22628a;
}

h1 img{
	display: block;
}

/* @end */

/* @group Columns */

.content .col{
	float: left;
	margin-right: 24px;
	text-align: justify;
	line-height: 16px;
	margin-bottom: 24px;
}

div:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

.content .col.last{
	margin-right: 0px;
}

.content .col.border{
	border-top: 1px solid #d4d4d4;
	padding: 12px 0 0 0;
}

.content .col.a{
	width: 207px;
}

.content .col.b{
	width: 284px;
}

.content .col.c{
	width: 438px;
}

.content .col.d{
	width: 592px;
}

.content .col.e{
	width: 669px;
}

/* @end */

/* @group Subnav */

.content .subnav .border{
	padding: 6px 0 6px 0;
	margin-bottom: 0px;
}

.content .subnav a em{
	color: #a2a2a2;
	display: none;
}

.content .subnav a:hover em{
	text-indent: 0;
	display: inline;
}

/* @end */

/* @group Forms */

input, textarea{
	padding: 3px;
	width: 400px;
	border: 1px solid #c3c3c3;
	background-color: #eaeaea;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #515151;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	margin-right: 2px;
}

input:focus, textarea:focus{
	background-color: #e5eef8;
	border-color: #8e9cb7;
}

input.submit{
	background-color: #62b6d9;
	color: #081920;
	text-shadow: #3a7086 1px 1px 0;
	font: normal bold 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	width: 100px;
	text-transform: capitalize;
	border: 1px solid #0c212a;
	cursor: pointer;
}

input.submit:hover{
	background-color: #22628a;
	border: 1px solid #180202;
	cursor: pointer;
	text-shadow: #852625 1px 1px 0;
	color: #160202;
	font: normal bold 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	width: 100px;
}

/* @end */

/* @group Portfolio */

div.portfolio.box img{
	border: 1px solid #62b6d9;
	
}

div.portfolio.box:hover img{
	border: 1px solid #22628a;
	box-shadow:-0px -0px 5px rgba(211,210,211,0.84);
	-webkit-box-shadow:-0px -0px 5px rgba(211,210,211,0.84);
	-moz-box-shadow: -0px -0px 5px rgba(211,210,211,0.84);
	
}

div.portfolio.box:hover a{
	color: #22628a;
}

div .portfolio.box{
	width: 207px;
	float: left;
	margin: 0 25px 25px 0;
	display: block;
	clear: none;
	z-index: 0;
	height: 110px;
	
}

/* @end */

/* @group Journal */

div.content.journal .e p {
	margin: 0 0 10px 0;
	text-align: left;
	white-space: normal;
	word-spacing: 2px;
}

div.content.journal .a p{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.content.journal p a{
	text-decoration: underline;
}

/* @group Comments */

#comments{
}

#comments p{
	margin: 0 0 10px 0;
}

#comments ol{
	list-style-type: decimal;
	margin: 0 0 0 20px;
}

#comments em{
	display: none;
	color: #9e9e9e;
}

#comments span:hover em{
	display: inline;
}

#comment-form{
	border-top: 1px solid #d4d4d4;
	padding: 15px 0 0 0;
	margin: 20px 0 0 0;
	}

/* @end */

/* @end */

/* @group About */

.content .about em{
	display: block;
	text-align: right;
	margin: 6px 0 24px 0;
	color: #a2a2a2;
}

div.content.about div.col.a.border.last p em {
	font-size: 11px;
	color: #979797;
	display: block;
	text-align: right;
	letter-spacing: 0;
	word-spacing: 0;
	
}

/* @end */

#footer{
	border-top: 1px solid #d4d4d4;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
	clear: both;
	color: #787878;
	text-align: right;
	font-size: 11px;
}