
/*LAYOUT AND COMMON STYLE*************************************/

* {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  color: #3399dd;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  background: url(../images/bg.jpg);
}

#header {
  background: url(../images/header_bg.jpg) left top repeat-x;
  height: 87px;
}

#header_content, #wrapper {
  width: 960px;
  margin: 0 auto;
}

#wrapper {
  background: url(../images/light_bg.png) center top no-repeat;
  padding: 35px 0 50px;
  line-height: 1.5em;
  margin-top: -1px;
}

.content_wrapper {
  padding-top: 15px;
  margin-bottom: 10px;
  background: url(../images/content_top.png) left top no-repeat;
}

.content_inner {
  padding-bottom: 15px;
  background: url(../images/content_bottom.png) center bottom no-repeat;
}

.content {
  background: url(../images/content_center.png) center top repeat-y;
  padding: 15px 30px;
}

.content h2 {
  background: url(../images/h2_bottomline.png) left bottom repeat-x;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 24px;
}

.content h2 span {
  color: #999;
  font-weight: normal;
}

.content h2 span.slash {
  padding: 0 10px;
}

p.read_more_button a {
  padding: 6px 13px;
  font-size: 12px;
  text-decoration: none;
  color: #e8e8e8;
  background: #3d3d3d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

p.read_more_button span{
	padding: 6px 13px;
	font-size:12px;	
}

p.read_more_button a:hover {
  color: #e8e8e8;
  background: #3399dd;
}

.null {
  clear: both;
}

.main {
  width: 580px;
  float: left;
}

.main h3 {
  font-size: 20px;
}

.sidebar {
  width: 244px;
  padding: 25px 23px;
  margin-top: 5px;
  float: right;
  background: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}



/*STYLE FOR HEADER*************************************/

#header h1 {
  text-indent: -99999em;
  width: 400px;
  padding-top: 10px;
}

#header h1 a {
  background: url(../images/logo.png) left top no-repeat;
  display: block;
  width: 400px;
  height: 80px;
}

#header ul{
  width: 300px;
  float: right;
  height: 20px;
  margin-top: -58px;
}

#header ul li {
  display: inline;
}

#header ul li a {
  display: block;
  float: left;
  margin-right: 5px;
  height: 20px;
 
}
#header ul li.top_menu a {
	padding: 6px 13px;
	font-size: 12px;
	text-decoration: none;
	color: #e8e8e8;
	background: #3d3d3d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


#header ul li.top_menu a:hover {
  color: #e8e8e8;
  background: #3399dd;
}


/*CALL TO ACTION BLOCK*************************************/

#call_to_action {
  height: 60px;
  padding: 15px 25px 15px 30px;
  margin-bottom: 10px;
  background: url(../images/call_to_action_bg.png) center top no-repeat;
}

#call_to_action p#call_to_action_words {
  font-size: 19px;
  color: #aaa;
  width: 680px;
  float: left;
  line-height: 1.5em;
}

#call_to_action p#call_to_action_button a {
  width:210px;
  height: 55px;
  float: right;
  text-indent: ;
  text-align:center;color:#333;font-size:25px;line-height:50px;
  background: url(../images/call_to_action_button.png) right top no-repeat;
  margin-top: 3px;
  text-decoration:none;
}

#call_to_action p#call_to_action_button a:hover {
  background: url(../images/call_to_action_button.png) right -55px no-repeat;
 color:#111;
}

#call_to_action p#call_to_action_button a:active {
  background: url(../images/call_to_action_button.png) right -110px no-repeat;
}


/*FOOTER BLOCK*************************************/
#footer {
  border-top: 1px solid #666;
  padding-top: 10px;
  color: #999;
  margin: 15px 2px 0;
}

#footer ul#footer_nav {
  font-size: 13px;
} 

#footer ul#footer_nav  li {
  display: inline;
  margin-right: 2px;
}

#footer ul#footer_nav a {
  color: #e8e8e8;
  text-decoration: none;
  padding-right: 2px;
}

#footer ul#footer_nav a:hover {
  color: #e8e8e8;
  text-decoration: underline;
} 

#footer p#copyright {
  font-size: 11px;
}

#footer p#copyright a {
  color: #999;
  text-decoration: underline;
}

#footer p#copyright a:hover {
  color: #e8e8e8;
}


/*STYLE FOR SIDEBAR*************************************/
.sidebar h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.sidebar img {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

.sidebar #ads img {
  border: none;
  margin: 0;
}

.sidebar a {
  text-decoration: none;
}

.sidebar ul li {
  padding: 5px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.sidebar ul li:hover {
  background: #f4f4f4;
}

.sidebar #sidebar_intro {
  color: #666;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.sidebar #sidebar_intro h3 {
  color: #333;
}

.sidebar #testimonial {
  color: #666;
  padding: 0 0 20px 30px;
  margin-bottom: 20px;
  background: url(../images/quote_top.jpg) left top no-repeat;
  border-bottom: 1px solid #eee;
  
}

