/*
iwebbuilder.com
*/






@viewport {
  width: device-width ;
  zoom: 1.0 ;
} 


@-ms-viewport {
  width: device-width ;
} 



@media screen and (max-width:320px) {
  /* CSS for screens that are 320 pixels or less will be put in this section */
} 




@media screen and (min-width:320px) and (max-width:640px) {
  /* for screens that are at least 320 pixels wide but less than or equal to 640 pixels wide */
} 




/* code that is here, until the first @media block, will apply to any screen size */
#somethingorother {
  width: 800px ;
}

@media screen and (max-width: 320px) {
  /* comes into effect for screens less than or equal to 320 pixels */
  #somethingorother {
    width: 120px ;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  /* comes into effect for screens between 321 and 480 pixels (inclusive) */
  #somethingorother {
    width: 320px ;
  }
}
@media screen and (min-width: 481px) {
  /* comes into effect for screens larger than or equal to 481 pixels */
  #somethingorother {
    width: 480px ;
  }
}

/* code that is here will apply to any screen size */ 


@media only screen and (max-width: 480px) {
  /* ... */
} 


@media not (max-width: 639px) {
/* CSS rules for any device that is wider than 639 pixels */
} 




body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4em; 
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
}

#home { background-image: url(../images/iwebbuilder_body.png) }
#subpage { background-image: url(../images/iwebbuilder_body_subpage.png) }

a, a:link, a:visited { color: #0000FF; font-weight: normal; text-decoration: none }
a:hover { text-decoration: underline; }

p { margin: 0 0 10px 0; padding: 0; }
img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color:#FF0000; }
cite a, cite a:link, cite a:visited  { font-size: 12px; text-decoration: none; font-style: normal }
cite span { font-weight: 400; color: #FF0000; }

h1, h2, h3, h4, h5, h6 { color: #333; font-weight: normal; }
h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 30px; margin: 0 0 25px; padding: 5px 0 }
h3 { font-size: 24px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.divider { margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #ccc }

.image_fl { float: left; margin: 3px 20px 5px 0 }
.image_fr { float: right; margin: 3px 0 5px 20px }

.float_l { float: left }
.float_r { float: right }

.iwebbuilder_list { 
	margin: 10px 0 10px 0; 
	padding: 0; 
	list-style: none; 
}

.iwebbuilder_list li { 
	color:#52493a; 
	margin: 0 0 10px 0; 
	padding: 0 5px 0 20px; 
	background: url(../images/iwebbuilder_list.png) no-repeat scroll 0 7px;  
}

.iwebbuilder_list li a { 
	color: #52493a; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold; 
}

.iwebbuilder_list li a:hover { 
	color: #52493a; 
}

#iwebbuilder_wrapper {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}
#iwebbuilder_top {
	width: 940px;
	background: url(../images/iwebbuilder_header.jpg) top center no-repeat
}

#iwebbuilder_header {
	width: 940px;
	padding: 40px 0 0;
	height: 80px;
}

#iwebbuilder_slider {
	clear: both;
	width: 940px;
}

#iwebbuilder_main {
	clear: both;
	width: 940px;
	padding: 10px 0
}

#iwebbuilder_footer_wrapper { 
	width: 100%;
	background: #303030 url(../images/iwebbuilder_footer.png) repeat-x top
}

#iwebbuilder_footer {
	width: 940px;
	padding: 60px 10px 40px;
	margin: 0 auto;
	color: #999
}

#site_title { 
	float: left; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0;
}

#site_title h1 a { 
	display: block; 
	width: 204px; 
	height: 122px;
	margin-top: 1px; 
	padding: 0 0 0 0; 
	color: #fff; 
	font-size: 14px; 
	text-align: right; 
	background: url(../images/logoPT.png) no-repeat left center; 
}

#site_title h1 a:hover { 
	text-decoration: none; 
}

#iwebbuilder_menu { 
	float: right; 
	margin-top:0;
	margin-bottom:40;
	width: 562px; 
	height: 106px; 
	background: url(../images/iwebbuilder_menu2.png) no-repeat; 
}

#slider_left {
	float: right;
	width: 320px;
	padding: 65px 0 0;
}

#slider_left h2 { 
	color: #fff; 
	font-size: 20px; 
	font-weight: 700; 
	margin-bottom: 20px; 
}

