/*  
Theme Name:
Author: Stephen M. James
Author URI: http://www.InteractiveLlama.com/
Use Firefox + Firebug to view CSS inheritance
	
RESET */ 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/*------------------------------------------  
=misc
------------------------------------------*/


/* primary content - - - - - - - - - - - - - - - - - - - - -  */

#primary {
	color: #B6C029;
	padding: 20px 130px 30px 130px;
	margin: 0px auto 0px auto;
	background: rgba(41, 34, 5, 0.9);
}

#primary p {
	margin: 0 0 10px;
	line-height: 250%;
}

.article {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
}

.article p,.entry p {
	text-align: justify;
}

.article ul,.entry ul {
	list-style: square;
	padding: 5px 0 10px 30px;
}

.article ul li,.entry ul li {
}

#content {
	margin: 0px auto 0px auto;
	max-width: 500px;
}

/*------------------------------------------  
END MISC
------------------------------------------*/
/*------------------------------------------  
=header
------------------------------------------*/
#header {
	color: #B6C029;
	padding: 15px 0px 0px 0px;
	background: rgba(41, 34, 5, 0.9);
}

a#logo {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 200px;
	width: 201px;
	background: url(images/logo.png) no-repeat center top;
	margin: 0px auto 0px auto;
}

/*------------------------------------------  
end header
------------------------------------------*/
/*------------------------------------------  
=sidebar
------------------------------------------*/
#sidebar {
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
}

#sidebar ul li a {
}

/*------------------------------------------  
end sidebar
------------------------------------------*/
/*------------------------------------------  
=menu
------------------------------------------*/

#primary .navigation, .top li {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.navigation li, .top li {
	float: left;
	text-align: center;
	width: 49%;
}

.navigation a, .top a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: .05em;
}

.connect a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: .05em;
}

.portfolio, .connect {
	list-style: none;
	margin: 0px 0px 40px 0px;
	padding: 20px 0px 0px 0px;
}

.portfolio h2 {
	margin-bottom: 30px;
	text-align: center;
}

.projects .image a {
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	transition: opacity .5s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
}

.image a:hover {
	-webkit-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	-ms-transition: opacity .25s linear;
	transition: opacity .25s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}

.projects {
	padding: 0px;
}

.connect li {
	text-align: center;
	margin: 5px 0px 5px 0px;
}

.projects {
	font-size: 14px;
	list-style: none;
	margin-left: 0;
}

.projects li {
	margin: 12px 0px 12px 0px;
}

.projects > li {
	margin-bottom: 50px;
}

.projects li li li {
	margin: 6px 0px 6px 20px;
}

.projects ul {
	list-style: none;
	padding-left: 0;
	margin-top: 3px;
}

.projects ul ul {
	list-style: square;
	padding: 0px 0 3px 15px;
}

.projects ul a {
	color: #B6C029;
	text-decoration: underline;
}

.projects .title {
	text-transform: uppercase;
	font-size: 17px;
}

.projects .title a {
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	-ms-transition: color .25s linear;
	transition: color .25s linear;
	color: #C92530;
	text-decoration: none;
}

.projects .title a:hover {
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	-ms-transition: color .25s linear;
	transition: color .25s linear;
	color: #8E472F;
}

/* topmenu - - - - - - - - - - - - - - - - - - - - -  */
.menu ul {
	font-size: 14px;
	border-top: 1px solid #61833A;
	border-bottom: 1px solid #61833A;
	list-style: none;
	margin: 0px auto 0px auto;
	padding: 0;
	overflow: hidden;
	width: 960px;
}

.menu li {
}

.menu li.left {
	border-left: 1px solid #61833A;
}

.menu li.right {
	border-right: 1px solid #61833A;
}

.menu a, .menu a:visited {
	display: block;
	text-align: center;
	padding: 6px 15px 5px 15px;
	color: #61833A;
	text-decoration: none;
}

.menu .right a {
	padding-left: 21px;
	padding-right: 21px;	
}

/*------------------------------------------  
end nav
------------------------------------------*/
/*------------------------------------------  
=footer
------------------------------------------*/
.top {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}

.top li {
	width: 99%;
}

#footer {
	margin: 0px 0px 30px 0px;
}

#footer ul {
}

