/*
Theme Name: Wodu.
Theme URI: http://www.wodumedia.com
Description: Inspired by design.
Version: 1.0
Author: Wodu.
Author URI: http://www.wodumedia.com
*/

@import "library/css/reset.css";

ul.checklist li {
	background: transparent url(images/checkmark.gif) no-repeat 0 3px;
}

.tagdesc {
	color: #999;	
}


#pink {position: absolute; right: 0; top:0; z-index: 10000;}

/**********************************************
	Global styles 
***********************************************/
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.52em;
	background-color: #f7f7f7 !important;
	color: #333;
}

a { 
	text-decoration: none;
	color: #660000;	
}

a:hover {	
	text-decoration: underline;
}

h1,h2,h3,h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;	
	line-height: 1em;	
	color: #000;
	margin-bottom: 5px;
}

h1 { 
	font-size: 44px;	
	letter-spacing: -1px;
}

h2 { 
	font-size: 21px;
	padding-top:10px;
}

h3 {
	font-size: 17px;	
	border-bottom: 1px #ccc dashed;
}

h4 {
	font-size: 17px;		
}

h5, h6 { 
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:2px;	
}

h5 {
	border-bottom: 1px #ddd dashed;	
}

h1,
h3,
h5,
h6,
dl,
ol,
ul,
pre,
table,
address,
fieldset,
object {
	margin-bottom: 10px;
}

p {
	margin: 0 0 19px;	
}

ul {
	margin: 0 0 20px 18px;
	list-style:square;
}

ol {
	margin: 0 0 20px 24px;
	list-style-type: decimal;
}

ol ol {
	list-style:upper-alpha;
}

ol ol ol {
	list-style:lower-roman;
}

ol ol ol ol {
	list-style:lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}

dl	{
    margin:0 0 10px;
}

dt {
    font-weight:bold;
}

dd {
	margin: 0 0 18px 10px;
}

strong {
	font-weight: bold;
}

big {
	font-size: 120%;
}

small, sup, sub {
	font-size: 80%;
}

address {
	font-style: italic;
	margin: 0 0 21px 0;
}

li address, dd address {
	margin: 0;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}

pre {
	font:11px Monaco, monospace;
	border-left: 5px solid #ccc;
	background: #f9f9f9;
	line-height:18px;
	margin-bottom:18px;
	padding: 10px 15px;
	overflow:auto;
}

code {
	font:11px Monaco, monospace;
	background-color:#f9f9f9;
}

abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}

ins {
	text-decoration:none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;	
	position: relative;	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

ins, dfn {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

del {
	text-decoration: line-through;
}

blockquote {	
	font-family: "Times New Roman", Georgia, Times, serif;		
	font-size:23px;
	line-height:1.2em;
	color:#444;
	margin:30px 0;
	letter-spacing:-1px;
}

blockquote cite {	
	font-size:18px;
	color:#666;
	display:block;
	font-style:italic;	
	margin-top:5px;
	text-align:right;
}

blockquote.alignright {	
	width:40%;
	margin: 0 0 10px 1em;
}

blockquote.alignleft {	
	width:40%;
	margin: 0 1em 10px 0;
}

blockquote p {
	margin:0;
}

hr {
	background:#ddd;
	color:#ddd;
	clear:both;	
	width:100%;
	height:1px;
	margin:20px 0;
	border:none;
}

hr.white {
	background:#FFF;
	color:#FFF;
	clear:both;	
	width:100%;
	height:1px;
	margin:20px 0;
	border:none;
}


input, textarea {
	font-size: 1em;	
	padding: 3px;
}

:focus {
	outline: none;
}

form label {
	cursor: pointer;
}

option {
	padding: 1px 3px;
}

caption {
    text-align:left;
}

table { 
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
    line-height:15px;
    margin:0 0 22px 0;
    text-align:left;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border-right: 1px solid #e6e6e6;
	letter-spacing: 2px;
	text-transform: uppercase;	
	padding: 6px 6px 6px 12px;
	background: #666;
}

td {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;	
	padding: 6px 6px 6px 12px;
	color: #333;
}

tr.even {
	background: #fafafa;
}


i, u, center, menu, layer, s, strike, font, xmp {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	border: none;
	text-decoration: none;
}

font {
	color: #333;
}

center {
	text-align: left;
}

.center {
	text-align: center;
}


.alignleft{
	float:left
}

.alignright {
	float:right;
}

img.wp-smiley {
	float: none;
	border: none !important;
	margin: 0 3px;
}

/* Some useful classes */
.dropcap {
	float:left;
	color:#D4D4C7;
	font-size:45px;
	line-height:38px;
	padding-top:2px;
	margin-right: 3px;
	font-family: Times, serif, Georgia;
}

.intro {
	font-size:16px;
	color:#666;
	line-height:22px;
}

.col1 {
	float: left;
	width: 48%;	
}

.col2 {
	float: right;
	width: 47%;	
}

.home .col1{
/*	margin-bottom:32px;*/
}

.home .col2{
	/*margin-top: -9px;*/
	width:48%;
}

.box {
	padding: 20px;
	background-color: #f6f6f6;
	border: #dadada 1px solid;
	margin-bottom: 20px;
}

.box.boxstyle2 {	
	background-color: #e3e1d5;
	border: #eee 1px solid;
}

.box.boxstyle3 {
	background-color: #666;
	color: #fff;
	border: none;
}

.box.boxstyle3 a {
	color: #fff;
	text-decoration:underline;
}

.box.alignright {	
	margin:0 0 1em 1em;
	width:40%;	
}

.box.alignleft {	
	margin: 0 1em 1em 0;
	width:40%;
}

ul.checklist {
	margin-left: 5px;
}

ul.checklist li {
	list-style-type: none;	
	padding-left:20px;
	margin-bottom: 10px;	
	background: transparent url(images/checkmark.gif) no-repeat 0 3px;
	font-size:14px;
}

ul.pointerlist {
	margin-left: 3px;
}

ul.pointerlist li {
	list-style-type: none;
	background: transparent url(images/pointer2.gif) no-repeat 0 6px;
	padding-left: 15px;
}

ol.bignumlist {
	list-style-type:none;
	margin-left:5px;
}

ol.bignumlist li {	
	margin: 10px 0;	
}

.bnum {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;	
	width:55px;
}

a.linkdots {	
	background: transparent url(images/dot.gif) repeat-x left 1em;
}

a:hover.linkdots {
	background: none;
}

.mb20 {	margin-bottom: 20px; }
.mt20 {	margin-top: 20px; }
.ml20 {	margin-left: 20px; }
.mr20 {	margin-right: 20px; }
.mb40 {	margin-bottom: 40px; }
.mt40 {	margin-top: 40px; }
.ml40 {	margin-left: 40px; }
.mr40 {	margin-right: 40px; }
.ml10 {	margin-left: 10px; }
.mr10 {	margin-right: 10px; }
.mb0 { margin-bottom: 0px; }
.mt0 { margin-top: 0; }
.pb0 { padding-bottom: 0px; }
.pt0 { padding-top: 0; }

.image-border {
	border: solid 1px #ddd;
}

.image-frame {
	border: solid 1px #ddd;
	background: #ffffff;
	padding: 4px;
}

.image-frame-black {	
	background: #000;
	padding: 4px;
}

.bigtext {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:60px;
	color:#ccc;
	line-height:70px;	
}

/* Gallery */
img.alignright {margin:0 0 1em 1em; width: auto;}
img.alignleft {margin:0 1em 1em 0; width: auto;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.gallery img, .gallery a img, img.size-thumbnail, .widget_flickrRSS a img {
	border: solid 1px #ddd;
	background: #ffffff;
	padding: 4px;	
}

.widget_flickrRSS a img { 
	margin:5px 5px 0 0;
	float:left;
}

.gallery a:hover img, .post a:hover img.size-thumbnail, .widget_flickrRSS a:hover img {
	border-color: #999;
	background: #fff;
}

.post .gallery-item, #sidebar .gallery-item {		
	margin: 0 0 10px 0;	
	text-align:left;
}

.post .ngg-gallery-thumbnail img {
	margin:4px 4px 4px 0;
	border: solid 1px #ddd;
}

.post .ngg-gallery-thumbnail img:hover {
	background-color: #fff;
	border-color: #999;
	
}

.ngg-navigation {
	padding-bottom:2px;
}

.ngg-galleryoverview {
	margin-top: 20px;
	margin-bottom: 20px;
}

.post > h1 {
}

.post-title h1 {
	/*margin-bottom: 6px!important;*/
	margin-bottom:0px !important;
}

.post-title {
	color:#999999!important;
	font-family: arial;
	font-size: 36px;
	margin-bottom: 6px!important;
}

.post .post-title a {
	color: #999!important;
	font-family: arial!important;
	font-size: 36px!important;
	font-weight: normal!important;
}

.weblog .post .post-title a {
	color: #131313!important;
	font-weight: normal!important;
	font-size: 21px!important;
	font-family: Arial,"Helvetica",sans-serif!important;
	letter-spacing: 0px!important;
}

div.thumbnails span.dropdown {
	left: 288px!important;
	top: 116px!important;
}

a.gallery {
	color: #000!important;
}

/* End Gallery */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f9f9f9;
	padding-top: 4px;	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.alignright, .caption.alignright {margin:0 0 .5em 1em}
.wp-caption.alignleft, .caption.alignleft {margin:0 1em .5em 0}
.wp-caption.aligncenter, .caption.aligncenter {display: block; margin-left: auto; margin-right: auto; margin-bottom: 20px;}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px 5px;
	margin: 0;
	text-align:left;
}

.caption {
	padding:7px;	
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	color:#333;
}

.caption.caption-black {
	padding:8px;
	background-color: #000;	
	color:#fff;
	border: none;
}

.caption.caption-black a {
	color:#fff;
}

.caption p {
	margin:5px 0 0;
}

.fancycaptiontext {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:bold;
}


/* End captions */

/**********************************************
	Layout 
***********************************************/
#container {	
	margin: 0 auto;
	width: 800px;
	/*background-color: #fff;	*/
/*	padding:0 50px 35px;	*/
	padding-bottom:21px;
}

