@charset "UTF-8";
/* CSS Document */
/* 
Theme Name: FSO_V2
Theme URI: http://www.randompublic.com/
Description: Custom theme for FiveSevenOne Inc. by Eric Scott
Version: 2.0
Author: Eric Scott
Author URI: http://www.randompublic.com/
*/

body {
	padding: 0;
	margin: 0;
	background-position: center top;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	background-attachment: scroll;
}

#container {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#000;
}

p, ul, ol, blockquote {
	line-height: 180%;
}
h1
{
	font-size: 12px;
	text-align: left;
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
}

h2
{
	font-size:20px;
	color:#333;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

h3
{
	font-size:10px;
	color:#666;
}

h4
{
	font-size:12px;
	color:#F0F;
	font-weight: bold;
}

h5
{
	font-size:10px;
	color:#E82079;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 14px;
	
}
h6
{
	font-size: 10px;
	color: #E82079;
	text-align: left;
	text-transform: uppercase;
	display: inline;
}


blockquote 
{
	background:url(images/blockquote.gif) no-repeat left top;
	margin:1em;
	padding:0 0 0 4em;
	color:#fff;
	font-style:italic;
}

img.alignleft 
{
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0px;
	border: 1px solid #CCCCCC;
}

img.alignright 
{
	float:right;
	margin-top: 0;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-left: 20;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.alignleft 
{
	float:left;
}

.alignright 
{
	float:right;
}

a {
	outline: none;
	border: 0px;
}

a img {
	border: none;
	outline: none;
}

img {
	outline: none;
}

a:link,a:visited {
	color: #333;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover, a:active 
{
	color:#E82079;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.wp-smiley 
{
	padding:0;
	border:none;
}

#main .feed 
{
	background:url(images/icon_feed.png) no-repeat left;
	margin:0;
	padding:5px 16px;
}
ul
{
	margin:0;
	padding:0;
}
ol 
{
	margin:0;
	padding:0;
}
#content ul
{
	margin: 0px 0 10px 0;
}
#content li 
{
	padding: 0;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
}
#intro
{
	margin: 0px;
	padding: 0px;
}
#intro li
{
	color: #333;
	list-style-type: none;
	font-size: 12px;
	display: block;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
#intro p
{
	display: inline;
}


/* Header */

#header {
	width: 990px;
	height: 216px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/header.jpg);
	text-align:right;
	background-repeat: no-repeat;
}

#header * {
	margin: 0;
	padding: 0;
}

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}
#menutop {
	background-image: url(images/topmenutop.jpg);
	height: 20px;
}

#menubottom {
	background-image: url(images/topmenubottom.jpg);
	height: 25px;
}
#menu
{
	width: 990px;
	height: 30px;
	line-height: 30px;
	background-image: url(images/menubody.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
	overflow: hidden;
}
#menu ul {
	padding: 0;
	list-style: none;
	margin-left: 20px;
}

#menu li {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

#menu img {
	display: inline;	
}

#menu #rss img {
	display: inline;
}

#menu #rss li {
	display: inline;
}

#menu a {
	float: left;
	display: inline;
	text-decoration: none;
	color:#333;	 
	padding: 0 15px 0 15px;
}

#menu a:hover, 
#menu a:active
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	color:#09F;
}

#menu #rss a {
	float: right;
	display: inline;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 30px;
	border: none;
}
#menu #rss a:hover,
#menu #rss a:active 
{
	color: #09F;
}
/* Content */

#main {
	width: 990px;
	margin: 0 auto;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}

#clearing {
	height: 0px;
	width: 990px;
	clear: both;
	margin: 0 auto;
	padding: 0px;
}

#content {
	float: left;
	display: inline;
	width: 560px;
	padding-top: 0px;
	padding-right: 65px;
	padding-bottom: 20px;
	padding-left: 60px;
	overflow: hidden;
}

