html,body,p,h1,h2,h3,h4,h5,h6,ul,li,ol,form,input,br,hr,a,span,div {
	margin:0;
	padding:0;
}

body {
	font-size:67%;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	background:#000000 url(../images/frankie_bg.jpg) no-repeat top;
}


/*********************************************************************************

*****	Defaults
	
**********************************************************************************/
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic
}
.left {
	float:left;
}
.right {
	float:right;
}

.clear {
	clear:both;
	height:0;
	line-height:0;
	padding:0;
	margin:0;
}
.clearLeft{
	clear:left;
}
.clearRight {
	clear:right;
}
.centerMe {
	margin:0 auto;
	width:940px;
}
a {
	color:#000;
	outline: none;
}
a:hover{
	text-decoration:none;
}

p a {
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
}

a img {
	border:none;
}

ul {
	list-style:none;
}
ul.inline li {
	float:left;
	display:block;
}
ul.no-style{ list-style:none}

.white { color:#fff;}

.feature {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:bold;
}
ul.serviceList li {
	margin-bottom:5px;
}
ul.serviceList li.feature {
	margin-bottom:10px;
}

/*********************************************************************************

*****	Nav
	
**********************************************************************************/
#nav {
	background:#000;
	font-size:1.5em;
	text-transform:uppercase;
}
#nav li a {
	color:#fff; 
	padding:14px 35px 9px 35px;
	display:block;
	text-decoration:none;
}
#nav li a:hover, #nav li.active a { 
	color:#00ffe9; 
	text-decoration:none;
	background:url(../images/bg_nav.gif) repeat-x top left;
}

#nav .social {
	margin-top:10px;
	color:#fff;
	font-size:.8em;
	margin-right:10px;
	text-transform:lowercase;
}

/*********************************************************************************

*****	Portfolio Listing
	
**********************************************************************************/
#portfolio-sub-nav {
	padding:15px 10px 8px 15px;
}
#portfolio-sub-nav li a {
	font-size:1.45em;
	text-transform:uppercase;
	margin-left:20px;
	padding:0;
	text-decoration:none;
}
#portfolio-sub-nav li a:hover {
	color:#999;
	text-decoration:none;
}

/*********************************************************************************

*****	Standard Page
	
**********************************************************************************/

ul.sideCol { margin-left:-15px;}


/*********************************************************************************

*****	Black and white image effect
	
**********************************************************************************/
.imageFilter li {
	position:relative;
}

.imageFilter li a {
	display:block;
}
/*********************************************************************************

*****	Twitter Stream
	
**********************************************************************************/
#tweeter ul {
	list-style-type:none;
}
#tweeter a {
	color:#00a99a;
	text-decoration:underline;
}

/*********************************************************************************

*****	Subscribe Form
	
**********************************************************************************/
#subscribeForm {
}
#subscribeForm .subscribe {
	background:#000;
	color:#fff;
	padding:6px;
	font-size:1.1em;
	border:0;
	text-transform:uppercase;
	margin-top:13px;
	cursor:pointer;
	width:80px;
}
#subscribeForm .subscribe:hover {
	color:#999;
}
#subscribeForm .input {
	border:1px solid #999;
	padding:7px;
	margin-top:2px;
	width:120px;
}
 
/*********************************************************************************

*****	Footer
	
**********************************************************************************/
#footer {
	background:#000;
	color:#00ffe9;
}