#footer ul li {
}


/*------------------------------------------  
end footer
------------------------------------------*/
/*------------------------------------------  
=h1
------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	margin: 0;
	line-height: 1em;
}

h1 {
	color: #000;
	font-size: 2em;
	margin: 0 0 .5em;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #B6C029;
	font-size: 1.75em;
	margin-bottom: .5142em;
	padding-top: .2em;
	font-weight: 700;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: .1em;
}

h2 span {

}

h3 {
	font-size: .75em;
	margin-bottom: .3em;
	padding-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .05em;

}

h4 {
	font-size: 1.25em;
	margin-bottom: .6em
}

h5,h6 {
	font-size: 1em;
	margin-bottom: .5em;
	font-weight: 700;
}

/*------------------------------------------  
=body
------------------------------------------*/
a,a:visited {
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	-ms-transition: color .25s linear;
	transition: color .25s linear;
	color: #C92530;
	text-decoration: none;
}

a:hover,a:visited:hover,a:focus,a:visited:focus {
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	-ms-transition: color .25s linear;
	transition: color .25s linear;
	color: #8E472F;
}

a:active {
	color: #B3B3A5;
}

a:link {
	-webkit-tap-highlight-color: #00F;
}

body {
	color: #444;
	margin: 0;
	font: 13px 'PT Sans',Helvetica, Lucida Sans, Arial, sans-serif;
	line-height: 1.22;
	font-size: 80%;
	background: #B6C029 url(images/body.png) repeat-x top center fixed;
}

.pagewrapper {
	margin: 0 auto 0 auto;
	position: relative;
	width: 95%;
}

.wrapper:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } 

/*------------------------------------------  
=standard use, yet custom
------------------------------------------*/
html {
	/* -webkit-font-smoothing: antialiased; */
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

pre,code,kbd,samp {
	font-family: monospace, sans-serif;
}

blockquote {
	margin: 10px 10px 10px 10px;
	font-style: italic;
}

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	margin: 1.5em 10px;
}

thead {
	background: #ccc;
	font-weight: 700;
}

th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	padding: .25em 10px;
}

tbody {
}

/*tbody tr:hover, tbody tr:focus{ background:#eee; }*/
tbody tr:nth-child(even) {
	background: #f9f9f9;
}

td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    padding: 4px 10px;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

.rtl {
	direction: rtl;
}

/* layout hack */
.inner,.content,.cols,.fixed {
	display: block;
	min-height: 1%;
}

.clear {
	display: block;
	clear: both;
}

/* Hide for both screenreaders and browsers and hide print only items */
.hidden,.print {
	display: none;
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
	position: absolute!important;
	clip: rect(1px1px1px1px);
/* IE6, IE7 */
	clip: rect(1px,1px,1px,1px);
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}

/* floats  */
.left {
	float: left;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

/* Use .clearfix class on parent to clear nested columns. Wrap each row of columns in .row */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

#primary img, #primary embed, #primary object, #primary video {
	max-width: 100%;
}
 {
	max-width: 100%;
}

/* legacy	*/
.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

/*------------------------------------------  
Standard use
------------------------------------------*/
/*------------------------------------------  
=print
------------------------------------------*/
/*------------------------------------------  
=print
------------------------------------------*/

@media print { 
	* {
	    color: #444!important;
	    text-shadow: none;
	}
	
	/* no background */
	body, #main {
		background: transparent!important;
	}
  	
	/* hide */

	.screen,
	.menu,
	#sidebar,
	.edit-link,
	#action {    display: none!important; }
	
	.navigation,
	#social {    display: none!important; }

	#primary {
		width: 100%;
	}

	/* add  URL to all links: MUST BE FIRST! */

.entry-content a[href]:after {
	    content: " (/"attr(href) ") ";
	    font-size: 90%;
	}

	/* override external links no prefix */

	.entry-content a[href^=http]:after {    content: " (" attr(href) ") "; }

	/* add  URL to email links*/

	#primary a[href^=mail]:after,
	a[href^=mail]:after,
	a[href^=mail]:after {    content: " (" attr(href) ") "; }

	pre,
	blockquote {
	    border: 1px solid #999;
	    page-break-inside: avoid;
	}

	img {    page-break-inside: avoid; }
}
