/* @group Introductory comments */

/* Made in CSSEdit:
	This stylesheet has been designed in CSSEdit:
	http://macrabbit.com/cssedit/ */

/* CSS Systems:
	The stylesheet is based in the philosophy of CSS Systems 
	- a top-down approach to architecting a site's CSS -
	as proposed by Natalie Downe:
	http://natbat.net/2008/Sep/28/css-systems/ */

/* Rule blocks are loosely ordered by specificity:
	- elements are grouped by the type of tag 
		(for example Lists, links, blockquotes)
	- classes are grouped by the affect 
		(for example Notifications, pagination, content modules)
	- ID’s	are grouped by the individual page component they affect 
		(for example the Header, toolbar, nav)
 */
	

/* @end */

/* @group General styles


 */

body {
	margin: 0px 0 0 40px;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #369;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight:100;
	padding-top: 1em;
	margin: 0;
}


h2 {
	font-size: 18px;
	font-weight:200;
	margin: 0;
	color: #555;
	text-transform: lowercase;
}

h3 {
	color: #888;
	border-bottom: 1px solid #333;
	font-size: 18px;
	font-weight:100;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0%;
	margin-right: 2%;
}

h4{
	color: #888;
	font-size: 14px;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0%;
	margin-right: 2%;
}

h6 {
	font-size: 12px;
	font-weight:100;
	line-height: 1.2;
	margin-right: 0%;
	margin-left: 0;
}

p {
	font-size: 12px;
	font-weight:100;
	margin: 5px 0%;
}

ul{
	margin-top:0;
	padding-top:0;
}

li {
	font-size: 12px;
	font-weight:100;
	margin-top: 0;
	margin-left: 10px;
}

img {
	padding: 10px 10px 0px 0px;
}

td {
	padding-right: 5px;
}
ul {
	list-style-type: disc;
}



/* @end */

/* @group Page Structure */

/* @group Header */

#header{
	display: block;
	margin: 50px 0 40px 0;
	width: 100%;
}

#header img{
	float: left;
	border: none;
}

.header_title {
	font-size: 24px;
	font-weight:100;
	padding-top: 1em;
	margin: 0;
	padding-left: 175px;
}

.header_subtitle {
	font-size: 18px;
	font-weight:200;
	margin: 0;
	color: #555;
	text-transform: lowercase;
	padding-left: 175px;
}



/* @end */

/* @group Sidebar */

#sidebar{
	padding-top: 20px;
	display: block;
	float: left;
	width: 150px;
}

#sidebar dd{
	padding-bottom: 12px;
}



/* @end */

/* @group Footer */

#footer{
	border-top: 1px solid #333;
	color: #333;
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	top: 40px;
}

#footer p{
	font-size: 10px;
}



/* @end */

/* @group Main content
 */

#main{
	display: block;
	width: 100%;
	clear: both;
	position: relative;
}

#content{
	display: block;
	position: absolute;
	top: 0;
	left: 175px;
	width: 500px;
}

#nabble_forum{
	display: block;
	position: absolute;
	top: 0;
	left: 175px;
	width: 800px;
}



/* @end */



/* @end */

/* @group Specific Content */

/* @group Jamoma Documentation */

.objectname {
	font-size: 24px;
	font-weight: bold;
}



.moduleName {
	font-size: 2em;
	background-color: #c5c5c5;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.moduleDescription {
	font-size: 1em;
	background-color: #000000;
	color: #c5c5c5;
	text-align: right;
	vertical-align: top;
}

.tableHeading2 {
	background-color: #eee;
	text-align: left;
	vertical-align: top;
	font-weight:bold;
	font-size: 12px;
}

table {
	border: 0px;
	width: 96%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	font-size: 14px;
}


.instructionName {
	font-family: "Courier New", Courier, mono;
	background-color: #edd;
	vertical-align: top;
}

.instructionType {
	font-family: "Times New Roman", Times, serif;
	background-color: #eed;
	vertical-align: top;
}
.instructionRange {
	font-family: "Times New Roman", Times, serif;
	background-color: #eee;
	vertical-align: top;
}
.instructionClipmode {
	font-family: "Times New Roman", Times, serif;
	background-color: #eed;
	vertical-align: top;
}
.instructionRamp {
	font-family: "Times New Roman", Times, serif;
	background-color: #eee;
	vertical-align: top;
}
.instructionRepetitions {
	font-family: "Times New Roman", Times, serif;
	background-color: #eed;
	vertical-align: top;
}
.instructionDescription {
	font-family: "Times New Roman", Times, serif;
	background-color: #eee;
	vertical-align: top;
}

.patchimage {
	clear: both;
}
.comment {
	color: #6666FF;
}



/* @end */



/* @end */
