/* CSS for Blue Water Media */


/* generic rules */
* {
  margin: 0;
  padding: 0;
}
body {
  font: 80% arial, helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 {
  color: #5495ce;
  font-size: 1.7em;
  margin: 0 0 5px 5px;
}

h1.index{
  font-size: 1.3em;
}

h2 {
  color: #5495ce;
  font-size: 1.5em;
  margin: 0 0 10px 0;
}
h3 {
  color: #5495ce;
  font-size: 1.3em;
  margin: 0 0 5px 0;
  font-weight: bold;
}

h4 {
  color: #e38b0e;
  font-size: 1.1em;
  margin: 10px 0 5px 0;
  font-weight: bold;
}

input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul, ol { margin: 0 0 5px 10px; 
    color: #666666;}
li { margin: 2px 0; }
p { margin: 0 0 10px 5px;
    color: #666666;
	line-height: 1.6em; }
img { border: 0; }


/* generic classes */
.half { width: 49%; }
.l { float: left; }
.r { float: right; }
.clear { clear: both; }

.m-tb-5 { margin: 5px 0; }
.m-tb-10 { margin: 10px 0; }
.m-t-10 { margin: 10px 0 0 0; }

.b { font-weight: bold; }
.no-b { font-weight: normal; }
.u { text-decoration: underline; }
.no-u { text-decoration: none; }
.i { font-style: italic; }
.no-i { font-style: normal; }
.small { font-size: .90%; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }

.orange { color: #e38b0e; }
.red { color: #b22911; }
.lt-blue { color: #5495ce; }


.radios {
  margin: 5px 10px 0 10px;
  line-height: 1.3em;
}

.no-bullet {
  list-style-type: none;
  margin: 0 0 5px 10px;
}

.clients{
  color: #5495ce;
  font-size: 1.3em;
  margin: 0 0 5px 5px;
  font-weight:normal;
}


.li-5 li { margin: 5px 0; }

/* wrapper and its gradient lines */

#wrapper {
  width: 920px;
  margin: 0 auto;
}

.grad {
  width: 920px;
  height: 6px;
  position: absolute;
  z-index: 5;
  margin-left: -22px;
}
.header-top {
  margin-top: 10px;
}
.header-bot {
  margin-top: 110px;
}
.nav-top {
  margin-top: -5px;
}
.nav-bot {}
.footer-bot {
  margin-top: -68px;
  margin-left: 0;
}


#container {
  width: 876px;
  margin: 0 auto;
}

/* header */

#header {
  height: 125px;
}

#blue-top {
  width: 100%;
  height: 15px;
  background: #f3f7fb;
}

#logo {
  float: left;
  margin: 14px 0 11px 0;
}

#contact {
  float: right;
  margin: 30px 0 0 0;
  text-align: right;
  font-size: 130%;
  font-weight: bold;
  color: #92bce0;
}

/* navigation */

#nav {
  font-size: 110%;
  font-weight: bold;
}

.nav-int {
  background: url('/images/bg-nav.gif') repeat-x;
  height: 45px;
  padding: 1px 0 0 0;
}
.nav-home {
  background: #e0ecf6;
  padding: 0 0 10px 0;
}
.nav-links {
  background: #ffffff;
  line-height: 35px;
}

/* drop down */

#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}

#nav a {
  display: block;
  margin: 10px 42px 0 4px;
  padding: 0 0 10px 0;
  float: left;
  text-decoration: none;
  color: #4d90cd;
}

#nav li {
  float: left;
}

#nav li:hover, #nav li.sfhover {
  position: static;
}

#nav li img{
  margin: 4px 0 0 0;
}

#nav li ul {
  position: absolute;
  z-index: 75;
  background: #ffffff;
  width: 10em;
  left: -999em;
  border: solid 1px #4d90cd;
  margin: 30px 0 0 35px;
  text-align: left;
}

#nav li ul li{
  width: 10em;
  margin: 0;
}

#nav li ul li a{
  display: block;
  padding: 5px 3px;
  margin: 0;
  float: left;
  text-decoration: none;
  color: #4d90cd;
  width: 9.5em;
  font-weight: normal;
}
#nav li ul li a:hover {
  color: #b22911;
  background: #e0ecf6;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}


/* main content area */
#main {
  margin: 20px 0;
}

#boxes {
  margin: 0 0 20px 0;
}

