/*
Theme Name: Once again
Theme URI: http://damina.net
Description: This is the first theme created by Damina with the purpose of having a clean canvas for theme building. Simple without too many functions and unnecessary code. In need of tweaking in order to be more advanced, but no code should hurt the basics. Code is poetry.
Author: Damina
Author URI: http://damina.net
Version: 1.0
Tags: new, basic, boring, naked, blank, canvas

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl.html

This is the first theme created by Damina with the purpose of having a clean canvas for theme building.

Cody is poetry.
*/



/* THE START... */
body {  
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background: #E9883A;
	background-image: url('/wp-content/uploads/2013/11/cogBottomLeft.png'), url('/wp-content/uploads/2013/11/cogBottomRight.png');
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 18px;
	text-shadow: 0px 1px 0 #bd3d16;
	color: #fff;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	text-align: left;
	padding: 0px;
}



/* LAYOUT: Page w. sidebar */
#main {
	float: left;
	width: 600px;
	padding: 0 10px 20px 10px;
	margin-left: 50px;
}
.sidebar {
	float: left;
	width: 300px;
	list-style: none;
	margin-left: 24px;
}
.sidebar a {
	color: #fff;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	font-weight: 700;
	text-shadow: 0 -1px 1px #962300;
}


/* LAYOUT: Page w. no sidebar (default) */
#mainSec {
	width: 850px;
	padding: 20px 10px 60px 10px;
	margin: 0 auto;
	position: relative;
}



/* MENU */
#access {
	width: 100%;
	float: right;
	display: block;
	padding: 0;
	margin: 0;
}
#access ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#access li {
	float: right;
}
#access a {
	color: #fff;
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	border-left: 1px #C13D14 solid;
	font-weight: 700;
	text-shadow: 0 -1px 1px #962300;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}



/* AND MORE... */
#header {

}
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	background: #D75228;
	border-top: 1px #D37130 solid;
	color: #fff;
	bottom: 0;
	position: fixed;
	z-index: 33;
}
a:link, a:visited {
	text-decoration: underscore;
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
h3 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 0;
}

.wpcf7-submit {
    background: none repeat-x scroll left top #D75228;
    border-color: #e9883a;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.post {
	padding: 10px;
	border_: 1px solid #fff;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist li {
	padding-bottom: 20px;
}
.postmetadata {
	font-style: italic;
}


* {word-wrap: break-word;}

.clear {
	clear: both;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* MY STUFF */

#start {
	position: absolute;
	top: 30px;
}
#starttext {
	text-align: center;
	margin-top: 5px;
	max-width: 240px;
}
#starttext2 {
	position: absolute;
	top: 375px;
	left: 600px;
	text-align: center;
	width: 240px;
}
.bigtext {
	font-size: 130%;
	margin-top: 30px;
	margin-bottom: 40px;
}
.aboutleft {
	float: left;
	width: 48%;
	padding-right: 2%;
	text-align: justify;
}
.aboutright {
	float: left;
	width: 48%;
	padding-left: 2%;
	text-align: justify;
}
#hitthegears {
	position: absolute;
	top: 120px;
	left: 790px;
}
#businessmodelGear {
	position: absolute;
	top: 506px;
	left: 534px;
}
#competitionGear {
	position: absolute;
	top: 231px;
	left: 694px;
}
#customeraquisitionGear {
	position: absolute;
	top: 338px;
	left: 285px;
}
#customersGear {
	position: absolute;
	top: 180px;
	left: 476px;
}
#delightGear {
	position: absolute;
	top: 570px;
	left: 190px;
}
#goglobalGear {
	position: absolute;
	top: 50px;
	left: 425px;
}
#partnersGear {
	position: absolute;
	top: 478px;
	left: 112px;
}
#realitytestGear {
	position: absolute;
	top: 599px;
	left: 660px;
}
#teamGear {
	position: absolute;
	top: 202px;
	left: 171px;
}
#businessmodelGear a:hover, #competitionGear a:hover, #customeraquisitionGear a:hover, #customersGear a:hover, #delightGear a:hover, #goglobalGear a:hover, #partnersGear a:hover, #realitytestGear a:hover, #teamGear a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}