/*   
Theme Name: jQuery Testing Grounds
Description: Standard Theme for this homepage
Author: Magnus Bonnevier
Author URI: http://www.magnusbonnevier.se
Version: 1.0
.
Theme is exclusive for this website, please dont copy.
.
*/

/* MAIN POSITIONING STYLES ------------------------------------------------------------------ */
* {
	padding:0px;
	margin:0px;
}
body {
	background-color: #EEEEEE;
	padding:0px;
	margin:0px;
	font-family: 'Droid Sans Mono', Verdana, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	word-spacing: normal;
	color: #000000;
	line-height: 17px;
}

#mainContainer {
	padding:0px;
	width: 1100px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow:auto;
	clear: both;
}

#leftContainer {
	padding: 25px;
	width: 248px;
	float: left;
	border: solid 1px #CBCBCB;
	background-color:#FFFFFF;
}
#rightContainer {
	padding:25px;
	width: 730px;
	float: right;
	border:solid 1px #CBCBCB;
	background-color:#FFFFFF;
	text-align: justify;
}

#footerContainer {
	padding:0px;
	width: 1100px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}

/* MAIN POSITIONING STYLES ------------------------------------------------------------------ */

/* Headlines --------------------------------------------------------------------- */
h1, h2 {
   font-family: 'Quattrocento Sans', Arial, Verdana, Georgia, arial, serif;
}

h1 {
	font-weight: bold;
	color: #851616;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 30px;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
   text-shadow: 2px 2px 1px #CCC;

}
.sidebar-title-bottom {
	margin-bottom: 15px;
}
h2 {
	font-weight: bold;
	color: #851616;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 14px;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}


#leftContainer li, ol {
	list-style-position: inside;
	list-style-type: none;
}
#rightContainer li, ol {
	list-style-position: inside;
	list-style-type: none;
}

/* Font styles and such --------------------------------------------------------------------- */
/* Standard URLS -------------------------------------------------------------------------------------------------- */
a {
	font-family: Verdana, Georgia, Arial, 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	display: inline-block;
	text-decoration:none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a:link {
	color: #21759b;
}
a:visited {
	color: #21759b;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #21759b;
}
/* Standard URLS -------------------------------------------------------------------------------------------------- */

/* left Container URLS -------------------------------------------------------------------------------------------- */

#leftContainer a {
	font-family: Verdana, Georgia, Arial, 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	text-decoration:none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#leftContainer a:link {
	color: #21759b;
}
#leftContainer a:visited {
	color: #21759b;
}
#leftContainer a:hover {
	color: #000;
	text-decoration: underline;
}
#leftContainer a:active {
	color: #21759b;
}
/* left Container URLS -------------------------------------------------------------------------------------------- */

/* misc boxes ----------------------------------------------------- */
.noteBox, .codeBox {
   padding: 10px;
   position: relative;
   overflow: auto;
   background-color: #E3E3E3;
   border: 1px solid #BABABA;
   line-height: 20px;
}
.noteBox {
   margin-bottom: 30px;
}

.codeBox {
   margin-bottom: 30px;
}
/* misc boxes ----------------------------------------------------- */

/* Menu indicator ------------------------------------------------------------------------- */

.menuIndicator {
   /* This need to be set to either: fixed or absolute */
   position: absolute;

   /* Some minor cosmetics */
   border: solid 0px #CBCBCB;
   background-color: #851616;
   width: 15px;
   height: 15px;
   border-radius: 0px;

   /* Set the elements initial position before we start moving it */
   left: 0px;
   top: -30px;

    /*This is so the element wont be coverd by stuff on the page */
   z-index: 4000;
}

/* Menu indicator ------------------------------------------------------------------------- */
.codeContainer {
    display: none;
}
#codeView {
    border: 1px solid #CCC;
}
/* global FORM CSS ----------------------------------------------------------------------- */
