/*
Theme Name: Inlander
Theme URI: http://vcc-indonesia.com/
Description: This theme was built for <a href="http://vcc-indonesia.com/">vcc-indonesia</a>.
Version: 1.0
Author: Yudiacro
Author URI: http://codeindesign.com/
Tags: glassy, elegant, land, fixed width, two columns
*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: #0e263e url(images/bg-body.jpg) repeat-x top;
}

#container {
  width: 800px; /* Set the value to fit your needs. */
  margin: 20px auto;
  background: #fff;
}

#header {
  height: 30px; /* Set the value to fit your needs. */
  background: #0e263e url(images/header.jpg) no-repeat center top;
  clear: both;
}

#content {
  float: left;
  width: 550px; /* Set the value to fit your needs. */
  padding: 10px 20px;
}

#sidebar {
  float: right;
  width: 190px; /* Set the value to fit your needs. */
  padding: 10px;
  background: #fff url(images/bg-sidebar.jpg) repeat-y left;
}

#footer {
  height: 30px; /* Set the value to fit your needs. */
  text-align: center;
  background: #0e263e url(images/footer.jpg) no-repeat center bottom;
  clear: both;
}

/* share */
a {
  color: #0051CA;
}

a:hover {
  color: #000;
}

img { border: none; }

.separator {
  text-align: center;
  margin: 10px auto;
  background: url(images/border.gif) repeat-x center center;
}

h1.title {
  color: #000;
  font-size: 2.1em;
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
}

h2.title {
  color: #000;
  font-size: 1.6em;
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
}