.sidebar #testimonial p#testimonial_name {
  margin: 15px 0 0;
  padding: 0 30px 0 0;
  font-weight: bold;
  background: url(../images/quote_bottom.jpg) right bottom no-repeat;
  
}

.sidebar #recent_post ul, .sidebar #archive ul {
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}

.sidebar #recent_post ul li p {
  font-size: 12px;
  color: #666;
}

.sidebar #recent_post ul li p a {
  color: #666;
  font-weight: bold;
}

.sidebar #archive {
  padding-bottom: 10px;
}

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

.sidebar #archive ul li a {
  color: #333;
  padding: 8px 0 8px 15px;
  display: block;
  background: url(../images/arrow.png) left center no-repeat;
}

.sidebar #ads {
  padding-top: 10px;
}

/*STYLE FOR HOMEPAGE*************************************/
h2#tagline {
  text-indent: -99999em;
  height: 90px;
  width: 960px;
  background: url(../images/tagline.png) center top no-repeat;
}

#featured_projects {
  background: url(../images/slider_bg.png) center top no-repeat;
  height: 404px;
  margin-bottom: 12px;
}

#featured_projects #slider div.coda-slider {

  height: 321px !important;
}

#featured_projects #slider_bottom {
  height: 30px;
  padding: 5px 14px;
}

#featured_projects h3 {
  text-indent: -99999em;
  background: url(../images/not_just_another_agency.png) 14px top no-repeat;
  width: 280px;
  float: left;
  height: 30px;
  margin: -19px 0 0;
}
#featured_projects #slider_bottom ul {
  text-indent: -99999em;
  background: url(../images/slider_nav.png) right top no-repeat;
  width: 200px;
  float: right;
  height: 20px;
}


#content_block {
  background: url(../images/content_block_top.png) center top no-repeat;
  padding-top: 15px;
  color: #e8e8e8;
  font-size: 13px;
  margin-bottom: 25px;
}

#content_block_wrapper {
  background: url(../images/content_block_bottom.png) center bottom no-repeat; 
  padding-bottom: 15px; 
}

#content_block_inner {
  background: url(../images/content_block_center.png) left top repeat-y;
  padding: 20px 30px;
}

#content_block .box {
  width: 280px;
  margin-right: 30px;
  float: left;
}

#content_block .box.last {
  margin: 0;
}

#content_block .box h3 {
  font-weight: normal;
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
}

#content_block .box img {
  margin-bottom: 5px;
}

#content_block .box p {
  margin-bottom: 20px;
}

#content_block .box a {
  text-decoration: underline;
}

#content_block .box p.read_more_button a {
  text-decoration: none;
}


/*STYLE FOR PORTFOLIO PAGE*************************************/

.content .box {
  float: left;
  margin-right: 10px;
  margin-bottom: 40px;
}

.content .box.last {
  margin-right: 0;
}

.content .box a {
  text-decoration: none;
  position: relative;
  display: block;
}

.content .box p.read_more_button a {
  display: inline;
}

.content .box img, .thumb img {
  background: url(../images/model_bg.png) left top no-repeat;
  padding: 5px 5px 15px;
  border: none;
  margin:5px;
}
.img_wrap, .img_wrap_thumb {
	float:left;
	left:0;
	margin:3px;
	overflow:hidden;
	position:relative;
	top:0;
}
.img_wrap {
	height:150px;
}
.img_gallery_wrapper {
	height: 160px;
	float:left;
	background: url(../images/pic_details_bg.png) left top no-repeat;
  	padding: 2px 2px 15px;
  	border: none;
  	margin:5px;
}
.thumb {
	float:left;
}
.centered {
	text-align:center;
}

.content .box span.hover_overlay {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#111111 none repeat scroll 0 0;
  cursor:pointer;
  display:block;
  font-size:14px;
  height:60px;
  padding-top: 40px;
  left:5px;
  opacity:0;
  position:absolute;
  text-align:center;
  top:5px;
  width:100px;
  color: #fff;
}

.content .box h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: normal;
}

.content .box h3 a {
  color: #333;
  text-decoration: none;
}


/*STYLE FOR ABOUT US PAGE*************************************/

.main p.intro {
  margin-bottom: 30px;
}

#team {
  padding-bottom: 10px;
}

#team h3 {
  color: #3399dd;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.member img {
  background: url(../images/member_bg.png) left top no-repeat;
  padding: 6px 6px 15px;
  float: left;
  margin-right: 20px;
}

.member {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}

.member h4 {
  font-size: 16px;
}

.member p {
  margin-left: 151px;
}

.member p.position {
  color: #666;
  margin: 0 0 5px;
}

.member p.other_info {
  margin-top: 20px;
  color: #666;
  line-height: 1em;
  height: 20px;
}

.member p.other_info a {
  text-decoration: underline;
}

.member p.other_info  span {
  float: left;
}

.member p.other_info a.twitter_me {
  background: #3399dd;
  color: #fff;
  font-size: 12px;
  padding: 2px 12px 1px;
  height: 15px;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  float: right;
}

#services, #link_list {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

