/**
5 main colors - (brighter version)
c80500 - d9100b
ffb400 - ffdd1e
55b900 - 68d010
0091c3 - 00a4dd
a52ddc - b138e9
*/


/*-----------------------------------------------------
	RESET - MAKE CHANGES AS USE SPECIFIC TAGS
-----------------------------------------------------*/

html, body {
	border:0;
	margin:0;
	padding:0;
	}

html * {max-height:1000000px;} /*Fix for Android Chrome Font Boosting*/ 

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block; }

:focus {outline: 0; } /* Remove dotted lines around images */

img {
	border:0;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;  }

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;  }
	
abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
	}
	
div.horizontalRule {
    clear:both;
    width:100%;
    background-color:#d1d1d1;
    height:1px;
    margin-top:8px;
    margin-bottom:12px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }



/*-----------------------------------------------------
	CLEARFIX HACK - PARENTS W/ FLOATED CHILDREN
-----------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


/*-----------------------------------------------------
	BODY
-----------------------------------------------------*/

html {
	font-size: 100.01%;
	overflow-y: scroll;
	}

body {
	color: #333;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 1em;
	} 

.index-bk {background: #000 url(../images/main/background-blue.jpg) no-repeat scroll center 155px}
.about-bk {background: #000 url(../images/main/background-red.jpg) no-repeat scroll center 155px}
.services-bk {background: #000 url(../images/main/background-yellow.jpg) no-repeat scroll center 155px}
.portfolio-bk {background: #000 url(../images/main/background-green.jpg) no-repeat scroll center 155px}
.blog-bk {background: #000 url(../images/main/background-blue.jpg) no-repeat scroll center 155px}
.clients-bk {background: #000 url(../images/main/background-purple.jpg) no-repeat scroll center 155px}
 
/*-----------------------------------------------------
	LINKS
-----------------------------------------------------*/

a {
	color: #333;
	font-weight:bold;
	text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	}

a:hover {
	color: #008bca;
	}

a:active{background: none;} /* IE Fix for Gray background on transparent images */
	
.nofade a{	
	-o-transition:0s;
	-ms-transition:0s;
	-moz-transition:0s;
	-webkit-transition:0s;
	transition:0s;
}

/*-----------------------------------------------------
	TYPOGRAPHY
-----------------------------------------------------*/

p {
	line-height: 1.4;
	margin: 0 0 1.25em 0;
	padding: 0;
	font-size: 1em;
	}

ul, ol {
	margin: 0;
	padding: 0;	
	list-style: circle;
}

li{

}

#doublelist li  { float:left; width:50%;} /* 2 col */
#triplelist li  { float:left; width:33.333%; } /* 3 col */

h1, h2, h3 {
	margin: 0 0 .6em 0;
	padding:0;
	font-weight:normal;
	}

h1 {
	font-size:1.35em;
	}

h2 {
	letter-spacing:.02em;
	font-size:1.375em;
	}

h3 {
	letter-spacing:.015em;
	font-size:1.063em;
	font-weight:bold;
	text-transform:uppercase;
	}

small {
	font-size:.875em;
	}

blockquote {margin: 0 1.25em 1em 1.25em;
			font-style:italic;
			font-size: 1.125em;
			letter-spacing:.02em;
			line-height:1.375em;
			color:#666;
}

/*-----------------------------------------------------
	GRID
-----------------------------------------------------*/

#container {
	margin: 0 auto;
	width: 920px;
	}
 
#header {
	width: 920px; 
	height: 150px;
	padding-top:10px;
	}

#content {
	width: 920px;
	min-height:580px;
    height:auto !important;
    height:580px; 
	background: #FFF;
	border-radius: 8px; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 0px 25px #000;
	-moz-box-shadow: 0px 0px 25px #000;
	-webkit-box-shadow: 0px 0px 25px #000;
	overflow:hidden
	}

#content-area {
	margin: 25px;
	width: 870px;
	}


#footer {
	padding: 8px 8px;
	height: 50px;
	}

/*-----------------------------------------------------
	INTERFACE ELEMENTS
-----------------------------------------------------*/

.notification-block {
	width: 100%;
	padding: 5px 0px;
	background-color: #0091c3;
	text-align: center;
	color: white;
	font-weight: bold;
}

/* HEADER */

/* Logo */

#logo a{
	float: left;
	display: block; 
	width: 185px; 
	height: 150px; 
	background-image:url(../images/main/logo.png);
	text-indent: -4000px;
	}
	
#logo a:hover{
	background-image: url(../images/main/logo-active.gif);
	}

/* Contact area */

#contact {
	float:right;
	width: 690px;
	height: 68px;
	margin:12px 25px 0 0;
	text-align:right;
	}
		
#contact a {

    width: 178px;
    height: 40px;
	display: inline-block;
	vertical-align:middle;
    background-image: url(../images/main/contact.png);
}