#slider_left p { 
	color: #bab9b9; 
	margin-bottom: 40px; 
}

#slider_left a.learnmore { 
	float: left; 
	margin: 0 0 0 40px; 
	display: block; 
	width: 200px; 
	height: 50px; 
	font-size: 14px; 
	font-weight: 700; 
	color: #fff; 
	line-height: 40px; 
	text-align: center; 
	text-shadow: 1px 1px 1px #333; 
	background:url(../images/learn_more.png) no-repeat; 
}

#slider_right {
	float: left;
	width: 560px;
}

.fp_services { margin-bottom: 40px }
.fp_services img { float: left; margin-right: 20px }
.fp_services h2 { font-size: 18px; line-height: 18px; margin-bottom: 5px; padding: 0 }
.fp_services h2 a { color: #333 }
.fp_services p { font-size: 11px }

.fp_rw img { margin-bottom: 10px }
.fp_rw p { font-size: 11px }

.fp_lp h3 { font-size: 14px; font-weight: 700; margin: 10px 0 }

.flickr_stream { margin: 0; padding:0; list-style: none }
.flickr_stream li { float: left; margin: 0 2px 2px 0; padding: 0 }
.flickr_stream li .no_margin_right { margin-right: 0 }
.flickr_stream li img { padding: 3px; border: 1px solid #ccc; background: #fff }

#gallery { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#gallery li { 
	margin: 0; 
	padding: 0; 
}

#gallery li a { 
	display: block; 
	float: left; 
	width: 280px; 
	padding: 8px; 
	height: 280px; 
	margin: 6px; 
	border: 1px solid #ccc;  
}

.post {
	clear: both;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url(../images/iwebbuilder_divider.png) repeat-x bottom 
}
.post_right {
	float: left;
	width: 380px;
}
.post h2.home { 
	color: #ba8c00; 
	font-size: 18px; 
	margin-bottom: 0;  
}

.post h2, .post h2 a { 
	color: #333; 
	margin-bottom: 0; 
	font-size: 24px; 
	line-height: 38px; 
	padding: 0; 
}

.post img { 
	float: left; 
	margin: 3px 30px 0 0;
}

.post .meta { 
	font-size: 10px; 
	margin-bottom: 20px; 
}

.post .meta span { 
	float: left; 
	display: block; 
	margin-right: 15px; 
	padding: 5px 0 5px 26px; 
}

.post .meta span.admin { 
	background: url(../images/agent.png) no-repeat; 
}

.post .meta span.date { 
	background: url(../images/calendar.png) no-repeat; 
}

.post .meta span.tag { 
	background: url(../images/tag.png) no-repeat; 
}

.post .meta span.comment { 
	background: url(../images/chat.png) no-repeat; 
}

.post .meta a, .post .meta strong { 
	color: #7b7b7b; 
	font-weight: 700; 
}

#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 590px;
}

.first_level {
	margin: 0; padding: 0;
}

.comments {
	list-style: none; 
}

.comments li { 
	margin-bottom: 10px; 
	list-style:none; 
}

.comments li .commentbox1 { 
	border-bottom: 1px solid #ccc;  
}

.comments li .commentbox2 { 
	border-bottom: 1px solid #ccc;  
}

.comments li .comment_box { 
	clear: both; 
	width:100%; 
	padding: 10px 0 20px 30px; 
	margin-bottom: 40px;  
}

.comment_box .gravatar { 
	float: left; 
	width: 75px; 
	margin-right: 30px; 
}

.comment_box .gravatar img {  
	width: 75px; 
	height: 75px; 
}

.comment_box .comment_text {  }

.comment_box .comment_text p { 
	margin: 0; 
}

.comment_text .comment_author { 
	font-size: 14px; 
	font-weight: bold; 
	color: #ba8c00; 
	margin-bottom: 10px; 
}

.comment_text .date { 
	font-size: 12px; 
	font-weight: normal; 
	color: #7b7b7b; 
	padding-left: 10px; 
}

.comment_text .time { 
	font-size: 12px; 
	font-weight: normal; 
	color: #7b7b7b; 
	padding-left: 10px; 
}

.comment_text .reply a { 
	display: block; 
	clear: both; 
	float: right; 
	color: #000; 
	font-weight: 700; 
} 

#comment_form {
	clear: both;
}