#link_list {
  padding-bottom: 20px;
}

#services h3, #link_list h3 {
  color: #3399dd;
  margin-bottom: 15px;
}

#services h4 {
  margin: 15px 0 0;
}

#link_list ul {
  list-style: disc;
  padding-left: 15px;
  color: #3399dd;
}

#link_list ul li {
  padding-bottom: 5px;
}

#link_list ul li a {
  color: #3399dd;
  text-decoration: none;
}

#link_list ul li a:hover {
  text-decoration: underline;
}




/*STYLE FOR CONTACT PAGE*************************************/

body#contact .content_wrapper {
  margin-bottom: 25px;
}

body#contact .main p.intro {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#contact_details {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 25px;
  margin-bottom: 30px;
  height: 135px;
}

#contact_details #address {
  width: 300px;
  float: left;
}

#contact_details strong {
  padding-bottom: 10px;
  display: block;
}

#contact_form {
  margin-bottom: 20px;
}

#contact_form h3 {
  margin-bottom: 12px;
}

#contact_form p.failure {
  color:#CC0000;
  margin-bottom:10px;
}

/*STYLE FOR FORM*************************************/

.main form p {
  padding-bottom: 15px;
}

.main form p input {
  width: 230px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 2px;
  font-family:'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
}

.main form p input.error, .main form p textarea.error {
  border: 1px solid #cc0000;
}

.main form p textarea {
  background: #fff;
  border: 1px solid #ccc;
  width: 496px;
  height: 160px;
  font-size: 1em;
  padding: 2px;
  font-family:'Lucida Grande','Helvetica Neue', Arial, sans-serif;
}

.main form p input#submit_button {
  width: 80px;
  border: none;
  background: #333;
  color: #fff;
  cursor: pointer;

}

.main form p input#submit_button:hover {
  background: #000;
  outline: none;
}
/*STYLE FOR BLOG*************************************/
.post {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c5c5c5;
}

.post h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.post h3 a {
  text-decoration: none;
  color: #333;
}

.post h3 a:hover {
  color: #3399dd;
}

.post ul.postmetadata {
  height: 30px;
}

.post ul.postmetadata li {
  float: left;
  border-right: 1px solid #666;
  font-size: 12px;
  color: #666;
  line-height: 1em;
  padding: 0 8px;
}

.post ul.postmetadata li.date {
  padding-left: 0;
}

.post ul.postmetadata li.comments {
  border: none;
}

.post ul.postmetadata li.author a {
  color: #333;
  font-weight: bold;
}

.post img {
  padding: 6px 6px 20px;
  background: url(../images/blog_post_bg.png) left top no-repeat;
}

.post p {
  margin-bottom: 15px;
}

.post p.read_more_button {
  margin: 25px 0;
}

.post p a {
  text-decoration: underline;
  color: #333;
}

.post p a:hover {
  color: #3399dd;
}

.post p.read_more_button a {
  color: #e8e8e8;
  text-decoration: none;
}

#pagination {
  margin-bottom: 20px;
}


/*STYLE FOR BLOG SINGLE PAGE AND PORTFOLIO SINGLE PAGE*************************************/

.post.single_post {
  border: none;
  margin-bottom: 20px;
}

#comments {
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #c5c5c5;
}

#comments h3 {
  padding: 0 0 8px;
  margin: 0 0 22px;
  border-bottom: 1px solid #c5c5c5;
}

.comment, .re_comment {
  margin-bottom: 35px;
}
.re_comment  {
  margin-left: 40px;
}

.comment_content {
  margin-left: 112px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px 15px 10px 0;
}

.comment_content img {
  position: relative;
  left: -16px;
  top: 0;
  float: left;
}

.comment_content P{
  margin-left: 20px;
  margin-bottom: 10px;
}
.comment_avatar {
  width: 100px;
  float: left;
  font-size: 11px;
  line-height: 1.5em;
  color: #666;
}

.comment_avatar img {
  padding: 4px;
  background: #f7f7f7;
  border: 1px solid #ccc;
}

.comment_avatar a {
  font-weight: bold;
  font-size: 12px;
  color: #666;
} 

#leave_comment {
  margin-bottom: 20px;
}

#leave_comment h4 {
  padding-bottom: 12px;
  font-size: 18px;
}

.main #leave_comment form p input#submit_button {
  width: 126px;
  font-size: 14px;
}


#slider {
  padding:14px 13px 14px 14px;
  height: 345px;
}
.qcurrent{
	color:#333;
}
/*************** Pagination ***************/

 .pagination {
                text-align: right;
                padding: 20px 0 5px 0;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 10px;
                }
.pagination a {
                margin: 0 5px 0 0;
                padding: 3px 6px;
                }

.pagination a.number {
				border: 1px solid #ddd;
                }

.pagination a.current {
                background: #469400 url('../images/bg-button-green.gif') top left repeat-x !important;
                border-color: #459300 !important;
                color: #fff !important;
                }
				
.pagination a.current:hover {
				text-decoration: underline;
                }

