/* 	
	This file contains all the styles related to typography.
*/


/* 	DEFAULTS 
	----------------------------------------------------------------- 

	Default type settings
*/

html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}

.container {
}

/* 	HEADINGS 
	----------------------------------------------------------------- 

	Styles for the six different heading types.
*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #79b628;
	font-weight: normal;
	font-size: 24px;
	line-height: 44px;
	margin: -11px 0 -11px 0;
	clear: left;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 24px;
	line-height: 33px;
	margin: 0 0 22px 0;
	clear: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 19px;
	line-height: 22px;
	margin-top: 22px;
	clear: left;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;	
	clear: left;
}

h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	line-height: 22px;	
	clear: left;
}

h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	line-height: 22px;	
	clear: left;
	letter-spacing: 2px;
	text-transform: uppercase;
}




/* 	PARAGRAPHS 
	----------------------------------------------------------------- 
*/

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 22px 0;
}

p.description {
	font-size: 11px;
	margin: 0 0 11px 0;
	padding: 0;
}



/* 	LINKS 
	----------------------------------------------------------------- 
	
	Formatting for the different styles of links.
*/

a {
	color: #0055ff;
	text-decoration: underline;	
}
a:hover {
	color: #0039ab;
	text-decoration: underline;
	background-color: #e5eeff;
}
a:visited {
	color: #3766c4;
}

.header a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}
.header a:hover {
	background-color: transparent;
	color: #fff9b5;
}

a.gray {
	color: #5e5e5e;
	text-decoration: none;
}
a.gray:hover {
	color: #5e5e5e;
	text-decoration: underline;
	background-color: transparent;
}


a.nohover:hover {
	background-color: transparent;
}


.screencast a {
	display: block;	
	height: 22px;	
	background-color: #f4faff;
	border: solid 1px #c9dcef;
	padding: 0 11px 0 25px;
	background-image: url(/images/icons/film.gif);
	background-repeat: no-repeat;
}
.screencast a:hover {
	background-color: #e0f1ff;
	color: #0055ff;
	text-decoration: underline;
}

a[href^="#screencast"] { 
	font-size: 12px;
	line-height: 22px;
	background-image: url(/images/icons/film.gif); 
	padding-left:25px;
	background-repeat: no-repeat;
	background-position: left center;
}


/* Plain link style for headers */

a.plain {
	color: #000000;
	text-decoration: none;
}
a.plain:hover {
	background-color: transparent;
	text-decoration: underline;
}


/* 	LISTS 
	----------------------------------------------------------------- 
	
	All the different type of lists available.
*/
ul {
	font-size: 12px;
	list-style: disc;
	padding: 0 0 0 25px;
	margin: -11px 0 11px 0;
}


ol {
	font-size: 12px;
	list-style: decimal;
	padding: 0 0 0 25px;
	margin: -11px 0 11px 0;
}

h2 + ol, h2 + ul, h4 + ol, h4 + ul, h5 + ol, h5 + ul, h6 + ol, h6 + ul {
	margin-top: 10px;
} 

h3 + ol, h3 + ul {
	margin-top: 10px;
}

ol + h4, ul + h4 {
	margin-top: 20px;
}


