@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: AlexandriaFLF;
	src: url("../fonts/AlexandriaFLF-Bold.eot"); /* EOT file for IE */
}
@font-face {
	font-family: AlexandriaFLF;
	src: url("../fonts/AlexandriaFLF-Bold.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: ChunkFive;
	src: url("../fonts/Chunkfive.eot");
}
@font-face {
	font-family: ChunkFive;
	src: url("../fonts/Chunkfive.ttf");
}

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
html {
	height: 100%;
	min-height: 100%;
}

body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	height: 100%;
	min-height: 100%;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h2,
h3,
h4,
h5,
h6,
.nav li a,
.wp-paginate,
.button,
#slick-slidetoggle,
.footer .cform legend,
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton,
.footer .bottom span,
.footer .bottom ul a,
.left blockquote,
.quote,
#searchsubmit {
	font-family: AlexandriaFLF, "Palatino Linotype", "Book Antiqua", serif;
	font-weight: bolder;
}
h2,
h3,
h4,
h5,
h6,
.footer .cform legend,
.footer .bottom span,
.footer .bottom ul a,
#breadcrumbs {
	color: #9C7C38;
}
h2 a,
h3 a,
h4 a,
h5 a {
	color: #9C7C38;
}
h2 {
	font-size: 2em;
}
h3,
.footer .cform legend {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}

p {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.5em;
}

