/*
 Theme Name: newvibes
 Theme URI: http://www.newvibes.com/
 Description: KJ's custom photo portfolio web theme
 Version: 1.0
 Author: KJ
 Author URI: http://newvibes.com/
 Tags: jQuery, transparency, gallery, photography, clean, grid
 
 newvibes v1.0
 http://newvibes.com/
 
 This theme was designed and built by KJ,
 whose blog you will find at http://newvibes.com/
 
 The CSS, XHTML and design is copyright protected.
 
 */
body {
    margin: 0px;
    padding: 0px;
    color: #FFF;
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    font-size: 12px;
    background-color: #000;
    line-height: 18px;
}

html, body, #cont, #bg, #bg table, #bg td {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#cont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 70;
    overflow: auto;
}

#siteLogo {
    margin-bottom: 1px;
}

#mainNavigationBar, #secondaryNavigationBar, .blogSynopsis, .navigation {
    padding: 5px;
    width: 190px;
    background-image: url(images/tile.png);
    background-repeat: repeat;
    background-position: left top;
    margin-bottom: 1px;
}

.navigationBarSection {
    margin-bottom: 10px;
}

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

.blogContent, .postnavigation {
    padding: 5px;
    width: 700px;
    background-image: url(images/tile.png);
    background-repeat: repeat;
    background-position: left top;
    margin-bottom: 1px;
}

.nextPost {
    float: right;
    text-align: right;
}

.previousPost {
    float: left;
    text-align: left;
}

.blogSynopsis, .navigation {
    width: 360px !important;
    margin-right: 1px;
    float: left;
}

.commentNavigation {
    width: 700px;
}

.comment, .pingback {
    padding: 5px;
    margin-bottom: 1px;
}

.even {
    background-color: #111111;
}

.odd {
    background-color: #292929;
}

#bg div {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%
}

#bg td {
    vertical-align: middle;
    text-align: center
}

#bg img {
    min-height: 50%;
    min-width: 50%;
    margin: 0 auto
}

#footer, #twitter {
    padding: 5px;
    text-align: right;
    width: 190px;
    background-image: url(images/tile.png);
    background-repeat: repeat;
    background-position: left top;
}

#twitter {
	margin-top: 1px;
}

a {
    color: #FFF;
    text-decoration: none;
}

a img {
    border: none;
}

.navigationBarSection a, ul.blogroll li a {
    display: block;
    width: 190px;
    padding: 0;
    margin: 0;
}

ul.blogroll li a {
    width: 350px;
}

.navigationBarSection a {
    font-size: 10px;
    padding-left: 5px;
}

.navigationBarSection a:hover, ul.blogroll li a:hover {
    background-color: #fff;
    color: #000;
}

li.page_item, li.cat-item {
	font-weight:bold;
}

li.current-cat a, li.current-cat a:hover, li.current_page_item a, li.current_page_item a:hover {
    background-color: #fff !important;
    color: #000 !important;
}

li.project {
    padding-left: 10px;
}

li.project a {
    width: 180px !important;
    padding-left: 5px;
}

small {
    font-size: 9px;
}

img.webImage {
    margin-top: 5px;
}

ul.blogroll {
    list-style: none;
    margin: 5px;
    padding: 0;
}

.slide {
    position: relative;
}

.blogSynopsis, .drawer {
    position: relative;
}

.blogSynopsis a {
    text-decoration: underline;
}

.drawer {
    float: right;
    margin-bottom: 1px;
}

h3 {
    display: block;
    padding: 0;
    margin: 0;
}

a:active {
    outline: none !important;
}

.blogContent a {
	text-decoration:underline;
}

small {
	font-size:11px;
}