/*  
Theme Name: iPORTFOLIO
Theme URI: http://themeforest.net/item/iportfolio/75877
Description: Business and Portfolio Wordpress Theme
Author: Irkham Maulana
Author URI: http://themeforest.net/user/imediapixel
Version: 1.3
*/

@import url("css/reset.css");
@import url("css/960.css");
@import url("css/prettyPhoto.css");
@import url("css/ddsmoothmenu.css");

* {
  margin: 0;
  padding: 0;  
}

/**
* Elements
************************************************/

/* Links */
a,a:link, a:visited  {
	color: #ccc;
	text-decoration: none;
}
a:hover, a:active {
  color: #fff;
	text-decoration: none;
	
}
div.textwidget a{
	color: blue;
	margin-left: 30px;
}
p {
  color: #555;
  margin-bottom: 1em;
}
body {
  background: #444444;
  font-family: Arial, Tahoma, Verdana;  
  font-size: 75%;
  line-height: 1.6em;
}
html>body {
  font-size: 80%;
}
/* Header Section */
#topbar {
  background: white;
  height: 81px;
  width: 100%;
	border-bottom: 1px solid #223e7f;
}
.logo {
  float: left;
  margin: 2px 0;
  padding: 0;
}
#menu {
  float: right;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav li {
  display: inline;
  float: left;
  text-align: center;
  
}
#nav li a {
  font-size: 120%;
  float: left;
  height: 50px;
  color: #223e7f;  
  font-weight: normal; 
  text-decoration: none;
  padding: 30px 15px 0 15px;
  text-transform: capitalize;
  border-left: 1px none #223e7f;
  border-right: 1px none #999;
}
#nav li a:hover,
#nav li.current_page_item a {
  text-decoration: none;
  background: #223e7f url(images/nav-ind.png) bottom center no-repeat;
  color: #fff;
  border-left: 1px solid #223e7f;
  border-right: 1px solid #223e7f;
}

#nav li ul {
  clear: both;
  list-style: none;
  position: absolute;  
  width: 180px;
  left: -999em;
	padding: 0;
	margin: 0;
	line-height: 1;  
	top: 81px;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  border-left: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  z-index: 100;
  }
	
#nav li ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 180px;
  }
	
#nav li ul li a,
#nav li ul li a:visited,
#nav li ul li a:link {
  text-align: left;
  width: 180px;
  height: 20px;
  color: #aaa;
  border-top: 1px solid #3a3a3a;
  background: #2F2F2F;
  padding: 10px 5px 0 15px;
  font-size: 90%;
  font-weight: normal;
  }
	
#nav li ul li a:hover {
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  background: #3a3a3a;
  color: #fff;
}

#nav li ul li:hover, #nav li ul li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
}


/* Header Section End */

/* Slideshow Section */
#featured-wrapper {
  padding-top: 20px;
  height: 340px;
  background: #444444 url(images/bgslide.jpg) center bottom no-repeat;
}
#featured-post {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* Slideshow Section End */

/* Content Section */
#wrapper {
  background: #444444;    
}
#container {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
}

/* Homepage Section */
#welcome {
  margin: 0 0 30px;
  padding-bottom: 30px;
  background: url(images/maindivider.jpg) bottom center no-repeat ;
}
#welcome h2 {
  color: #fff;
  padding: 0 0 10px 0;
  font-weight: bold;
  margin-bottom: .5em;  
  text-align: center;
  color: #fff;
	font-size: 2.0em;
}
#welcome p {
  color: #aaa;
  margin: 0 auto;
  width: 800px;
  line-height: 1.8em;
  text-align: left;
}
.boxwrapper {
  float: left;
  display: inline;
  width: 300px;
  margin-right: 20px;
  background:url(images/sidedivider.jpg) right top no-repeat;
}
.last {
  background: none;
}
.box {
  margin: 0 20px 30px 0;
}
.box h3 {
  margin: 0 0 10px 0;
  font-size: 1.3em;   
  color: #ccc;
  padding: 0 0 20px 0;
  font-weight: bold;
  background: url(images/bdivider.jpg) bottom left no-repeat;
}
.box h3 a {
  color: #ccc;
}
.box ul {
  padding: 0;
  list-style: none;
	margin: 0 0 0 20px;
}
.box p {
  color: #aaa;
  margin-bottom: .5em;
  line-height: 1.4em;
}
.box ul li {
  color: #ccc;
  margin: 8px 0px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #4f4f4f;
  font-size: 100%;
  height: 1%
}
.box ul li.last {
  border: none;
}
.box ul li  img, 
.box ul li  a img{
  padding: 3px;
  background: #333;
  border: 1px solid #555;
}
.box img.alignleft {
  margin: 0 15px 0 0 ;
}
.box ul li a{
  font-weight: normal;
  font-size: 100%;
}
.box p.about {
  line-height: 1.8em;
}
ul.serviceslist li p {
  line-height: 1.8em;
  margin-bottom: 0;
}
ul.serviceslist li img, 
ul.serviceslist li a img {
  border: none;
  background: none;
  padding: 0;
}
/* Homepage Section End */

