/* Start of CMSMS style sheet 'kickstart_og : Screen' */
/* ------------------------------------------------------------------
border-box
------------------------------------------------------------------ */
border-box {
border:5px solid red;
}



/* ------------------------------------------------------------------
screen.css
------------------------------------------------------------------ */


/* Tags
------------------------------------------------------------------ */
body { background: #fff; color: #111; }
a:link { color: #4B9B38; }
a:visited { color: #4B9B38; }
a:hover { color: #4B9B38; }


/* Layouts
------------------------------------------------------------------ */
/* Two column (main, side) */
body.layout-ms #content { background: url(layout-ms-bg.gif) repeat-y; }
body.layout-ms #main { float:right; width: 764px; padding: 0 20px 0 0; }
body.layout-ms #side { float: right; width: 165px; padding: 0 20px; }
/* Three column (extra, main, side) */
body.layout-xms #content { background: url(layout-xms-bg.gif) repeat-y; }
body.layout-xms #extra { float: left; width: 342px; }
body.layout-xms #main { float:left; width: 401px; padding: 0 20px; }
body.layout-xms #side { float: right; width: 165px; padding: 0 20px; }


/* Container
------------------------------------------------------------------ */
#container { width: 75%; margin:auto; margin-top:1.5%;  }


/* Min/max height.
------------------------------------------------------------------ */
div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	max-width: 99em;
	min-width: 60em;
/* now that width is set this centers wrapper */
	margin: 0 auto;
	background-color: #fefefe;
	color: black;
}



/* Header
------------------------------------------------------------------ */
#header {border-top: 5px solid #b0b5af; background: url(uploads/kickstart_og/line-diagonal-bg.gif) bottom repeat-x; }
/* self clear floated parent containers */
#header:after {content:".";display:block;height:0;clear:both;visibility:hidden;}	
#header {zoom:1;} /* IE */

#header h3 { float: left; line-height: 1; margin: 0; }
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
	height: 80px;
	margin: 0;
	padding: 0;

/* border just the bottom */
	border-bottom: 1px solid #D9E2E6;
}
div#header h5 a {
/* you can set your own image here */
	background: url(uploads/images/kickstart-seed-fund-logo.gif) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 100px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
margin-top:10px;
}



/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}






/* Content
------------------------------------------------------------------ */
/* self clear floated parent containers */
#content {margin-top:5%;}
#content:after {content:".";display:block;height:0;clear:both;visibility:hidden;}	
#content {zoom:1;} /* IE */



/* Sub Sections
------------------------------------------------------------------ */
.sub-section { margin-bottom: 20px; color: #222; font-size: 11px; }
.sub-section h4 { border-bottom: 1px dashed #939692; margin-bottom: 8px; font-size: 16px; text-align: center; }
.sub-section h6 { font-family: 'Trebuchet MS', sans-serif; color: #838881; margin-bottom: 10px; text-transform: uppercase; font-size: 10px; text-align: center; }
.sub-section ul { list-style: none; }
.sub-section ul li { margin: 0 0 5px 0; }


/* Footer
------------------------------------------------------------------ */
#footer { clear: both; color: #838881; border-bottom: 5px solid #b0b5af; background: #fff url(uploads/kickstart_og/line-diagonal-bg.gif) repeat-x; padding: 30px 17px 10px 17px; margin-top: 17px; }
#footer p { font-size: 10px; margin: 0; line-height: 1; margin-left: -3px; }
#footer p a { color: #838881; font-family: 'Trebuchet MS', sans-serif; font-weight: bold; text-transform: uppercase; letter-spacing: .15em; text-decoration: none; padding: 0 3px; }

/* End of 'kickstart_og : Screen' */

