/* ! Layout styles */

#footer { clear: both; }
#sidebar { float: left; margin: 40px 0; width: 300px; }
#sidebar h3 { margin-top: 40px; }
#sidebar h3:first-child { margin-top: 0; }

#navigation .about { background-position: 0 -255px; }
#navigation .blog { background-position: 0 -63px; }
#navigation .photos { background-position: 0 -127px; }
#navigation .twitter { background-position: 0 -318px; }
#navigation .videos { background-position: 0 -191px; }
#navigation .work { background-position: 0 1px; }

/* ! Module styles */

#content .last { margin-right: 0; }
.split-module { float: left; margin-right: 80px; width: 450px; }
.split-module:after, .split-module:before { clear: both; content: ""; display: block; height: 0; overflow: hidden; visibility: hidden; }
.split-module-3 { width: 270px; }

/* ! Image styles */

.framed { border: 1px solid #eee; padding: 5px; }

/* ! Custom styles */

.details { color: #999; font-size: 14px; margin-top: 0; }
.details a { border-bottom-color: #999; color: #999; }

/* ! Ad styles */

.carbonad { background: none !important; border-style: none !important; font-family: "proxima-nova-1", "proxima-nova-2", "helvetica neue", helvetica, arial, sans-serif !important; font-size: 14px !important; height: auto !important; line-height: 20px !important; }
.carbonad-img { margin: 0 10px 0 0 !important; }
.carbonad-tag { float: right !important; margin-top: 10px !important; text-align: right !important; }
.carbonad-tag a, .carbonad-text a { border-bottom-style: none !important; }
.carbonad-text { padding-top: 0 !important; }

/*
.sponsors { margin-bottom: 40px; text-align: center; }
.sponsors .adby { text-align: right; }
.sponsors .adby a { border-bottom-color: #999; color: #999; }
.sponsors .one .bsa_it_ad { background-color: transparent; border-style: none; font-family: "proxima-nova-1", "proxima-nova-2", "helvetica neue", helvetica, arial, sans-serif; padding: 0; text-align: left; }
.sponsors .one .bsa_it_ad .bsa_it_d { font-size: 14px; }
.sponsors .one .bsa_it_ad .bsa_it_d, .sponsors .one .bsa_it_ad .bsa_it_t { color: #000; line-height: 20px; margin-left: 170px; }
.sponsors .one .bsa_it_ad .bsa_it_i { margin: 0; }
.sponsors .one .bsa_it_ad .bsa_it_t { font-size: 16px; font-weight: normal; padding: 0; text-decoration: underline; text-transform: uppercase; }
.sponsors .one .bsa_it_p { display: none; }
*/

/* ! Narrow styles */

@media (max-width: 1020px) 
{
	#sidebar { float: none; font-size: 16px; width: auto; }
	.split-module { float: none; margin-right: 0; width: auto; }
}

@media (max-width: 640px) 
{
	#navigation a { min-width: 100px; }
}

@media (max-width: 480px) 
{
	#content .framed { max-width: 95%; }
}