h3.title {
  color: #0e263e;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

h3.title a {
  text-decoration: none;
}

h1, h2, h3, h4 ,h5 {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  color: #cc0000;
  font-size: 2.1em;
  letter-spacing: 0.1em;
  margin: 4px 0 -4px 0;
}

h2 {
  font-size: 1.6em;
  margin: 4px 0 -4px 0;
}

h3 {
  font-size: 1.4em;
  margin: 4px 0 -4px 0;
}

h4 {
  font-size: 1.2em;
  margin: 4px 0 -4px 0;
}

p, li {
  font-size: 1.1em;
}

table, tr, td {
  font-size: 1.1em;
}

.red { color: #cc0000; }
.green { color: #006400; }
.blue { color: #0000ff; }

.stabilo-yellow { padding: 2px 4px; background: #ffff00; }

.center { text-align: center; }

.hiddenenter, .hiddenenter a {
  color: #f4f8f9 !important;
}

.seo {
  font-size: 1.05em;
}

.right {
  text-align: right;
}

/* blockquote */
blockquote {
  line-height: 1.6em;
  margin : 10px 0;
  padding: 10px;
  background: #f0f0f0;
  border: 1px solid #ccc;
}

/* header */
.header-left, .header-right {
  font-size: 0.9em;
}

.header-left {
  float: left;
  line-height: 30px;
  padding-left: 20px;
}

.header-right {
  float: right;
  line-height: 30px;
  padding-right: 20px;
}

/* footer */
.footer-left, 
.footer-right {
  color: #0e263e;
  font-size: 0.8em;
  text-transform: uppercase;
}

.footer-left img , 
.footer-right img {
  vertical-align: middle;
}

.footer-left a, 
.footer-right a {
  color: #0e263e;
  text-decoration: none;
}

.footer-left a:hover, 
.footer-right a:hover {
  text-decoration: underline;
}

.footer-left {
  float: left;
  line-height: 30px;
  padding-left: 20px;
}

.footer-right {
  float: right;
  line-height: 30px;
  padding-right: 20px;
}

.footer-right ul {
  margin: 0;
  padding: 0;
}

.footer-right li {
  display: inline;
  font-size: 0.9em;
  margin: 0 2px;
}

/* sidebar */
.sidebar-cell {
  background: url(images/border.gif) repeat-x bottom;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

/* sidebar-menubox */
.sidebar-menubox {
  list-style: none;
  padding: 0;
}

* html .sidebar-menubox {
  margin-left: 0;
}

.sidebar-menubox li {
  margin: 0 0 4px 0;
}

* html .sidebar-menubox li {
  margin: 0 0 -10px 0;
}

.sidebar-menubox li a {
  display: block;
  color: #454545;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 8px;
  background: #fff url(images/bg-menubox.jpg) repeat-x center center;
  border: 1px solid #e0e0e0;
}

.sidebar-menubox li a:hover {
  background: #fff;
  border: 1px solid #b4b4b4;
}

.sidebar-menubox li img {
  vertical-align: middle;
  margin-right: 10px;
}

/* sidebar-form */
.sidebar-form {
  margin: 10px 0;
}

.sidebar-form label {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 4px;
}

.sidebar-form input {
  margin-top: 4px;
}

/* sidebar-list */
.sidebar-list ul {
  list-style: none;
  margin: 4px 0;
  padding-left: 4px;
}

.sidebar-list ul li {
  padding-left: 12px;
  background: url(images/square.gif) no-repeat 0 8px;
}

.sidebar-list li a {
  line-height: 1.4em;
  text-decoration: none;
}

/* sidebar-video */
.sidebar-video {
  text-align: center;
  margin: 8px auto;
}

.sidebar-video img {
  max-width: 170px;
  max-height: 170px;
  margin-top: 8px;
}

/* sidebar-twitter */
h3.twitter {
  color: #0e263e;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 -10px 0;
  padding: 10px 0 10px 40px;
  background: url(images/twitter.png) no-repeat;
}

.sidebar-twitter-logo {
  margin: 0;
  padding: 0 0 10px 0;
}

.sidebar-twitter {
  margin: 10px 0;
}

.sidebar-twitter li {
  font-size: 0.9em;
}

.sidebar-twitter a {
  text-decoration: none;
}

#tweetblender,
#tweetlist {
  margin: 0 !important;
  padding: 0 !important;
}

#twitterlogo,
#archivelink,
#infolink {
  display: none !important;
  visibility: hidden !important;
}

#tb_tools {
  position: relative;
  top: -20px;
  display: none !important;
  visibility: hidden !important;
}

/* sidebar-profile */
.sidebar-profile h3 {
  margin: 8px 0 4px 0;
}

.sidebar-profile p {
  font-size: 0.9em;
  margin: 2px 0;
}

.sidebar-profile img {
  vertical-align: middle;
  margin-right: 8px;
}

/* content */
.entry {
  line-height: 1.6em;
}

.entry a {
  text-decoration: none;
}

.entry a:hover {
  text-decoration: underline;
}

/* list */
.list {
  min-height: 140px;
  margin: 10px 0;
  padding: 8px 4px;
  background: url(images/bglist.gif) repeat-x bottom;
  border-top: 1px dotted #ccc;
  clear: both;
}

.list p {
  font-size: 1em;
  line-height: 1.6em;
  text-align: justify;
  margin: 6px 0;
}

.list h2 {
  color: #026cce;
  font-size: 1.6em;
  margin: 2px 0 4px 0;
}

.list a {
  text-decoration: none;
}

.list .shot {
  float: left;
  margin: 10px 10px 0 4px;
}

.list .shot img {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  padding: 2px;
  border: 1px solid #ccc;
}

.list .shot img:hover {
  border: 1px solid #aaa;
}

/* post-meta */
.post-meta {
  height: 16px;
  clear: both;
}

.post-author a,
.post-comment a,
.post-category a,
.post-tag a {
  text-decoration: none;
}

.post-author {
  float: left;
  color: #6f6f6f;
  font-size: 0.9em;
}

.post-comment {
  float: right;
  font-size: 0.9em;
  padding-left: 20px;
  background: url(images/comment.gif) no-repeat left;
}

.post-category {
  font-size: 0.9em;
  margin-top: 10px;
  padding-left: 20px;
  background: url(images/category.gif) no-repeat left;
  clear: both;
}

.post-tag {
  font-size: 0.9em;
  margin-top: 10px;
  padding-left: 20px;
  background: url(images/tag.gif) no-repeat left;
  clear: both;
}

/* navigation */
.navigation {
  font-size: 0.9em;
  line-height: 2.1em;
  clear: both;
}

.navigation a {
  color: #14222f;
  text-decoration: none;
  padding: 3px 5px;
  border: 1px solid #dcdcdc;
}

.navigation a:hover {
  border: 1px solid #14222f;
}

.navcenter {
  text-align: center;
}

.navleft {
  float: left;
}

.navright {
  float: right;
}

/* intro */
.intro {
  height: 140px;
  border: 1px solid #fff;
}

.intro img {
  float: left;
  vertical-align: middle;
}

.intro-text {
  color: #cc0000;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;
  margin: 0;
}

/* map */
.map {
  width: 90%;
  margin: 20px auto;
  clear: both;
  overflow: hidden;
}

.map-cell {
  float: left;
  width: 220px;
  height: 60px;
  margin: 10px;
}

* html .map-cell {
  margin: 6px;
}

.map-cell a {
  display: inline-block;
  border: 1px solid #e0e0e0;
}

.map-cell a:hover {
  border: 1px solid #b4b4b4;
}

/* ok */
.ok {
  list-style: none;
  padding-left: 4px;
}

.ok li {
  padding-left: 20px;
  background : url(images/ok.png) no-repeat 0 2px;
}

/* info */
.info {
  font-size: 1em;
  line-height: 1.6em;
  margin : 10px 0;
  padding: 8px;
  background: #f0f0f0 url(images/info.png) no-repeat 8px 8px;
  border: 1px solid #ccc;
}

.info p {
  margin: 4px 0;
  padding: 0 0 0 40px;
}

/* testimoni */
.testimoni {
  font-family: Cambria, Georgia, "Times New Roman", sans-serif;
  font-size: 0.9em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin : 10px 0;
  padding: 10px 10px 10px 40px;
  background: #ffffcc url(images/quot.png) no-repeat left top;
  border: 1px solid #ccc;
}

.testimoni p {
  margin: 4px 0;
  padding: 0 10px;
}

.testimoni img {
  float: left;
  max-width: 90px;
  max-height: 90px;
  margin-right: 10px;
}

.testimoni a {
  color: #0000ff;
}

/* order */
.order {
  text-align: center;
  margin: 20px auto;
}

.order-button-blue {
  color: #fff;
  width: 280px;
  height: 48px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url(images/order-blue.jpg);
	border: none;
}

.order-button-green {
  width: 280px;
  height: 48px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url(images/order-green.jpg);
	border: none;
}

.order-button-blue:hover,
.order-button-green:hover {
  color: #000;
  background: url(images/order-white.jpg);
}

/* Comments */
#comments {
  clear: both;
}

#comments a {
  text-decoration: none;
}

#respond {
  margin-top: 40px;
}

