/* @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: 20px 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: 2%;
	margin-right: 2%;
}

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

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

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

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;
}

table {
	border: 0px;
	width: 96%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	font-size: 14px;
}
td {
	padding-right: 5px;
	padding-left: 5px;
}
ul {
	list-style-type: disc;
}



/* @end */

/* @group Page Structure */

/* @group Header */

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

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

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

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



/* @end */

/* @group Sidebar */

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

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



/* @end */

/* @group Main Content */

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

#jmod_content{
	display: block;
	position: absolute;
	top: 0;
	left: 168px;
	width: 500px;
}



#nabble_content{	display: block;	position: absolute;	top: 0;	left: 168px;	width: 750px;}


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

/* @end */

/* @group Footer */

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

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



/* @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;
}


.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 */
