/*
Theme Name: MikelNilsson.se
Theme URI: 
Description: 
Version: 
Author: Ola Johansson
Author URI: 
*/

/* Reset CSS  */
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, b, u, i, center, 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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body
{
    line-height: 1;
    font-size: 100%;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}

:focus
{
    outline: 0;
}

ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* And here is my styling */

body
{
    margin: 0px 0px;
    padding: 0px;
    text-align: center;
    font-family: Helvetica Neu, Arial;
}

#wrapper
{
	margin: 0 auto;
    text-align: left;
    padding-top: 15px;
	padding-left: 25px;
	width: 650px;
}

.startpage ul
{
 margin-top: 15px;
 	text-align: center;
}

.startpage li
{
	float: left;
	text-align: center;
}

.startpage li span
{
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-top: 7px;
	margin-right: 7px;
}

.startpage-images {
	margin:5px 6px 0 0;
}

#logo{
    text-align: center;
    padding-top: 15px;
	width: 651px;
	margin: 0 auto;
}

.logo-gray
{
	padding-left: 8px;
}

h1
{
    text-transform: uppercase;
    font-size: 150%;
    font-weight: bold;
    margin: 10px 0 0 0;
	font-family: Helvetica Neu, Arial;
	float: right;
}

h2
{
    text-transform: uppercase;
    font-size: 100%;
    font-weight: bold;
    margin: 20px 0 20px 0;
}

a
{
    color: #2F2F2F;
    text-decoration: none;
}

p
{
    margin: 10px 0 10px 0;
	line-height: 19px;
}



.wp-caption-text
{
    color: #4F4F4F;
    font-size: 90%;
    text-align: center;
}

.alignleft
{
float: left;
margin: 5px;
}

.alignright
{
float: right;
margin: 5px;
}