#comment_form h3 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#comment_form form {
}

#comment_form textarea {
	height:150px;
	padding:5px;
	width: 360px;
	color: #222; 
	background: #fcfcfc; 
	border: 1px solid #dedede; 
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px; 
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	color: #666;
	padding: 5px;
	width: 200px;
	color: #222; 
	background: #fcfcfc; 
	border: 1px solid #dedede; 
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px; 
}

#comment_form .submit_btn {
	font-weight: bold;
	width: 80px;
	height: 30px;
	color: #000;
	background: #fcfcfc; 
	border: 1px solid #dedede; 
}

#contact_form { 
	padding: 0; 
	width: 410px; 
	margin-bottom: 40px; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 270px; 
	padding: 5px; 
	color: #222;  
	background: #fcfcfc; 
	border: 1px solid #dedede; 
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px; 
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 12px; 
	font-size: 13px; 
}

#contact_form form textarea { 
	width: 398px; 
	height: 200px; 
	padding: 5px; 
	color: #222; 
	background: #fcfcfc; 
	border: 1px solid #dedede; 
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px; 
}

#contact_form form .submit_btn { 
	padding: 5px 14px; 
	font-weight: bold;  
	color: #222; 
	background: #fcfcfc; 
	border: 1px solid #dedede; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin: 10px 0px; 
}	

.col { 
	float: left; 
	margin: 0 20px 20px 0; 
}

.half { 
	width: 400px; 
}

#sidebar, .one_third { 
	width: 300px; 
}
#sidebar, .one_thirdMID { 
	width: 862px; 
}

#content, .two-third { 
	width: 620px; 
}

.padding_right { 
	padding-right: 20px; 
}

.one_fourth { 
	width: 220px; 
}

.no_margin_right { 
	margin-right: 0; 
}

.last_box { 
	margin-bottom: 0; 
	background: none; 
}

#iwebbuilder_footer a { 
	color: #ccc; 
}

#iwebbuilder_footer h4 { 
	color: #fff; 
	font-size: 14px; 
	font-weight: 700; 
	margin-bottom: 20px; 
}

.footer_list { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.footer_list li { 
	margin: 0 0 5px; 
	padding: 0 0 5px; 
	border-bottom: 1px solid #4e4e4e; 
}

.footer_list li a { 
	color: #686868; 
}

.twitter_post { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.twitter_post li { 
	margin: 0 0 10px; 
	padding: 0 0 7px; 
	border-bottom: 1px dotted #4e4e4e; 
}

.footer_social_button { 
	clear: both; 
	margin-bottom: 40px; 
}

.footer_social_button a { 
	margin-right: 5px; 
}

.pagging { 
	margin: 0 0 20px; 
	padding: 0; 
}

.pagging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.pagging ul li {
	margin: 0; 
	padding: 0; 
	display: inline; 
}
	
.pagging ul li a { 
	float: left; 
	display: block; 
	color: #333; 
	text-decoration: none; 
	margin-right: 5px; 
	padding: 5px 10px; 
	background: #fff; 
	border: 1px solid #ccc; 
}

.pagging ul li a:hover { 
	background: #ccc; 
	border: 1px solid #fff; 
	color: #fff;  
}
.pics {
	width: 582px;
	height:384px;
	padding:0;
	margin: 0;
	position:relative;
	margin:23px 0 0 36px;
}
.pics img {
	display:block !important;
	position:absolute;
	width: 495px;
	height:329px;
	top: 0;
	left:0;
	border:5px solid #fff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:0 0 3px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, .2);
}
 .pics img:nth-child(2) {
 -moz-transform:rotate(2.5deg);
 -o-transform:rotate(2.5deg);
 -webkit-transform:rotate(2.5deg);
}
 .pics img:nth-child(3) {
 -moz-transform:rotate(-2.5deg);
 -o-transform:rotate(-2.5deg);
 -webkit-transform:rotate(-2.5deg);
}
 .pics img:nth-child(4) {
 -moz-transform:rotate(3.5deg);
 -o-transform:rotate(3.5deg);
 -webkit-transform:rotate(3.5deg);
}
 .pics img:nth-child(5) {
 -moz-transform:rotate(-3.5deg);
 -o-transform:rotate(-3.5deg);
 -webkit-transform:rotate(-3.5deg);
}