/* Content > content */
#content .post 
{
	margin-bottom:10px;
	padding-bottom:15px;
	font-size: 12px;
	color: #3F3F3F;
	text-align: left;
}
#content .posted
{
	font-size:9px;
	letter-spacing:1px;
	color:#09F;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
}
#content .post-meta
{
	color:#09F;
	font-size:10px;
	clear:both;
	border-top:#09F 1px solid;
	padding-bottom:10px;
}
#content .comments
{
	float:right;
	background:url(images/icon-comments.gif) no-repeat left;
	padding-left:15px;
}
#content .category
{
	background:url(images/icon-category.gif) no-repeat left;
	padding-left:12px;	
}
#content h2.pagetitle 
{
	margin:0 0 2em 0;
	padding:0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#content .subscriber
{
	margin-top: 10px;
	margin-bottom: 40px;
	line-height: 25px;
}

#content .subscriber li
{
	display: block;
	list-style-type: none;
}

#content .paypal
{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#content .attachment-post-thumbnail {
	float: left;
	margin: 7px 10px 0 0;
}
/*------------------------------------SIDEBAR------------------------------------------*/
#sidebar 
{
	font-size:12px;
	display: inline;
	float: right;
	width: 245px;
	margin: 0 40px 0 20px;
	padding: 0;
}

#sidebar .nav {
	margin: 0;
	padding: 0 0 20px 0;
}

/* Content > sidebar */
#sidebar h2 
{
	font-size:12px;
	text-transform:uppercase;
	color: #999;
	margin: 0;
	padding: 0;
}

#sidebar p
{
	margin: 0 0 6px 0;
	padding: 0;
	color: 333;
	line-height: 18px;
}

#sidebar form, #sidebar ul
{
	margin: 0px;
}

#sidebar li {
	padding: 0px;
	margin: 0 0 20px 0;
	list-style-type: none;
}

#sidebar ul ul {
	padding: 4px 0 0 0;
	color: #666;
	margin: 0;
}

#sidebar li li 
{
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
}

#sidebar form {
	margin: 0;
	padding: 0;
}

#sidebar #fb-root {
	padding: 0 0 0 0;
	margin: 0;
}

/*------------------------------------------------------------------------------*/

#sidebar  .ads
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-left: 10px;
}

#sidebar  .picad
{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #666666;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	text-align: center;
}

#sidebarl {
	/*float: right;
	width: 130px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 25px;
	padding-left: 0px;
	overflow: hidden;*/
	display: none;
	width: 0px;
}

#footer {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#foottop {
	height: 20px;
	margin: 0 auto;
	background-image: url(images/footmenutop.jpg);
	background-repeat: no-repeat;
}

#footbottom {
	height: 25px;
	margin: 0 auto;
	background-image: url(images/footmenubottom.jpg);
	background-repeat: no-repeat;
}


/************************************************
*	Comments									*
************************************************/
	