#header {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	/*padding: 34px 0 3px;*/
}

#feature {	
	margin: 0 0 30px;
	width: 800px;
	overflow:hidden;
	line-height:0;	
}

#content { 
	float:left;
	width:480px;
	margin-right: 50px;
}

.weblog #sidebar { 
	float:right;
	width:auto;
	border-bottom: 1px solid #D6D6D6;
	margin-top:-18px;
	/*padding-top: 44px;	*/
}

#sidebar { 
	float:left;
	width:270px;
}

.sidebar{
	float:left;
    margin-top: -13px;	
	padding-top:3px;
}

.sidebar_col1{
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
	padding: 3px 40px 5px 14px;
    width: 95px;
}

.sidebar_col2{
	margin-left:16px;
	width:160px;
	position:relative;
}

.weblog #sidebar ul{
}

.inside {
	margin: 0 auto;	
}

/**********************************************
	Header
***********************************************/	
#logo {
	float:left;
	line-height:0;
	margin-right: 10px;
	/*border-top:6px solid #f3198f;*/
}

#header h1.blog-title {
	float:left;
	margin-bottom:0;
}

#header h1.blog-title a {	
	float:left;
	line-height: 0.8;	
	font-size: 42px;
	letter-spacing: -1px;
	margin-bottom: 0;	
	text-decoration:none;
	font-weight:bold;
}

#header p.description {
	float:left;
	font-size: 20px;
	margin: 12px 0 0 10px;
}

.slogansep {
	float:left;
	margin: 10px 0 0 12px;
	font-size:30px;
	color:#eee;
}

#topsearch {	
	float:right;
	margin-top: 9px;
}

#rss {
	float:right;
	margin: 9px 0 0 15px;
}

#custom-header-bg {
	margin: 0 0 30px;
	width: 800px;
	overflow:hidden;
	line-height:0;	
}

/**********************************************
	Navigation
***********************************************/
ul#menu-main {	
	list-style-type: none;
	float: right;
	margin: 27px 0 0 0;
	padding: 5px 0;
	position: relative;
	z-index: 100;
}

ul#menu-main li {	
	float: left;	
	margin: 0 0 0 30px;
}

ul#menu-main li ul li {
	margin-left: 0px;
}

ul#menu-main li ul li a {
	color:#999999;
}

ul#menu-main li a {	
	color: #f3198f;	
	font-size:13px;
	font-weight:bold;
}

ul#menu-main li.current_page_item > a, ul#menu-main li.current_page_ancestor > a,  ul#menu-main li.current-menu-item a, .weblog .weblog-item a{	
	color: #999 !important;
}

.pagenavigation .wp-pagenavi a, .pagenavigation .wp-pagenavi a:link, .pagenavigation .wp-pagenavi a:visited {	
	border: 1px solid #333;
	color: #fff;
	background-color: #666;	
}


/* Superfish Dropdown Menu */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	position:relative;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	margin-left: -14px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
.sf-menu li li {
	background:		#fff;
	border-left:	1px solid #eee;
	border-right:	1px solid #eee;
	border-bottom:	1px solid #eee;
	padding: 		.55em 1em;
}


/**********************************************
	Blog Posts
***********************************************/
.post {
	margin: 0 0 40px 0;	
}

.post.page {
	margin: 0;	
	position:relative;
}

.feature .post-title, .normal .post-title {
	margin-top: -5px;
	margin-bottom:12px;	
	position:relative;
}

.post .post-title a {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;	
	line-height: 1.1em;	
	font-size: 44px;	
	color: #333;
	letter-spacing:-1px;
}

.post.single .post-title a {
	padding-right: 0;	
	font-weight: bold;
}

.blog-navigation {
	float: right;
	width:42px;
	height:19px;	
}

.blog-navigation span{
	display:block;
}

.blog-navigation .next{
	float:left;
}

.blog-navigation .prev{
	float:right;
}

.blog-navigation .next a{
	background: url(./images/slide_left_arrow.png) no-repeat;
	width:19px;
	height:19px;
	text-indent:-9999px;
	cursor:pointer;
	float:left;
}

.blog-navigation .next a:hover{
	background: url(./images/slide_left_arrow_hover.png) no-repeat;
}

#blog_page .blog-navigation .next a:hover{
	background: url(./images/slide_left_arrow_hover-BLUE.png) no-repeat;
}

.blog-navigation .prev a{
	background: url(./images/slide_right_arrow.png) no-repeat;
	width:19px;
	height:19px;
	text-indent:-9999px;
	cursor:pointer;
	float:right;
}

.blog-navigation .prev a:hover{
	background: url(./images/slide_right_arrow_hover.png) no-repeat;
}

#blog_page .blog-navigation .prev a:hover{
	background: url(./images/slide_right_arrow_hover-BLUE.png) no-repeat;
}

.post .post-title .comment {
	position:absolute;
	top:5px;
	right:0;	
	width: 43px;
	height: 46px;
	background: transparent url(images/comment.gif) no-repeat top right;
	padding-top: 8px;
	text-align:center;
}

.post .post-title .comment a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
	padding-right:0;
	letter-spacing:0;
	line-height: 1;	
}

.post .meta {
	/*margin: 10px 0
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;	*/
	font-size: 12px;
	color: #cdcdcd;	
}

.post .meta a {	
	color: #2497cd;	
}

.post .meta a:hover {	
	color: #666;	
}

.post a.more-link, .post a.comment-link {
	font-size: 14px;
	padding-left: 10px;
	background: url(images/pointer3.gif) no-repeat left 4px;
	margin-right: 10px;	
}

.post.thumb a.more-link {
	font-size: 13px;
	padding-left: 0;
	background: none;
	text-transform: lowercase;
}
.featured-caption {
	color: #666666;
    float: right;
    font-size: 9px;
	display:block;
    margin-top: -4px;
    position: relative;
    top: -2px;
	margin-bottom:-15px;
}

.post.thumb {
	float:left;
	width: 299px !important;  	
	margin: 0 31px 0 0;
}

.post.archive.thumb {
	margin: 0 40px 40px 0;
}

.post.normal .post-title {
	margin-top: 10px;
}

.post.thumb .postimage {
	width: 220px;
	height: 100px;
	overflow:hidden;
	margin-bottom: 7px;
	line-height:0;
}

.feature .postimage {
	margin-bottom: 20px;
}

.post.webdesign-thumb > .postimage {
	height: 184px!important;
}