#contact a:hover {
    background-image: url(../images/main/contact-active.png);
}

/* Navigation*/

#nav li {
	float:left;
	list-style:none;
	display: block; 
	height: 70px;
	width: 147px;
	}

#nav li a {
	display: block; 
	text-indent: -4000px; 
	height: 70px;
	width: 147px;
	background-image:url(../images/main/navigation.png)
	}

.about a {background-position:0px 0px}
.services a {background-position:-147px 0px}
.portfolio a {background-position:-294px 0px}
.blog a {background-position:-441px 0px}
.clients a {background-position:-588px 0px}

#nav li a:hover {background-image:url(../images/main/navigation-active.png)}
.about a:hover {background-position:0px 0px}
.services a:hover {background-position:-147px 0px}
.portfolio a:hover {background-position:-294px 0px}
.blog a:hover {background-position:-441px 0px}
.clients a:hover {background-position:-588px 0px}

.about-selected {background-image:url(../images/main/navigation-active.png); background-position:0px 0px}
.services-selected {background-image:url(../images/main/navigation-active.png); background-position:-147px 0px}
.portfolio-selected {background-image:url(../images/main/navigation-active.png); background-position:-294px 0px}
.blog-selected {background-image:url(../images/main/navigation-active.png); background-position:-441px 0px}
.clients-selected {background-image:url(../images/main/navigation-active.png); background-position:-588px 0px}

#dl-menu {
	display:none;
}


/* FOOTER */

#info p{
	color: #FFF; 
	letter-spacing:.015em;
	line-height: 1.4em;
	text-align:right;
	float:right;
	font-size:.95em;
	}

#info a {
	color: #FFF; 
	font-weight:bold;
	}

#info a:hover {
	color: #00a4dd;
	font-weight:bold;
	}

#icons  li {
	margin-right: 5px; 
	float:left; 
	list-style: none; 
	}
	
#icons li a{
	display: block;
	text-indent: -2000px; 
	height:42px; 
	width:42px; 
	background-image:url(../images/main/icons.png);
	}

.facebook a {background-position:0px 0px}
.linkedin a {background-position:-42px 0px}
.matchgame a {background-position:-84px 0px}

#icons li a:hover{
	background-image:url(../images/main/icons-active.png);
	}
	
.facebook a:hover {background-position:0px 0px}
.linkedin a:hover {background-position:-42px 0px}
.matchgame a:hover {background-position:-84px 0px}


/*-----------------------------------------------------
	SPECIFIC PAGES
-----------------------------------------------------*/


/* HOMEPAGE */ 

/*Slider
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	-khtml-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
	*/
	
#slider {
	margin-bottom: -20px;
}

#slider .pagination {
    list-style:none;
    padding:0 30px 0 0 !important;
}
#slider .pagination li {
    cursor:pointer;
    background-color:#888;
    border-radius:10px 10px 10px 10px;
    height:8px;
    text-indent:10000px;
    width:8px;
}
#slider .pagination li.current {
    background-color:#000;
}

.introbox {
	padding: 0px 30px;
	text-align:center;
}

/* Navigation Content Boxes */
.navboxes {
	float:left;
	margin: 12px 0 25px 0;
	padding: 0 10px 0 20px;
	border-right: 1px solid #CCC;
}

.navboxes img {
	float:left;
	margin-right: 10px;
	width: 60px;
	height: 60px;
}

.navboxes h1 {
	margin: 15px 0 0 0;
}

.navboxes p {
	margin: 25px 10px 10px 10px;
}