ul.note {
	padding-left: 0px;
}
ul.note li {	
	padding: 0 0 0 25px;
	margin: 0;
	background-image: url(/images/icons/bullet_note.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	display: block;
	list-style: none;
}


ul.resource {
	padding-left: 0px;
}
ul.resource li {	
	padding: 0 0 0 25px;
	margin: 0;
	background-image: url(/images/icons/bullet_resource.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	display: block;
	list-style: none;
}


ul.bookmark {
	padding-left: 0px;
}
ul.bookmark li {	
	padding: 0 0 0 25px;
	margin: 0;
	background-image: url(/images/icons/bullet_bookmark.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	display: block;
	list-style: none;
}


ul.sticky {
	padding-left: 0px;
}
ul.sticky li {	
	padding: 0 0 0 25px;
	margin: 0;
	background-image: url(/images/icons/bullet_sticky.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	display: block;
	list-style: none;
}


ul.forumposts li {
	padding-left: 50px;
	background: url(/images/general/bullet_speech.gif) 5px 5px no-repeat;
	display: block;
	list-style: none;
}


ul.v-menu {
	list-style: none;
	padding: 0;
}

ul.v-menu ul {
	margin: 0;
	list-style: none;
	padding: 0 0 0 20px;
}

ul.clean {
	padding: 0;
	margin: 0;
	list-style: none;
}



/* 	MISC 
	----------------------------------------------------------------- 	
*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

pre {
	font-size: 16px;
}

small {
	font-size: 11px;
}

.taright {
	text-align: right;
}

.tcenter {
	text-align: center;
}

.nopadding {
	padding: 0 !important;
}

blockquote {
	background-color: #f2f2f2;
	padding: 22px 25px 0 25px;
	margin-bottom: 22px;
	overflow: hidden;
}


/* 	FOOTER 
	----------------------------------------------------------------- 
	
	Type styles specific to the footer
*/

.footer p {
	font-size: 11px;
}

.footer .copyright {
	font-size: 11px;
	color: #b7b197;
	text-align: center;	
}



/* 	TABLES 
	----------------------------------------------------------------- 
*/

.faq_entry table {
	border: 0;
	margin: 20px 0;
	border-color: #e1ffb7;
	font-size: 12px;
}

.faq_entry table tr {
	height: 20px;
	border-bottom: 1px solid #e1ffb7;
}

.faq_entry table th {
	height: 32px;
	border-bottom: solid 5px #ffffff;
	background-color: #effed9;
	padding: 0 10px;
	font-weight: bold;
}

.faq_entry table td {
	padding: 0 10px;
}





/* 	COLORS 
	----------------------------------------------------------------- 
*/

.gray { color: #656565; }
.red  { color: #c30000; }

.freshword { color: #5f5f5f; }


/* 	BUTTONS 
	----------------------------------------------------------------- 
*/
button {
	border: 0;
	cursor: pointer; 
	font-weight: bold; 
	padding: 0 10px 0 0; 
	text-align: center; 
}
button span {
  	display: block; 
  	padding: 0 0 0 10px; 
	height: 25px;
	line-height: 25px;	
}
button a {
	color: #ffffff;
	text-decoration: none;
}
button a:visited {
	color: #ffffff;
}

button a:hover {
	color: #ffffff;
	background-color: transparent;
}
button.blue { 
	font-size: 12px;
	background: url("/images/buttons/blue_right.gif") right no-repeat;	
}
button.blue span {
	color: #ffffff;	
	background: url("/images/buttons/blue.gif") no-repeat;
}
button.blue span:hover {
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}


.button.blue_huge { 
	display: inline-block;
	padding: 0 40px 0 0; 
	font-size: 15px;
	background: url("/images/buttons/blue_huge_right.gif") right no-repeat;	
}
.button.blue_huge a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 40px;
	height: 44px;
	line-height: 44px;	
	color: #ffffff;	
	background: url("/images/buttons/blue_huge.gif") no-repeat;
}
.button.blue_huge a:hover {
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}




/* 	FORMS 
	----------------------------------------------------------------- 
*/
select, input, textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding: 3px;
}

select {
	padding: 2px;
}

input[type="text"], input[type="password"], textarea, select {
	border-top: solid 1px #abadb3;
	border-right: solid 1px #dbdfe6;
	border-bottom: solid 1px #e3e9ef;
	border-left: solid 1px #e2e3ea;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	border-top: solid 1px #5794bf;
	border-right: solid 1px #b7d5ea;
	border-bottom: solid 1px #c7e2f1;
	border-left: solid 1px #c5daed;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: #fff8d5;
	border: solid 1px #ebb95b;
	outline: solid 1px #fad896;
}

select:hover {
	cursor: pointer;
}

label {
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	display: block;
	cursor: pointer;
}

input {
	height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}

input.search {
	background: url("/images/icons/input_search.gif") no-repeat right;
	border: solid 1px #abadb3;
	padding-right: 30px;
}



/* 	IMAGES
	----------------------------------------------------------------- 
*/

img.right {
	float: right;
	margin-left: 25px;
}



/* 	MESSAGES
	----------------------------------------------------------------- 
*/
div.message.annoucement {
	background-color: #fff3c2; 
	padding: 11px 10px; 
	margin-bottom: 22px; 
	text-align: center;
}



/* 	ADDONS
	----------------------------------------------------------------- 
*/

.addons .entry p {
	padding-bottom: 10px;
}

.addons .entry .rule {
	margin-bottom: 10px;
}







/* 	EXTENTIONS OVERRIDES
	----------------------------------------------------------------- 
*/
.editor-button a {
	opacity: 0.4 !important; 
}

.editor-button a:hover {
	opacity: 1 !important; 
}



