/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin: 0px;
  padding: 0px;
  color: #000;
  background-color: #000;
  font: 11px Helvetica, Verdana, Arial, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 34px;
  line-height:36px;
  font-weight:normal;
  color:black;
  text-align:left;
  font-family:helvetica;
}
h2 {
  font-size: 1.2em;
  font-weight:normal;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  -webkit-transition: color .2s linear;
}
a:link {
  color: #39c;
  
}
a:visited {
  color: #39c;
}
a:hover {
  color: #369;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}

#mission, .node .content, .comment .content {
  line-height: 19px;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}


/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {

}
.block .title {

}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
  
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
div.container{
width:1024px;
margin:auto;
background:url(/web-design-company/themes/bluemarine/containerback.png) no-repeat center top white;
color:black;
min-height:100%;

}
div.fullpage{
background:url(/web-design-company/themes/bluemarine/fullpageback.png) center top black repeat-x;
min-height:100%;
}
#footer {
 background:url(/web-design-company/themes/bluemarine/footerback.png) repeat-x white;
 width:100%;
 margin-top:25px;
 text-transform:uppercase;
}
.headerdiv{
background:black;
width:1024px;
height:81px;
}
.webmail img{
height:145px;
width:50px;
}
.logodiv{
float:left;
width:243px;
height:142px;
position:relative;
}
.logodiv a{
display:block;
height:110px;
width:243px;
}
.logodiv img{

}
.maincontainer{
width:1024px;
float:left;
margin-top:-20px;
}
.midbar{
width:1024px;
background:url(/web-design-company/themes/bluemarine/midbar.png) no-repeat;
height:125px;
float:left;
margin-bottom:20px;
color:white;
}
.midbar .content{
color:white !important;
}

.midbarleft{
margin-left:70px;
width:450px;
color:white;
text-align:justify;
float:left;
}
.midbarright{
float:left;
position:relative;
bottom:201px;
left:45px;

}
#frontslide img{
width:425px;
height:326px;
display:none;
}
.menudiv{
height:81px;
}
.menudiv .views-row{
float:left;
margin-right:28px;
margin-top:30px;
text-transform:uppercase;
}
.menudiv ul li{
list-style:none;
}
.menudiv .views-row .views-field-title{
font-size:15px;
font-family:Georgia;
}
.menudiv .views-row .views-field-field-subtitle-value{
font-size:10px;
}

.menudiv .views-row .views-field-field-subtitle-value a{
display:inline;
color:#867974;
float:left;
margin-top:-32px;
padding-left:13px;
padding-right:30px;
font-size:9px;
}

.menudiv .views-row:hover a{
color:white;
}
.blockbar div{
float:left;
width:291px;
height:167px;
margin-right:8px;
}
.blockbarleft{
width:333px !important;
}
.blockbar{
padding-left:31px;
float:left;
margin-bottom:8px;
margin-top:25px;
}
.midbarleft .views-row .views-field-created{
float:left;
width:73px;
height:45px;
background:url(/web-design-company/themes/bluemarine/ribbon.png);
margin-top:10px;
margin-left:-50px;
}
.midbarleft .views-row .views-field-created span{
float:left;
margin-left:14px;
margin-top:4px;
}
.midbarleft .views-row .views-field-picture{
float:left;
margin-top:2px;
margin-left:10px;
margin-right:10px;
}
.midbarleft .views-row .views-field-picture img{
width:24px;
height:24px;
margin-top:7px;
}
.midbarleft .views-row .views-field-title a{
color:white;
font-size:26px;
}
.midbarleft .views-row .views-field-body{
float:left;
margin-top:-15px;
line-height:22px;
width:455px;
}
.midbarleft .views-row .views-field-view-node{
float:right;
margin-top:-16px;
}
.item-list ul li{
margin:0px !important;
}