.navboxes-bars {
	height: 30px;
	cursor:pointer;
	margin-left: 6px;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f3f4f4;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2e3e4), to(#f3f4f4));
	background-image: -webkit-linear-gradient(top, #e2e3e4, #f3f4f4); 
	background-image:    -moz-linear-gradient(top, #e2e3e4, #f3f4f4);
	background-image:     -ms-linear-gradient(top, #e2e3e4, #f3f4f4);
	background-image:      -o-linear-gradient(top, #e2e3e4, #f3f4f4);
}

.navboxes-bars h3{
	margin: 7px 0 0 10px;
	font-size:.95em;
}

.navboxes-bars-red:hover {
	width: 220px;
	color:#FFF;
	background:#c80500;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c80500), to(#f62700));
	background-image: -webkit-linear-gradient(top, #c80500, #f62700); 
	background-image:    -moz-linear-gradient(top, #c80500, #f62700);
	background-image:     -ms-linear-gradient(top, #c80500, #f62700);
	background-image:      -o-linear-gradient(top, #c80500, #f62700);
}

.navboxes-bars-yellow:hover {
	color:#FFF;
	background:#f6af00;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6af00), to(#ffdd1e));
	background-image: -webkit-linear-gradient(top, #f6af00, #ffdd1e); 
	background-image:    -moz-linear-gradient(top, #f6af00, #ffdd1e);
	background-image:     -ms-linear-gradient(top, #f6af00, #ffdd1e);
	background-image:      -o-linear-gradient(top, #f6af00, #ffdd1e);
}

.navboxes-bars-green:hover {
	color:#FFF;
	background:#55b900;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55b900), to(#60e00f));
	background-image: -webkit-linear-gradient(top, #55b900, #60e00f); 
	background-image:    -moz-linear-gradient(top, #55b900, #60e00f);
	background-image:     -ms-linear-gradient(top, #55b900, #60e00f);
	background-image:      -o-linear-gradient(top, #55b900, #60e00f);
}


/* PORTFOLIO */

/* Filter */
#filter-header {
	padding: 7px 18px ;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f3f4f4;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2e3e4), to(#f3f4f4));
	background-image: -webkit-linear-gradient(top, #e2e3e4, #f3f4f4); 
	background-image:    -moz-linear-gradient(top, #e2e3e4, #f3f4f4);
	background-image:     -ms-linear-gradient(top, #e2e3e4, #f3f4f4);
	background-image:      -o-linear-gradient(top, #e2e3e4, #f3f4f4);
}

.filter li {
	float: left; 
	list-style:none; 
	}
	
.filter li:after { content: "|"; }
.filter li:first-child:after { content: ""; }
.filter li:last-child:after { content: ""; }
.filter a {
	padding: 0px 20px; 
	letter-spacing:.015em;
	}
.filter a:hover, .current a { color:#008bca; }



/* Gallery Items */

#gallery {margin-left: 25px;
}

.gallery li {
	float: left; 
	margin: 0 20px 20px 0;
	border: solid 1px #c0c0c0;
	/*-moz-box-shadow: 1.5px 1.5px 4px #666666;
	-webkit-box-shadow: 1.5px 1.5px 4px #666666;
	-khtml-box-shadow: 1.5px 1.5px 4px #666666;
	box-shadow: 1.5px 1.5px 4px #666666;*/
	list-style:none;
	}
	
/* Doesnt work in IE 8 and below
.gallery li:nth-child(4n) { margin-right: 0; }
*/

.gallery a {
	display: block; 
	}

.gallery img {
	width: 200px; 
	height: 140px;
	display: block;
	}


/* BLOG */

.facebook-iframe {
	border:none; 
	overflow:hidden; 
	width:870px; 
	height:395px;
}


/* CLIENTS */ 

#clientlist	p {
	float:left;
	width:20%;
	margin:0;
	}
			



/*-----------------------------------------------------
	GLOBAL CLASSES, SHORTCODES AND SNIPPETS
-----------------------------------------------------*/

.float-left    {float:left;}
.float-right   {float:right;}

.img-left      {float:left;margin:4px 15px 4px 0; }
.img-right     {float:right;margin:4px 0 4px 15px; }

.text-left     {text-align:left;}
.text-right    {text-align:right;}
.text-center   {text-align:center;}

.bold          {font-weight:bold;}
.italic        {font-style:italic;}
.underline     {border-bottom:1px solid; }
.highlight     {background:#ffc;}

.nomargin     {margin:0;}
.nopadding     {padding:0;}
.noindent      {margin-left:0;padding-left:0;}
.indent        {margin: 0 0 0 1.5em;}
.nobullet      {list-style:none;list-style-image:none;}


/* COLUMNS */ 
.width20 {width: 19.999%; }
.width25 {width: 24.999%; }
.width33 {width: 33.333%; }
.width40 {width: 39.999%; }
.width50 {width: 49.999%; }
.width60 {width: 59.999%; }
.width66 {width: 66.666%; }
.width75 {width: 74.999%; }
.width80 {width: 79.999%; }
.width100 {width: 100%; }

/* BUTTONS */

/* DROPCAP - span "dropcap" class around first letter in <p> */
.dropcap {
	float: left;
	font-size: 3em;
	line-height: .65em;
	padding: 8px 6px 0 3px;
	}

/*-----------------------------------------------------
	FONT REPLACEMENTS
-----------------------------------------------------*/

@font-face {
    font-family: Gotham-Bold;
    src: url(Gotham-Bold.ttf);
}


/*-----------------------------------------------------
	DIRECTORY
-----------------------------------------------------*/

.directory-links {
    margin: 100px auto;
    padding: 30px 20px 15px;
    border: 1px solid #333;
    border-radius: 5px;
    text-align: center;
    width: 320px;
}

.directory-links h1 {
    font-size: 38px;
    margin-bottom: 10px;
}

.directory-links h2 {
	font-size: 24px;
}

.directory-links a {
    margin: 20px 0px;
    padding: 20px 0px;
    background: radial-gradient(circle, #00a4dd, #0091c3);
    text-align: center;
    color: white;
    border-radius: 5px;
    font-size: 18px;
    display: block;
	width: 320px;
}

.directory-links a:hover {
	opacity: .65;
	
}