.post.thumb > .postimage {
	background: url(images/thumbnails_bg.jpg) no-repeat top left;
	padding:5px 5px 0;
	width:303px;
	margin-bottom: 0!important;
}

.post.thumb > .postimage-bottom {
	height: 5px!important;
	background: url(images/thumbnails_bg_bottom.jpg) no-repeat bottom left;
	width:303px;
}

.post.normal .postimage {		
	width: 480px;	
	overflow:hidden;
	line-height:0;
}

.weblog-postimg {
	margin: 0 auto 22px;
	text-align: center;
}

.weblog-content {
	border-top:1px solid #d6d6d6;
	padding-top:31px;
	margin-top:16px;
}

.weblog-content > #content {
	width: 600px;
	margin-right:25px;
	min-height:1050px;
}

.weblog-content > #content embed {
	width: 530px;
}

.post.thumb a.thumb-link  {	
	font-weight: normal;
	color: #333;
}

.post.thumb h2 {
	padding-top: 5px;
	text-indent:-1px;
}

.post.thumb.last-thumb {
	margin-right:0 !important;
}

.pageheader {		
	background-color: #666;
	color: #fff;
	padding: 200px 0 0 0;
	font-size: 70px;
	line-height: 0.6;
	overflow:hidden;
	letter-spacing: -1px;	
}

#pageheader {	
	padding: 200px 0 0px 0;	
	background-color:#423434;
	font-family: Trebuchet MS, Arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:90px;
	font-weight: bold;
	line-height:.6em;
	letter-spacing: -0.05em;
}

.post.single {
	margin-bottom:0;
}

.postdivider {	
	clear:both;
	border-bottom: 1px #ddd solid;
	margin:20px 0;	
}

.nofeature {	
	margin-top: 30px;
	clear:both;
}

.attachment img {	
	/* margin-top: 20px; */
	overflow:hidden;	
}

.pagelink a {
	border:1px solid #DDDDDD;
	font-style:italic;
	margin:0 1px;
	padding:1px 6px;
}

.social a {
	font-size:14px;
}

.related-posts ul, .recent-posts ul, .popular-posts ul {
	margin: 0 0 0 3px;
	list-style-type: none;		
}

.related-posts ul li {
	padding: 0 0 0 0;	
}

.related-posts .date, .recent-posts .date {
	color: #777;
}

.post.portfolio .postimage {
	margin-right: 20px;
	float:left;
}

.post.portfolio img {
	border: solid 1px #ddd;
	background: #ffffff;
	padding: 8px;
}

.post.portfolio .post-title {
	margin-bottom: 10px;	
}

.post.portfolio .pftext {
	float:left;
	width:282px;
}

.post.portfolio h1 {
	font-size:32px;
	color:#333;
}

.post.portfolio h1 a {
	color:#333;
}

.post.portfolio.slide h4 a {
	font-size:24px;
	color:#333;
	line-height:1em;
}

.post.portfolio .details {
	margin-bottom: 40px;
	font-size:12px;
	text-transform:uppercase;
}

.post.portfolio .button {
	margin-right: 5px;	
}

.pagenavigation {
	position: absolute;	
	top: 106px;
	right: 0px;
	text-align: center;
}
.pagenavigation .older-entries a{
	height: 19px;
	width: 19px;
	background: url(images/slide_right_arrow.png) no-repeat; 
	display: block;
}

.pagenavigation .older-entries a:hover{
	background: url(images/slide_right_arrow_hover.png) no-repeat; 
}

.pagenavigation .older-entries{
	height: 19px;
	width: 19px;
	background: url(images/slide_right_arrow.png) no-repeat; 
	display: block;
	text-indent: -9999em;
}

.pagenavigation .newer-entries a{
	height: 19px;
	width: 19px;
	background: url(images/slide_left_arrow.png) no-repeat; 
	display: block;
}

.pagenavigation .newer-entries a:hover{
	background: url(images/slide_left_arrow_hover.png) no-repeat; 
}

.pagenavigation .newer-entries{
	height: 19px;
	width: 19px;
	background: url(images/slide_left_arrow.png) no-repeat; 
	display: block;
	text-indent: -9999em;
	margin-right:4px;
}

/*--- navigation single web design ---*/

/*body.downloads-single .pagenavigation .older-entries a, body.websites-single .pagenavigation .older-entries a{
	height: 32px;
	width: 32px;
	background: url(images/slider-back-black.jpg) no-repeat; 
	display: block;
}

body.downloads-single .pagenavigation .older-entries a:hover, body.websites-single .pagenavigation .older-entries a:hover{
	background: url(images/slider-back-orange.jpg) no-repeat; 
}

body.downloads-single .pagenavigation .older-entries, body.websites-single .pagenavigation .older-entries{
	height: 32px;
	width: 32px;
	background: url(images/slider-back-gray.jpg) no-repeat; 
	display: block;
	text-indent: -9999em;
}

body.downloads-single .pagenavigation .newer-entries a, body.websites-single .pagenavigation .newer-entries a{
	height: 32px;
	width: 32px;
	background: url(images/slider-forward-black.jpg) no-repeat; 
	display: block;
}

body.downloads-single .pagenavigation .newer-entries a:hover, body.websites-single .pagenavigation .newer-entries a:hover{
	background: url(images/slider-forward-orange.jpg) no-repeat; 
}

body.downloads-single .pagenavigation .newer-entries, body.websites-single .pagenavigation .newer-entries{
	height: 32px;
	width: 32px;
	background: url(images/slider-forward-gray.jpg) no-repeat; 
	display: block;
	text-indent: -9999em;
	margin-left: 20px;
	margin-right:0;
}
*/
/*--- navigation single logos ---*/

.logos-entries .older-entries a{
	height: 32px;
	width: 32px;
	background: url(images/slider-back-black.jpg) no-repeat; 
	display: block;
}

.logos-entries .older-entries a:hover{
	background: url(images/slider-back-orange.jpg) no-repeat; 
}

.logos-entries .older-entries{
	height: 32px;
	width: 32px;
	background: url(images/slider-back-gray.jpg) no-repeat; 
	display: block;
	text-indent: -9999em;
}

.logos-entries .newer-entries a{
	height: 32px;
	width: 32px;
	background: url(images/slider-forward-black.jpg) no-repeat; 
	display: block;
}

.logos-entries .newer-entries a:hover{
	background: url(images/slider-forward-orange.jpg) no-repeat; 
}

.logos-entries .newer-entries{
	height: 32px;
	width: 32px;
	background: url(images/slider-forward-gray.jpg) no-repeat; 
	display: block;
	text-indent: -9999em;
	margin-left: 20px;
	margin-right:0;
}

.biglogo-image {
	background:url(images/biglogo-image_bg.jpg) top left no-repeat;
	width: 856px;
	text-align: center;
}

.biglogo-image img {
	margin: 5px 0 0;
}

.biglogo-image-bottom {
	background:url(images/biglogo-image-bottom_bg.jpg) bottom left no-repeat;
	width: 856px;
	height: 5px;
}
/*--------- single downloads ---------*/

.ccdisclaimer {
	background: #EFEFEF;
	padding: 12px;
	font-weight: bold;
	height: 53px;
}

.ccdisclaimer img {
    float: left;
    margin-right: 11px;
    margin-top: 2px;
    position: relative;
    right: -1px;
}

.ccdisclaimer p {
	font-size: 13px;
	border-bottom: none!important;
	color: #F3198F;
	padding: 0!important;
	line-height: 18px;
}

.ccdisclaimer h4 {
	font-size: 13px;
	color: #013113;
	font-family: arial;
	margin: 0;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}


/*--------- single business cards ---------*/
.bcards-desc p {
	margin-bottom: 4px;
}

#feature-page { 
	margin-bottom: 30px;	
	border: 1px #eee solid;
}

.post.frontpage .addthis_container { float: right; }

#container #rotator { margin-bottom:40px; }
body.downloads-single ul#menu-main li.download-item > a, body.websites-single ul#menu-main li.our-work-item > a, body.websites-single ul.sub-menu li.web-design-item > a {
	color:#F3198F!important;
}

body.page-template-tag-redirect-php ul#menu-main li.our-work-item > a, body.page-template-tag-redirect-php ul.sub-menu li.web-design-item > a {
	color:#F3198F!important;
}

