

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: center;
}

body {
	background: #ffffff ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #282828;
	text-align: left;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #326e0d;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: none;
}

h1 {
	font-size: 1.5em;
	color: #003366;
}

h_main {
	font-size: 1.5em;
	color: #003366;
}

h2 {
	padding: 5px 0 20px 0;
	font-family: Arial, 'Arial, Helvetica, sans-serif';
	font-style: italic;
	font-size: 2.0em;
	color: #003366;
}

h3 {
	font-family: Arial, 'Arial, Helvetica, sans-serif';
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #003366;
	padding: 8px 0 0 0;
}

h4 {
	background: #fff url(img_arrow.jpg) no-repeat top left;
	font-family: Arial, 'Arial, Helvetica, sans-serif';
	font-style: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #003366;
	padding: 0 0 15px 25px;
}

h5 {
	padding: 5px 0 20px 0;
	font-family: Arial, 'Arial, Helvetica, sans-serif';
	font-style: italic;
	font-size: 1.6em;
	color: #003366;
}

h5 a:link, h5 a:visited {
	text-decoration: none;
}

h5 a:hover, h5 a:active, h5 a:focus {
	text-decoration: underline;
}

h6 {
	font-family: Arial, 'Arial, Helvetica, sans-serif';
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #003366;
	padding: 8px 0 5px 0;
}

strong {
	font-weight: bold;
}

hr {
	width: 95%;
	border: 0;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	margin: 10px 0 10px 0;
	clear: both;
}

ul {
	list-style-type: none;
}




/*	------------------------------------------------------------
	high level
	------------------------------------------------------------
*/

#container {
	background: url(bg_body.jpg) repeat top center
}

#header {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#brand {
	background: url(FacebookIcon.png) no-repeat top right;
	
	
}

#navigation {
	padding: 0 0 0 0;
}

#wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

#content {
	font-family: Arial, 'Arial, Helvetica, sans-serif';
	width: 670px;
	padding: 5px 0 20px 10px;
	float: left;
	color: #333333;
	font-size: 0.9em;
	
}

#sidebar {
	width: 220px;
	padding: 10px 0 0 0;
	float: right;
	text-align: center;
}

#footer {
	width: 900px;
	clear: both;
	background: #fff url(bg_footer.jpg) no-repeat top center;
	color: #fff;
	padding: 20px 0 20px 0;
	line-height: 15px;
	font-size: 0.8em;
	text-align: left;
}




/*	------------------------------------------------------------
	nav
	------------------------------------------------------------
*/

#navbar {
    width: 100%;
	height: 37px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#navbar ul {
	width: 900px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    float: left;
}

#navbar li {
	padding: 0 0 0 0;
	list-style-type: none;
	background: transparent;
	line-height: 10px;
	font-size: 0.9em;
	float: left;
}

#navbar li.first {
	padding-left: 0;
	border: 0;
}

#navbar #ui a:link, #navbar #ui a:visited {
	height: 37px;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
}

#navbar #ui a:hover, #navbar #ui a:active, #navbar #ui a:focus {
	background-position: left bottom;
}

#navbar #ui_home a {
	width: 80px;
	background: url(button_nav_01.jpg) no-repeat;
}

#navbar #ui_home_current a {
	width: 80px;
	background: url(button_nav_01.jpg) no-repeat 0 -37px;
}



#navbar #ui_legoinstructions a {
	width: 194px;
	background: url(button_nav_02.jpg) no-repeat;
}

#navbar #ui_legoinstructions_current a {
	width: 194px;
	background: url(button_nav_02.jpg) no-repeat 0 -37px;
}

#navbar #ui_kidcreations a {
	width: 139px;
	background: url(button_nav_03.jpg) no-repeat;
}

#navbar #ui_kidcreations_current a {
	width: 139px;
	background: url(button_nav_03.jpg) no-repeat 0 -37px;
}


