/**
 * www.ishus.is
 *
 * @copyright  Copyright (c) 2009 Íshús Media ehf. DBA Glaciersoft (http://www.glaciersoft.com)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }


html,body { height:100%; }

body { background:#ffffff url(../images/body_bg.gif) 0 0 repeat-x; color:#2f2f2f; font:76%/1.5em Arial, Helvetica, sans-serif; text-align:center; min-height:100%; }

a img, img	{ border:0; }
a			{ color:#1e7ec8; text-decoration:none; }
a:hover		{ color:#1e7ec8; text-decoration:none; }
a:active	{ outline:none; }
a:focus		{ -moz-outline-style:none; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:0.5em; line-height:1.5em; color:#2f2f2f; font-weight:normal; }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; color:#333; }
h4 { font-size:1.05em; font-weight:bold; }
h5 { font-size:1.05em; }
h6 { font-size:0.95; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td { padding:0; vertical-align:top; }

/* Paragraph */
p { margin-bottom:1em; }
address { font-style:normal; margin-bottom:.5em; }
blockquote { background:url(../images/im_blockquote.gif) 5px 0 no-repeat; border-left:5px solid #9c0c24; font-style:italic; text-indent:16px; padding:0 0 0 5px; margin-bottom:1em; }
cite { font-style:normal; font-size:1.15em; color:#9c0c24; }
q:before,
q:after{ content:''; }

/* Form */
form { display:inline; }
fieldset { border:none; }
legend { display:none; }
label { color:#666; font-weight:bold; }
input, textarea, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; margin-bottom:1em; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }