/*
Theme Name: 51Hosting Theme
Theme URI: http://51hosting.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Yozone Wong
Author URI: http://www.firestudio.cn/
Tags: blue, fixed width, two columns, widgets
Text Domain: kubrick

  Kubrick v1.5
   http://binarybonsai.com/kubrick/

  This theme was designed and built by Yozone Wong,
  whose blog you will find at http://binarybonsai.com/

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
  font-size: 12px; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background: #000000 url('images/bg.gif');
  color: #333;
  text-align: center;
  }


a:focus {
  outline: none;
  }

#page {
  text-align: left;
  background:#EAEDEC url(images/bg.gif) repeat-x scroll left top;
  }

#header {
  background: transparent url(images/top-bg-line.gif) repeat-x scroll left top;
  height: 116px;
  }

#headerimg {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
  width: 1000px;
}

#header .logo {
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent:-999em;
}

.logo {
  float: left;
  height: 63px;
  margin-top: 11px;
  overflow: hidden;
  width: 265px;
}
.headerour{ float:right; margin-top:10px; _margin-top:6px; margin-right:10px;}

h1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
}

#proactivechatdiv a {
  background: transparent url(images/chat-btn.gif) no-repeat scroll center center;
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

#header .logo a {
  display: block;
  height: 68px;
  width: 251px;
}

#top-right {
  float: right;
  width: 440px;
}

#top-right .links {
  background: transparent url(images/top-nav.gif) no-repeat scroll left top;
  height: 21px;
  padding: 6px 35px 14px;
  width: 237px;
  margin: 0 0 0 137px;
}

#top-right .links li a.top-link-account {
  background: transparent url(images/top-link-account.gif) no-repeat scroll 0 0;
  width: 79px;
}

#top-right .links li a.top-link-account:hover {
  background: transparent url(images/top-link-account-over.gif) no-repeat scroll 0 0;
}

#top-right .links li a.top-link-cart {
  background:transparent url(images/top-link-cart.gif) no-repeat scroll 0 0;
  width:79px;
}

#top-right .links li a.top-link-cart:hover {
  background: transparent url(images/top-link-cart-over.gif) no-repeat scroll 0 0;
}

#top-right .links li a.top-link-checkout {
  background:transparent url(images/top-link-checkout.gif) no-repeat scroll 0 0;
  width:79px;
}

#top-right .links li a.top-link-checkout:hover {
  background: transparent url(images/top-link-checkout-over.gif) no-repeat scroll 0 0;
}

#top-right .links li {
  float: left;
}

#top-right .links li a {
  color: #FFFFFF;
  display: block;
  height: 25px;
  text-indent: -999em;
  text-decoration: none;
}

input.input-text {
  font-size: 11px;
  padding: 1px;
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #DDDDDD;
}

button {
  -x-system-font: none;
  color:#000000;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  vertical-align: middle;
}

button.button {
  background: transparent url(images/bkg_button.gif) no-repeat scroll 0 50%;
  border-width: 0;
  cursor: pointer;
  overflow: visible;
  padding: 0 0 0 12px;
  width: auto;
}

button.button span {
  -x-system-font: none;
  background: transparent url(images/bkg_button.gif) no-repeat scroll 100% 50%;
  color:#FFFFFF;
  float: left;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 21px;
  margin-left: 2px;
  margin-right:-3px;
  padding: 0 12px 0 0;
  text-align: center;
  white-space: nowrap;
}

form {
  display: inline;
}

div.search-form {
  margin-top: 10px;
  margin-right: 40px;
  text-align: right;
}

#nav {
  float: left;
  /* font-size: 14px; */
  margin: 0 0 0 40px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  width: 900px;
}

#nav li {
  background: transparent url(images/nav.gif) no-repeat scroll 0 0;
  float: left;
  height: 36px;
  position: relative;
  text-align: left;
  width:109px;
  font-size: 13px;
}

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

#nav li.current_page_item, #nav li.current_page_ancestor {
  background: transparent url(images/nav.gif) no-repeat scroll -218px 0;
}

