/*
Theme Name: Freedomsite
Theme URI: http://freedomsite.com
Description: Theme for the Freedomsite agency website.
Version: 1.0
Author: Steve Zeidner
Author URI: 
*/

/* reset styles */
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 { 
	margin: 0; padding: 0;  border: 0; outline: 0; font-size: 100%; 
	vertical-align: baseline; background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	font-size: 62.5%;
	text-align: center;
	color: #000000;
	background: #b1b8c2;
}

/* container - place inside each section or around the entire page depending on your layout */
.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* for clearing any floats <br class="clearfloat" /> */
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.underline {
	border-bottom: 1px solid #fff;
	margin: 10px 0;
}
.floatright {
	float: right;
}
.hr {
	width: 100%;
	border-bottom: 1px solid #fff;
	margin: 20px 0;
}
a {
	color: #565F6D;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px dotted #565F6D;
}

/*--- header section - put whatever you want here ---*/
#header {
	height: 120px;
	background: url('images/back-header.png') top left repeat-x;
}
#header .container {
	position: relative;
	z-index: 11000;
}
#header.home {
	background: url('images/back-header-home.png') top left repeat-x;
	height: 300px;
}
#header .col2{
	position: absolute;
	top: 80px;
	right: 0;
	margin: 0;
}
#header.home .col1 {
	float: left;
	margin-top: 150px;
	width: 440px;
}
#header.home .col2{
	margin: 0 0 0 460px;
	top: 0;
	height: 300px;
	width: 500px;
	position: relative;
}
#header.home .col2 #featured{
	position: absolute;
	bottom: 0;
	left: 0;
}

#header h1 {
	font: 2.8em Helvetica, Arial, Verdana, sans-serif;
	color: #4F6376;
	font-weight: bold;
	text-shadow: #fff 0 1px 3px;
}
#header p {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-style: italic;
}

#logo {
	position: absolute;
	top: 30px;
	left: 0;
}

/*--- horizontal "block" menu ---*/
#menu { 
	position: absolute;
	top: 22px;
	right: 0;
	z-index: 2;
}
#menu li {
	display: block;
	float: left;
}
#menu li a {
	display: block;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	height: 26px;
	width: 65px;
	padding: 6px 0;
	margin: 0 3px;
}
/* wordpress specific menu stylings */
#menu li.current_page_item a {
	color: #fff;
	background: url('images/menu-active.jpg') top left no-repeat;
}

/*--- content section - put whatever you want here ---*/
#content {
	background: #dee1e5 url('images/back-main.png') repeat-x;
	padding: 10px 0 20px 0;
	position: relative;
}
#content .col1 {
	float: left;
	width: 580px;
}
#content .col2{
	margin-left: 610px;
	width: 320px;
	padding: 15px;
}
#content h1 {
	font: 1.8em Helvetica, Arial, Verdana, sans-serif;
	color: #4d6072;
	font-weight: bold;
	text-shadow: #fff 0 1px 3px;
	margin-bottom: 20px;
}
#content h1.about {
	font: 2.0em Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	font-weight: normal;
	text-shadow: none;
	margin-bottom: 10px;
}
#content h2 {
	font: 1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
#content h3 {
	font: 1.6em Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content p {
	font: 1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	line-height: 18px;
}
#content .smallspace p {
	line-height: 16px;
}
#content .post li {
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 22px;
	margin-left: 30px;
	list-style-type: disc;
}
#content .post ul {
	margin-bottom: 10px;
}
#content .post small {
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 22px;
	font-style: italic;
}
#content .post h1 {
	margin-bottom: 10px;
}
#content .services {
	position: relative;
}
#content .services li {
	background: url('images/bullet-white.png') top left no-repeat;
	padding: 0 0 28px 18px;
}
#content .services li ul li {
	padding: 0 0 0 10px;
	font: 1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	background: url('images/bullet-grey-small.png') center left no-repeat;
	margin: 0 0 3px 15px;
}
#content .blue {
	background: #C1C7D0;
}
#content .lightblue {
	background: #EDEEEF;
}
#content .white {
	background: #fff;
}
#content .darkborder {
	border: 1px solid #A5ACB6;
}
#content .lightborder {
	border: 1px solid #C1C7D0;
}
#content .rounded {
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
}
#content .padded {
	padding: 10px;
}
#content .padded p {
	color: #333;
	line-height: 18px;
}

