/*

Thinner for smartphones and thinner screens

*/

@import "default.css";


#outer
{
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 95%;
min-width:300px;
}

#rightsideheader
{
top: 3.5em;
font-size: 1.3em;
}

#menu ul li a
{
padding: 0.5em .4em 0.9em .4em;
}

#primarycontent
{
width: 100%;
}

#secondarycontent
{
float: left;
clear:both;
}

#iconsection
{
padding-top: 2.5em;
}

#footer .left
{
bottom: 2em;
}

#footer .right
{
bottom: .5em;
}