#nav li a:hover {
	text-decoration: none;
}
#nav li a span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
	margin-top:7px;
	margin-left:0px;
	text-align: center;
	height: 29px;
}
#nav li ul a span {
	white-space: normal
}
#nav li a {
	font-weight: bold;
	float: left;
	color: #ebebeb;
	width:109px;
	display: block;
	text-decoration: none ;
}
#nav li a:hover {
	color: #fff;
	background: url(images/nav.gif) -109px 0 no-repeat;
}
#nav li.over a {
	color: #000;
}

#nav ul li {
	float: none;
	font-size: 12px;
}
#nav ul li.last {
	border-bottom-width: 0px;
}

#nav ul ul {
	top: 7px;
}
#nav li.over > ul {
	left: 0px;
}
#nav li.over > ul li.over > ul {
	left: 100px;
}
#nav li.over ul ul {
	left: -10000px;
}

.col1-layout {
  background: #EAEDEC url(images/bg.gif) repeat-x scroll 0 0;
  margin: 0;
  padding: 0;
}

.breadcrumb {
  margin: 8px 5px;
  padding: 0 10px;
  text-align: left;
  width: 940px;
}

.x680-top {
  background: transparent url(images/680-top.gif) no-repeat scroll 0 top;
  padding-top: 11px;
}

.x680-bot {
  background: transparent url(images/680-bot.gif) no-repeat scroll 0 bottom;
  height: 15px;
}

p.edit-entry {
  margin-bottom: 0;
  text-align: right;
}

#content h1 {
  font-size: 1.8em;
  color: #000;
  font-weight: bold;
  line-height: 2em;
}

#content h2, #content h3 {
  margin: 0;
}

#content h3 {
  color: #3366CC;
  margin-bottom: 5px;
  padding-bottom: 3px;
}

.post {
  background: transparent url(images/680-bg.gif) repeat-y scroll 0 0;
  margin: 0;
  width: 700px;
}

.entry {
  background: transparent url(images/box-bg.gif) no-repeat scroll 3px 0;
  padding: 0 13px;
  width: 672px;
  margin-top:-13px;
  #margin-top:0px;
  _margin-top:0px;
  /*/margin-top:0px;*/
}
/* .entry h1{ display:none;} */
.col1-layout .col-main {
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
.cellul{ margin:0; padding-left:0; line-height:14px; }
.list_cell{width:215px; float:left; margin-left:5px; color:#6e6e6e;}
.list_celltop{width:215px; height:138px; text-align:right;}
.list_celldown{background:url(images/bg_cell_down.jpg) no-repeat; width:200px; height:193px; float:right;}
.list_celldown ul{ margin:0; padding-left:0; _margin-left:10px; }
.list_celldown li{ margin:0; padding:0; line-height:5px; #line-height:7px; _line-height:15px; /*/line-height:7px;*/}
.list_celltitle{ text-align:center; color:#000000;}
.list_cellbtn{ text-align:center; margin-top:3px;}
.list_cellbtn img{ margin:0 4px}
.col1-layout .maincontent {
    background:url(images/main-maincontent.gif) repeat-y  center top;
    margin: 0 auto;
    padding: 5px 0;
    width: 973px;
}


.col1-layout .maincontent-bot {
  background:url(images/main-maincontent-bot.gif) no-repeat scroll 0 0;
  margin: 0 auto;
  padding-bottom: 25px;
  width: 973px;
  height:10px;
}

.home .col1-layout .maincontent {
  background:#F1F5F8 url(images/home-maincontent.gif) no-repeat  center top;
  margin: 0 auto;
  padding: 5px 0;
  width: 973px;
}
.homebg{background:#F1F5F8 url(images/home-maincontent.gif) no-repeat  center top;}

.home .col1-layout .maincontent-bot {
  background: transparent url(images/home-maincontent-bot.gif) no-repeat scroll 0 0;
  margin: 0 auto;
  padding-bottom: 25px;
  width: 973px;
}

.footer-content {
  background: #000000 url(images/bot-bg.jpg) no-repeat scroll center top;
  height: 244px;
  padding: 10px;
}

.foot-main {
  margin: 0 auto auto;
  width: 970px;
}

.footer .address {
  background-color:#000000;
  clear: both;
  color:#FFFFFF;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

.footer ul {
  margin: 0;
}

.footer ul li a {
  font-weight: bold;
}

.footer ul ul li a {
  font-weight: normal;
}

.footer ul li {
  float: left;
  height: 239px;
  margin-right: 12px;
  margin-top: 15px;
  text-align: left;
  width: 120px;
}

.footer ul ul {
  height: auto;
  padding: 0;
}

.footer ul ul li {
  float: none;
  height: auto;
  margin: 0;
}

.footer li {
  line-height: 210%;
}

.footer li, .footer a {
  color:  #FFFFFF;
  text-decoration:  none;
}

.address {
  font-style: normal;
}

.footer a:hover {
  color:  #FFFFFF;
  text-decoration: underline;
}

.home #sidebar
{
  width: 300px;
  margin: 0 0 0 0 ;
  padding: 0 10px 0 15px;
  float:right;
  background: url(images/bg_index_sidebar.jpg) no-repeat;
}


.banner {
  margin: 0 0;
  padding: 0;
  text-align: center;
}

.data-table thead {
	background-color: #DBEAF4;
}

.data-table th {
  border: 1px solid #DDDDDD;
  font-weight: bold;
  padding: 5px;
  white-space: nowrap;
}

.home-4ad {
  background: transparent url(images/home-4ad.gif) repeat-y scroll 0 0;
  float: left;
  margin: 5px 0 5px 5px;
  padding: 5px 6px;
  width: 289px;
}

.dev-package h5 {
  background: transparent url(images/arrow-b.gif) no-repeat scroll 0 5px;
  color: #3366CC;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 3px 0 3px 18px;
  font-size: 13px;
}


.index_cell{_width:300000px;}
.index_cell{background-image:url(/wp-content/themes/51Hosting/images/bg_indexcell.gif); height:204px; width:263px; float:left; padding-top:151px; margin-left:38px; margin-top:20px; margin-bottom:16px;}
.index_cell_title{ padding-left:40px;}
.index_cell ul{ margin-left:40px; margin-bottom:8px;}
.index_cell li{background: transparent url(images/icon_li.gif) no-repeat 0 3px; height:18px; line-height:18px;
padding-left:18px;}

.home-4ad-title {
  background: transparent url(images/home-4ad-title.gif) no-repeat scroll 0 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 12px;
  text-align: left;
  line-height: 1.5em;
}

.home-4ad .box-top {
  background: transparent url(images/4box-in-top.gif) no-repeat scroll 0 0;
  font-weight: bold;
  margin: 1px 0 0;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-top: 12px;
  text-align: left;
}

.home-4ad a {
  display: block;
  height: 147px;
  text-indent: -99999em;
  width: 289px;
}

.home-4ad a:hover {
  background-position:  left bottom;
}

.home-4ad1 a {
  background: transparent url(images/4ad.gif) no-repeat scroll left top;
}

.home-4ad2 a {
  background: transparent url(images/4ad1.gif) no-repeat scroll left top;
}

.home-4ad3 a {
  background: transparent url(images/4ad2.gif) no-repeat scroll left top;
}

.home-4ad4 a {
  background: transparent url(images/4ad3.gif) no-repeat scroll left top;
}

#sidebar h2 a {
  color: #FFF;
}

#sidebar h2 a:hover {
  text-decoration: underline;
}

#sidebar h2 img {
  vertical-align: middle;
}

#sidebar h2 {
  background: transparent url(images/2colright-title.gif) no-repeat scroll 0 0;
  color:#FFFFFF;
  font-size: 14px;
  font-weight: bold;
  height: 33px;
  line-height: 30px;
  margin-top: 5px;
  padding: 0 12px;
  text-align: left;
  width: 195px;
}

.home #sidebar h2 {
  background: transparent url(images/title_index_news.jpg) no-repeat scroll 0 0;
  color:#FFFFFF;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  line-height: 30px;
  padding: 0 12px;
  text-align: left;
  width: auto;
  margin-top:-14px;
}

.home #sidebar h2  .rsswidget{ display:none;}

.home #sidebar ul ul {
  background: transparent url(images/home-new-box-top.gif) no-repeat scroll left top;
  padding-top: 9px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
}