.grey-box {
  width: 276px;
  text-align: left;
}
.grey-box-top {
  background: url('/images/bg-blue-grad-top2.gif') no-repeat;
  color: #ffffff;
  font-size: 150%;
  padding: 8px 0 8px 10px;
}
.grey-box-content {
  background: url('/images/bg-grey-box.gif') repeat-x bottom;
  height: 75px;
  border-left: solid 1px #b2b2b2;
  border-right: solid 1px #b2b2b2;
  border-bottom: solid 1px #b2b2b2;
  padding: 10px;
}
.grey-box-content-home {
  background: url('/images/bg-grey-box.gif') repeat-x bottom;
  height: 170px;
  border-left: solid 1px #b2b2b2;
  border-right: solid 1px #b2b2b2;
  border-bottom: solid 1px #b2b2b2;
  padding: 10px;
}
.grey-box-content a {
  text-decoration: none;
  color: #e38b0e;
  font-weight: bold;
}
.grey-box-content a img {
  margin: 0 3px 0 0;
}
.corner-bottom {
  position: relative;
  margin-top: -6px;
}

.grey-box-side {
  margin: 0 0 10px 0;
}
.grey-box-side .grey-box-content {
  background: url('/images/bg-grey-box-side.gif') repeat-x bottom;
  border-top: solid 1px #b2b2b2;
}
/*   -------------  home page  three  boxes  individual  styles begin   ------------------- */ 
.marketing {
  margin: 0px 151px 0px 0px;
  color: #666666;
  font-size: .93em;
  line-height: 1.4em;
            
			}
	
.design {
  margin: 0px 111px 0px 0px;
  color: #666666;
  font-size: .93em;
  line-height: 1.4em;
            
			}	
.support {
  margin: 0px 121px 0px 0px;
  color: #666666;
  font-size: .93em;
  line-height: 1.4em;
            
			}	
			

/*   -------------  home page  three  boxes  individual  styles end  ------------------- */ 


#left {
  width: 580px;
  float: left;
}

.proven {
   margin-bottom: 20px;
}

.proven a {
  color: #e38b0e;
  text-decoration: none;
}
.proven a:hover {
  color: #e38b0e;
  text-decoration: underline;
}

#content {
  margin: 10px 10px 5px 10px;
}
#content a {
  color: #e38b0e;
    text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#sidebar li a {
  color: #e38b0e;
    text-decoration: none;
}
#sidebar li a:hover {
  text-decoration: underline;
}
#content table { margin: 5px 0 10px 0; }
#content th, td { padding: 3px; }

#right {
  width: 275px;
  float: right;
}
#wp-nav {
}
#wp-nav a {
  color: #5495ce;
}
#wp-nav a:hover {
  text-decoration: none;
}
#wp-nav ul {
  list-style: none;
}
#wp-nav li ul {
  margin: 0 0 5px 15px;
}

.portfolio-thumbs {
}
.portfolio-thumbs img {
  margin: 5px;
  border: solid 1px #cccccc;
}

.grey-grey-box {
  margin: 0 10px 10px 0;
}
.grey-grey-box-top {
  background: #dedede;
  height: 15px;
}
.grey-grey-box-content {
  background: #f7f7f7;
  padding: 10px;
}
.grey-grey-box-content ul.services {
  float: left;
  list-style: none;
  margin: 0 10px 0 0;
}
.grey-grey-box-content ul.services li {
  margin: 5px 0;
}
.grey-grey-box-content ul.services li.first {
  color: #5495ce;
  font-size: 110%;
  font-weight: bold;
}
.grey-grey-box-content ul.services a {
  color: #90ab40;
  text-decoration: none;
}
.grey-grey-box-content ul.services a:hover {
  text-decoration: underline;
}

.grey-grey-box-content .image-box {
  float: right;
  background: url('/images/bg-grey-image-box.gif') no-repeat;
  width: 203px;
  height: 67px;
  padding: 18px;
}
.grey-grey-box-content .image-box img {
  margin: 0 5px;
}

.grey-blue-box {}
.grey-blue-box-top {
  background: url('/images/news-box-top.gif') no-repeat;
  height: 15px;
}
.grey-blue-box-content {
  background: #f7f7f7;
  padding: 10px;
}

ul.news-items {
  list-style: none;
  margin: 0;
  color: #666666;
  line-height: 1.2em;
}
ul.news-items li {
  margin: 10px 0;
  font-size: 90%;
}
ul.news-items a {
  color: #e38b0e; 
  text-decoration: none;
}
ul.news-items a:hover {
  color: #e38b0e;
  text-decoration: underline;

}
ul.news-items .date {
  color: #5495ce;
  font-weight:bold;
}

