/**************************************************************
Website: Attila Szomor /ver 01/
URI: http://www.attilaszomor.com
Description: Theme for the Attila Szomor web design portfolio
Version: m1.0
Author: Attila Szomor
Author URI: http://www.attilaszomor.com
**************************************************************/

/**************************************************************
Definitions: Reset
Version: 13/11/2009
Contents:
    1 Global reset
**************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/******************************************************************************/
/******************************************************************************/
/******************************************************************************/

/**************************************************************
Definitions: Typography
Version: 13/11/2009
Contents:
    1 General typography settings
    2 Specific typography settings
**************************************************************/

/* ---------------- 1 General typography settings ----------------------------*/

/* HEADINGS */
h1{ }
h2{ }
h3{ }
h4{ }
h5{ }
h6{ }

/* LINKS */
a
{

}
a:hover
{

}
a:visited
{

}

/* PARAGRAPHS */
p
{

}

/* STRONG/B EM/I */
strong, b
{
font-weight:700;
}
em, i
{
font-style:italic;
}

/* UNORDERED LIST */
ul
{
list-style:disc;
margin-left:30px;
}
ul li
{

}

/* ORDERED LIST */
ol
{
list-style:decimal;
margin-left:35px;
}
ol li
{

}

/* DEFINITION LIST */
dl{ }
dt{ font-weight:700; text-decoration:none; margin-top:10px; font-size:14px; border:0;   }
dd{ margin-left:18px; }

/* MISC */
blockquote{ }

abbr{ }

acronym{ }

sub{ font-size:10px; line-height:1.5; vertical-align:bottom; }

sup{ font-size:10px; line-height:1.5; vertical-align:top; }

code{ }

small{ font-size:11px }

/* ---------------------------------------------------------------------------*/

/* ---------------- 2 Specific typography settings ---------------------------*/

/* HOME */

div#under, div#siteDescX
{
    font-size: 0.75em;
    margin: auto;
    text-align: center;
    width: 190px;
    color: #cccccc;
    background: transparent;
}

div#under a, div#copyR a
{
    color: white;
    background-color: transparent;
    text-decoration: none;
}

div#under a:hover, div#copyR a:hover
{
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

div#copyR
{
    font-size: 0.6em;
    margin: auto;
    text-align: center;
    color: #cccccc;
    background: transparent;
    padding: 10px 0 10px 0;
}

/* Movember link */

span#movember a
{
    color: #FF7A00;
    background-color: transparent;
    text-decoration: none;
}

span#movember a:hover
{
    color: white;
    background-color: #FF7A00;
    text-decoration: none;
}

/******************************************************************************/
/******************************************************************************/
/******************************************************************************/

/**************************************************************
Definitions: General
Version: 13/11/2009
Contents:
    1 General non typographic or layout settings
**************************************************************/

/* ------------- 1 General non typographic or layout settings ----------------*/

/* TABLE */
table
{

}
table th
{

}
table td
{

}
/* IMAGE */
img
{

}

/* ---------------------------------------------------------------------------*/


/******************************************************************************/
/******************************************************************************/
/******************************************************************************/

/**************************************************************
Definitions: Layout
Version: 09/01/2010
Contents:
    1 Layout settings
**************************************************************/

/* ---------------------- 1 Layout settings ----------------------------------*/

/* GENERAL */

html
{
    background: #000000 /*url(bgtop.gif) top left repeat-x fixed*/;
    border-right: 5px solid #000000;
    border-bottom: 5px solid #000000;
    border-left: 5px solid #000000;
}

body
{
    background: black /*url(wbg_bg.jpg) top left repeat-x fixed*/;
    color: white;
    text-align: center;
    margin: auto;
    font-family: "Trebuchet MS", Arial, Verdana, serif;
}

div#wrapperBG
{
    width: 200px;
    margin: auto;
    text-align: center;
}

div#footerWrap
{
    width: 100%;
    color: white;
    background-color: #000000;
}


div#footer
{
    width: 200px;
    margin: auto;
    text-align: center;
    padding: 0  0 5px 0;
    color: white;
    background-color: #000000;
}


/*div.post_wrapper { background:url(wbg_top.png) bottom center no-repeat; margin:0 0 40px 0; padding:0 0 40px 0 }*/

/* HOME */

div#wrapper
{
    width: 190px;
    margin: auto;
    text-align: center;
}

div#logo
{
    width: 150px;
    margin: auto;
    text-align: center;
}

div#twitter
{
    width: 190px;
    margin: auto;
    text-align: center;
}

img#ASlogoMain
{
    margin-top: 5px;
}

div#siteDesc
{
    display: none;
}


/*
span#allRights
{
    float: left;
}

span#movember
{
    float: right;
}
 */

/* ---------------------------------------------------------------------------*/