.home #sidebar ul ul li {
  background: transparent url(images/new-arrow.gif) no-repeat scroll 5px 3px;
  height: 32px;
  line-height: 22px;
  list-style-type: none;
  padding: 0 0 0 25px;
  margin: 0;
  border: none;
}

.home #sidebar ul li.widget_rss {
  background: transparent url(images/home-new-box-bot.gif) no-repeat scroll left bottom;
  padding-bottom: 10px;
}

.home #sidebar ul li {
  background: none;
  padding-bottom: 0;
}

.menubox {
  height: 29px;
  line-height: 25px;
  padding: 5px 10px 0 0;
  width: 315px;
  margin: 0;
}

#sidebar div.menubox ul li {
  background: transparent url(images/contact-tag-over.gif) no-repeat scroll 0 0;
  color: #68A2F5;
  cursor: pointer;
  display: inline;
  float: right;
  font-weight: bold;
  height: 29px;
  line-height: 30px;
  margin: 0 2px;
  text-align: center;
  width: 69px;
  padding: 0;
}

#sidebar div.menubox ul li.hover {
  background: transparent url(images/contact-tag.gif) no-repeat scroll 0 0;
  color: #FFFFFF;
  font-weight: bold;
  height: 29px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 69px;
}

#sidebar #tab1 ul {
  width: auto;
  margin: 0;
  padding: 0;
}

.contentbox {
  background: transparent url(images/home-contact-bg.gif) no-repeat scroll 0 0;
  color: #FFFFFF;
  height: 28px;
  margin-top: 0;
  padding: 4px 8px 8px;
}

.home #sidebar li.widget_text ul {
  background: none;
}

#sidebar ul ul li {
  background: transparent url(images/new-arrow.gif) no-repeat scroll 5px 5px;
  border-bottom: 1px solid #EBEBEB;
  list-style-type: none;
  padding: 4px 0 3px 25px;
}

#sidebar ul ul {
  background: transparent url(images/box-in-top.gif) no-repeat scroll left top;
  padding-top: 9px;
  padding-left: 0;
  padding-right: 5px;
}

#sidebar ul li {
  background: transparent url(images/box-in-bot.gif) no-repeat scroll 0 bottom;
  padding-bottom: 10px;
}

#content {
  float:left;
  width:700px;;
  overflow:hidden;
	margin-left:5px;
	_margin-left:0px;
	*margin-left:5px;
	*margin-right:5px;
	text-align: left;
	padding:0 0 5px 0px;

  }

.home #content {
  float:left;
  margin-left: 5px;
  width: 620px;
  padding: 0;
  _margin-left:5px;
	*margin-left:0;
	*margin-right:5px;
  }

table {
  border-collapse: collapse;
  empty-cells: show;
}

table.server-list th {
  text-align: center;
  color: #336699;
  font-size: 12px;
}

table.server-list td {
  background: transparent url(images/dot-line.gif) repeat-x scroll 5px bottom;
  color: #333333;
  font-size: 12px;
  font-weight:  normal;
  line-height: 190%;
  padding: 5px 3px;
}

table.server-list td:first-child a {
  background: transparent url(images/button_arrow_red.jpg) no-repeat scroll left center;
  padding-left: 15px;
  font-weight: bold;
}

.data-table td {
  border: 1px solid #DDDDDD;
  padding: 5px;
}

