/*=============================================================
Type:               VGroup blog-specific styles
Document Author:    Mark Perkins
Author Email:       mark@vgroup.com
---------------------------------------------------------------
Creation Date:      10-04-2010
============================================================ */

/* layout styles & overrides
============================================== */

body {
/*    background-color: #EEE;*/
}

p, li,
.footer li,
.footer p,
#coda li a {
/*    color: #666;*/
}

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

/*input.text,
textarea.text {
    background: #EEE;
    color: #666;
}*/

/*.section {
    background-color: #FFF;
}
*/
/*h1#breadcrumbs,
h1#breadcrumbs a {
    color: #444;
}

h1#breadcrumbs span {
    color: #999;
}*/

.header,
.footer .segment,
div.main {
    background-image: url(../img/splitter_main.gif);
}

.wrapper {
    overflow: hidden;
    background: url(../img/splitter_content.gif) no-repeat 0 0;
}

#coda li {
	border-right: 1px solid #CCC;
}

#main_nav > li > a:first-child,
#main_nav > li > a.first {
    color: #777;
}

#main_nav > li > a:first-child:hover,
#main_nav > li > a.first:hover {
    color: #FFF;
}

.wrapper .content {
    width: 572px;
    float: left;
}

.wrapper .nav {
    float: right;
    width: 138px;
}

.ie6 .primary {
    margin-right: -225px;
}

.pagination {
    text-align: right;
    width: 572px;
    margin-bottom: 12px;
}

.article h2 {
    margin: 0 0 2px 0;
    font-size: 18px;
    font-weight: bold;
}

.article p.date {
    font-weight: bold;
    color: #777;
}

.article {
    overflow: hidden;
    padding: 15px 0 5px 0;
}

/* Secondary content area
============================================== */

.secondary .links {
    margin-top: 75px;
    margin-left: 10px;
}

.secondary .links a {
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 2px 0 2px 20px;
}

.secondary .links li {
    margin-bottom: 8px;
}

/* latest tweet */

#tweet_wrap {
	width: 156px;
	padding: 30px 14px 14px 14px;
	background: #EEE url("http://www.vgroup.com/uploads/images/cs_list_arrowblock.gif") no-repeat 0 -320px;
	margin-left: 10px;
}

#tweet_wrap,
#tweet_wrap li {
	font-size: 14px;
}

#tweet_wrap p {
    margin-bottom: 0;
}

#tweet_wrap a {
    text-decoration: underline;
}

p#tweet {
    font-family: georgia, palatino, 'palatino linotype', times, serif;
    margin-bottom: 6px;
    color: #088CBD;
}

#tweet_wrap p.date {
    font-size: 11px;
    color: #888;
}

.hasJS #quick_contact {
    display: block;
    margin-top: -1.6em;
}

/* Sidebar navigation
============================================== */

.wrapper .nav h3 {
    margin: 19px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

.wrapper .nav ol {
     border-top: 1px solid #CCC;   
}

.wrapper .nav li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 2px;
    font-family: georgia, palatino, times, serif;
    border-bottom: 1px solid #CCC;
    padding: 3px 0 4px 0;
}

.wrapper .nav li.vg_cat {
    margin-bottom: 0;
    font-family: arial, helvetica, sans-serif;
}

.wrapper .nav li.current a {
    color: #666;
    cursor: default;
}

.wrapper .nav .latest_posts_links li {
/*    margin-bottom: 5px;*/
}

.wrapper .nav .vg_cat {
    font-weight: bold;
    text-transform: uppercase;
}

.nav .split {
/*    border-top: 1px solid #DDDDDD;*/
    padding-top: 19px;
}

#cat_interactive {
/*    margin-bottom: 8px;*/
}

/* Excerpts list
============================================== */

.list {
    margin-bottom: 12px;
}

.list .article {
   border-bottom: 1px solid #DDDDDD;
}

.list .thumbnail {
    float: left;
}

.list .excerpt {
    margin-left: 165px;
    margin-right: 30px;
}

.list p.more {
    font-weight: bold;
}

.list p {
    margin-bottom: 12px;
    margin-top: 0;
}

.pagecountwrapper {
    margin-left: 5px;
}

/* Articles
============================================== */

.single .article {
    width: 495px;
    padding-top: 0;
}

#tweetcount {
    margin: 20px 0 4px 0;
}

.meta {
    border-top: 1px solid #DDDDDD;
    padding-top: 16px;
}

/* Comments
============================================== */

#allcomments h3 {
    color:#444;
    font-size:18px;
    font-weight:bold;
    margin:0 0 20px 0;
    border-top: 1px solid #DDDDDD;
    padding-top: 16px;
}

#commentform .text {
    margin-right: 10px;
}

#commentform p {
    margin-bottom: 5px;
}

.commentlist li {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 14px;
    padding-bottom: 0;
}

.commentlist li:first-child {
    padding-top: 0;
}

.commentlist .avatar {
    display: none;
}

.commentlist .comment-author {
    font-weight: bold;
}