/* Search and Subscribe Section */
.subscribetextbg {
	padding: 5px 0;
  margin: 0 0 20px 0;
}
.subscribe_text {
	width:150px;
	border:none;
	background:#333;
	color:#aaa;
	float:left;
	padding: 7px;
}
.search_text {
	width:220px;
	border:none;
	background:#333;
	color:#aaa;
	float:left;
	padding: 7px;  
}
.subscribe_btn {
	float:left;
	margin:0;
	background: #333 url(images/rss.png) .5em .5em no-repeat;
	border: none;
	padding: 6px;
	cursor: pointer;
	width: 30px;
	border-left: 1px solid #1f1f1f;
}
.search_btn {
	float:left;
	margin:0;
	background: #333 url(images/search.png) .5em .5em no-repeat;
	border: none;
	padding: 6px;
	cursor: pointer;
	width: 30px;
	border-left: 1px solid #2a2a2a;
}
/* Search and Subscribe Section End */

/* Main Content */
#main {
	width: 950px;
  margin: 10px 0 0 0;
}
.main {
}
.post-wrapper {
  margin: 0 0 20px 0;
}

.post{
	background-color: white;
	padding: 10px;
	border: 1px solid #cdcdcd;
}
.post-wrapper h2 {
  color: #aaa;
  padding: 0 0 5px;
  font-weight: normal;
  background: url(images/maindivider.jpg) no-repeat left bottom;
  margin-bottom: 1px;margin-top: 20px;font-size: 25px;line-height: 25px;height: 40px;}
.post-wrapper h1,
.post-wrapper h2,
.post-wrapper h3 {
  font-weight: normal;
  color: #aaa;margin-bottom: 20px;}
.post-wrapper .post h1 {
  font-size: 2.2em;
}
.post-wrapper .post h2 {
  padding: 0;
  background: none;
  font-size: 1.8em;
}
.post-wrapper .post h3 {
  font-size: 1.4em;
}
.post-wrapper p {
  color: #ccc;
  margin-bottom: 1em;
  line-height: 1.8em;  
}
.post-wrapper .post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-wrapper .post ul li {
  margin: 10px;
  background: url(images/check.gif) 0 .5em no-repeat;
  padding-left: 12px;
  color: black;
}
.post-wrapper .post ul li a{
  padding-left: 12px;
}
.post-wrapper img,
.post-wrapper a img {
	padding: 5px;
}
.post-wrapper blockquote {
	overflow: hidden;
	padding: 0 0 0 24px; 
	font-style: italic;
	color: #444;
	margin: 10px ;
	background: url(images/blockquote.png) left top no-repeat;
}
.post-wrapper em {
  font-size: 90%;
	overflow: hidden;
	padding: 0 0 0 24px; 
	font-style: italic;
	color: #444;
	margin: 10px ;
}
.post-wrapper ul#listlatestnews {
	padding: 0;
	margin: 0;
}
.post-wrapper ul#listlatestnews li {
	padding: 15px 0; 
	margin: 0 0 15px 0;
}
.post-wrapper ul#listlatestnews li h3 {
  color: #fff;
  font-size: 1.3em;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.post-wrapper ul#listlatestnews li p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.post-wrapper ul#listlatestnews li img,
.post-wrapper ul#listlatestnews li a img {
  padding: 4px;
  background: #333;
  border: 1px solid #555;
  margin-bottom: 10px;
}
.meta {
  line-height: 25px;
  padding: 0;
  color: #aaa;
  margin: 0 0 5px 0;
  font-size: 90%;
}
.metapost {
  margin: 10px 0;
  font-size: .8em;
  padding: 2px;
  color: #aaa;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
.metapost span.datepost {
  background: url(images/cal.gif) left no-repeat;
  padding-left: 13px;
}
.metapost span.user {
  background: url(images/user.gif) left no-repeat;
  padding-left: 13px;
  margin-left: 10px;  
}
.metapost span.comment {
  background: url(images/comment.gif) left no-repeat;
  padding-left: 13px;
  margin-left: 10px;  
}
.metapost span.categories {
  background: url(images/cat.gif) left no-repeat;
  padding-left: 13px;
  margin-left: 10px;  
}
/* Main Content Section End */

/* Services and Portfolio Page Section */
ul#listservices {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#listservices li h3 {
  margin: 0 0 10px 0;
  font-size: 1.3em;   
  color: #888;
  padding: 0 0 10px 0;
  font-weight: bold;
  border-bottom: 1px solid #555;  
}
ul#listservices li {
  margin: 15px 0;
  padding-bottom: 15px;
}
ul#portfoliobox li a img{
  padding: 4px;
  background: #333;
  border: 1px solid #555;
}
ul#listservices li p {
  color: #aaa;
  line-height: 1.8em;
  margin-bottom: 1em;
}
ul#listservices li img,
ul#listservices li a img {
  border: none;
  padding: 0;
  margin-top: 10px;
  margin-right: 20px;
  background: none;
}
/* Services and Portfolio Page Section End */

