* { padding: 0; margin: 0; }
body { background: #0099ff; font-family: 'Roboto Condensed', sans-serif; padding: 0; margin: 0;}
img { border: none;}
a { color: #ffdc36; text-decoration: none;}
a:hover { color: #ff1e00; text-decoration: none;}
li { color: #036DA7; list-style-type: none; margin-bottom: 6px; }
#wrap { margin: 0 auto; width: 900px;}
#max  { margin: 0 auto; width: 100%; border-bottom: 2px solid #ffdc36;}
#headerwidth { margin: 0 auto; width: 900px;}

#header {padding-left: 15px; font-size: 3.4em; font-weight: bold; margin: 0 auto; text-align: center; }
#header img {margin-top: 12px; margin-bottom: -7px;}
#header a { color: #ffdc36; text-decoration: none;}
#header a:hover { color: #fff;}

#header h1 {color: #000000; font-size: 2.4em; padding: 15px 0px 0px 0px; font-weight: 100;}
#header h2 {color: #eee; font-size: 1.2em; padding: 0 0 0 20px; font-weight: 100;}

#headerlinks {float: right; padding: 30px 20px 0 0;}
#headerlinks a {color:#fff; padding: 0 10px;}
#headerlinks a:hover {color:#fff;}
#sidebar { width: 215px; float: right; background: #ffffff; color: #666; margin-right: 0px; padding: 0px 0px 0px 0px;} 
#sidebar .box { margin-bottom: 10px; color: #666; }
#sidebar h2 { font-size: 1.3em; font-weight: 100; margin-bottom: 5px;}
#sidebar a { text-decoration: none;}

#content {margin-right: 0px; height: 400px; text-align: justify; color: #fff;}
#content h2 { color: #555; font-size: 1.4em; font-weight: 200;}
#content p { margin: 10px 0 20px 0; line-height: 25px;}

#intro {width: 470px; height: 370px; float: left; margin: 0px; padding: 0px;}
#intro h1 {font-size: 2.9em;  text-align: left; line-height: 1;}
#intro p {color: #fff; font-size: 1.5em;}

#forsale {background: #ffdc36; width: 100%; height: 2200px; text-align: center;}
#forsale h1 {padding-top: 15px; color:#0099ff; font-size: 3.0em;}

#vid-desc-4lines {width: 600px; color:#0099ff; margin: 0 auto; text-align: center;}

#blue {width: 100%; height: 400px; background: #0099ff;}
#toys {margin: 0 auto; width: 900px; height: 400px; margin-top: 13px; text-align: center;}

#center {margin: 0 auto; width: 900px; text-align: center;}

#center h1 {padding-top: 15px; color:#0099ff; font-size: 3.0em;}

#videos {
	width: 100%;
	height: 300px;
	margin-top: 16px;
}

#bigvids {
	width: 100%;
	height: 260px;
	margin-left: 0px;
}

div.gallery {
	margin-right: 10px;
	border: 0px;
	float: left;
}

div.gallery img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	border:2px solid #0099ff;

}

div.desc {
	text-align: center;
	width: 200px;
	line-height: 16px;
}

div.desc a {
	font-size: 1.1em;
	color: #0099ff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}

div.desc a:hover {	
	color: #fff;
}

#footer { clear: both; color: #fff; height: 22px; text-align: center; margin: 0px 0px 0px 0px; padding: 10px; font-size: 1.2em;}
#footer a { color : #ffdc36; text-decoration: none; }

.post-span {color:#ccc; font-size:12px;}
.post-img{margin-top:10px;}

h3 {color: #c3c3c3; font-size: 1.3em; font-weight: 100; padding: -10px; margin: -10px 67px 10px 10px;}
h3 a {color: #820000;}

.pagination {
 float:right;
 text-align: right;
}

p { color: #000000; font-size: 1.10em;}
p a { text-decoration: underline;}

ul {
    list-style-type: none;

}

li {
	font-size: 1.3em;
	float: right;
	font-weight: normal;
	margin-top: 20px;
    padding: 0px 2px;
}


li a {
    display: block;
    text-align: center;
    padding: 32px 18px;
    text-decoration: none;
}

li a:hover {
	color: #fff;
}

.active {
    background-color: #4CAF50;
}

/*-------------------------------------
	CTA Button
--------------------------------------*/

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 12px;
	margin-bottom: 40px;
	margin-top: 10px;
	margin-right: 3px;
    border: 1px solid #f26fff;
    border-radius: 6px;
    background: #ee82ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f39fff), to(#f119ff));
    background: -moz-linear-gradient(top, #f39fff, #f119ff);
    background: linear-gradient(to bottom, #f39fff, #f119ff);
    text-shadow: #00458f 1px 1px 1px;
    font: normal normal bold 16px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background: #ff9cff;
    background: -webkit-gradient(linear, left top, left bottom, from(#f119ff), to(#f39fff));
    background: -moz-linear-gradient(top, #f119ff, #f39fff);
    background: linear-gradient(to bottom, #f119ff, #f39fff);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #8f4e99;
    background: -webkit-gradient(linear, left top, left bottom, from(#f39fff), to(#f119ff));
    background: -moz-linear-gradient(top, #f39fff, #f119ff);
    background: linear-gradient(to bottom, #f39fff, #f119ff);
    text-decoration: none;
}
.button:after{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 -4px -6px 4px;
    position: relative;
    top: 0px;
    left: 3px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD5klEQVRIie2UXUzVdRzGP//3w3mBw+t5gRR0oaYZWmbkoGSKLWfWhZVMt8r1clGby3XbZq4La+m0Tbswq1VTh1nEiJG2QkQcSojmEqZIJRzwHHnzvP/P+f+6UJhZtjbpoq1n+15+P89vz77PD/7rUqYKZNvMDHk5e+RH6LF+YHCquAC432Phwr2lgUPna0Xprukj+haqpgzu3U11VW3ZyLlQlwhGhsTpwQ6xYM+cmO1talh3hxFN/5iaBwsf3relfIfTUG1EUxEUWWFZcbXaGTy5+qp+5Rf15gXPTgo0J5tIs/3yi7fPceYuZCWX18s9y7ZumPWGnLTiJBJxhAAh4Gyok0D0kiqFWCpNLPl3U+x2ZTU+Oq16dvNgfY+Ziq/sqeHCrfC5n6IqbundioKVGx/31wDSJFhYEp3Bdj7qep+hcyaxfnZKAL4PmJ+XmdOwbs5LRV6Hn/7YRb78bc9gPBVZdfZJTk3Ayw6i61nyJxX5Tzz7QPZShLgBt8CyBJ2hEzT11tJ/OsV4L0dEM89L3l1UGna5bu3sF9wehxdZAVmGsVSI74L7x8Pm6NqT1XxTfpgczabVLslZVVViv2fy1ZYAKy1oDzbz01Arl38UjHWzP1HHa5iEFN9y3pQzRXlftBtNlTE0nSRRFAWKnMXGKANrvM/FwnaHbdvi3OXl+TYfCRG9PlaUcHqUE8NN9I910d8prGvn2R07yEYsRgAUYx6rszNZILlMLid6CZgXMKUwkppGVsFj9ytpNfpYqes+r0NzkCRCgjDD6QB98bOcudaCHIvSezKZGu3irfFDbEYQnohVci6iLHcZB3xzKFULJRIINA1UHey6gUO3Y1cdZCh2FEnBFAnGU8NE0mHSaYvccR8drYFosM3adLWOvUDy5qNQkgMMmkGOKF4eynZofne+QUpOoWogqxaGpuHSXLhUJw7VQYbiwH5jcsb8nGq7NHyl2Xo5VM9ngHnr1SkA5lVCkR6atGnWvVkZthler5u4HCHTcFGgF+Ix/BTofnI1D1lqNm41F4bsfH+8bWCg0VofbKIeSP9VZyabnA4zNtJBo16SnOa06fPu9s1EURUK9EK8RhEeo4h83UueVsivfQEaWr/u6dvPmtBRWgHrdqX8w1chTKJXjnHYKIk7dLu16H7/EknXdAqM6yaF+iyOd7dQ17qvvftDnhnu4Awgbgf/k8F1FxJDxziq+WNmwjlYsdi3Qs4wbNylzaXp5y/4quXzb7u2sX68h4t/B/4n0ue/yitrG7MiDQPviC0dK0TldvZJKnl3Cr5Z6rwNPP1UHYHKrexQDDKnEj4hOSOPYsD2b8D/F78DYEqLl+TXArEAAAAASUVORK5CYII=") no-repeat left center transparent;
    background-size: 100% 100%;
    text-decoration: none;
}

/*-------------------------------------
	CTA Button
--------------------------------------*/
