/* www.tomodoherty.ie - screen styles */

/* ========================================================= */
/* basic setup and layout */
/* ========================================================= */

* {margin: 0; padding: 0;}
body {font-family: Helvetica, Arial, Sans-Serif; color: #fff; text-align: center; padding: 0 0 30px 0;}
#wrap {vertical-align: middle; margin: 0 auto; text-align: left; width: 930px;}

/* ========================================================= */
/* backgrounds */
/* ========================================================= */

body {background: #333 url(/site/bg/bg2.jpg) center top repeat-y;}
#top, #footer {background: url(/site/bg/tile-70.png) bottom left repeat-x;}
.box {background: url(/site/bg/tile-70.png) top left repeat-x;}
/* ========================================================= */
/* links */
/* ========================================================= */

a, a:link {color: #99bbe9; background: url(/site/bg/a-link.gif) left bottom repeat-x; text-decoration: none;}
a:visited {color: #ccc;}
a:hover {color: #fff; background: #5c8ccd; text-decoration: none;}
a:active {color: #203b57;}
.box a img {border: 1px solid #99bbe9; vertical-align: bottom; background: none;}

/* ========================================================= */
/* typography and lists */
/* ========================================================= */

hr {position: absolute; left: -9999px;}
h1, h2 {font-weight: normal;}
h1, p {font-size: 11px; line-height: 18px;}
h2 {font-size: 11px; height: 14px; margin: 1px 0 14px 0;}

/* ========================================================= */
/* top */
/* ========================================================= */

#top {margin: 30px 5px 10px 5px; padding: 5px 10px 5px 10px;}

/* ========================================================= */
/* boxes */
/* ========================================================= */

.box {float: left; width: 280px; margin: 0 5px 10px 5px; padding: 8px 10px 10px 10px;}

.box a img {float: right; margin: 2px 0 0 10px;}

/* ========================================================= */
/* base */
/* ========================================================= */

#footer {margin: 10px 5px 0 5px; padding: 5px 10px 5px 10px; clear: both;}