.single-website-left {
	margin-top: 70px;
}
h2.single-website-client {
	border-bottom:3px solid #555;
	margin: 0;
	padding: 0 0 5px;
}

.single-website-left p {
	margin:0;
	padding: 5px 0;
	border-bottom: 1px dotted #555;
}

.single-website-left p.single-features, .single-website-left p.single-description {
	padding-bottom:9px; 
}

.single-features a {
	color: #333;
}

.single-features a:hover {
	text-decoration: underline;
}

.single-website-right {
	margin-top: 48px;
}

.single-website-right .image-container {
	margin-bottom: 26px;
}

body.downloads-single .pagenavigation, body.websites-single .pagenavigation, .page-template-tag-redirect-php .pagenavigation  {
	/*top: 106px;*/
}

.single-website-right .dropdown {
	left:405px;
	position:absolute;
	top:112px;
}

.image-container-top {
	width: 600px;
	/*padding: 5px 5px 0 5px;
	background:url(images/website-single-shadow-top.jpg) no-repeat top left;*/
	margin-left:8px;
	
}


.image-container-top img{
border: 1px solid #CCCCCC;
}

.image-container-bottom {
	width: 610px;
	height:5px;
	background:url(images/website-single-shadow-bottom.jpg) no-repeat bottom left;
	display:none;
}

.single-website-right .image-container-top img{
	/*margin-bottom:-6px;*/
}

.x-of-y-projects {
	padding-left: 5px;
	color: #999;
}
.title-shadow {
	padding-left: 4px;
	padding-top: 4px;
}

/**********************************************
	Sidebar 
***********************************************/
#sidebar .widget h2 {
	/*display: inline;
	padding: 3px 10px;
	background: #000;		*/
	font-family: "Helvetica", Arial, sans-serif;
	color: #131313;
	font-size:16px;	
	text-decoration:none;
	word-spacing:-0.07em;
}

.widgetheading {	
	margin-bottom: 10px;
	margin-top:4px;
}

#sidebar .widget h2.widgettitle {
	line-height:40px;
}


#sidebar .widget_tag_cloud a {
	margin: 0 5px;
	text-transform:capitalize;
	white-space:nowrap;
}

#sidebar .widget_text .widgetheading,  #sidebar .widget_sidepages .widgetheading {
	margin-bottom: 10px;
}
	
#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 0;	
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;		
}

#sidebar ul li.widget {
	margin-bottom: 10px;
}

.weblog #sidebar ul li.widget{
	width:160px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol  {
	margin: 5px 0 0 0;
}

#sidebar ul ul ul {
	margin: 0;
}

#sidebar ul ul li, #sidebar ul ol li {
	/*margin: 3px 0 0;*/
	padding: 0;	
	/*border-bottom: 1px #eee solid;	*/
}

#sidebar #recent-posts ul li {
	background:none;
}

#sidebar ul li ul li, #sidebar ul li ol li {	
	display: block;
	/*padding: 5px 0;*/
}

.widget_bf_feeds ul li {
	display: block;
	padding: 5px 0;
}

.widget_bf_feeds a {
	display: inline;
}

.widget_bf_feeds #feedfield {
	width: 169px;
	padding:3px;
	border:#ddd 1px solid;
	color: #999;
	margin: 0 5px 5px 0;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 11px !important;
}

.widget_bf_feeds .feedbutton {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	border-color: #ddd;
	background: #F2F2F2 url(images/grad.png) repeat-x left top;
	color: #464646;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;	
}

#sidebar .date {
	color: #000;
}

#sidebar .widget_custom_recent_comments a {
		padding-bottom:0;
}

#sidebar li.recentcomments {	
	padding: 5px 0;
}


#sidebar .widget_categories ul li, 
#sidebar .widget_archive ul li, 
#sidebar .widget_links ul li {
	width: 110px;
	/*float: left;
	display: inline;*/
	display:block;
	margin-right: 13px;
	/*padding: 5px 0 5px 10px;*/
	/*background: #fff url(images/pointer.gif) no-repeat left 12px;*/
}

#sidebar a{
	color:#2497cd!important;
	font-size:13px !important;
}

#sidebar img.alignright {float:right; margin:5px 0 5px 10px}
#sidebar img.alignleft {float:left; margin:5px 10px 5px 0}
#sidebar a img.alignright {float:right; margin:5px 0 5px 10px}
#sidebar a img.alignleft {float:left; margin:5px 10px 5px 0}

#sidebar img.size-thumbnail {
	max-width: 115px;
	height: auto;	
}

#sidebar .gallery img {
	max-width: 115px;
	height: auto;	
}


/* featured Widget */
#sidebar .post.thumb.no-image {
	margin:10px 0 10px;
	width: 270px;
}

#sidebar .post.thumb h4 {
	margin-bottom:0;
}

#sidebar .post.thumb .postimage {
	height: auto;
}

#sidebar .post.thumb {
	margin-top: 10px;
	margin-bottom: 15px;
}

/* wp125 */
#sidebar #wp125adwrap_2c { width:100%; }
#sidebar #wp125adwrap_2c .wp125ad { width:125px; float:left; }
#sidebar #wp125adwrap_2c .wp125ad { padding:5px 20px 10px 0; }
#sidebar #wp125adwrap_2c .even { padding-right:0; }

/* Tabbed Widgets */
#container #sidebar ul.tw-nav-list a { 
	background: #666;
	color: #fff;
	font-size:13px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal; 
	padding:3px 10px; 
}

#sidebar .tw-tabbed-widgets ul ul {	margin-left: 3px; }
#sidebar .tw-tabbed-widgets ul ul li { border-bottom: 1px #eee solid; }
#sidebar .tw-tabbed-widgets ul li {	border-bottom: none; }
#container #sidebar .tw-rotate { margin:0; }
#container #sidebar .tw-tabbed-widgets { margin-bottom: 40px; }
#container #sidebar ul.tw-nav-list li { margin:0 2px 0 0; padding:0 0 0 0; border:none;  }
#container #sidebar ul.tw-nav-list li.ui-tabs-selected  { background: #000; padding-bottom:0; }
#container #sidebar ul.tw-nav-list li.ui-tabs-selected a  { background: none; }
#container #sidebar .ui-tabs-panel { margin:0 0 0 0; padding:0 0 0 0; float:left; width:100%; }


/* Global Widget Styling */
li.widget {
	list-style-type: none;
}

/**********************************************
	Search 
***********************************************/
.searchform {
	margin: 0;
	padding: 1px 0 0;	
}

.searchform .searchbox {	
	border:1px solid #ccc;
	padding:0 10px 0 0;
	float:left;	
	width: 251px;
}

.searchform a.searchicon {
	float:right;
	background: url(images/search.gif) no-repeat;
	height:16px;
	width:16px;
	margin: 5px 0 0 5px;
}


.searchform .searchfield {
	float:left;
	width: 222px;
	padding:4px;
	border:0;
	color: #999;
}

/**********************************************
	Footer 
***********************************************/
#footer {
	color: #555;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top:37px;
}

#footer a { 	
	color: #555;	
}

#footer span.green a {
	color: #008000;
}

#footer-widgets {
	margin-top: 40px;	
	padding-top: 10px;
	border-top: 1px #ddd solid;
}


#footer-widgets li.widget {	
	float: left;
	margin-left: 40px;
	_margin-left: expression(this.previousSibling==null?'0px':'40px');
}

#footer-widgets li.widget:first-child {
	margin-left: 0px;	
}

#footer-widgets h2 {
	margin-bottom: 15px;	
}

#footer-widgets ul, #sidebar ol {
	list-style:none;
	margin: 0;
	padding: 0;	
}

#footer-widgets ul li ul {
	padding: 2px;	
}

#footer-widgets ul li ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #eee solid;
}

#footer-widgets ul p {
	margin: 0;
}

#toplink {
	float: right;	
	font-size:11px;	
}


/**********************************************
	Comments
***********************************************/

ol.commentlist {
	margin-left: 0;
}			
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#f6f6f6;	
	list-style:none
}

ul.children {
	margin-left: 0;
}

.commentlist li.depth-2 {
	border:none;
	background:#fff;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;	
}

.commentlist li.depth-3	 {	
	border:none;
	background:#f6f6f6;
	margin-left:15px;	
}

.commentlist li.depth-4	 {	
	border:none;
	background:#fff;
	margin-left:15px;	
}