ul.blue-dots {
    color: #666666;
  margin: 0 0 0 25px;
  list-style: url('/images/li-blue-dot.gif');
  line-height: 1.2em;
}
ul.blue-dots li {
   margin: 10px 0;
  font-size: 90%;
}
ul.blue-dots a {
  color: #e38b0e; 
  text-decoration: none;
}
ul.blue-dots a:hover {
  color: #e38b0e;
  text-decoration: underline;
}
ul.blue-dots .date {
  color: #5495ce;
  font-weight:bold;
}

/* footer */

#footer {
  clear: both;
  color: #888888;
  margin: 0 0 50px 0;
  padding: 45px 0;
}
#footer .l { color: #4d90cd; }
#footer .r { margin: 35px 0 0 0; }
#footer a {
  margin: 5px;
  color: #4d90cd;
  text-decoration: none;
}
#footer a:hover { text-decoration: underline; }

/* wordpress */
/* sidebar START */
#sidebar {
	background:#F7F7F7 url(img/sidebar_shadow.gif) top repeat-x;
	width:275px;
	float:right;
	font-size:95%;
	line-height:145%;
	overflow:hidden;
	padding-top:8px;
}
#sidebar li {
	background:url(img/icons.gif) 0 -560px no-repeat;
	padding-left:0px;
	list-style:none;
	margin-top:5px;
	/*font-size:95%;*/
}
#sidebar .content, 
#sidebar li {
	font-size:12px;
}
#centersidebar, 
#northsidebar .widget, 
#southsidebar .widget {
	background:url(img/widgetsep.png) bottom no-repeat;
	padding:10px 5px 16px;
	clear:both;
}
#centersidebar {
	padding-bottom:6px;
}
#northsidebar, 
#southsidebar {
	font-size:95%;
}
#northsidebar .widget h2, 
#southsidebar .widget h2 {
	margin-bottom:10px;
}
#northsidebar .widget .content p, 
#southsidebar .widget .content p {
	margin-bottom:10px;
}
#westsidebar {
	width:121px;
	float:left;
	padding-right:5px;
	font-size:95%;
	overflow:hidden;
}
#eastsidebar {
	width:129px;
	float:right;
	font-size:95%;
	overflow:hidden;
}
#westsidebar h3, 
#eastsidebar h3 {
	margin-bottom:5px;
}
#westsidebar .widget, 
#eastsidebar .widget {
	margin-bottom:15px;
}
#sidebar .widget_feeds {
	padding:5px 15px 15px;
}
#sidebar #feedrss, 
#sidebar #feedemail, 
#sidebar #followme {
	height:25px;
	line-height:25px;
	display:block;
	padding:5px 5px 5px 36px;
	float:left;
	text-decoration:none;
	font-size:11px;
}
#sidebar #feedrss {
	background: url(/blog/wp-content/themes/inove/img/feeds.gif) 5px 5px no-repeat;
}
#sidebar #feedemail {
	background: url(/blog/wp-content/themes/inove/img/feeds.gif) 5px -45px no-repeat;
	margin-left:10px;
}
#sidebar #followme {
	background: url(/blog/wp-content/themes/inove/img/feeds.gif) 5px -95px no-repeat;
	margin-left:10px;
}
#subscribe ul {
	display:none;
	position:absolute;
	background:#F4F5F7;
	border:1px solid #B7B7B7;
	width:180px;
	padding:5px;
}
#subscribe li {
	background:transparent;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	display:block;
}
#subscribe li a span {
	background:url(img/readers.gif) no-repeat;
	height:20px;
	width:80px;
	display:block;
	text-indent:-999em;
}
#subscribe li#google_reader a span {
	background-position:0 0;
}
#subscribe li#youdao_reader a span {
	background-position:0 -20px;
}
#subscribe li#xianguo_reader a span {
	background-position:0 -40px;
}
#subscribe li#zhuaxia_reader a span {
	background-position:0 -60px;
}
#subscribe li#yahoo_reader a span {
	background-position:0 -80px;
}
#subscribe li#newsgator_reader a span {
	background-position:0 -100px;
}
#subscribe li#bloglines_reader a span {
	background-position:0 -120px;
}
#subscribe li#inezha_reader a span {
	background-position:0 -140px;
}
#subscribe li a {
	display:block;
	padding:5px;
	text-decoration:none;
	width:80px;
	font-size:12px;
}
#subscribe li a:hover {
	background:#EEDDCC;
}
#tag_cloud a {
	line-height:130%;
}
/* sidebar END */

.post {margin-bottom:40px; border-bottom:solid 1px #ccc; padding-bottom:20px}