.rightfooter{
width:387px;
float:right;
background:url(/web-design-company/themes/bluemarine/typewriter.png);
height:285px;
clear:right;
margin-right:80px;
margin-left:557px;
bottom:0px;
position:fixed;
}
h1.innertitle{
text-align:left !important;
}

.view-RightBlog .views-field-created{
float:left;
width:73px;
height:45px;
background:url(/web-design-company/themes/bluemarine/blogribbon.png) no-repeat;
margin-left:-62px;
margin-right:3px;


}
.view-RightBlog .views-field-created span{
float:left;
margin-left:13px;
margin-top:4px;
color:white;
text-transform:uppercase;
font-size:14px;
}
.view-RightBlog .views-field-picture{
float:left;
margin-right:10px;
}
.view-RightBlog .views-field-picture img{
height:35px;
width:35px;
}
.view-RightBlog .views-field-name{
font-size:8px;
}
.view-RightBlog .views-field-title a{
font-size:17px;
color:#333;
}
.view-RightBlog .views-field-teaser{
float:left;
line-height:18px;
font-size:11px;
margin-bottom:8px;
}
.view-RightBlog .views-row{
float:left;
}
.view-Portfolio .view-content{
margin-left:264px;
}

.view-Portfolio .views-field-body{
width:450px;
float:left;
text-align:justify;
margin-top:-150px;
color:black;
height:150px;
overflow:hidden;
padding-left:25px;
padding-right:25px;
position:relative;
padding-top:14px;
font-size:13px;
}
.view-Portfolio .views-field-field-testimonial-value{
display:none;
}
.views-field-field-showcaseimage-fid{
width:500px;
height:350px;
}
ul.menu li{
float:left;
margin-right:15px;
height:58px;
padding:21px 10px 0px 10px;
/*-webkit-transition: color .3s linear;*/
-webkit-transition: background-position .1s linear;
background:url(/web-design-company/themes/bluemarine/hover-active.png) -200px 0px no-repeat;

}
ul.menu li a{
color:#acacac;
display:block;
height:81px;
margin-top:-20px;
padding-top:20px;
-webkit-transition: color .3s linear;
}
ul.menu li .menutop{
font-size:19px;
font-variant:small-caps;
font-family:Georgia;
-webkit-transition: margin-top .2s linear;
float:left;
}
ul.menu li .menubottom{
font-family:helvetica;
text-transform:uppercase;
font-size:10px;
float:left;
margin-top:-3px;
-webkit-transition: margin-top .2s linear;
clear:both;
}
ul.menu li.active-trail ul li{
margin-top:0px;
-webkit-transition: margin-top .2s linear;
background:none !important;
}
ul.menu li.active-trail ul li{
margin-top:-10px;
}
ul.menu li:hover .menutop, ul.menu li.active-trail .menutop{
margin-top:10px;
}
ul.menu li:hover .menubottom, ul.menu li.active-trail .menubottom{
margin-top:-30px;
}
ul.menu{
float:left;
margin-left:10px;
}
ul.menu ul.menu{
position:absolute;
width:732px;
margin-left:-136px;
background:url(/web-design-company/themes/bluemarine/subnavback.png) no-repeat #4ac8ef;
padding-top:6px;
top:81px;
height:27px;
-moz-border-radius-bottomleft:8px;
border-bottom-left-radius:8px;
}
ul.menu ul.menu li{
padding-top:0px;
}
.view-Portfolio .field-content{
height:350px;
}
.view-Portfolio .views-row{
background:url(/web-design-company/themes/bluemarine/testimonial-back.jpg) no-repeat !important;
}
.view-Portfolio .field-content a{
display:block;
float:right;
margin-left:20px;
margin-right:40px;
}
.view-Portfolio .field-content div{
padding:20px;
width:500px;
color:#ddd;
font-size:33px;
text-align:left;
font-family:georgia;
font-style:italic;
line-height:32px;
}
.view-Portfolio .views-field-body .field-content{
background:none;
margin-top:20px;
}