.commentlist li.depth-5	 {	
	border:none;
	background:#f6f6f6;
	margin-left:15px;	
}
	
.commentlist code {
	background:#e6e6e6;
	padding:3px;
}

.commentlist .moderation {	
	margin-top: 10px;
	color: #660000;	
}

.comment-author {
	margin-bottom: 10px;
}
	
.avatar {
	margin-right: 10px;
	float:left;
	padding:2px;
	border:1px solid #ddd;
	background: #fff;	
}

.commentlist .children {
	margin-top:15px;	
}

.reply {
	margin-bottom:0px;	
}

.reply a:link, .reply a:visited  {	
	background-color:#666;	
	color:#fff;	
	padding: 3px 8px;		
	text-align:center;		
	text-decoration:none !important;
	text-transform: uppercase;
	font-size:10px;	
}

.reply a:hover {	
	background-color:#333;
}

#pings {
	margin-bottom:40px;
}
			
cite.fn {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
}	

.comment-meta {
	float:left
}

.comment-meta a {
	color: #333;
}
 
.comment-date a, .comment-date a:visited {
	color: #888;
	font-size: 12px;	
}

#author, #email, #comment, #url, #s {
	background: #FFF !important;
	padding: 4px;
	border: 1px solid #ddd;	
}

#author, #email, #url {
	width:200px;
	margin-right: 10px;
}
		
.button {
	padding: 5px 12px;
	background: #444;
	color: #FFF !important;
	border: none;
}

.button:hover {
	background: #333;
	color: #fff;
	text-decoration:none
}

.button:active {
	background:#000;
}

#commentform textarea {
	width: 98%;
	margin-top: 5px;
	height: 200px;
}

/**********************************************
	Float clearing Fix
***********************************************/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear:both; 
}


/**********************************************
	Slider numeric controls
***********************************************/

ol#controls{ margin:1em 0; padding:0; height:28px; }
ol#controls li{	margin:0 10px 0 0; padding:0; float:left; list-style:none; height:28px;	line-height:28px; }
ol#controls li a{ float:left; height:28px; line-height:28px; border:1px solid #333;	background:#666; color:#fff; padding:0 10px; text-decoration:none; }
ol#controls li.current a{ background:#fff; color:#000; }
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none; }


/**********************************************
	Easy Contact Plugin Styling
***********************************************/

body div.formcontainer{
clear: both;
overflow: hidden;
width: 100%;
}

body div.formcontainer span.required {
color: #FF0000;
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
border-top: 1px solid #E8E8DE;
color: #442;
line-height: 250%;
padding-left: 36px;
width: 95%;
}

body div.formcontainer p.error {
background: #fbfbee url('error.png') no-repeat 12px 50%;
border-bottom: 2px solid #F0D28B;
}

body div.formcontainer p.important {
background: #fbfbee url('important.png') no-repeat 12px 50%;
border-bottom: 2px solid #FED7CE;
}

body div.formcontainer p.information {
background: #fbfbee url('information.png') no-repeat 12px 50%;
border-bottom: 2px solid #C5DDF2;
}

body div.formcontainer p.success {
background: #fbfbee url('success.png') no-repeat 12px 50%;
border-bottom: 2px solid #C7E9B3;
}

body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
background: #F6F6F6;
color: #333333;
margin: 0.5em 0 1.5em 0;
}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
padding: 0.3em;
width: 97%;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
background-color: #FBF4E2;
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 1em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;
}

body div.formcontainer fieldset { border:1px solid #ddd; padding: 10px; }
body div.formcontainer legend { padding: 5px; }

.formcontainer table {
border:none;
}
.formcontainer td {
border:medium none;
padding-right:16px;
padding-left:0px;
}
.col2 #sidebar {float:right;
}
.top-contact input {
width:177px !important;
margin-right:9px;
}
#country-wrapper {
margin-top:5px !important;
}
.services-required table {
margin-bottom:5px;
margin-top:-22px;
margin-left:-4px;
}
.contact-form textarea {
width:394px !important;
}
.services-required td {
padding-right:14px;
}
#qr_address  {
width:190px;
}

#left-top-contact {
float:left;
margin-bottom:10px;
margin-right:25px;
width:185px;
}
#right-top-contact {
width:185px;
float:left;
margin-bottom:10px;
}

#qr_budget, #qr_type, #qr_timeframe  {
/* width:100%; */
}
.existing-site {
position:relative;
top:10px;
}
.web-address {
margin-top:-16px;
margin-bottom:1px;
}
#qr_address {
width:166px;
}
#quote-btn {
position:absolute;
right:-29px;
top:161px;
display: none;
}

#quote h1 {
	font-size: 36px;
	font-family: arial;
	color: #999;
	margin-bottom: 6px;
}
.credit {
margin-top:25px;
}
.external {
background:url('images/external.png') no-repeat right 4px;
padding:2px 16px 0px 0px;
width:127% !important;
}
#footer #social-icons img {
height:20px;
width:20px;
}
#footer .footer-content {
float:right;
margin-left: 55px;
}
#footer ul, #footer li {
list-style:none outside none;
margin-left:0;
color:#131313;
line-height:22px;
}

#footer li{
	margin-top:-4px;
}

#footer h2 {
color:#131313;
font-family:Arial,sans-serif;
font-weight:bold;
margin-bottom:6px;
font-size:11px;
}

.sidepages{
	margin-right:-20px;
}

#bf-page-14 .sidepages{
	margin-right:0;
}
#footer_container{
	background-color:#f7f7f7;
	margin-bottom:20px;
}
#footer .sidepages ul li a {
color:#f3198f;
}
#footer #social-icons li {
display:inline;
font-size:13px;
}
#footer {
color:#131313;
height:190px;
margin-bottom:-3px !important;
margin-top:-18px !important;
position:relative;
width:960px !important;
font-size:11px;
}
#footer .sidepages ul li.owner_name a{
	color:#131313;
}

#footer a {
color:#AAAAAA;
}
#footer #number {
font-family:"Myriad Pro",Arial,sans-serif;
font-size:24px;
position:absolute;
right:50px;
top:40px;
}
#footer #social-icons {
position:absolute;
right:51px;
top:68px;
}
#copyright {
display:block;
margin-right:27px;
float: left;
color: #555;
}
#copyright a {
	color: #555;
}
a.trees {
background:url("images/tree.png") no-repeat scroll 0 0 transparent;
padding:0 0 0 14px;
}
#footer .three {
}
#footer .social-hr-1, #footer .social-hr-2 {
background:url("images/social-divider.png") no-repeat scroll 0 0 transparent;
display:block;
height:1px;
}
#footer .social-hr-1 {
position:relative;
top:8px;
}
#footer .social-hr-2 {
position:relative;
top:-15px;
}
#quote-request-image {
margin-top:4px;
}
.share {
float:left;
margin-top:2px;
margin-right:0px;
margin-left:0px;
}
.attachment-thumbnail {
background-color: #ffffff;
border: 1px solid #ddd !important;
display: block;
margin-top: 4px;
margin-right: 0px;
margin-bottom: 4px;
margin-left: 5px;
padding: 4px;
position: relative;
}

.attachment-thumbnail:hover {
	border: 1px solid #a9a9a9 !important;
}

#pink-for-october {
	position:absolute;
	right:50px;
	top:27px;
}

.addthis_toolbox {
	border-top:1px solid #ddd;
	padding-top:10px;
}

.home #container{
	padding-bottom:0;
}

.home div.home-slider{
	margin-bottom:18px;
}

/*---------- home feat slider ------------*/
div.home-slider {
height:340px;
margin-bottom:23px;
/*padding-bottom:20px;*/
width:960px;
}

#home-feat-slider h3 {
	border: none;
	font-family: arial;
	font-size: 13px;
	color: #999;
	line-height: 18px;
}

#home-feat-slider a.learn-more {
	/*padding-top: 16px;*/
	color: #F3198F;
	display: block;
	font-size: 13px;
	margin-top: -1px;
}

#home-feat-slider {
	list-style: none;
	display: inline;
}

body #home-feat-slider h1 {
	margin-top: 92px;
	color: #555;
	font-size:60px !important;
	line-height:40px;
	margin-bottom:14px;
	width:302px;
}



#home-feat-slider li {
	width: 960px;
	height: 340px;
    background: none repeat scroll 0 0 transparent;
    float: left;
    margin: 0;
    padding: 0;
	/*padding-top: 25px;*/
}