#respond h3 {
  font-size: 1.2em;
  margin-top: 40px;
  padding: 8px 0;
  border-top: 3px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

#respond code {
  color: #4d7097;
}

h3#comments {
  font-size: 1.2em;
  margin-top: 40px;
  padding: 8px 0 0 0;
  border-top: 3px solid #dcdcdc;
}

ol.commentlist {
  margin: 0;
  padding: 0;
}

ol.commentlist p {
  font-size: 1em;
}

ul.children {
  width: 99%;
  margin: 0 auto;
  padding: 0;
}

li.comment {
  list-style: none;
  margin: 10px 0;
  padding: 10px;
  border-top: 1px solid #ddd;
  clear: both;
}

li.comment li.comment {
  background: #fff;
  border-top: 1px solid #ddd;
}

li.comment p {
  line-height: 1.6em;
}

.avatar {
  float: right;
	width  : 32px;
  height : 32px;
}

.comment-author cite, .comment-author cite a {
  font-style: normal;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
}

.comment-meta a {
  font-size: 0.8em;
}

.reply {
  text-align: right;
}

.reply a {
  font-size: 0.9em;
  text-decoration: none;
  padding: 2px 4px;
  border: 1px solid #dcdcdc;
}

.reply a:hover {
  border: 1px solid #14222f;
}

#author, #email, #url, #comment {
  border: 1px solid;
	border-color: #bbbbbb #eeeeee #eeeeee #bbbbbb;
}

#commenttool {
  margin: 20px 0;
}

#comment p {
  font-size: 0.9em;
  margin: 4px 0;
}

#commenttool p a {
  text-decoration: none;
}

#commenttool img {
  vertical-align: middle;
  margin-right: 4px;
}
/* WP Thread Comment */
.cancel-comment-reply {
  line-height: 2.1em;
  clear: both;
}

.cancel-comment-reply a {
  color: #14222f;
  font-size: 0.9em;
  text-decoration: none;
  padding: 3px 5px;
  border-top: 1px solid #ddd;
}

.cancel-comment-reply a:hover {
  border: 1px solid #14222f;
}

.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px dotted #a9a9a9;
	margin: 5px 2px 2px 4px;
	padding: 0 8px;
	background: #fff;
}
.commentmetadata {
  color: #6f6f6f;
}
.commentmetadata, 
.commentmetadata a {
  font-size: 11px;
}
.comment-childs cite {
  font-weight: bold;
}
.chalt{
  padding: 0 8px;
  background: #f0f0f0;
  border: 1px dotted #a9a9a9;
}
#newcomment{
	border:1px dotted #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dotted #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}

/* form-register */
#form-register th {
  color: #0e263e;
  font-size: 0.74em !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  white-space: nowrap;
}

#form-register p {
  color: #0e263e;
  font-size: 0.9em !important;
  margin: 10px;
}

#form-register .reseller-box {
  height: 100px;
  color: #0e263e;
  font-size: 0.74em !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  padding: 20x 0;
}

#form-register .reseller-box span {
  font-weight: bold;
}

#form-register .reseller-url {
  color: #0000ff;
  text-transform: none;
  font-weight: bold;
}


