/*
Theme Name: ConceptCompletion
Theme URI: http://conceptcompletion.co.uk
Description: The ConceptCompletion LLP WordPress theme
Version: 1.0
Author: Nial Giacomelli
Author URI: http://perforated-art.com
Tags: fixed width

	ConceptCompletion 1.0
	Designed for ConceptCompletion by Nial Giacomelli

*/

/* Body */
body {
    background: #000000;
    margin: 0 0 2em 0;
    padding: 0;
    font: normal 12px 'Lucida Grande', helvetica, verdana, sans-serif;
}

#cc_wrapper {
    text-align: center;
}

#cc_content {
    background: url(img/bg.jpg) top center no-repeat;
    text-align: left;
    margin: 0px auto;
    padding: 135px 50px 0 50px;
    width: 800px;
}

/* Header */
.cc_logo {
    margin: 0 0 1.75em 0;
}

/* Top navigation */
#cc_top_nav {
    padding: 0 1.2em 0 1.2em;
    background: #ffffff url(img/nav_bg.gif) top left no-repeat;
    color: #ffffff;
    height: 43px;
    min-height: 43px;
    max-height: 43px;
    margin: 0;
    clear: both;
}

#cc_top_nav_right {
	line-height:  43px;
}

#cc_top_nav_right img {
	vertical-align: middle;
}

#cc_top_nav_right a {
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

#cc_top_nav_right a:hover {
	text-decoration: underline;
}

#cc_top_nav_list {
    width: 435px;
    margin: 0;
    padding: 0;
}
#cc_top_nav_list ul {
    margin:0 0 10px 0;
    padding: 10px 24px 0 0px;
    list-style:none;
}
#cc_top_nav_list li {
    float:left;
    margin:0 1px -1px 0;
    padding:0 0 0 10px;
}
#cc_top_nav_list a {
    float:left;
    display:block;
    padding:10px 15px 8px 5px;
    text-decoration:none;
    color:#000000;
}
#cc_top_nav_list .page_item:hover, #cc_top_nav_list .page_item:focus {
    color: #ffffff !important;
    background-image: url(img/tab_left.gif) !important;
}
#cc_top_nav_list .page_item:hover a {
    background-position:right top;
    background-image: url(img/tab_right.gif) !important;
    color: #ffffff !important;
}
#cc_top_nav_list li.current_page_item, #cc_top_nav_list li.current_page_parent {
    background-image: url(img/tab_current_left.gif) !important;
    background-repeat: no-repeat;
    background-position: left top;
}
#cc_top_nav_list li.current_page_item:hover, #cc_top_nav_list li.current_page_item:focus, #cc_top_nav_list li.current_page_parent:hover, #cc_top_nav_list li.current_page_parent:focus {
    background-image: url(img/tab_current_left.gif) !important;
    color: #000000 !important;
}
#cc_top_nav_list li.current_page_item a:hover, #cc_top_nav_list li.current_page_item a:focus, #cc_top_nav_list li.current_page_parent a:hover, #cc_top_nav_list li.current_page_parent a:focus {
    background-image: url(img/tab_current_right.gif) !important;
    color: #000000 !important;
}
#cc_top_nav_list .page_item a {
    color: #ffffff;
}
#cc_top_nav_list .current_page_item a {
    color: #000000;
    background-image: url(img/tab_current_right.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
#cc_top_nav_list .current_page_parent a {
    color: #000000;
    background-image: url(img/tab_current_right.gif);
    background-repeat: no-repeat;
    background-position: right top;
}
#cc_top_nav_list li.current_page_item:hover a, #cc_top_nav_list li.current_page_item:focus a, #cc_top_nav_list li.current_page_parent:hover a, #cc_top_nav_list li.current_page_parent:focus a {
    background-image: url(img/tab_current_right.gif) !important;
    color: #000000 !important;
}

/* Page content */
#cc_page_content {
    padding: 10px 20px 10px 20px;
    background: #ffffff url(img/footer_bg.gif) bottom left no-repeat;
    line-height: 1.5em;
}
#cc_page_content h1 {
    font: lighter 1.5em 'Lucida Grande', helvetica, verdana, sans-serif;
    letter-spacing: -0.1em;
    background: #ffffff url(img/header_border.gif) repeat-x 0 50%;
    overflow: hidden;
}
#cc_page_content h1 a {
    text-decoration: none;
    padding-right: 1em;
    background: #ffffff;
    color: #000000;
}
#cc_page_content a {
    color: #ba3435;
    text-decoration: none;
}
#cc_page_wide {
    width: 100%;
}
#cc_page_left {
    width: 580px;
    float: left;
    padding: 0;
    margin: 0 20px 0 0;
}
#cc_page_right {
    float: right;
    width: 160px;
    text-align: right;
    padding: 1.5em 0 0 0;
}
#cc_page_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#cc_page_right li {
    margin-bottom: 1em;
}
#cc_page_right img {
    padding: 0.25em;
    border: 1px solid #ba3435;
}
.header_prefix {
    font-weight: bolder;
    font-family: courier;
    color: #ba3435;
}
.entry p {
	font: 1.1em/1.5em 'Lucida Grande', helvetica, verdana, sans-serif;}

/* Sidebar */
#cc_sidebar li {
    list-style: none;
}
#cc_sidebar .ngg-widget img {
    margin: 0 0 0.5em 0;
}

/* Footer */
#cc_footer {
    text-align: center;
    margin-top: 15px;
    font-size: 0.85em;
    color: #f1f1f1;
    font-weight: lighter;
    line-height: 1.75em;
}

#cc_footer a {
    font-weight: bold;
    text-decoration: none;
    color: #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

#cc_footer a:hover {
    border: 0;
}

/* Misc */
.clear {
    clear:both;
    height:0px;
}

.center {
	text-align: center;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

img.aligncenter, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright, img[align="right"] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.linkimage {
	border: none;
}

small {
	font-size: 10px;
}