#home-feat-slider li.active{
	display:block;
}

#home-feat-slider li img {
	float: right;
}

#home-feat-slider h3{
	margin:0 !important;
	padding:0 !important;
}

#home-feat-slider h1 img{
	float:none !important;
}

/*
    AnythingSlider v1.4.1+ Default (base) theme

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
	width: 960px;
	height: 380px;
	margin: 0 auto;
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	background: #777;
	color: #000;
}

div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

.anythingControls {
	display: none!important;
}

/* Active State */
div.anythingSlider.activeSlider .anythingWindow {
	border-color: #7C9127;
	overflow:hidden;
}
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
	background-color: #7C9127;
}
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #d00;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	position: relative;
}
/* anythingSlider base UL */
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.anythingBase li.panel {
	background: transparent;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 0;
	position: absolute;
	display: none;
	z-index:1;
}
div.anythingSlider .arrow a {
	display: block;
	height: 32px;
	margin: 0;
	width: 32px;
	text-align: center;
	outline: 0;
	
	text-indent: -9999px;
}
div.anythingSlider .forward { right: 0; }
div.anythingSlider .back { right: 52px; }
div.anythingSlider .forward a { background: url(images/slider-forward-black.jpg) no-repeat;}
div.anythingSlider .back a {background: url(images/slider-back-black.jpg) no-repeat; }
div.anythingSlider .forward a:hover{ background: url(images/slider-forward-orange.jpg) no-repeat; }
div.anythingSlider .back a:hover{ background: url(images/slider-back-orange.jpg) no-repeat; }



/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .thumbNav { float: left; }    /* move nav link group to left */
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}

/* New Fancy */

#fancybox-outer {
	background-color:#fff !important;
}

#fancybox-title {
	margin-top:10px;
	text-align:left !important;
	font-family:Georgia, serif !important;
	font-size:14px !important;
	color:#131313 !important;
	width:60% !important;
	height:50px !important;
	overflow:hidden !important;
}

#fancybox-left-ico, #fancybox-right-ico {
	background:none !important;
}
.fancy-ico:hover {
	color:#fff;
}

#fancybox-left, #fancybox-right {
	text-decoration:none !important;
	color:#999999; !important;
}

#fancybox-right {
/* Only change or add the following to see what you can do ;) */
/*height:40px !important;*/
/*bottom:30px !important;*/
width:32px !important;
height: 32px !important;
background: url(./images/slider-forward-black.jpg) no-repeat !important;
right:32px !important;
text-indent:-99999px;
left: 48%;
    bottom: -30px;
}

#fancybox-right:hover{
	background: url(./images/slider-forward-gray.jpg) no-repeat !important;
}

#fancybox-right-ico {
bottom:0 !important;
}

#fancybox-right:hover span, #fancybox-right span
#fancybox-right:hover span, #fancybox-right span {
/*left:auto !important;
right:0 !important;*/
}


#fancybox-left {
/* Only change or add the following to see what you can do ;) */
/*height:40px !important;*/
/*bottom:30px !important;*/
width:32px !important;
right:70px !important;
height:32px !important;
left: 43%;
color:#959595 !important;
background: url(./images/slider-back-black.jpg) no-repeat !important;
text-indent:-99999px;
bottom:-30px;
}

#fancybox-left:hover{
background: url(./images/slider-back-gray.jpg) no-repeat !important;	
}

#fancybox-left-ico {
bottom:40px !important; 
}

#fancybox-left:hover span, #fancybox-right span
#fancybox-left:hover span, #fancybox-right span {
left:auto !important;
right:0 !important;
}

#fancybox-close {
	background: url(./images/slider-close.jpg) no-repeat !important;
	background-repeat:no-repeat !important;
	background-position:0px 0px !important;
	position:absolute !important;
	bottom:-30px !important;
	left: 53%;
	text-indent:-99999px;
	height: 32px !important;
	width: 32px !important;
}

.fancy-bg {
	display:none;
}

.miami{
	float:left;
	width:150px;
}

.key_west{
	float:left;
}

#footer p {
	position:relative;
	top:-10px;
}

.post h1{
	font-size:24px !important;
	color:#131313 !important;
	font-weight:bold;
	margin-bottom:22px;
	line-height:24px;
}

.column1, .column2, .column3{
	margin-right:44px;
	float:left;
}

.column1, .column2, .column3, .column4{
	width:206px;
}

.column4{
	float:right;
	margin:0;
}

.column3{
	width:210px;
}

#footer h1{
	font-size:18px;
	font-weight:bold;
	font-family:Arial,"Helvetica",sans-serif;
	letter-spacing: 0.2px;
	margin-bottom:6px !important;
}

#footer .footer_links{
	margin-top:25px;
}

#footer .footer-content li div h2{
	color:#013131;
}

#footer .wodu_address{
	position: absolute !important;
	right: 0px;
	top: 205px !important;
	color:#999;
}

#footer .wodu_address a{
	color:#999;
}



#bf-page-12 .sidepages{
	border-left:1px solid #e0e0e0;
	padding-left: 23px;
	height:138px;
}

body.home #header{
	margin-bottom:0;
}

div.home-slider{
	/*background: url("./images/ajax-loader.gif") no-repeat scroll center center transparent;*/
	position:relative;
}

.slide-arrows{
	position:absolute;
	bottom:16px;
	width:42px;
	height:19px;
}

.slide-left{
	width:19px;
	height:19px;
	background: url(./images/slide_left_arrow.png) no-repeat;
	display:block;
	float:left;
}

.slide-right{
	width:19px;
	height:19px;
	background: url(./images/slide_right_arrow.png) no-repeat;
	display:block;
	float:right;
}

.slide-left:hover{
	background: url(./images/slide_left_arrow_hover.png) no-repeat;
}

.slide-right:hover{
	background: url(./images/slide_right_arrow_hover.png) no-repeat;
}

.home .col1{
	margin-bottom:10px;
}

.column1 h1,
.column2 h1,
.column3 h1,
.column4 h1{
	margin-bottom:32px;
}

.three_col1, .three_col2, .three_col3{
    float: left;
    margin-right: 33px;
    width: 31%;
}

.three_col3{
    float: right;
    margin: 0 !important;
}

body .top_heading{
	margin-bottom:32px;
}

.person_info{
	font-size:15px;
	color:#999;
	display:block;
	font-family:"Arial","Helvetica",sans-serif;
	margin-top: -12px;
}

body.page-id-7131 .col1 h1, body.page-id-9064 .col1 h1{
	font-size:36px !important;
}

body.page-id-7131 .col2 img, body.page-id-9064 .col2 img{
	margin-bottom:8px;
}

body.page-id-7131 #header, body.page-id-9064 #header {
	margin-bottom:30px;
}

body.page-id-7131 #footer, body.page-id-9064 #footer{
	margin-top:-6px !important
}

.page-template-thumbnails-webdesign-php #footer,
.page-template-thumbnails-photography-php #footer,
body.websites-single #footer {
	margin-top:-8px !important;
}

body.page-template-page-nosidebar-php.business-cards #footer{
	margin-top:-18px !important;
}

.page-template-thumbnails-webdesign-php .post.thumb *,
.page-template-thumbnails-photography-php .post.thumb *,
html.cufon-active body.websites-single div#container.clearfix div#webdesign_posts div.post *,
.tag_post *,
.page-id-4228 .post.thumb *{
	font-family: Arial, "Helvetica", ans-serif;
}


.page-template-thumbnails-webdesign-php .post h1,
.page-template-thumbnails-photography-php .post h1,
html.cufon-active body.websites-single div#container.clearfix div#webdesign_posts div.post h1,
.tag_post h1,
.page-id-4228 h1,
.tax-blogtag h1,
.weblog h1{
	margin-bottom:19px !important;
}

.page-template-thumbnails-webdesign-php .post.thumb h2,
.page-template-thumbnails-photography-php .post.thumb h2 a,
html.cufon-active body.websites-single div#container.clearfix div#webdesign_posts div.post h2,
.tag_post h2,
.page-id-4228 h2 a{
	font-size:13px;
	font-weight:700 !important;
	text-align:center;
	padding-top:6px;
	margin-bottom:2px;
	display:block;
	color:#121212 !important;
}

