/********************************************
	Author:  			Norik D.
	Designed By:			http://www.PARSCAT.com/
	Client:			 	IGNA
	Website:			http://www.IGNAonline.com
	Created:			OCT-25-2009
	LAST MODIFIED:			NOV-08-2009	          	
 *******************************************/ 


/* Global Styles
------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	outline:none;
}

html, body {
	height: 100%;
}

body {
	font: normal 12px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	background: #FFF url(images/bg.jpg) repeat-x 0 0;
}

* html body {
	text-align: center; /* This fixes IE margin auto bug */
}

a, a:link, a:visited, a:active {
	color: #963;
	text-decoration: underline;
}

a:hover {
	color: #F60;
}

img {
	border: 0 none;
}

.error {
	color: #F00;
}

p {
	margin: 15px 0 10px;
	clear: left;
}

.halfSize{
	width: 50%;
	float: left;
}

.fullSize{
	display: block;
	width: 100%;
	clear:both;
}

.noFlash{
	display: none;
}
/* Color Palette
------------------------------------------------------------------- */
.debug {
	border: 1px solid #FF00FF;
}
.orange{
	color: #F60;
}
.gray{
	color: #999;
}

/* Heading Styles 
------------------------------------------------------------------- */

h1 {
	font: normal 24px/30px Tahoma, Helvetica, sans-serif;
	display: block;
	color: #666;
	text-decoration: none;
}

h2 {
	font: normal 24px/30px Tahoma, Verdana, Geneva, sans-serif;
	display: block;
	color: #333;
	text-decoration: none;
}

h3 {
	font: normal 18px/28px Tahoma, Helvetica, sans-serif;
	display: block;
	color: #333;
	text-decoration: none;
}

h4 {
	font: normal 16px/18px Tahoma, Helvetica, sans-serif;
	display: block;
	color: #063;
	text-decoration: none;
}

h5 {
	font: bold 12px/16px Verdana, Helvetica, sans-serif;
	color: #060;
	text-decoration: none;
}

h6 {
	font: bold 12px/18px Verdana, Helvetica, sans-serif;
	color: #900;
	text-decoration: none;
}



/* Header
------------------------------------------------------------------- */

#header {
	width: 960px;
	height: 120px;
	background: transparent url(images/hr_blue.png) no-repeat center bottom;	
}

#logo {
	float: left;
	width: 320px;
	height: 92px;
	margin: 23px 0 0;
}

#logo h1 {
	display: block;
	width: 177px;
	height: 72px;
	text-indent: -9999px;
	background: transparent url(images/logo_igna.png) no-repeat 0 0;
}

#logo h1 a{
	display: block;
	width: 100%;
	height: 100%;
	outline: none;	
}

#menu{
	width: 500px;
	height: 70px;
	float: right;
	list-style: none;
}

#menu ul{
	list-style: none;
}
#menu li{
	float: right;
	list-style: none;
	margin-left: 40px;
}

#menu a{
	font-weight: bold;
	float:left;
	margin: 0;
	padding-top: 45px;
	overflow:hidden;
	outline: none;
	color: #333;
	text-decoration: none;
}

#menu a:hover, #menu .selected{
	background: transparent url(images/menu_hover.png) no-repeat center top;
	color: #F60;
}

/* Content Divs
------------------------------------------------------------------- */

#wrapper{
	width: 960px;
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	margin: 0 auto;
	min-height:100%;
}
#contentHolder {
	width: 960px;
	min-height: 550px;
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	height: 100%;
	overflow:hidden;	/* This chops off any overhanging divs */
	margin: 0 auto;
}

*+html #contentHolder, * html #contentHolder{
	margin: 0;
}

#it-consulting{
	margin: 80px 0 40px;
	text-align: center;
}
.art-board, .lead-image-wrapper{
	margin: 0 0 25px;
	text-align: center;
}
.col2{
	width: 620px;
	margin: 10px;
	text-align: justify;
	float: left;
}
.col3{
	width: 300px;
	margin: 10px;
	text-align: justify;
	float: left;	
}

/* SideBar
------------------------------------------------------------------- */


/* Footer 
------------------------------------------------------------------- */

#footer{
	border-top: 1px solid #b0b0b0;
	display: block;
	width:100%;
	float: left;
	height: 40px;
	padding: 5px 0 0;
	color: #999;
}

#footer a{
	color: #979696;
	text-decoration: none;
}
#footer a:hover{
	color: #4c4c4c;
}
#footer p{
	margin: 0;
	padding: 0;
	color: #ababab;
}
#footer .footLeft{
	float: left;
	width: 780px;
}

#footer .footRight{
	float: right;
	width: 150px;
	text-align: right;
}

/* Form Elements 
------------------------------------------------------------------- */

#contactForm{
	background: #FFF;
	display: block;
	clear:both;
	margin: 20px 0;
	padding: 20px 30px;
}

