/* Dynamic CSS
-------------------------------------------------------------------------------*/
/*body {
	background: ;
}

#header {
	background: ;
}

#footer {
	background: ;
}*/

a:link, a:visited {
	color: #3399cc;
}

a:active, a:hover {
	color: #3399cc;
	color: #4a525a;
/*	text-decoration: none;*/
}

.entry-title a:active,
.entry-title a:hover {
	color: #3399cc;
}

#footer-widget-area .entry-title a:hover {
	color: #3399cc;
}

.entry-meta a:hover, .entry-utility a:hover {
	color: #3399cc;
}

/*.tag-links a,
.tag-links a:link,
.tag-links a:visited {color: #3399cc;}*/

.tag-links a:active,
.tag-links a:hover {
	color: #fff;
	background: #3399cc;
/*	border: 1px solid #3399cc;*/
}

::-moz-selection { background: #3399cc; }

::selection { background: #3399cc; }

::-webkit-selection { background: #3399cc; }

#site-info a:hover {
	color: #3399cc;
}

.commentlist .bypostauthor cite {
	color: #3399cc !important;
}

a#cancel-comment-reply-link:hover {
	background: #3399cc;
	border: 1px solid #3399cc;
}

#respond .form-submit input {
	background: #3399cc;
	border: 1px solid #3399cc;
	color: #fff;
}

#respond .form-submit input:hover {
	color: #3399cc;
}

#contactForm input.send-button {
	background: #3399cc;
	border: 1px solid #3399cc;
	color: #fff;
}

#contactForm input.send-button:hover {
	color: #3399cc;
}

/*.navigation a:link.back,
.navigation a:visited.back {
	color: #3399cc;
}*/

.navigation a:active.back,
.navigation a:hover.back {
	color: #3399cc;
}

#access ul ul li:hover > a {
	background: #3399cc;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
/*	background: #3399cc;*/
	color: #3399cc;
}

a#twitter-link:hover {
/*	background: #3399cc;
	border: 1px solid #3399cc;
	color: #fff;*/
}

#footer-widget-area .widget_nav_menu li a:hover {
	color: #3399cc;
}

.widget-area a:active,
.widget-area a:hover {
	color: #3399cc;
}

ul.portfolio-filter li.active a {
/*	border: 1px solid #3399cc;*/
	background: #3399cc;
}

/*a.more-link {
	background: #3399cc;
}*/

a:hover.more-link {
	color: #3399cc;
}

.tagcloud a:hover {
	color: #3399cc;
}

#footer-right-side a:hover {
	color: #3399cc;
}

.archives-content-month li a:hover,
.archives-content-categories li a:hover,
.archives-content-blog-posts li a:hover {
	color: #3399cc;
}

#content h3.portfolio-item-title a:hover {
	color: #3399cc;
}

.widget_blog_posts h2.post-title.entry-title a:hover {
	color: #3399cc;
}

.comments-link a:hover {
	color: #fff;
	background: #3399cc;
	border: 1px solid #3399cc;
}

ul.portfolio-filter a:hover {
	color: #fff !important;
	background: #3399cc;
}

blockquote {
	border-left: 3px solid #3399cc;
	color: #3399cc;
}

#content blockquote p {
	color: #3399cc;
}

ul.tabs li.active a,
ul.tabs li.active a:hover {
	color: #3399cc;
}

h3.toggle.active a {
	color: #3399cc;
}

/*#content .latest-blog-posts-date {
	background: #3399cc;
}*/

#access a.home-button-current,
#access a.home-button-current:hover {
/*	background-color: #3399cc;*/
}

#access a.home-button,
#access a.home-button-current,
#access a.home-button-current:hover,
#access .menu a.home-button,
#access .menu a.home-button-current,
#access .menu a.home-button-current:hover {
/*	background-color: #3399cc;*/
}

#access a.home-button,
#access .menu a.home-button {
	background-color: transparent;
}

#primary h1.widget-title,
#primary h2.widget-title,
#primary h3.widget-title,
#primary h4.widget-title,
#primary h5.widget-title,
#primary h6.widget-title {
	color: #3399cc;
}

.commentlist .bypostauthor {
/*	background-color: #3399cc !important;*/
}

.reply a:hover {
	background: #3399cc;
	border: 1px solid #3399cc;
}

.comment-author {
	<!-- border-bottom: 2px solid #3399cc; -->
}

.getInTouch{margin-top:-20px;}

.getInTouch tr td.phoneContact {
background: transparent url(../images/phone.png) 9px 11px no-repeat;
}
.getInTouch tr td.emailContact {
background: transparent url(../images/email.png) 3px 9px no-repeat;
}

.getInTouch tr td.phoneContact, .getInTouch tr td.emailContact {
padding-left: 33px;
padding-top: 7px;
margin-bottom: 5px;
}


.getInTouch1{margin-top:-20px;}

.getInTouch1 tr td.phoneContact {
background: transparent url(../images/phone_gray.png) 9px 11px no-repeat;
}
.getInTouch1 tr td.emailContact {
background: transparent url(../images/email_gray.png) 3px 9px no-repeat;
}

.getInTouch1 tr td.phoneContact, .getInTouch1 tr td.emailContact {
padding-left: 33px;
padding-top: 7px;
margin-bottom: 5px;
}

#menu-menus-1{display:none;}
.copyright{margin-top:-10px;}
#footer-right-side{margin-top:-10px;}

.attachment-large{
	float: left;
	margin-right: 20px;
	margin-top: -4px;
	margin-bottom: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-khtml-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-khtml-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	border: 1px solid #fff;
}

<!-- ?php for($p=1;$p<10;$p++){ ?>
#title< ?php echo $p; ?>{margin-top:-40px;}
< ?php } ?-->