#content #blog li img {
	float: left;
	padding-right: 5px;
}
#content #blog li p {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 15px;
	margin-bottom: 20px;
}
#content #blog h1 {
	margin-bottom: 10px;
}
#content #blog .date {
	font: 1.8em Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #fff;
}
#content #blog .title {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
#content #blog .post {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 15px;
	margin-bottom: 20px;
}
#content #twitter {
	position: relative;
}
#content #twitter h1 {
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
}
#content #twitter #bird {
	position: absolute;
	right: 20px;
	top: -21px;
}
#content .tweet .tweet_text {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 5px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #fff;
	display: block;
}
#content .tweet .tweet_time, #content .tweet .tweet_join {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-style: italic;
}
#content #portfolio .thumbnail {
	float: left;
	padding: 5px;
}
#content #portfolio .thumbnail img {
	border: 5px solid #fff;
}
#content #portfolio .thumbnail .title {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
#content #portfolio .thumbnail li {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	list-style-type: none;
	background: url('images/dash.png') center left no-repeat;
	padding-left: 15px;
}

/* about page */
#content .floatleft {
	float: left;
	margin-right: 10px;
}
#content p {
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 22px;
	margin-bottom: 10px;
}
#content .icons {
	margin: 20px 0 0 10px;
}
#content .icons li {
	float: left;
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	height: 27px;
	width: 200px;
	padding: 5px 0 10px 45px;
}
#content .icons li#icon-design {
	background: url('images/icon-design.jpg') top left no-repeat;
}
#content .icons li#icon-products {
	background: url('images/icon-product.jpg') top left no-repeat;
}
#content .icons li#icon-content {
	background: url('images/icon-content.jpg') top left no-repeat;
}
#content .icons li#icon-competition {
	background: url('images/icon-competitors.jpg') top left no-repeat;
}

/* contact page */
#content .col1.contact {
	float: left;
	width: 285px;
}
#content .col2.contact {
	margin-left: 290px;
	width: 660px;
}
#content .map {
	border: 5px solid #fff;
}
#content .phone {
	font: 1.6em Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	background: url('images/icon-phone.png') top left no-repeat;
	padding: 2px 0 0 40px;
	height: 19px;
	margin: 20px 0;
}
#content p.located {
	color: #333;
	line-height: 16px;
	margin-bottom: 5px;
}
#content input, #content textarea {
	background: #AEB6C1;
	color: #fff;
	border: 0;
	padding: 5px;
	margin: 0;
}
#content .send {
	background: #6F7B8E;
	color: #fff;
	border: 0;
	padding: 3px 25px;
	font: 1.6em Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
}
#content .sidebar {
	font: 1.3em Helvetica, Arial, Verdana, sans-serif;
}
#content .sidebar ul li {
	padding: 10px 0 10px 0;
	float: left;
	width: 140px;
}
#content .sidebar ul li#search-3 {
	float: none;
	width: 100%;
}
#content .sidebar ul li ul li {
	padding: 0 0 0 10px;
	color: #333;
	background: url('images/bullet-white-small.png') center left no-repeat;
	margin: 0 0 5px 15px;
}
#content .wp-pagenavi {
	font: 1.3em Helvetica, Arial, Verdana, sans-serif;
}


/*--- footer section - put whatever you want here ---*/
#footer {
	background: #b1b8c2 url('images/back-footer.png') repeat-x;
}
#footer .col1 {
	float: left;
	width: 200px;
	padding: 40px 0;
}
#footer .col2{
	margin-left: 610px;
	width: 320px;
	padding-top: 30px;
}
#footer h1 {
	font: 1.8em Helvetica, Arial, Verdana, sans-serif;
	color: #091833;
	font-weight: bold;
}
#footer h1 a {
	font: 1.5em Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
}
#footer p {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}


/*--- Browseable menu ---*/
 .scrollable {
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 219px;
}
.scrollable .items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}
/* single scrollable item */
.scrollable img {
	float: left;
	margin: 0;
	cursor: pointer;
	width: 500px;
	height: 219px;
}
/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}
/* position and dimensions of the navigator */
.navi {
	position: absolute;
	bottom: -22px;
	right: -8px;
	height: 12px;
	z-index: 5;
}
/* items inside navigator */
.navi a {
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 8px;
	background: url('images/navi.png') 0 0 no-repeat;
	display: block;
	font-size: 1px;
}
/* mouseover state */
.navi a:hover {
	background-position: -12px 0;
	border: none;
	cursor: pointer;
}
/* active state (current page state) */
.navi a.active {
	background-position: -12px 0;     
}

/* the overlayed element */
.thumbnail img {
    cursor:pointer; 
}
/* popup for work images
/* the overlayed element */ 
.overlay { 
	display:none; 
	background-image:url(images/popup-back.png); 
	width: 800px;
	padding: 10px;
	-moz-box-shadow:0 0 50px 5px #000; 
	-webkit-box-shadow: 0 0 50px #000;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	z-index: 11000;
}
.overlay .img { 
	position: absolute;
	top: 0;
	left: 0;
	background: none;
} 
 
 
/* close button positioned on upper right corner */ 
.overlay .close { 
    background-image:url('images/close.png'); 
    position:absolute; 
    right:-10px; 
    top:-10px; 
    cursor:pointer; 
    height:24px; 
    width:24px; 
}