#content .commentlist 
{
	padding:0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-top: 10;
}
#content .commentlist li 
{
	list-style:none;
	padding:1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10;
}
.commentlist li.alt 
{
	background-color: #EDEDED;
}
.commentlist li .cmtinfo 
{
	font-size:10px;
	margin:0;
	padding:0;
	text-align:right;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:10px;
	float:left;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:10px;
	color:#666;
}
#content .nocomments 
{
	text-align:center;
	color:#666;
	font-size:10px;
	margin-bottom: 10px;
}
.trackback
{
	background:url(images/trackback.png) no-repeat left center;
	padding:0px 17px;
}
#main .share 
{
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
input.textbox
{
	border:#999 1px solid;
	background:#fff;
	font:10px  Verdana, Arial;
	padding:2px;
	margin:2px 0;
	width:250px;
}
input.textboxsearch
{
	border:#999 1px solid;
	background:#fff;
	font:10px  Verdana, Geneva, sans-serif;
	padding:2px;
	width:98%;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#s2email
{
	border:#999 1px solid;
	background:#fff;
	font:10px  Verdana, Geneva, sans-serif;
	padding:2px;
	margin:2px 0;
	width: 245px;
}

/*li.subscribe label {
	display: none;
}*/

textarea{
	width: 98%;
	padding:5px;
	height: 20em;
	border: 1px solid #666;
	background:#fff;
	font:10px Verdana, Geneva, sans-serif;
}
.textbox:focus, textarea:focus
{
	border:#999 1px solid;
}
#header, #content, #sidebarl, #footer, .widget 
{
	overflow:hidden;
}

#holder
{
	text-align: center;
	margin-top: 20px;
}



/*-------------------------- map --------*/


.gm_map{}


/* Post date and tags/categories */
.meta {
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
	
}

.map {}

.map h2 {
	padding: 0;
	margin: 0;
}

.mapimage
{
	float: left;
	margin: 0 10px 0 0;
}

.meta a {
	font-size:10px;
}

.meta a:link {
	color: #333;
}

.meta a:hover {
	color: #09F;
}

.meta .blogdate {
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #09F;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 0px;
}

/* Info window */
div.locationinfo
{
	font-size:80%;
	overflow:auto;
	width:350px;
	height:150px;
}

.user-location-info
{
	font-size:80%;
	overflow:auto;
	width:150px;
	height:80px;
}

.comment-location-info
{
	font-size:80%;
	overflow:auto;
	width:200px;
	height:75px;
}

.info-window-max
{
	font-size:80%;
	overflow:auto;
}

.locationinfo a:link {
	color: #333;
}

.locationinfo a:hover {
	color: #09F;
}

.locationinfo p
{
	font-family: Verdana, Geneva, sans-serif;
}


/* Excerpt */
.storycontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}


.storycontent a {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #09F;
	display: block;
	width: 320px;
	text-align: center;
	color: #FFF;
	padding: 2px 5px;
	font-size: 12px;
}

.storycontent a:hover {
	background-color: #E82079;
	color: #FFF;
	text-decoration: none;
}


/*----------------------------------GALLERY-----------------------------------------*/

#content .media-library-gallery {
	padding: 20px 0;
}


#content .gallery-item
{
	margin: 0 0 5px 0;
	width: 137px;
	height: 120px;
	text-align: center;
}

#content .gallery-icon
{
}

#content .attachment-thumbnail
{
	border: none;
}

#content .gallery-icon a
{
	width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#content .gallery-icon a:hover
{
	width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#content .media-library-gallery
{
	margin: 0;
}

.gallery-item
{
	float: left;
}

.media-library-gallery img
{
	border: none;
}

.gallery-caption
{
	display: none;
}

.gallery-clear
{
	width: 560px;
	clear: both;
}


#content a.readmore {
	background-color: #09F;
	display: block;
	width: 100px;
	text-align: center;
	color: #FFF;
	padding: 2px 5px;
}

#content a:hover.readmore {
	background-color: #E82079;
	color: #FFF;
	padding: 2px 5px;
}

div.navigation {
	border-top:#09F 1px solid;
}

div.navigation a {
	background-color: #09F;
	text-align: center;
	color: #FFF;
	padding: 2px 5px;
}

div.navigation a:hover {
	background-color: #E82079;
	color: #FFF;
	padding: 2px 5px;
}

div.slideshow-meta{
	margin: -9px 0 0 0;
	padding: 0;
}

p.slideshow-title {
	margin: 0;
	padding: 2px 8px;
	width: 560;
	background-color: #333;
	color: #FFF;
}

.imageOver{
	filter:alpha(opacity=60);
	-moz-opacity:0.5;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background-image: url(http://www.fivesevenone.com/blog/wp-content/themes/fso-v2/images/zoom.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 1000;
}
div.slideshow-content {
	position:relative;
}

/*--------------------------------Page Numbers----------------------------------*/




/*#wp_page_numbers {
	display: block;
	width: 560px;
	height: 20px;
	font-size: 16px;
	color: #CCC;	
}

#wp_page_numbers ul {
	
}

#wp_page_numbers li {
	margin: 0 5px;
	float: left;
	display: inline;
	list-style-type: none;	
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

#wp_page_numbers li.page_info {
	width: 110px;
	height: 20px;
}

#wp_page_numbers li.active_page {
	background-color: #09F;
	color: fff;
	width: 20px;
	height: 20px	
}

#wp_page_numbers a {
	width: 20px;
	height: 20px;	
	background-color: #E82079;
	color: fff;	
}

#wp_page_numbers a:hover {
	width: 20px;
	height: 20px;
	background-color: #09F;
	color: fff;
}*/


