a {
	color: #660000;
	text-decoration: none;
}
.button {
	background-image: url(../images/button-bg1.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	background-color: #660000;
	height: 100px;
	width: 190px;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
	text-transform: uppercase;
	font-size: 1.8em;
	border: none!important;
}

.button:hover {
	background-image: url(../images/button-bg-hover.gif);
	background-position: center top;
	color: #FFF!important;	
}
.sidebar-projects .button {
	margin-bottom: 20px;
}
.sidebar-projects h4 {
	margin-bottom: 20px;
}

.header {
	height: 200px;
	width: 900px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(../images/header-bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
}
.header .width {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.header h1 a {
	display: block;
	background-image: url(../images/linkshape-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: 133px;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	overflow: hidden;
	z-index: 98;
}
.nav {
	display: block;
	list-style-type: none;
	position: absolute;
	margin-left: 210px;
	width: 656px;
	margin-top: 140px;
	overflow: visible;
	height: 48px;
	padding-left: 30px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 2px solid #CC9900;
	border-right: 2px solid #CC9900;
	border-bottom: #CC9900;
	border-left: 2px solid #CC9900;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;	
}
.nav li {
	display: block;
	height: 56px;
	background-repeat: no-repeat;
	background-image: url(../images/nav-hover-shadow.png);
	background-position: right top;
	float: left;
	margin-top: -7px;
}
.nav li:hover {
	background-position: right -56px;
}
.nav li a,
.wp-paginate a,
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton,
#searchsubmit {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);	
}

.nav li a {
	font-size: 1.4em;	
	line-height: 50px;
	height: 51px;
	display: block;
	padding-top: 5px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/nav-hover.gif);
	background-position: 0px 0px;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
	white-space: nowrap;
	margin-left: -10px;
	margin-right: 10px;
	position: relative;
}
.nav   li  a:hover, 
.nav li:hover a {
	color: #660000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1.0), -1px -1px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	background-position: 0px -56px;
}
.nav li.current_page_item a {
	color: #660000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.15);
}
.quicklinks {
	position: fixed;
	margin-left: 740px;
	z-index: 99;
	top: 0px;
	width: 186px;
	background-image: url(../images/quicklinks-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #9C7C38;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9C7C38;
	border-right-color: #9C7C38;
	border-bottom-color: #9C7C38;
	border-left-color: #9C7C38;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.35);
	text-align: center;
}
#slickbox {
	background-color: #9C7C38;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#slick-slidetoggle {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 30px;
	clear: both;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
	display: block;
	background-image: url(../images/button-pull.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
	background-position: right center;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
}
#slick-slidetoggle:hover {
	color: #660000;
	background-image: url(../images/button-pull-hover.gif);
}

#slickbox a {
	font-size: 1.4em;	
	color:#FFF;
	border-bottom:dashed 1px #CC9900;
}
#slickbox a:hover {
	color:#660000;
	border-bottom-color:#660000;
	border-bottom-style:solid;
}
#slickbox h4 {
	color:#CC9900;
	margin-bottom: 10px;
}
#slickbox li {
	list-style:none;
	line-height: 2em;
	margin-bottom:10px;
}
.page-body {
	background-image: url(../images/white-35.png);
	background-repeat: repeat;
	width: 100%;
	float: left;
	clear: both;
}
/*.page-body {
	background-image: url(../images/bg2.gif);
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	float: left;
	clear: both;
}*/
.width {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.page-body .top {
	background-color: #FFFFFF;
	background-image: url(../images/page-bg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}

.page-body .bottom {
	background-image: url(../images/bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	padding-bottom: 20px;
}
.page-body .width {
	background-color: #FFFFFF;
	background-image: url(../images/page-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.page-bg .width {
	background-color: #FFFFFF;
	background-image: url(../images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.banner {
	background-image: url(../images/banner-bg.jpg);
	height: 245px;
	width: 720px;
	overflow: visible;
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}
.availability {
	background-image: url(../images/availability-bg.gif);
	height: 265px;
	width: 240px;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	float: left;
	top: -20px;
	margin-bottom: -20px;
}
.availability h2 {
	color: #660000;
	display: block;
	width: 180px;
	margin-left: 25px;
	margin-top: 20px;
	font-family: ChunkFive, AlexandriaFLF, "Palatino Linotype", "Book Antiqua", serif;
}
.availability p {
	width: 180px;
	display: block;
	margin-left: 25px;
	height: 100px;
	margin-bottom: 20px;
}
.availability a {
	margin-left: 20px;
	position: absolute;
}
.availability .linkshaper {
	background-image: url(../images/linkshaper1.png);
	height: 82px;
	width: 131px;
	position: absolute;
	left: -25px;
	top: -40px;
}
.featured-project {
	background-image: url(../images/featured-project-bg.png);
	background-repeat: no-repeat;
	background-position: 331px top;
	width: 960px;
	clear: both;
	float: left;
}
.featured-project .description {
	width: 315px;
	margin-top: 30px;
	margin-left: 30px;
}
.featured-project .description p {

}
.featured-project .description h2 {
	font-size: 2.1em;
	color: #9C7C38;
	margin-bottom: 10px;
	font-family: ChunkFive, AlexandriaFLF, "Palatino Linotype", "Book Antiqua", serif;
}
.featured-project .description h4 {
	font-size: 1.6em;
}
.featured-project .description h4 a {
	color: #660000;
}
.featured-project .screenshot {
	position: absolute;
	top: 498px;
	margin-left: 373px;
}
.featured-project .screenshot a {
	background-color: #FFFF00;
	background-image: url(../images/featured-project-border.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px;
	display: block;
	position: absolute;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0px 0px 10px rgba(255, 102, 0, 0.9);
	-webkit-box-shadow: 0px 0px 10px rgba(255, 102, 0, 0.9);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-transition: all 0.25s ease-in;
}
.featured-project .screenshot a:hover {
	background-image: none;	
	-webkit-transform: rotate(0deg) scale(1.05);
	-moz-transform: rotate(-5deg) scale(1.05);
}
.featured-project  .screenshot  img {
	width: 315px;
}
.featured-project .screenshot a span,
.projects a span {
	position: absolute;
	display: none;
	height: 50px;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.35);
	background-image: url(../images/icon-magnify.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.featured-project .screenshot a span {
	left: 142px;
	top: 87px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transform: scale(.9524);
	-moz-transform: rotate(5deg) scale(.9524);
	transform: rotate(5deg);
}
.projects a span {
	left: 47px;
	top: 26px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transform: scale(.9524);
	-moz-transform: scale(.9524);
}
.featured-project .screenshot a:hover span,
.projects a:hover span {
	display: block;	
}
.featured-project .testimonial {
	width: 268px;
	position: absolute;
	top: 485px;
	background-image: url(../images/testimonial-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: -10px;
	margin-left: 682px;
}
.testimonial-bottom {
	width: 190px;
	background-image: url(../images/testimonial-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 38px;
	margin-bottom: -10px;
	padding-top: 35px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	padding-bottom: 20px;
}
.projects {
	background-image: url(../images/projects-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
	padding-left: 30px;
	clear: both;
	float: left;
	width: 930px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.projects h2 {
	display: block;
	width: 690px;
	float: left;


}
.projects h4 {
	color: #660000;
	line-height: 30px;
	margin-bottom: 15px;
}
.projects  ul, .sidebar-projects ul {
	display: block;
	list-style-type: none;
	list-style-image: none!important;
	margin-top: 20px;
	margin-left: 0px!important;	
}
.projects ul {
	float: left;
	display: block;
	width: 690px;
}
.projects  ul  li {
	display: block;
	list-style-type: none;
	float: left;
}
.projects  ul  li  a,
.portfolio-gallery  li  a, 
.sidebar-projects li a {
	background-color: #BFBFBF;
	padding: 2px;
	display: block;
	width: 140px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.25s ease-in;
}
.projects  ul  li  a,
.portfolio-gallery  li  a {
	float: left;
	margin-right: 28px;
}
.sidebar-projects li a {
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	border-bottom:none!important;
}
.projects ul li a:hover,
.portfolio-gallery li a:hover,
.sidebar-projects li a:hover {
	background-color: #660000!important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
	transform: scale(1.1);
/*	filter: 
        progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=0,strength=2)
				progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=90,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=180,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=270,strength=2);	*/
}
.projects  ul li img,
.sidebar-projects li img {
	height: 98px;
	width: 140px;
}
.projects  .button, .sidebar-projects .button {
	font-size: 1.8em;
	line-height: 27px;
	padding-top: 23px;
	height: 77px;
	margin-top: 2px;
}

.projects .right {
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin-top: -25px;
}
.articles {
	background-image: url(../images/articles-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 960px;
}
.articles .left {
	width: 690px;
	margin-left: 30px;
	float: left;
}
.content .left
  {
	width: 660px;
	margin-left: 30px;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
}
.content .left h2 {
	font-family: ChunkFive, AlexandriaFLF, "Palatino Linotype", "Book Antiqua", serif;
	font-size: 36px;
}
.content .left hr {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/ls-page-div.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}

.content ul {
	list-style-image: url(../images/bullet.png);
}

.content {
	float: left;
	width: 960px;
	clear: both;
}

.articles .left h2 {
	font-size: 2.5em;
	display: block;
	font-family: ChunkFive, AlexandriaFLF, "Palatino Linotype", "Book Antiqua", serif;
	float: left;
	width: 630px;
}
.articles .left a h3 {
	font-size: 1.4em;
	font-weight: bolder;
	margin-bottom: 1em;
}

.rssfeed {
	display: block;
	height: 30px;
	width: 30px;
	overflow: hidden;
	background-image: url(../images/rss-button-bg1.gif);
	background-color: #9C7C38;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}
.margin-top {
	margin-top: 20px;
}

.column {
	width: 315px!important;
	float: left;
	margin-right: 30px;
}
.articles .column {
	margin-top: 20px;
}
.articles .column img {
	background-color: #BFBFBF;
	width: 311px;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 1em;
}
.small {
	font-size: 1.2em !important;
}

.articles .column a:hover img,
.entry-link:hover img {
	background-color: #660000;
}
h2 a,
h3 a,
h4 a,
h5 a,
.featured-project .description a,
.featured-project .testimonial a,
.articles .left a h3,
.entry a,
.entry-link h3,
.content .left a,
.content .right a,
.footer .column a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9C7C38;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
.featured-project .description a:hover,
.featured-project .testimonial a:hover,
.articles .left a:hover h3,
.entry a:hover,
.entry-link:hover h3,
.content .left a:hover,
.content .right a:hover,
.footer .column a:hover {
	background-color: #EBEBEB;
	text-decoration: none;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	color: #660000;
}
p.article-info {
	font-size: 11px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content .left p,
.content .left ul,
.content .left ol,
.content .right p,
.content .right ul,
.content .right ol {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.content .left ul p,
.content .left ol p {
	font-size: 14px;
}
.content .left h2,
.content .left h3,
.content .left h4,
.content .left h5 {
	margin-bottom: 15px;
}
.content .left h3 {
	font-size: 1.8em;
}
.content .left h4 {
	font-size: 1.6em;
}
.content .left h5 {
	font-size: 1.4em;
}
.content .left ul, .content .left ol {
	margin-left: 30px;
}
.content .right ul,
.content .right ol {
	margin-left: 15px;
}
.content .entry {
	background-image: url(../images/ls-page-div.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.wp-paginate {
	list-style-type: none;
	display: block;
	margin-left: 0px !important;
}
.wp-paginate .title {
	color: #A8832A;
}
.wp-paginate li {
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 30px;		
}
.wp-paginate a,
.wp-paginate a:hover {
	border-bottom-style: none !important;
	background-image: url(../images/button-paginate.gif);
	background-repeat: no-repeat;
	background-position: center 2px;
	background-color: #A8832A !important;

}
.wp-paginate .current,
.wp-paginate a,
.wp-paginate a:hover {
	display: block;
	width: 30px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
.wp-paginate a:hover,
.wp-paginate .current {
	color: #660000;	
}
.wp-paginate .current {
	background-image: none;
	background-color:#d7d7d7;
}
.banner .thumbnail {
	border: 1px solid #FFFFFF;
	margin-left: 10px;
}
.entry-link  {
	border-bottom-style: none !important;
}


.entry-link  img  {
	width: 650px;
	padding: 5px;
	background-color: #BFBFBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 1em;	
}
.entry-link h3 {
}

.right {
	float: right;
	width: 190px;
	margin-right: 10px;
}
.articles .right,
.content .right {
	background-color: #F2F2F2;
	border-right: 5px solid #E6E6E6;
	border-bottom: 5px solid #E6E6E6;
	border-left: 5px solid #E6E6E6;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 50px;
}
.articles .right {
	border-top: none;
	margin-top: 77px;
}
.content .right {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	padding-top: 15px;
	margin-top: 30px;	
}

.content .right h3,
.articles .right h3 {
 margin-bottom: 10px;
}
.right .widget,
.sidebar-projects {
	background-image: url(../images/ls-right-div.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.footer   .right   {
	margin-top: 50px;
	width: 190px;
	margin-right: 0px;
}
.footer {
	width: 100%;
	float: left;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #573C31;
	color: #CCCCCC;
	clear: both;
}
.footer  h3  {
	font-size: 1.8em;
	margin-bottom: 20px;
}
.footer  h4  {
	font-size: 1.6em;
	color: #FFFFFF;
}
.footer  h3
   {
	color:#CC9900;
	text-shadow: 1px 1px 3px #573C31;
}
.footer   .width {
	width: 900px;
	padding-right: 30px;
	padding-left: 30px;

}
.footer .column {
	margin-top: 50px;
}
.footer  .column  p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.footer .column img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.footer .column a {
	color: #FFFFFF;
}

.footer .benefit {
	background-position: left top;
	background-repeat: no-repeat;
}
.footer .benefit h4 {
	display: block;
	overflow: visible;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding-top: 10px;
}

.footer .b1 h4{
	background-image: url(../images/icon-benefit1.gif);
}
.footer .b2 h4{
	background-image: url(../images/icon-benefit2.gif);
}
.footer .b3 h4{
	background-image: url(../images/icon-benefit3.gif);
}
.footer .b4 h4{
	background-image: url(../images/icon-benefit4.gif);
}
.footer .connections p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C7C38;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.footer .bottom {
	width: 100%;
	clear: both;
	background-image: url(../images/footer-div.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-top: 50px;
	text-align: center;
	color: #999;
	line-height: 2em;
}
.footer .bottom p {
	font-size: 12px;
	margin-top: 1em;
}
.footer .bottom ul {
	display: inline;
	margin-bottom: 2em;
}
.footer .bottom ul li {
	display: inline;
}
.footer .bottom ul a {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
	font-size: 1.4em;
	border-left-width: 1px;
	border-left-color: #999;
	padding-right: 10px;
	white-space: nowrap;
}
.footer .bottom ul li:first-child a {
	border-left-style: none;
	padding-left: 0px;
}
.footer .bottom ul a,
.footer .bottom ul ul li:first-child a {
	border-left-style: solid;
	padding-left: 10px;
}
.footer .bottom a:hover {
	color: #FFF;
}
.absolut {
	width: 960px;
	position: absolute;
}
.footer .absolut {
	width: 930px;
	position: absolute;
}

.socialize {
	height: 80px;
	width: 190px;
	float: right;
	margin-top: -60px;
	margin-bottom: -20px;
}
.socialize h3 {
	font-size: 1.8em;
	color: #660000;
	line-height: 20px;
	text-shadow:none;
	margin: 0px;
	padding: 0px;
}
.socialize ul {
	list-style-type: none;
	display: inline;
}
.socialize ul li {
	display: inline;
}
.socialize ul a {
	display: block;
	overflow: hidden;
	position: absolute;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	margin-top: 23px;
}
.socialize ul a:hover {

}

.facebook  {
	background-image: url(../images/icon-facebook.png);
}
.facebook:hover {
	background-image: url(../images/icon-facebook-hover.png);
}

.twitter  {
	background-image: url(../images/icon-twitter.png);
	margin-left: 70px;
}
.twitter:hover {
	background-image: url(../images/icon-twitter-hover.png);
}

.linkedin {
	background-image: url(../images/icon-linkedin.png);
	margin-left: 140px;
}
.linkedin:hover {
	background-image: url(../images/icon-linkedin-hover.png);
}
.gallery {
	display: inline;
	clear: both;
	overflow: visible;
	margin: 0 auto;
	float: left;
	}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery .gallery-item {
	overflow: visible;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 100%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	}
.gallery-caption {
	margin-left: 0;
	}
.portfolio-gallery div {
	display: inline;
	overflow: visible;
}
.portfolio-gallery {
	list-style-type: none;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	margin: 0px;
	margin-left: 0px !important;
	padding: 0px;
}
.portfolio-gallery .gallery li.gallery-item:first-child img {
	max-width: 660px;
	display: block;
	width: 660px;
	margin: 0px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #D9D9D9;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #D9D9D9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.portfolio-gallery li:first-child a {
	padding: 9px;
	width: 660px;
	margin-left: 20px;
	-webkit-transition: all 0.25s ease-in;
	background-color: #D9D9D9;
	border-width: 1px;
	border-style: solid;
	border-top-color: #F2F2F2;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #F2F2F2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	margin-top: 0px;
}
.portfolio-gallery li:first-child a:hover {
	-webkit-transform: scale(1.0317);
	-moz-transform: scale(1.0317);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.23);
	transform: scale(1.0317);
	border-top-color: #990000;
	border-left-color: #990000;
	border-right-color: #660000;
	border-bottom-color: #660000;
}
.portfolio-gallery li:first-child {
	display: block;
	clear: both;
	width: 700px;
	margin-bottom: 20px;
	margin-left: -30px !important;
	margin-right: 0px;
	margin-top: 0px;
}
.portfolio-gallery li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 170px;
}

.portfolio-gallery li img {
	height: 100px;
	width: 142px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.portfolio-gallery  .gallery  li:first-child  a:hover img {
	border-top-color: #330000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #330000;
}

.portfolio-gallery li a {
	float: left;
}
.portfolio-gallery li a:hover {
	background-color: #660000 !important;
}
.portfolio-gallery .gallery .gallery-item img, .portfolio-gallery .gallery .gallery-item img.thumbnail {
	max-width: 142px;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.portfolio-gallery .gallery-caption {
	display: none;
}

.page-id-7 .medium {
	float: left;
	padding: 5px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #BFBFBF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.25s ease-in;	
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.page-id-7 a:hover .medium {
	background-color: #660000;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.23);
	transform: scale(1.05);	
}
.portfolio-img,
.portfolio-img:hover {
	float: left;
	border-style: none !important;
	background-color: transparent !important;
}
.bannerpic {
	background-image: url(../images/banner-about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 430px;
	border: 1px solid #FFFFFF;
	margin-left: 9px;
	padding-top: 174px;
	display: block;
	font-family: Chunkfive, AlexandriaFLF, "Palatino Linotype", "Book Antiqua", serif;
	font-size: 50px;
	padding-right: 250px;
	padding-left: 20px;
	text-shadow: 2px 2px 0px #9C7C38;
	color: #FFFFFF;
}
.page-id-11 .bannerpic {
	background-image: url(../images/banner-web-design.jpg);
}
.page-id-13 .bannerpic {
	background-image: url(../images/banner-internet-marketing.jpg);
	height: 116px;
	padding-top: 124px;	
}
.page-id-206 .bannerpic {
	background-image: url(../images/banner-email-marketing.jpg);
}
.page-id-210 .bannerpic {
	background-image: url(../images/banner-seo.jpg);
	height: 166px;
	padding-top: 74px;	
}
.page-id-212 .bannerpic {
	background-image: url(../images/banner-social-networking.jpg);
	height: 116px;
	padding-top: 124px;	
}
.page-id-237 .bannerpic {
	background-image: url(../images/banner-referrals.jpg);
}
.page-id-263 .bannerpic {
	background-image: url(../images/banner-guarantee.jpg);
	height: 116px;
	padding-top: 124px;	
}
.page-id-267 .bannerpic {
	background-image:url(../images/banner-payment-plans.jpg);
}
.page-id-255 .bannerpic {
	background-image: url(../images/banner-chris-woods.jpg);
	height: 116px;
	padding-top: 124px;	
}
.page-id-253 .bannerpic {
	background-image:url(../images/banner-ricky-rath.jpg);
}
.page-id-10 .bannerpic {
	background-image:url(../images/banner-contact.jpg);
}
.page-id-273 .bannerpic {
	background-image:url(../images/banner-support.jpg);
	height: 116px;
	padding-top: 124px;	
}
.commentlist {
	list-style-type: none;
	margin-left: 0px !important;
}
#comments {
	padding-top: 60px;
	background-image: url(../images/ls-page-div.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}
.comment cite {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.commentmetadata {
	font-size: 11px;
	padding-left: 60px;
	margin-bottom: 20px;
}

.comment {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.commentlist p {
	font-size: 14px !important;
	padding-left: 60px;
}
.comment-author {
}
.avatar {
	background-color: #9C7C38;
	padding: 5px;
	float: left;
	margin-right: 20px;
	width: 30px;
	height: 30px;
}
#respond {
	margin-top: 30px;
}
.left blockquote {
	display: block;
	background-image: url(../images/ls-page-div2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.content  .left  blockquote p {
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}
#breadcrumbs {
	font-size: 11px;
}
.alignright {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
p.wp-caption-text  {
	font-size: 11px !important;
}
.wp-caption {
	background-color: #E6E6E6;
	padding: 10px;
	margin-bottom: 0em;
}
.wp-caption a,
.wp-caption a:hover {
	border-style: none !important;
	background-color: transparent !important;
}
.wp-caption a img:hover {
	background-color: #660000;
}


.wp-caption img {
	margin-bottom: 10px;
	background-color: #BFBFBF;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}
.window-shadow {
	height: 30px;
	width: 100%;
	position: fixed;
	top: 0px;
	background-image: url(../images/window-shadow.png);
	background-repeat: repeat;
	background-position: left top;
	left: 0px;
	z-index: 97;
}
.addtoany_share_save {
	border:none!important;
	background-color:transparent!important;
}