body.page-template-thumbnails-photography-php .post.thumb h2 a,
body.page-id-4228 h2 a{
	padding-top:0;
}

.page-template-thumbnails-webdesign-php .post.thumb p a,
html.cufon-active body.websites-single div#container.clearfix div#webdesign_posts div.post p a,
.tag_post p a{
	color:#f3198f !important;
}

 .page-template-thumbnails-webdesign-php .post.thumb p,
 html.cufon-active body.websites-single div#container.clearfix div#webdesign_posts div.post p,
.tag_post p{
 	text-align:center;
	font-size:12px;
	color:#999;
	padding-left:5px;
 }
 
 
body.weblog.single .post .post-title a{
	font-size:30px !important;
}

body.weblog #content{
	min-height:1070px;
	width:600px;
}

body.page-id-4228 .post.thumb{
	margin-bottom:15px;
}

#bf-page-21 .rss_blog{
	background: url(./images/rss_blog.png) no-repeat;
	width:14px;
	height:14px;
	display:block;
	float:right;
	margin-top: 3px;
	margin-right: 42px;
}

#akpc-widget-2 li{
	margin-bottom:7px;
}

.page-template-thumbnails-webdesign-php .post h1,
.page-template-templateportfolio-php .post h1{
	float:left;
	margin-bottom:12px !important;
	position:relative;
	top:-1px;
}

.page-template-thumbnails-webdesign-php .dropdown, .websites-single .dropdown, 
html.cufon-active body.page div#container.clearfix div.post span.dropdown{
	float:none;
	position:absolute;
	right:109px;
	top:0;
	left:auto;
	margin:0;
}

.style_changer{
    height: 22px;
    position: absolute;
    right: 55px;
    top: 0;
    width: 40px;
	display:none;
}

.style_changer a{
	display:block;
	width:20px;
	height:22px;
	float:left;
}

.style_changer a.selected{
	cursor:default;
}

.grid_style.selected{
	background: url(./images/grid_selected.png) no-repeat;
	background-position: left top;
}

.full_style.selected{
	background: url(./images/info_selected.png) no-repeat;
	background-position: right top;
}

.style_changer a.full_style{
	background-position: right top;
	left:-1px;
	position:relative;
}

.full_style{
	background: url(./images/grid_selected.png) no-repeat;
	background-position: right top;
}

.grid_style{
	background: url(./images/info_selected.png) no-repeat;
	background-position: left top;
}

.websites-single .post h1{
	visibility:hidden;
}

#webdesign_posts{
	background: url(./images/ajax-loader-1.gif) center center no-repeat;
	visibility: hidden;
	min-height:30px;
}

.page-template-template_portfolio-php .pagenavigation, .page-template-thumbnails-webdesign-old-php .pagenavigation{
	display:none;
}

.page-template-template_portfolio-php .dropdown, .page-template-thumbnails-webdesign-old-php .dropdown{
	right:0px !important;
}

.page-template-template_portfolio-php .style_changer, .page-template-thumbnails-webdesign-old-php .style_changer{
	right:0;
}

.page-template-page-contact-php .post h1{
	font-size:30px !important;
	margin:0 !important;
	margin-left:-2px !important;
	margin-bottom:2px !important;
}

.page-template-page-contact-php .post{
    margin-bottom: 120px;
    margin-top: 35px;
}

.head_tag{
    color: #666666;
    display: block;
    font-size: 13px;
    margin-top: -2px;
}

.contact_content{
	margin-top:35px;
	color:#686666;
}

.contact_content a{
	color:#686666;
}

.contact_page ul{
	list-style:none;
	margin-left:0;
	font-size:12px;
}

.contact_page ul strong{
	color:#000;
	font-size:13px;
}

.contact_page .key_west_contact strong{
	font-size:12px;
}

.contact_content label{
	font-weight:700;
	color:#1f1313;
}

.contact_content form span{
	display:block;
	margin-top:-3px;
	font-size:12px;
	margin-bottom:8px;
	
}

.contact_content .text_field{
	width:320px;
	height:29px;
}

.contact_content .text_field, #discussion {
	background-color:#fafafa;
	border-top:1px solid #bdbdbd;
	border-left:1px solid #bdbdbd;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.right{
	float:right;
}

.left{
	float:left;
}

.cphone{
	width:328px;
	margin-top:-6px;
}

#cphone{
	width:215px;
	height:23px;
	margin-left:6px;
}

.contact_content p.left{
	margin-bottom:0px;
}

#discussion{
	width:665px;
	height:90px;
}

.email_attachments{
	margin-top:15px;
	margin-bottom:93px;
	position:relative;
}

#submit_contact{
    background-color: #FFFFFF;
    border-color: #DCDCDC #999999 #999999 #DCDCDC;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 2.2em;
    text-align: center;
    width: 70px;
}

#attach_a_file{
    background-color: #FFFFFF;
    border-color: #DCDCDC #999999 #999999 #DCDCDC;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    float: left;
    font-size: 12px;
    height: 21px;
    line-height: 1.8em;
    margin-left: 15px;
    margin-top: -11px;
    text-align: center;
    width: 98px;
	cursor:pointer;
}

.attachment_files{
	position:absolute;
	height:16px;
	top:46px;
	width:672px;
}

.file_uploaded{
	background: url(./images/file.png) no-repeat;
    float: left;
    margin-right: 25px;
    padding-left: 16px;
    padding-top: 2px;
}

.remove_file{
	background: url(./images/btn_trash.gif) no-repeat;
    cursor: pointer;
    float: left;
    height: 12px;
    margin-left: 8px;
    margin-top: 1px !important;
    width: 13px;
}

.accomplished{
	position:relative;
	top:54px;
	display:none;
}

.weblog .searchform {
    margin: -5px 0 0;
}


body.weblog .post{
	color:#666;
}

.weblog .searchform .searchbox{
	width:315px;
}

body.weblog.single .post h1{
	margin-bottom:0px !important;
}

body.weblog.single .post-title{
	margin-top:-1px !important;
}

.google_ad{
    float: right;
    margin-right: 0;
    padding-left: 26px;
    padding-top: 22px;
	padding-bottom:21px;
    border-left: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

.four_ads{
border-bottom: 1px solid #D6D6D6;
border-left: 1px solid #D6D6D6;
float: right;
margin-bottom: 22px;
padding-bottom: 21px;
padding-left: 16px;
padding-top: 22px;
width: 310px;
}

.four_ads .widgetheading{
	display:none;
}

.weblog-home .post-title a{
	color:#111111 !important;
}

.weblog-home .post-title{
	font-size:12px !important;
	color:#848484 !important;
	margin-bottom: -12px !important;
}

.weblog .gallery img{
	border:0 !important;
	padding:0;
	margin-left:0;
}

#gallery-1 .gallery-item{
	margin-left:30px;
	width:auto !important;
}

#gallery-1 .gallery-item a:hover img{
	opacity:0.5;
	filter: alpha(opacity = 50);
}

.weblog_image.left{
	width:180px;
}

.weblog #content p{
	color:#666666;
	font-size:12px;
	margin-bottom:7px;
}

.single.weblog #content p{
	margin-bottom:19px;
}

.single.weblog #content p{
	font-size:13px;
}

.single_info a{
	color:#2497cd !important;
	font-size:12px;
}

#content .single_info{
	font-size:16px !important;
	color:#c8c8c8;
	margin-bottom:54px;
	text-transform:lowercase;
}

.single.weblog #content{
	margin-top:-18px;
}

.weblog-home h1.post_title{
	margin:0 0 -4px !important;
	position:relative;
	top:-3px;

}

.weblog .post .meta{
	margin-bottom: 11px !important;
	font-size:12px !important;
}

.at300bs{
	background: none;
	height:auto;
	display:inline;
}

.single .weblog-content img{
	max-width:600px;
}

.single.weblog .post h1{
	line-height:36px;
}

.single.weblog #content blockquote p{
	font-size:24px;
}

.single-attachment #container{
	padding-bottom:13px;
}

.single-attachment .attachment{
	margin-top:2px;
}

.single-attachment .attachment img{
	max-width:600px;
}

.weblog_image{
	margin-bottom:17px;
}

.weblog .wp-pagenavi{
	margin-bottom:30px;
	/*margin-top:-10px;*/
}

.wp-pagenavi .page{
	display:none;
}

