/*
Theme Name: Victor Henriksson
Description: Theme for www.victorhenrikssson.com
Author: Neocom Networks
Author URI: http://www.neocom.se
*/

body {
        font-family: arial,helvetica,sans-serif;
        font-size: 13px;
        color: #ddd;
        background: #0b0102 url("images/bg_back.jpg") center top no-repeat;
        margin: 0;
}
a {
        outline: none;
}
img {
        border: none;
}
        img.aligncenter {
        	display: block;
        	clear: both;
        	margin-left: auto;
        	margin-right: auto;
        }
        img.alignright {
        	float: right;
        }
        img.alignleft {
                float: left;
                margin: 10px 20px 10px 0;
        }
        
.gd {
	clear: both;
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #aaa !important;
	text-decoration: none;
}

#container {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: url("images/bg_content.png") center repeat-y;
}
#wrapper {
        width: 902px;
        margin: 0 auto;
}     
#header	{
        width: 903px;
        height: 217px;
        margin: 0 auto;
        padding: 0;
        background: url("images/bg_header.jpg") no-repeat;
}
#menucontainer {
	position: absolute;
	top: 164px;
}
#menu {
	width: 903px;
        height: 28px;
        }
        #menu ul {
        	margin: 0;
        	padding: 0;
        }
        #menu li {
                list-style: none;
                float: left;
                margin: 0 5px 0 0;
        }
	#menu a {
                display: block;
                font-size: 15px;
                font-weight: bold;
                letter-spacing: -1px;
                text-transform: none;
                line-height: 30px;
                background: url("images/bg_menu1.png") no-repeat;
                text-decoration: none;
                cursor: pointer;
        }
        #menu a span {
        	width: 95px;
        	height: 28px;
                text-align: center;
                display: block;
                padding: 0 5px 0 5px;
                color: #fff;
        }
        #menu a:hover {
                background-position: 0% -28px;
        }
        #menu .selected {
                background-position: 0% -28px;
        }
        
        #submenu {
        	width: 903px;
                height: 23px;
                background: #811f1d;
		padding: 2px 0 0 0;	
        	}
                #submenu ul {
                	margin: 0 0 0 30px;
                	padding: 0;
                	}
                #submenu ul li {
                	display: block;
                	list-style: none;
                	float: left;
                	width: auto;
                	margin: 0 40px 0 0;
                	}
                #submenu ul li a {
                	font-size: 13px;
                	letter-spacing: -0.5px;
                	color: #eee;
                	line-height: 24px;
                	text-decoration: none;
                	font-weight: bold;
                }
                #submenu ul li a:hover {
                	text-decoration: underline;
                	color: #fff;
                }
                #submenu ul li.current_page_item {
			color: #ffffaa !important;
			text-decoration: underline;
                }
 
/* -------------------------------------------------------------------------- */

#left {
        float: left;
        padding: 0 25px 0 0;
}
#right {
        width: 280px;
        float: right;
        }
        #right img {
        	width: 278px;
                border: 1px solid #ccc !important;
                padding: 0;
                }
        #right p {
                font-size: 11px !important;
                color: #ddd !important;
                padding: 0 !important;
                margin: 5px 0 25px 0 !important;
                }
        #right li.tags {
                margin: 0;
                list-style: none !important;
        }

#content {
	width: 852px;
        overflow: hidden;
	padding: 25px;
	min-height: 200px;
	background: #181413 url("images/bg_text.jpg") repeat-x;
}
#content .textbox {
	width: 530px;
	margin: 0;
}
#content p {
        font-size: 13px;
        line-height: 19px;
        margin: 10px 0 15px 0;
        padding: 0;
}
#content h1 {
        font-size: 28px;
        letter-spacing: -1px;
        margin: 0 0 15px 0;
        color: #ffffaa;
}
#content h2 {
        font-size: 22px;
        letter-spacing: -1px;
        margin: 0;
}
#content h3 {
        font-size: 18px;
        letter-spacing: -1px;
        margin: 0;
}
#content a {
        color: #ccc;
        text-decoration: none;
}
#content a:hover {
	color: #eee;
        text-decoration: underline;
}
#content img {
        border: 1px solid #ccc;
}
#content ul {
        padding: 5px;
        margin: 10px 0 15px 0;
}
#content li {
        margin: 0 25px;
        padding: 0 0 8px 5px;
        list-style: square;
        font-size: 13px;
        line-height: 19px;
}
#content .meta {
        font-size: 14px;
        padding: 4px 0 4px 0;
        margin: -5px 0 20px 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        }
#content .post {
        padding: 0 0 10px 0;
        border-bottom: 1px solid #ccc;
        }
#content .tags {
        padding: 0 0 10px 0;
        }
#highlight {
	width: 100%;
        clear: both;
        height: 255px;
        background: url("images/bg_highlight.jpg") center bottom;
        margin: 0 auto;
        }
        #highlight .content {
        	display: block;
        	margin: 0 auto;
        	width: 860px;
        	padding: 15px 20px 10px 30px;
        }
        #highlight img {
        	padding: 0 6px 0 0;
        }
#footer	{
	width: 100%;
        clear: both;
        height: 240px;
        background: url("images/bg_footer.jpg") center bottom;
        }
        #footer .content {
        	margin: 0 auto;
        	padding: 50px;
        	text-align: center;
        	line-height: 28px;
        }
        #footer a {
                color: #fff;
        }
        #footer a:hover {
                color: #ccc;
        }
        #footer ul {
        	margin: 0;
        	padding: 0;
        }
        	#footer ul li {
        		display: inline;
        		list-style: none;
        		padding: 0 50px 0 0;
        	}
        	#footer ul li:last-child {
        		padding: 0;
        	}

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

input {
	font-family: arial,helvetica,sans-serif;
}

select,textarea {
	font-size: 17px;
	color: #444;
	background: #ddd;
	border: 1px inset #333;
	width: 100%;
	margin-bottom: 5px;
	padding: 4px;
	font-family: arial,helvetica,sans-serif;
}
textarea {
        padding: 5px;
	height: 100px;
	overflow: auto;
} 
input[type="text"],input[type="password"] {
        width: 100%;
        height: 19px;
	padding: 4px;
	margin-bottom: 5px;
	color: #444;
	background: #ddd;
	border: 1px inset #666;
	font-size: 17px;
}		
input:focus[type="text"],input:focus[type="password"],textarea:focus {
	background: #ccc;
}
input:hover[type="text"],input:hover[type="password"],textarea:hover,select:hover {
	background: #ccc;
}
input[type="submit"] {
        min-width: 150px;
        background: #333;
        border: 1px outset #000;
        padding: 5px;
        font-size: 15px;
        color: #fff;
}
input:hover[type="submit"] {
        background: #666;
        cursor: pointer;
}

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

span.wpcf7-not-valid-tip {
	color: #333 !important;
}
.ajax-loader {
        border: none !important;
}