/* Sidebar Section */
#sidebar {
  width: 288px;
  float: right;
  margin: 10px 10px 0 10px;
  padding: 0;
}
.sidebar {

}
.sidebar h3,
.search-box h3 {
  margin: 0 0 10px 0;
  font-size: 1.3em;   
  color: #ccc;
  padding: 0 0 20px 0;
  font-weight: bold;
  background: url(images/bdivider.jpg) bottom left no-repeat ;
}
.sidebar-box,
.search-box {
  margin: 0;
  padding: 0 0 30px 0;
}
.search-box  form {
  margin: 10px;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar li {
  margin: 0 0 20px 0;
  padding: 0;
}
.sidebar li ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.sidebar ul ul li {
  line-height: 30px;
  margin: 0;
  border-bottom: 1px solid #4f4f4f;
  background: url(images/right.gif) 0 .9em no-repeat;
  height: 1%;
}
.sidebar ul ul ul li {
  margin-left: 10px;
}
.sidebar ul li a {
  color: #ccc;
  text-decoration: none;
  font-weight: normal;
  display: block;
  padding-left: 15px;
  font-size: 100%;
}
.sidebar a:hover {
  color: #fff;
}
.tags-cloud a {
  display: inline;
  float: left;
  margin: 5px;
  color: #aaa;
}
/* Sidebar Section End */

/* Footer Section */
#footer {
  padding: 20px 0;
  background: #2B2B2B url(images/line.jpg) top center repeat-x;
}
.bottombox {
  margin: 0 8px;
}
.bottombox p {
  color: #aaa;  
  line-height: 1.6em;
}
.twitter {
  margin-bottom: 20px;
  font-weight: normal;
  color: #ccc;
}
h3.twitter-icon {
  background: url(images/twitter_fly.png) left no-repeat;
  padding-left: 60px;  
  padding-top:15px;
}
.twitter a {
  text-decoration: none;
}
.bottombox h3 {
  margin: 0 0 5px 0;
  font-size: 1.3em;   
  color: #ccc;
  padding: 0 0 5px 0;
  font-weight: bold;
}  
.bottombox ul {
  margin: 0;
  padding: 0;
  list-style: none;  
}
#social-links {
  margin: 20px 0;
}
#social-links a img {
  padding: 2px;
  margin: 0 5px 2px 0;
  display: inline;
}
.subscribe {
  margin-bottom: 20px;
}
.bottombox ul li {
  line-height: 22px;
  background: url(images/check.gif) 0 .5em no-repeat;
  padding-left: 8px;
  border-bottom: 1px solid #3a3a3a;
  height: 1%;
}
.bottombox ul li a {
  padding-left: 15px;
  color: #aaa;  
  font-size: 90%;
}
.bottombox ul li a:hover {
  color: #fff;  
}
#copyright { 
  margin-top: 10px;
  color: #aaa;
  font-weight: normal;
}
#copyright p {
  color: #aaa;
}
#copyright a {
  color: #ccc;
  text-decoration: none;
}
/* Footer Section End */

/* Image and Captions */

img.alignright {
	display:inline;
	margin:0 0 0 20px;
}
img.alignleft {
	display:inline;
	margin:5px 15px 0 0;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
}
.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/* Image and Caption End */

/* Page Navigation */
#container .wp-pagenavi {
  margin: 10px 0;
  text-align: left;
}
#container .wp-pagenavi a, #main .wp-pagenavi a:link {
	padding: 4px 8px; 
	margin: 2px;
	background:#313131;
	border:1px solid #313131;
	color:#ccc;	
}
#container .wp-pagenavi a:visited {
	padding: 4px 8px; 
	margin: 2px;
	background:#313131;
	border:1px solid #313131;
	color:#ccc;	
}
#container .wp-pagenavi a:hover {	
	padding: 4px 8px; 
	margin: 2px;
	background:#0f0f0f;
	border:1px solid #0f0f0f;
	color:#fff;
}
#container .wp-pagenavi a:active {
	padding: 4px 8px; 
	margin: 2px;
	background:#0f0f0f;
	border:1px solid #0f0f0f;
	color:#fff;	
}
#container .wp-pagenavi span.pages {
	padding: 4px 8px; 
	margin: 2px;
	color:#ccc;	
	border: 1px solid #313131;
	background: #313131;
}
#container .wp-pagenavi span.current {
	padding: 4px 8px; 
	margin: 2px;
	background:#0f0f0f;
	border:1px solid #0f0f0f;
	color:#fff;
}
#container .wp-pagenavi span.extend {
	padding: 4px 8px; 
	margin: 2px;	
	border: 1px solid #313131;
	color: #ccc;
	background-color: #313131;
}
/*------- WP Pagenavi End ------- */