body .wp-pagenavi *{
	font-size:11px !important;
}

.wp-pagenavi span.pages{
	color:#666 !important;
}

.wp-pagenavi .pages{
	border:0 !important;
}

.wp-pagenavi a, .wp-pagenavi a{
	border:0 !important;
	color:#2497CD !important;
}

.wp-pagenavi a:hover{
	border:0 !important;
	text-decoration:underline !important;
}

.websites-single .weblog .post-title h1{
	visibility:visible;
}

.weblog-slideshow{
	margin-bottom:35px;
	width:600px;
	height:350px;
	overflow:hidden;
	position:relative;
}

.weblog-slideshow .slide_image{
	display:none;
} 

.weblog-slideshow .active{
	display:block;
}

.weblog-slideshow .no_active{
	display:none;
}

.slide_image{
	height:350px;
	height:600px;
}

.slide_image h1{
	top:280px;
	position:absolute;
	left:33px;
	width:470px;
	line-height:24px !important;
}

.slide_image h1 a{
	color:#FFF;
	font-size:24px;
	text-decoration:none;
	text-transform:lowercase;
	
}

.weblog-arrow{
	width:58px;
	height:33px;
	background-color:#FFF;
	position:absolute;
	right:21px;
	bottom:32px;
	z-index:9999;
}

.weblog-arrow a{
	display:block;
	width:19px;
	height:19px;
	float:left;
	text-indent:-9999px;
	margin-top:7px;
	margin-left:4px;
}

.weblog-arrow .weblog-prev{
	background: url(./images/slide_left_arrow.png) no-repeat;
	margin-left:8px;
}

.weblog-arrow .weblog-prev:hover{
	background: url(./images/slide_left_arrow_hover-BLUE.png) no-repeat;
}

.weblog-arrow .weblog-next{
	background: url(./images/slide_right_arrow.png) no-repeat;
}

.weblog-arrow .weblog-next:hover{
	background: url(./images/slide_right_arrow_hover-BLUE.png) no-repeat;
}

.attachment_info{
	margin-top:4px;
}

body.attachment #content .attachment_info *{
	font-size:12px !important;
	color:#666;
}


.return_to_post{
	color:#2497CD !important;
	float:left;
}

.attachment .single .meta{
	float:right;
	width:146px;
}

.image_of{
	float:left;
	position:relative;
	left:3px;
}

.facebook_like{
	top: 99px;
	position:absolute;
}

#akpc-widget-2{
	margin-top:38px;
	position:relative;
	top:10px;
}

.attachment_sidebar{
	width:270px !important;
	/*min-height:141px !important;*/
	border-right:0 !important;
	padding: 49px 4px 22px 52px !important
}

.attachment_sidebar img{
	max-width:40px !important;
	max-height:100px !important;
}

.attachment_sidebar div.thumbs {
    float: left;
    margin-bottom: 17px;
    margin-right: 21px;
    width: 40px;
}

.attachment_sidebar div.thumbs:hover img, .attachment_sidebar div.thumbs.selected img{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.thumbs .number {
    font-size: 10px;
	color:#666;
	display:block;
	margin-top:-3px;
}

body.attachment #content{
    min-height: 100% !important;
    padding-bottom: 30px;
}

body.attachment .four_ads{
	display:none;
}

body.attachment .google_ad{
	margin-bottom:30px;
}

body.attachment .sidebar_right{
	float:right;
	width:330px;
}


.attachment-title{
	color:#131313;
	font-size:12px;
    position: relative;
    top: 2px;
}

.attachment-title a{
	color:#F3198F;
	font-weight:700;
}

.main_featured_image{
	margin-bottom:18px;
}

.pp_description{
   float: left;
   width: 50%;
   color:#666;
}


.attachment .attachment img, .page-template-thumbnails-photography-php .postimage img, .page-template-templateportfolio-php .thumb-link img, .page-template-thumbnails-webdesign-php .thumb-link img {
   cursor: url("./images/zoom.png"), default;
}

.hidden{
	display:none;
}

.pp_nav{
	display:none !important;
}

body div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content{
	background-color:#131313 !important;
}

.pp_gallery{
	display:none !important;
}

body .pp_bottom{
	height:10px;
}

body .pp_bottom .pp_left{
	height:9px;
}

body .pp_bottom .pp_middle{
	height:9px;
}

body .pp_bottom .pp_right{
	height:9px;
}

#home-feat-slider .attachment-slideshow-image{
	position:absolute;
	float:none;
	top:0;
	right:0;
}

.web_design_glossary .google_ad{
	margin-top:-31px;
}

.alphabets ul{
	list-style:none;
	margin-left: 8px;
}

.alphabets li{
	float:left;
	font-size:10px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin-left:13px;
	font-weight:700;
}

.alphabets li a{
	color:#999;
}

.alphabets li a:hover{
	text-decoration:underline;
}

.alphabets li.current a{
	color:#F3198F;
}

.web_design_glossary #content{
	margin-left: -7px;
	margin-top: -38px;
	min-height:660px;
	padding-bottom:22px;
}

.web_design_glossary .four_ads{
	margin-bottom: 30px;
}

.glossary_item h2{
	font-weight:700;
	font-size:13px;
}

.glossary_item h2 a{
	color:#131313;
	text-decoration:none !important;
}

.glossary_item p{
	color:#666;
}

.glossary_desc{
    border-top: 1px solid #D6D6D6;
    margin-left: 7px;
    margin-top: 13px;
    padding-top: 12px;
}

.web_design_glossary .post_title a{
	text-decoration:none !important;
}

.web_design_glossary .three_col1, .web_design_glossary .three_col2, .web_design_glossary .three_col3{
	margin-right:20px;
}

.glossary_desc .al h2{
	font-size:15px;
	color:#131313;
	margin-bottom:11px;
}

.glossary_desc .al ul{
	list-style:none;
	margin-left:0;
}

.webdesign_overview .weblog-slideshow{
	overflow: visible;
}

.webdesign_overview .weblog-slideshow .slideshow_caption{
	font-size:11px;
	margin-top:-7px;
	color:#848484;
	text-align:right;
}

.webdesign_overview .weblog-slideshow .slideshow_caption a{
	color:#F3198F;
}

.overview_categories h2{
	font-size:13px;
	color:#131313;
	padding:0;
	margin-bottom:9px;
	margin-top:-3px;
	font-weight:700;
}

.overview_categories ul{
	font-size:12px;
	list-style:none;
	padding:0 !important;
	margin:0 0 20px !important;
	
}

.overview_categories ul li{
    line-height: 18px;
}

.overview_categories a{
	color:#fa348e;
	font-weight:normal !important;
}

.random_web img{
	width:180px;
	height:113px;
}

.random_webdesigns{
	position:relative;
	margin-bottom:26px;
	margin-top:5px;
}

.random_web{
	float:left;
	margin-right:15px;
}

.random_web.last{
	margin:0;
}

.webdesign_overview .slide_image{
	cursor:default;
}

.webdesign_overview .weblog-arrow{
	bottom:21px;
}

.overview_col1{
	width:150px;
	float:left;
}

.overview_col2{
	float:right;
	width:145px;
}

.downloads-single .facebook_like{
	display:none;
}

.downloads-single #sidebar{
	display:none;
}

.main_container{
	background-color:#FFF;
}

.website_tag{
	position:absolute;
	left:0;
	font-style:italic;
	font-size:12px;
	color:#979797;
	bottom:7px;
}

.totalWebsites{
color: #999999;
font-size: 12px;
position: absolute;
left: 408px;
top: 106px;
	display:none;
}

.backList{
	position:absolute;
	left:0;
	top:106px;
	color:#f34599;
	font-size:12px;
	font-weight:700;
	display:none;
}

.info_button {
    cursor: pointer;
    display: inline;
    font-size: 14px;
    padding: 0;
    position: relative;
    top: 3px;
}

.more_info, .more_info_1 {
   background-color: #e3e3e3;
    border: 1px solid #FFFFFF;
    display: none;
    font-family: Arial, 'Helvetica', sans-serif;
    font-size: 14px;
    left: 37px;
    padding: 10px 12px 5px;
    position: absolute;
    top: 314px;
    width: 130px;
    z-index: 9;
}


.more_info p, .more_info_1 p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 8px;
    color: #131313;
	padding:0;
	border:0;
}
