/* @override http://6agraphics.localhost:8888/wordpress/wp-content/themes/6agraphics/style.css */

/* @group Theme Info */

/*
Theme Name: 6A Graphics Inc.
Theme URI: http://www.6agraphics.com/
Description: The default 6A Graphics Theme
Version: 1
Author: Mark Alexander
Author URI: http://www.6agraphics.com/

	6A Graphics v 1.0
	 http://www.6agraphics.com

	This theme was designed and built by Mark Alexander

*/

/* @end */

/* @group CSS Reset */

/*The Following code removes default styling from browsers in a more sensitive manner than the *. method.  Big Ups to this guy for writing and refing this 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

.post h5 {
	text-transform: uppercase;
	font-size: 11px;
}

div.details div.projectLink {
	
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Font Styles */

/* Global */

body, html {
	color: #492015;
	font: normal normal normal 12px normal "Helvetica", sans-serif;
	line-height: 15px;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
}

h1.title {
	margin: 20px 0 -10px 0 ;
	Color:;
	color: #5d5f5e;
}

h2, h2 a {
	font-size: 14px;
	color: #2c2c2c;
	font-weight: bold;
	text-transform: uppercase;
}

div.details a img {
	margin-top: -2px;
	margin-left: -5px;
}

h3 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 11px;
}

h3 a {
	color: #492015;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

h4 {
	margin: 0;
	color: #2c2c2c;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	direction: ltr;
	font-size: 10px;
}

p {
	margin: 12px 0 0 0;
}

a:hover {
	
}

a {
	color: #5d5f5e;
}

strong {
	font-weight: bold;
}

/* Header */

/* @end */

/* @group List Styles */


#footer li.top {
	float: right;
}

#footer li {
	float: left;
}

#homeNavigation ul li {
	display: inline;
	margin-right: 40px;
	
}
#footerNavigation ul {
	float: left;
	margin: 19px;
}
#footerNavigation ul li {
	margin: 0 10px;
}
#homeNavigation ul li a, #footerNavigation ul li a{
	color: #2c2c2c;
	font-size:12px;
	font-weight:bold;
	padding: 7px 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  

	
}
#homeNavigation ul li a:hover, #footerNavigation ul li a:hover{
	color: #2c2c2c;
	font-size:12px;
	font-weight:bold;
	background: #c4cac7;
}
#homeNavigation ul li.current-cat a,
#footerNavigation ul li.current-cat a {
	background: #5d5f5e;
	Color:#fff
}

div.contributions {
	font-size: 11px;
	font-style: italic;
	margin-top: 9px;
}

#sidebar ul li ul li {
	margin: 5px 15px 0 0;
	text-align: right;

}
#sidebarRight ul  {
	margin-bottom:20px;
}
#sidebarRight ul li ul li {
	margin:  5px 2px;
}

input#searchsubmit {
	border: 1px;
	background-color: #492015;
	color: #d7dcd5;
}

input#s {
	border: 1px solid #492015;
	background-image: none;
	background-color: #d7dcd5;
}

/* @end */

/* @group Layout */

body, html {
	background: #d6dbd4 url(images/background.jpg) repeat center;
}

#wrapper {
	margin: 0 auto;
	width: 980px;

}

#header {
	height: 211px;
	padding: 4px 20px;
}

#contentWrapper {
	padding: 20px 0;
}

#mainContent {
	padding: 10px 100px;
	margin: 0 auto;

}

#footer {
	
}

#footerWrapper {
	clear: both;
	width: 980px;
	margin: 0 auto;
}

#footer div.leftBar {
	margin-left: 340px;
	padding:0 10px;
	border-right: 1px solid #5d5f5e;
	width: 400px;
	text-align: right;
	float: left;
}

#footer div.rightBar{
	float: left;
	width: 200px;
	
}

.clear {
	clear: both;
}

.post {
	height: 280px;
	margin: 30px 0;
}

#homeContent .post {
	height: auto;
	margin-top: 3px;
}

#homeContent .category-blog .details {
	width: auto;
	padding-right: 10px;
	padding-left: 5px;
}

#homeContent .blogFeedFrame {
	background: url(images/Six_A_vLine_Middle.gif) repeat-y;
	margin-left: -24px;
	margin-bottom: -30px;
	padding-left: 29px;
	padding-right: 15px;
}
.blogFeedFrame .details {
	width: auto;
	margin-top: 13px;
}

#homeContent .wideColumn .details {
	width: 266px;
	padding-left: 115px;
}

#homeNavigation {
	padding: 10px 90px;
	margin: 0 auto;
}

div.wideColumn {
	float: left;
	width: 390px;
	padding: 10px;
	margin-left: 40px;
}

div.narrowColumn {
	width: 260px;
	padding: 10px;
	float: left;
}

div.details {
	padding: 15px 0 0 0;
	width: 280px;
}

div.profile div {
	float: left;
	width: 100%;
	margin: 12px 0 0 0;
}

div.profile {
	padding-bottom: 15px;
	padding-left: 270px;
	padding-top: 28px;
}

.Blog #mainContent {
	padding-right: 240px;
}

.Blog .details {
	width: auto;
}

.Blog .post {
	height: auto;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 0 0 0 20px;
}

#sidebarRight {
	float: right;
	width: 180px;
	background: url(images/6A_Borders_Home_Blog_05.gif) repeat-y;
	margin-left: -10px;
	margin-bottom: -30px;
	padding: 10px 15px;
}

#sidebar div.navigation {
	float: right;
}

#sidebar div.contact {
	clear: both;
	margin: 150px 0 0 -18px;
	height: 225px;
	padding: 100px 0 0 30px;
	width: 236px;
	background: url(images/6A_bg_contact.jpg) no-repeat;
}



/* @end */

/* @group images & Backgrounds */

img.siteTitle {
	float: left;
	padding-left: 14px;
	padding-top: 167px;
}

div.RightSideBar {
	float: left;
	width: 250px;

}

.RightSideBar .titleImage {
	margin-left: 24px;
	margin-top: 5px;
	margin-bottom: 0;
}

div.Questions {
			background-image: url(images/Six_A_box3_middle.gif);
	padding-left: 31px;
	width: auto;
	margin-left: 3px;
}

img.Box2Top {
	margin-left: 3px;
}

img.logosmall {
	float: left;
}

img.thumbImage {
	background: url(images/100x100Box_shadow.gif);
	width: 100px;
	height: 100px;
	float: left;
	padding: 8px 10px 14px 20px;
	margin-left: -18px;
	margin-right: 15px;
}

img.profileImage {
	float: left;
	background: url(images/6a_img_bdr_bioPic.gif) no-repeat;
	padding: 30px 30px 20px 28px;
}

img.bannerImage {
	background: url(images/Six_A_boarder_projectImage.gif) no-repeat;
	padding: 21px 15px 40px 16px;
	float: right;
}



img.visitsite {
	margin: -28px 23px;
	float: right;
	clear: right;
}

#homeContent img.visitsite {
	clear: none;
	margin: 0;
}

img.BlogFeedTop {

	margin-left: -23px;
	margin-top: 9px;
	float: left;
}

img.BlogFeedBottom {
	margin-left: -24px;
	margin-top: -68px;
}

#sidebar img.portfolio {
	float: left;
	margin: 60px 0 0 10px;
}

#sidebar div.navigation img.bracket {
	margin: -3px 0 -3px 0;
}

/* @end */

img.readMore {
	text-align: left;
	float: right;
	padding-top: 4px;
	margin-bottom: -25px;
}