/*  
Theme Name: Three in One
Description: Theme WordPress.
Version: 1.1
Author: Jip
Author URI: http://www.threeinone.be/
*/

body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/* background-image: url(http://www.3in1concepts.us/images/3in1grad5.png); */
	background-repeat: repeat-x;
	background-color: #ffffcc;
}
a {
	color: #000033;
}
.threeinone #insidebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
}
.threeinone #container {
	width: 80%;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-bottom: 20px;
} 
.threeinone #header {
	background: #333399;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 160px;
	border-bottom: 2px solid #cccc66;
	vertical-align: middle;
} 
#titlebox {
	padding-top: 45px;
}
h1 {
	font: 200% serif;
	color: #ffffcc;
	margin: 0;
}
h2 {
	font: 150% serif;
	color: #ffffcc;
	margin: 0;
}
.threeinone #sidebar1 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 15%; /* top and bottom padding create visual space within this div */
	margin-top: 15px;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
}
.threeinone  #sidebox1 {
	background-color: #FFFFCC;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	border: 2px solid;
	border-color: #a08645;
}

.threeinone #sidebox2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: 333333;
	padding: 1px;
	text-align: center;
}
.threeinone #mainContent {
	margin-top: 15px;
	/*margin-right: 25%;*/
	margin-left: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
/*
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: 000066;
*/
} /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.threeinone #footer {
	background-color: #333399;
	font-size: 12px;
	color: #cccc66;
	text-align: right;
} 
.threeinone #footer p, .threeinone #footer p a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #cccc66;
	font-size: 12px;
	text-decoration: none;
	background-color: #000066;
	border-top: 3px solid #cccc66;
}
.threeinone #navigation {
	height: 31px;
	background-color: #000066;
	border-bottom: 2px solid #cccc66;
}

.title, .title a {
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	color: #000033;
}
#LanguageSelector {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 5px;
}
#main-title {
	font-family: serif;
}
#mainContent p {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.coursbox {
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #a08645;
	margin-bottom: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.threeinone #logo {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}
.heading1 {
	font-size: 18px;
	padding-left: 20%;
	font-weight: bold;
}