#navbar #ui_videos a {
	width: 95px;
	background: url(button_nav_04.jpg) no-repeat;
}

#navbar #ui_videos_current a {
	width: 95px;
	background: url(button_nav_04.jpg) no-repeat 0 -37px;
}


#navbar #ui_contactus a {
	width: 129px;
	background: url(button_nav_05.jpg) no-repeat;
}

#navbar #ui_contactus_current a {
	width: 129px;
	background: url(button_nav_05.jpg) no-repeat 0 -37px;
}


#navbar #ui_disclaimer a {
	width: 127px;
	background: url(button_nav_06.jpg) no-repeat;
}

#navbar #ui_disclaimer_current a {
	width: 127px;
	background: url(button_nav_06.jpg) no-repeat 0 -37px;
}


#navbar #ui_terms a {
	width: 136px;
	background: url(button_nav_07.jpg) no-repeat;
}

#navbar #ui_terms_current a {
	width: 136px;
	background: url(button_nav_07.jpg) no-repeat 0 -37px;
}




/*	------------------------------------------------------------
	content
	------------------------------------------------------------
*/

.act {
	padding: 10px 0 0 0;
}

.date {
	font-size: 1.0em;
	font-style: italic;
}

#post_left {
	float: left;
	width: 58px;
	padding: 5px 0 0 0;
}

#post_right {
	float: left;
	width: 490px;
}

#post_date {
	width: 46px;
	height: 43px;
	background: url(bg_postdate.jpg) no-repeat;
	padding: 8px 0 0 0;
	text-align: center;
}

.post_date_month {
	color: #9ba4b3;
	font: 0.7em/1.0em 'Arial Bold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.post_date_day {
	color: #fff;
	font: 1.5em/1.0em 'Arial Black', Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.comments a {
	color: #003366;
	text-decoration: none;
}

.comments a:hover {
	background-color: #003366;
	color: #fff;
}

.content p {
	padding: 0 0 20px 0;
}

.content a:link, .content a:visited {
	color: #003366;
	text-decoration: underline;
}

.content a:hover, .content a:active, .content a:focus {
	background-color: #003366;
	color: #fff;
	text-decoration: none;
}

.content_homepage {
	padding: 0 0 0 20px;
}

.media_content {
	padding: 10px 0 0 0;
}

#donate_group {
	width: 545px;
	float: left;
}

#donate_left {
	width: 272px;
	float: left;
}

#donate_right {
	width: 272px;
	float: left;
}

#divider {
	width: 1px;
	height: 250px;
	float: left;
	background: url(img_divider.jpg) no-repeat top center;
}

#media_controls {
	width: 530px;
	float: left;
}

#media_video {
	width: 76px;
	float: left;
	padding: 8px 20px 0 0;
}

#media_audio {
	width: 76px;
	float: left;
	padding: 8px 20px 0 20px;
}

#media_ads {
	width: 76px;
	float: left;
	padding: 8px 20px 0 20px;
}

#media_press {
	width: 76px;
	float: left;
	padding: 8px 20px 0 20px;
}

#media_divider {
	width: 1px;
	height: 42px;
	float: left;
	background: url(subnav_divider.jpg) no-repeat top center;
}

.hr_divider {
	width: 95%;
	border: 0;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	margin: 5px 0 30px 0;
	clear: both;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 5px 0;
}

.post .wp-caption {
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}




/*	------------------------------------------------------------
	sidebar
	------------------------------------------------------------
*/

#emailupdates {
	height: 80px;
	padding: 40px 0 0 0;
	margin: 12px 0 0 0;
	text-align: center;
	background: #fff url(bg_emailupdates.jpg) no-repeat top left;
}

#emailupdates input {
	display: inline;
	float: left;
}

#contactinfo {
	width: 220px;
	padding: 10px 0 0 55px;
	text-align: left;
}

#contactinfo a:link, #contactinfo a:visited {
	color: #003366;
}

