
/*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 a:hover {
  color: #e8e8e8;
  background: #3399dd;
}

.null {
  clear: both;
}

.main {
  width: 580px;
  float: left;
}
.main _full_width{
  width: 720px;
  float: left;
  border: 10px solid red;
}
.main_R {
  width: 580px;
  float: right;
  margin-left:10px;
}
.main h3 {
  font-size: 20px;
}
.main_R h3 {
  font-size: 20px;
}

.main p {
	margin-bottom:10px;
}

.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;
}

table
{

}

table tr
{
	background-color:#ccc;
	margin:1px;
	padding: 1px 2px 1px 2px;
}


table td
{
	padding: 1px 2px 1px 6px;
}


table th
{
	text-align: left;
	padding: 0px 2px 0px 10px;
}


.full_width
{
width: 890px;
width: 890px;
}

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

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

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

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

#header ul li {
  display: inline;
}

#header ul li a {
  display: block;
  float: left;
  margin-right: 5px;
  height: 40px;
  text-indent: -99999em;
}

#header ul li.home a {
  width: 87px;
  background: url(../images/navigation.png) left top;
}

#header ul li.home a:hover {
  background: url(../images/navigation.png) left -40px;
}

body#homepage #header ul li.home a {
  background: url(../images/navigation.png) left -80px;
}

#header ul li.portfolio a {
  width: 99px;
  background: url(../images/navigation.png) -91px top;
}

#header ul li.portfolio a:hover {
  background: url(../images/navigation.png) -91px -40px;
}

body#portfolio #header ul li.portfolio a {
  background: url(../images/navigation.png) -91px -80px;
}

#header ul li.about_us a {
  width: 113px;
  background: url(../images/navigation.png) -194px top;
}

#header ul li.about_us a:hover {
  background: url(../images/navigation.png) -194px -40px;
}

body#about_us #header ul li.about_us a {
  background: url(../images/navigation.png) -194px -80px;  
}

#header ul li.contact a {
  width: 98px;
  background: url(../images/navigation.png) -311px top;
}

#header ul li.contact a:hover {
  background: url(../images/navigation.png) -311px -40px;
}

body#contact #header ul li.contact a {
  background: url(../images/navigation.png) -311px -80px;
}


#header ul li.why_us a {
  width: 80px;
  margin-right: 0;
  background: url(../images/navigation.png) -413px top;
}

#header ul li.why_us a:hover {
  background: url(../images/navigation.png) -413px -40px;
}

body#why_us #header ul li.why_us a {
  background: url(../images/navigation.png) -413px -80px;
}


#header ul li.pricing a {
  width: 	98px;
  margin-right: 0;
  background: url(../images/navigation.png) -499px top;
}

#header ul li.pricing a:hover {
  background: url(../images/navigation.png) -499px -40px;
}

body#pricing #header ul li.pricing a {
  background: url(../images/navigation.png) -499px -80px;
}


#header ul li.commission a {
  width: 98px;
  margin-right: 0;
  background: url(../images/navigation.png) -602px top;
}

#header ul li.commission a:hover {
  background: url(../images/navigation.png) -602px -40px;
}

body#commission #header ul li.commission a {
  background: url(../images/navigation.png) -602px -80px;
}



/*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: -99999em;
  background: url(../images/call_to_action_button.png) right top no-repeat;
  margin-top: 3px;
}

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

#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;
  list-style: decimal;
}

.sidebar #archive .disc   {
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  list-style: disc;
}


.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 p{
  margin-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 #archive table {
  font-size: 11px;
  
}


.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/featured_projects.png) 14px top no-repeat;
  width: 220px;
  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_inner  p{
  padding-bottom: 10px;
}

#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: 33px;
  margin-bottom: 40px;
}

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

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

.content .box p{
  width: 250px;
  margin-bottom:10px;
}
.content .box ul{
  width: 250px;
  list-style: disc;
  margin-bottom:10px;
}

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

.content .box img {
  background: url(../images/portfolio_bg.png) left top no-repeat;
  padding: 6px 6px 15px;
  border: none;
}

.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:30px;
  height:95px;
  padding-top: 67px;
  left:0;
  opacity:0;
  position:absolute;
  text-align:center;
  top:0;
  width:277px;
  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;
  width:890px;
}

#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;
}

.full_width   p.position  {
  color: #666;
  margin: 0 0 5px;
  font-style:italic;
  
}

.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;
}

.post ul{
list-style:disc;
}

.post ul li{
padding: 2px 2px 4px 2px;
}


#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;
}