.menudiv ul li:hover, .menudiv ul li.active-trail{
background-position:0px 0px !important;
}
.menudiv ul li:hover a, .menudiv ul li.active-trail a{
color:white;
}
.menudiv ul li:hover a{
cursor:pointer;
}
.menudiv ul li ul li:hover{
background-image:none !important;
background-position:-200px 0px !important;
}
#edit-search-block-form-1-wrapper label{
display:none;
}
#edit-search-block-form-1-wrapper input{
float:left;
margin-top:-1px;
margin-right:5px;
width:210px;
}
.menudiv ul li ul li a{
color:white;
-webkit-transition: color .3s linear;
display:inline !important;
}
.menudiv ul li ul li a:hover{
color:black;
}
.view-Portfolio{
background:url(/web-design-company/themes/bluemarine/portfolio-back.jpg) no-repeat;
padding-top:23px;
}
.maintag h1{
display:inline;
font-size:31px !important;
}
.maintag{
font-size:31px;
margin-bottom:9px;
line-height:36px;
letter-spacing:-1px;
text-align:left;
color:black !important;
word-spacing:-1px;
}
div.blockbar div{
margin-top:0px;
-webkit-transition: margin-top .2s linear;
}
div.blockbar div:hover{
margin-top:-4px;
}
div.webmail{
position:absolute;
width:50px;
height:145px;
top:0px;
margin-top:-24px;
background:url(/web-design-company/themes/bluemarine/flag.png) no-repeat;
-webkit-transition: margin-top .2s linear;
margin-left:930px;
z-index:9999;
}
div.webmail:hover{
margin-top:-16px;
}
div.webmail a{
display:block;
width:100%;
height:100%;
}
@-webkit-keyframes floatItLeft {
  from { margin-right: 0px; }
  50% { margin-right: 15px; }
  to { margin-right: 0px; }
}
#chuck, #kevin, #jesse, #nick{
width:430px;
height:62px;
float:left;
margin-bottom:10px;
margin-right:0px;
}
#chuck-active, #kevin-active, #jesse-active, #nick-active{
width:430px;
height:61px;
float:left;
margin-bottom:10px;
}
#chuck a, #kevin a, #jesse a, #nick a{
display:block;
width:100%;
height:100%;
}
#chuck-active a, #kevin-active a, #jesse-active a, #nick-active a{
display:block;
width:100%;
height:100%;
}
#chuck{
background:url(/web-design-company/themes/bluemarine/right-chuck.jpg) 0px -61px no-repeat;
-webkit-transition: background-position .2s linear;
}
#chuck:hover{
background-position: 0px 0px;
}
#chuck-active{
background:url(/web-design-company/themes/bluemarine/right-chuck.jpg) 0px 0px no-repeat;
}
#kevin{
background:url(/web-design-company/themes/bluemarine/right-kevin.jpg) 0px -61px no-repeat;
-webkit-transition: background-position .2s linear;
}
#kevin:hover{
background-position:0px 0px;
}
#kevin-active{
background:url(/web-design-company/themes/bluemarine/right-kevin.jpg) 0px 0px no-repeat;
}
#jesse{
background:url(/web-design-company/themes/bluemarine/right-jesse.jpg) 0px -61px no-repeat;
-webkit-transition: background-position .2s linear;
}
#jesse:hover{
background-position:0px 0px;
}
#jesse-active{
background:url(/web-design-company/themes/bluemarine/right-jesse.jpg) 0px 0px no-repeat;
}
#nick{
background:url(/web-design-company/themes/bluemarine/right-nick.jpg) 0px -61px no-repeat;
-webkit-transition: background-position .2s linear;
}
#nick:hover{
background-position:0px 0px;
}
#nick-active{
background:url(/web-design-company/themes/bluemarine/right-nick.jpg) 0px 0px no-repeat;
}
#jesse:hover, #chuck:hover, #kevin:hover, #jesse-active:hover, #chuck-active:hover, #kevin-active:hover, #nick:hover, #nick-active:hover{
 /* -webkit-animation-name: floatItLeft;
  -webkit-animation-duration: .8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out; */
}
.content{
font-family:tahoma;
color:#696969;
}
.contactone{
font-size:14px;
letter-spacing:4px;
width:100%;
text-align:center;
}
.contacttwo{
font-size:14px;
letter-spacing:3px;
width:100%;
text-align:center;
}
.view-Portfolio #next{
position:absolute;
margin-top:-267px;
margin-left:140px;
background:url(/web-design-company/themes/bluemarine/arrowleft.png) no-repeat;
width:79px;
height:183px;
display:block;
}
.view-Portfolio #next:hover{
background:url(/web-design-company/themes/bluemarine/arrowleft-hover.png) no-repeat;
}
.view-Portfolio #prev{
position:absolute;
margin-top:-267px;
margin-left:810px;
background:url(/web-design-company/themes/bluemarine/arrowright.png) no-repeat;
width:79px;
height:183px;
display:block;
}
.view-Portfolio #prev:hover{
background:url(/web-design-company/themes/bluemarine/arrowright-hover.png) no-repeat;
}
.view-Portfolio .view-header{
float:left;
margin-left:281px;
position:absolute;
margin-top:-30px;
}
.view-locationblock{
border:5px solid #ccc;
height:100px;
overflow:hidden;
-webkit-transition: height .2s linear;
}
.view-locationblock:hover{
height:400px;
}
.footercontainer{
width:775px;
margin:auto;
font-size:10px;
height:65px;
}
.footercontainer .block{
float:left;
margin-top:-6px;
}
#block-block-11{
margin-top:0px;
}
.footercontainer .block ul li{
list-style:none;
float:left;
margin-right:14px;
}
.footercontainer .block a{
color:white;
}
#block-block-12{
color:white;
margin-top:26px;
margin-left:80px;
margin-right:45px;
}
#block-block-12 a{
color:#bebebe !important;
-webkit-transition: color .5s linear;
}
.footercontainer:hover a, .footercontainer:hover #block-block-12 a{
color:#ff8a00 !important;
}
#block-block-12 div{
float:left;
margin-right:7px;
}
#block-block-12 img{
float:left;
margin-right:2px;
}
#block-block-13{
color:white;
margin-top:26px;
font-size:10px;
}
#block-block-14{
float:none !important;
margin:auto !important;
}
.view-FrontPageBlogBlock .views-field-title{
float:left;
margin-top:6px;
}
.view-Blog .picture{
float:left;
margin-right:24px;
margin-bottom:1px;
}
.view-Blog .views-field-title{
clear:both;
}
.view-Blog .views-field-body{
font-family:tahoma;
color:#696969;
line-height:17px;
}
.view-Blog .views-field-created, .view-Blog .views-field-name{
font-size:10px;
color:#000;
font-style:italic;
}
#block-views-AuthorView-block_1 h2, #block-views-AuthorView-block_2 h2, #block-views-AuthorView-block_3 h2{
color:black;
font-style:italic;
font-size:13px;
float:left;
clear:left;
width:450px;
margin-top:10px;
}
#block-views-AuthorView-block_1 .view h2, #block-views-AuthorView-block_2 .view h2, #block-views-AuthorView-block_3 .view h2{
font-style:normal;
font-size:17px;
}
#block-block-15 ul li{
float:left;
list-style:none;
margin-left:14px;
}
#block-block-15 ul{
margin-top:20px;
height:35px;
width:282px;
margin-left:-26px;
}
#block-search-0{
clear:both;
}

.view-AuthorView{
clear:left;
}

/*--- FOLD IS DEAD BLOG POST ---*/

#fold img {
	display: block;
	margin: 0 auto;
	border:	5px solid #ddd;

}

#fold h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;

}

#fold h3 {
	font-size: 16px;

}