#contactinfo a:hover, #contactinfo a:active, #contactinfo a:focus {
	background-color: #003366;
	color: #fff;
}

#li_mail {
	height: 40px;
	padding: 5px 0 0 35px;
	line-height: 1.2em;
	position: relative;
	list-style-type: none;
	background: url(img_connect_mail.jpg) no-repeat top left;
}

#li_phone {
	height: 30px;
	padding: 5px 0 0 35px;
	line-height: 1.2em;
	position: relative;
	list-style-type: none;
	background: url(img_connect_phone.jpg) no-repeat top left;
}

#li_email {
	height: 30px;
	padding: 5px 0 0 35px;
	line-height: 1.2em;
	position: relative;
	list-style-type: none;
	background: url(img_connect_email.jpg) no-repeat top left;
}

#li_facebook {
	height: 30px;
	padding: 5px 0 0 35px;
	line-height: 1.2em;
	position: relative;
	list-style-type: none;
	background: url(img_connect_facebook.jpg) no-repeat top left;
}

#li_twitter {
	height: 30px;
	padding: 5px 0 0 35px;
	line-height: 1.2em;
	position: relative;
	list-style-type: none;
	background: url(img_connect_twitter.jpg) no-repeat top left;
}

#li_youtube {
	height: 30px;
	padding: 5px 0 0 35px;
	line-height: 1.2em;
	position: relative;
	list-style-type: none;
	background: url(img_connect_youtube.jpg) no-repeat top left;
}

#li_contactus {
	height: 25px;
	padding: 8px 0 0 30px;
	line-height: 0.8em;
	position: relative;
	list-style-type: none;
	background: url(img_arrow.jpg) no-repeat top left;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 5px 0;
}

#sidebar a {
	color: #003366;
	text-decoration: none;
}




/*	------------------------------------------------------------
	footer
	------------------------------------------------------------
*/

#footer a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #326e0d;
	font-weight: bold;
}

#footer #footer_content a {
	padding: 0 7px 0 7px;
}

#footer_content {
	width: 548px;
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
}

#footer_copyright {
	width: 312px;
	float: right;
	text-align: right;
	padding: 0 20px 0 0;
}

#footer_tag {
	width: 100%;
	padding: 5px 0 0 0;
	text-align: center;
}




/*	------------------------------------------------------------
	form
	------------------------------------------------------------
*/

#content_form {
	width: 510px;
	margin: 0 auto;
}

textarea, input, select {
	font: normal 1.0em Arial, Helvetica, sans-serif;
	color: #282828;
}

.form_field {
	border: 1px solid #aaa;
}

.form_field_emailupdates {
	width: 165px;
	height: 16px;
	border: 1px solid #aaa;
	margin: 1px 8px 0 37px;
}

.form_dropdown {
	width: 200px;
}

.form_button {
	width: 180px;
}

#form_left {
	width: 260px;
	float: left;
}

#form_right {
	width: 250px;
	float: left;
}

#form_doublecolumn {
	clear: both;
	padding: 10px 0 0 0;
}

#form_left input {
	width: 240px;
}

#form_right input {
	width: 240px;
}

#form_doublecolumn textarea {
	width: 500px;
	height: 100px;
	border: 1px solid #aaa;
}

.radiogroup {
	padding: 0 0 0 0;
}

.req {
	color: #ff0000;
	padding: 0 5px 0 0;
}

fieldset.search {
	border: none;
	width: 243px;
	margin: 0 auto;
	background: #eeeeee;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #fff;
	font-size: 1.2em;
	width: 190px;
	height: 30px;
	padding: 8px 5px 0;
	background: #616161 url(search_bg.gif) no-repeat;
	margin-right: 5px;
}
.search input.box:focus {
	background: #616161 url(search_bg.gif) no-repeat left -38px;
	outline: none;
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(search_bg.gif) no-repeat top right;
}
.search button.btn:hover {
	background: #fbc900 url(search_bg.gif) no-repeat bottom right;
}