input, textarea, select {
	font-family: Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
}

fieldset{
	border:0;
}

fieldset legend {
	font-weight:bold;
}

fieldset label{
	display: block;
	clear: both;
}

fieldset label small{
	color: #b7b7b7; 
}

fieldset label em{
	background-color: #ff0;
	font-style: normal;
}

.input{
	display: block;
	height: 70px;
}
.textarea{
	display: block;
	clear: both;
}
.input .wrap, .textarea .wrap{
	background: #eee;
	display: inline-block;
	margin: 0 0 12px;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form input.input-text{
	width: 275px;
}

form input.input-text, form textarea {
	display: block;
	background: #fff;
	margin: 0;
	padding: 3px 4px;
	font-size: 16px;
	line-height: 20px;
	text-shadow: 0 0 1px #fff;
	border: 1px solid #ccc;
	color: #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px #fff;
}


form textarea {
	width: 575px;
	height: 120px;
}

#feedback {
	clear:both;
	margin: 10px 0;
	padding: 0;
	display: block;
}
#feedback ul,
#feedback ul li{
	margin: 0;
	padding: 0;
	list-style-image: none;
}
.feedback_error {
	display: block;
	list-style: none;
	line-height: 22px;
	background: #FBE3E4 url('/images/error.gif') no-repeat 10px 4px;
	text-indent: 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
.feedback_sent {
	display: block;
	list-style: none;
	line-height: 22px;
	background: #DFF2BF url('/images/success.gif') no-repeat 10px 4px;
	text-indent: 35px;
	color: #4F8A10;
	border: 1px solid #060;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}



/* CSS3 buttons -- http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba -- */

button, .button, .button:visited{
	background: #222 url(images/bd_button_bg.png) repeat-x; 
	display: inline-block; 
	padding: 7px 10px 8px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	border: 0;
	font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

button:hover, .button:hover{
	background-color: #111;
	color: #fff;
	text-decoration: underline;
}

button:active , .button:active{
	top: 1px;
}

.yellow ,.yellow:visited{
	background-color: #ffb515;
}
.yellow:hover{
	background-color: #fc9200;
}
.smallBtn{
	padding: 3px 10px 4px;
}

/* Page Contents
------------------------------------------------------------------- */





/* No IE6 
------------------------------------------------------------------- */
#ie6Warning {
		background: #e3e3e3;
		border: 1px solid #bbbbbb;
		padding: 10px 10px 1px;
		margin: 10px;
}

#ie6Warning h2 {
		background: url(images/ie6-warning.gif) 0 50% no-repeat;
		padding-left: 40px;
}

/* Wordpress Specific
------------------------------------------------------------------- */
/* Post 
------------------------------ */
.post{
	margin: 0 0 60px;
	text-align: justify;
}
.post .tags{
	background: transparent url(images/bd_tag.png) no-repeat 0 7px;
	text-indent: 12px;
	border-top: 1px dashed #dedede;
	border-bottom: 1px dashed #dedede;
	font-size: 11px;
}
.post h2 {
	margin: 0 0 5px;
	text-shadow: 2px 2px 3px #f3f3f3;
	color: #666;
	border-bottom: 1px solid #dedede;
}
.post h2 a {
	color: #666;
	border: 0;
	text-decoration: none;
}
.post h2 a:hover {
	color: #555;
}
.post h3 a {
	margin: 0 0 5px;
	text-shadow: 2px 2px 3px #f3f3f3;
	border-bottom: 1px solid #dedede;
	color: #666;
	border: 0;
	text-decoration: none;
}
.post .date{
	margin: 0 0 10px;
	display: block;
	clear: both;
	color: #999;
	font-size: 11px;
}

/* Picture Caption
------------------------------ */
.wp-caption{
	background-color: #ebf3f8;
	padding: 0;
	text-align: center;
	color: #999;
}
.wp-caption img{
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}
.wp-caption p.wp-caption-text{
	margin: 0 !important;
	padding: 0 0 5px 0;
	font-style:italic;
	clear: both;
}

/* wp-layout specific
------------------------------ */
.alignleft{
	margin: 15px 10px 0 0;
	float: left;
}
.alignright{
	margin: 15px 0 0 10px;
	float: right;
}
.aligncenter{
	text-align: center;
}

/* Universal Styles
------------------------------------------------------------------- */
blockquote {
	margin: 22px 40px;
	padding: 3px;
	color:#575757;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
	clear: both !important;
}
.clearRight{
	clear: right !important;
}
.clearBoth{
	clear: both !important;
}
.noDim {
	width: 0 !important;
	height: 0 !important;
}
.noDisplay {
	Display: none;
}
.red {
	color: #c00;
}
.block {
	display: block;
}
.bold {font-weight: bold;}
.post-edit-link{
	background: transparent url(images/wp-edit.png) no-repeat 0 4px;
	padding: 0 0 0 12px;
}