/*
* GLOBAL
*/

.custom a:link, .custom a:active, .custom a:hover, .custom a:visited { outline: none; }
.clearall, .cl { clear: both; }
.fl { float: left; }
.fr { float: right; }



/* -----------------------------------
	Sitewide structures 
-------------------------------------- */
body.custom { background: url('images/body_bg.jpg') repeat; }
.custom #container { margin: 20px auto 30px auto; width: 950px; }
.custom #page { -moz-border-radius: 10px; -webkit-border-radius: 10px; }

/* Header */

/* Footer */
.custom #footer a { border: none; }

.custom #footer #menu_list { width: 60%; float: left; }
.custom #footer #menu_list ul li { list-style: none; float: left; width: 25%; text-align: left; }


.custom #footer #media_icons { float: right; width: 30%; }
.custom #footer #media_icons a { padding: 5px 10px; text-decoration: none; }
.custom #footer #media_icons a img { width: 25px; }

.custom #footer #copyright { margin: 5px 0px; }



/* -----------------------------------
       Widgets / Sidebars
----------------------------------- */
.custom .widget_twitter .entry-meta { font-size: 9px; }   /* for the twitter widget */

.custom #sidebar_1 { width: 38%; }
.custom #sidebar_2 { width: 58%; }