.info-style-title {
  background-color: #DBEAF4;
  color: #333333;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}

.info-style {
  background-color: #FFFFFF;
  color: #666666;
  padding: 3px;
  text-align: center;
}

.info-gray {
  background-color: #EEEEEE;
  color: #666666;
  padding: 3px;
  text-align: center;
}

.dbox {
  background: transparent url(images/4box-bg.gif) repeat-y scroll 0 0;
  float: left;
  width: 290px;
}

.dbox-c li {
  background: transparent url(images/arrow-r.gif) no-repeat scroll 6px 3px;
  border-bottom: 1px solid #EBEBEB;
  color: #666666;
  line-height: 200%;
  margin-left: 5px;
  padding-left: 22px;
  width: 250px;
}

.dbox-top {
  background: transparent url(images/4box-in-top.gif) no-repeat scroll 0 top;
  padding-top: 12px;
}

.dbox-bot {
  background: transparent url(images/4box-bot.gif) no-repeat scroll 0 bottom;
  padding-bottom: 10px;
}

.dbox-title {
  font-weight: bold;
  padding: 1px 10px 8px 15px;
  text-align: left;
}

.blue_btn {

  background: transparent url(images/blue-btn.gif) no-repeat scroll left top;
  color: #FFFFFF;
  display: block;
  height: 26px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  width: 80px;
}

.portfolio img {
  width: 160px;
  height: 104px;
  padding: 5px;
}

.portfolio table {
  margin-bottom: 10px;
  border-bottom: 1px dotted #CCC;
}

a.blue_btn:hover {
  color: #FFFF00;
}

#content h3 {
  border-bottom: 1px dotted #EBEBEB;
  color: #3366CC;
  margin: 0;
  padding: 8px 0;
}

.widecolumn .entry p {
  font-size: 1.05em;
  }

.narrowcolumn .entry, .widecolumn .entry {
  line-height: 1.4em;
  }

.widecolumn {
  line-height: 1.6em;
  }

.narrowcolumn .postmetadata {
  text-align: center;
  }

.thread-alt {
  background-color: #f8f8f8;
}
.thread-even {
  background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

  border-left: 1px solid #ddd;
}

#footer {
  background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
  border: none;
  }

small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
  }

h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
  }

h1 {
  font-size: 4em;
  text-align: center;
  }

#headerimg .description {
  font-size: 1.2em;
  text-align: center;
  }

h2 {
  font-size: 1.5em;
  }

h2.pagetitle {
  font-size: 1.6em;
  }

#sidebar h2 {
  font-family: 'Lucida Grande', Verdana, Sans-Serif;
  font-size: 1.2em;
  width:241px;
  }

h3 {
  font-size: 1.3em;
  }

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
  text-decoration: none;
  color: white;
  }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  color: #333;
  }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
  }

.entry p a:visited {
  color: #b85b5a;
  }

.sticky {
  background: #f7f7f7;
  padding: 0 10px 10px;
  }
.sticky h2 {
  padding-top: 10px;
  }

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  }
.commentlist li ul li {
  font-size: 1em;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  }

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  }

#commentform p {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  }

.commentmetadata {
  font-weight: normal;
  }

#sidebar {
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  color: #777;
  }

code {
  font: 1.1em 'Courier New', Courier, Fixed;
  }


acronym, abbr, span.caps
{
  font-size: 0.9em;
  letter-spacing: .07em;
  }

a, h2 a:hover, h3 a:hover {
  color: #06c;
  text-decoration: none;
  }

a:hover {
  color: #147;
  text-decoration: underline;
  }

#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
  }

#wp-calendar a {
  text-decoration: none;
  }

#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
  }

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  }
/* End Typography & Colors */



/* Begin Structure */
body {
  margin: 0;
  padding: 0;
  }

.narrowcolumn {
  float: left;
  padding: 0 0 20px 0px;
  margin: 0px 0 0 10px;
  background:#fff;
  width: 635px;
  }

.widecolumn {
  width: 710px;
  float: left;
  }
/* .widecolumn {
  padding: 10px 0 20px 0;
  margin: 5px 0 0 150px;
  width: 450px;
  }

.post {
  margin: 0 0 40px;
  text-align: justify;
  } */

.post hr {
  display: block;
  }


.widecolumn .post {
  margin: 0;
  }

.narrowcolumn .postmetadata {
  padding-top: 5px;
  }

.widecolumn .postmetadata {
  margin: 30px 0;
  }

.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

.postmetadata {
  clear: both;
}

.clear {
  clear: both;
}

#footer {
  padding: 0;
  margin: 0 auto;
  width: 760px;
  clear: both;
  }

#footer p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  }
/* End Structure */



/*  Begin Headers */
h1 {
  margin: 0;
  }

h2 {
  margin: 30px 0 0;
  }

h2.pagetitle {
  margin-top: 30px;
  text-align: center;
}

h3 {
  padding: 0;
  margin: 30px 0 0;
  }

h3.comments {
  padding: 0;
  margin: 40px auto 20px ;
  }
/* End Headers */



/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
  }

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  }

.alignright {
  float: right;
  }

.alignleft {
  float: left;
  }
/* End Images */



/* Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  /* text-indent: -10px; */
  }

html>body .entry li {
  margin: 7px 0 8px 10px;
  }

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
  }

.entry ol li {
  margin: 0;
  padding: 0;
  }

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
  }

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 10px;
  }

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
  }

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
  }

ol li, #sidebar ul ol li {
  list-style: decimal outside;
  }

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  }
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: center;
  }

#sidebar #searchform #s {
  width: 108px;
  padding: 2px;
  }

#sidebar #searchsubmit {
  padding: 1px;
  }

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
  }

select {
  width: 130px;
  }

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
  }

#commentform {
  margin: 5px 10px 0 0;
  }
#commentform textarea {
  width: 100%;
  padding: 2px;
  }
#respond:after {
    content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
  }
#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
  }
/* End Form Elements */



/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
  }

.commentlist {
  padding: 0;
  text-align: justify;
  }

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;

  }
.commentlist li ul li {
  margin-right: -5px;
  margin-left: 10px;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
  margin: 5px 0;
  }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }
/* End Comments */



/* Begin Sidebar */
#sidebar
{
  padding: 0 0 10px 0;
  float:left;
  margin-left: 14px;
  *margin-left: 10px;
  _margin-left: 0px;
 /*/ margin-left: 10px;*/
  width: 241px;
  overflow:hidden;
  }

#sidebar form {
  margin: 0;
  }
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
  }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
  }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
  }

#wp-calendar a {
  display: block;
  }

#wp-calendar caption {
  text-align: center;
  width: 100%;
  }

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
  }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
  cursor: help;
  }

acronym, abbr {
  border-bottom: 1px dashed #999;
  }

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
  }

blockquote cite {
  margin: 5px 0 0;
  display: block;
  }

.center {
  text-align: center;
  }

.hidden {
  display: none;
  }

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
  display: none;
  }

a img {
  border: none;
  }

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  }
/* End Various Tags & Classes*/

.ps-os{text-align:right; clear:both; padding-right:6px;}

/* Captions */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}



.deatilintro{ margin-top:3px; *margin-top:-10px; _margin-top:0px; /*/margin-top:-10px;*/ height:129px;}
.deatilintrotitle{font-size:24px; font-weight: bolder; margin-top:40px;}
.deatilintro1{ display:inline; float:left; margin-left:38px; margin-top:15px;}
.deatilintro2{ display:inline; float: left; margin-left:28px;}
.deatilintro3{ display:inline; float: right; text-align:center; margin-right:25px; height:120px; width:100px;}
.deatilbox{ color:#6e6e6e; font-size:14px; width:612px; margin-left:37px; padding:21px 0; _padding-bottom:10px; border:1px solid #dcdcdc; border-width:1px 0; height:135px; *height:135px; _height:0px; /*/height:115px;*/}
.deatilbox ul li{ background: transparent url(images/icon_li.gif) no-repeat 0 3px; height:28px; line-height:14px;
padding-left:18px; margin-bottom:4px;}
.deatilleft{ width:330px; float:left;}
.deatilright{ width:240px; float:left;}
.deatildc{border-bottom:1px solid #dcdcdc; width:460px; margin-left:37px; line-height:20px; padding:22px 152px 25px 8px; color:#6e6e6e; background: url(images/bg_dc.gif) no-repeat 488px 13px;}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
  It won't be a stylish marriage, I can't afford a carriage.
  But you'll look sweet upon the seat of a bicycle built for two." */