#nextprevious {
  margin: 10px;
  }
#nextprevious a {
  color: #008DC2;
  text-transform: lowercase;
  text-decoration: none;
  }
#nextprevious a:hover {
  color: #111;
  }
/* Page Navigation End */

/* Comments */
#comment h2 {
  margin: 0 0 10px 0;
  font-size: 1.3em;   
  color: #ccc;
  padding: 0 0 20px 0;
  font-weight: bold;
  background: url(images/bdivider.jpg) bottom left no-repeat;
}
#listcomment {
	padding: 10px 0 0 0;
	margin: 0;
}
#listcomment li {
	margin: 0;
	padding: 0 0 14px 0;
	background: none;
	font-size: 100%;
}
.imgavatar,
img.avatar {
	float: left;
  padding: 3px;
  background: #333;
  border: 1px solid #555;
}
.placecomment {
	width: 530px;
	float: right;
	border: 1px solid #303030;
	background: #313131;
	padding: 10px;
	font-size: 0.9em;
}
.placecomment h3 {
	font-size: 1.1em;
	font-weight: lighter;
	color: #aaa;
}
.placecomment h3 strong {
	font-weight: bold;
}
.placecomment p {
  color: #aaa;
}
#frmcomment {
	padding: 10px 0 0 0;
}
#frmcomment label  {
	display: block;
	font-size: 1em;
	color: #1a1a1a;
	font-weight: bold;
	color: #aaa;
}
#frmcomment label span {
	font-weight: lighter;	
}
.textboxcomment {
	width: 323px;
	height: 20px;
	background: #333;
	border: 1px solid #333;
	margin: 3px 0 10px 0;
	font-size: 1em;
	color: #ccc;
	padding: 4px 3px 0 3px;
}
.textareacomment {
	width: 480px;
	height: 200px;
	background: #313131;
	border: 1px solid #313131;
	margin: 3px 0 10px 0;
	font-size: 1em;
	color: #ccc;
	padding: 4px 3px 0 3px;
}
.submitcomment {
	margin:10px 0;
	font-weight:normal;
	text-transform:uppercase;
	background: #1F1F1F;
	border:none;
	color:#aaa;
	font-size:1em;
	cursor:pointer;
	padding: 5px;

}
#cu3er-container {
  margin: 0 20px;
}
/*  ---------- Easy Contact ---------- */
.formcontainer {
	padding:20px 0 40px 0;
}
.formcontainer p.error,
.formcontainer p.important {
	display:block;
	padding:5px;
	color:#f00;
	font-size:1.2em;
	margin:0 0 20px 0;
}
.formcontainer p.success {
	display:block;
	border:1px solid #b6e47a;
	padding:5px;
	color:#629c17;
	font-size:1.2em;
	margin:0 0 20px 0;
	background:#d7fca8;
}
.formcontainer legend {
  display: none;
}
.contact-form div label {
	float:left;
  width:150px;
	padding:3px 0 0 0px;
	margin:10px 0 0 0;
	font-weight:normal;
	color: #aaa;
}
.contact-form div input.text  {
	width:390px;
	height:22px;
	border:1px solid #313131;
	padding:3px 5px 0 5px;
	margin:10px 0 0 0;
	background: #333;
	color: #fff;
}
.contact-form div textarea {
	width:390px;
	height:150px;
	border:1px solid #313131;
	background: #333;
	font-family:Arial, verdana,serif;
	font-size:1.2em;
	padding:5px;
	margin:10px 0 0 0;
	color: #fff;
}
.contact-form .form-submit .button {
	margin:10px 0;
	font-weight:normal;
	text-transform:uppercase;
	background: #1F1F1F;
	border:none;
	color:#aaa;
	font-size:1em;
	cursor:pointer;
	padding: 3px 5px;
}
.contact-form div.form-option {
  display: inline;
}
.contact-form div.form-option input.check {
  float: left;
  margin: 15px 0;
} 
.contact-form div.form-option label {
  float: left;
}
.box li a.linkreadmore,
a.linkreadmore {
  text-decoration: none;
  display: inline;
  background: url(images/right.gif) right no-repeat;
  padding-right: 15px;
  border-bottom: 1px solid #9E9E9E;
  font-weight: normal;
}

