/*
Theme Name: Goran Theme Portfolio
Theme URI: http://goranmitev.com/
Description: Goran Mitev Portfolio theme
Version: 1.0
Author: Goran Mitev
Author URI: http://goranmitev.com/
*/

/* CSS Reset */
body,div,dl,img,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    margin: 10px 0px;
    font-family: Arial,Helvetica,sans-serif;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

p{
    margin-bottom: 10px;
}



body {
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #465157;
    color: #EFEFEF;
    font-size: 13px;
}

a{
    color: #E2EE72;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #F3FD9C;
}

strong{
    font-weight: bold;
}

#page {
    width: 865px;
    margin: 0 auto;
}

#header {
    height: 100px;
}

#blogtitle{
    padding: 28px 0 0 7px;
    width: 500px;
    display: inline-block;
}


.socialicons{
    width: 120px;
    height: 26px;
    float: right;
    margin-top: 67px;
}
.socialicons a{
    display: inline-block;
}

h1, h1 a {
    font-size: 32px;
    margin: 0px;
}


h2, h2 a {
    font-size: 26px;
}

h3, h3 a {
    font-size: 18px;
    color: #FEFDBE;
}

h4{
    font-size: 14px;
    font-weight: bold;
}

.clear {
    clear: both;
}



/** Menu **/

#menu{
    background-color: #5f7278;
    height: 50px;
}

.menu{
    padding-top: 7px;
    padding-left: 7px;
}
.page_item, .menu-item{
    float: left;
    margin-right: 7px;
    list-style-type: none;
    width: auto;
}

.page_item a, .menu-item a{
    display: block;
    padding: 10px;
    color: #FFFFFF;
    text-transform: lowercase;
}

.current_page_item a,.current-menu-item a,.current-menu-parent a{
    color: #F3FD9C;
    background-color: #465157;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

}


/** Content **/

#content{
    width: 600px;
    float: left;
    padding: 10px;
    margin: 10px 10px 10px 0px;
    background-color: #5F7278;
}



/** Sidebar **/
.sidebar{
    float: left;
    width: 215px;
    background-color: #3b4449;
    padding: 10px;
    margin: 10px 0px 10px 0px;
}
.sidebar a:hover{
    color: #FFFFFF;
}


#footer{
    background-color: #5f7278;
    margin: 0px 0px 5px 0px;
    padding: 10px;
    text-align: center;
}

pre,code{
    margin: 15px;
    color:#3b4449;
    border-left: 4px solid #53B06B;
    padding: 15px;
    background-color: #ECF9FF;
    font-size: 10px;
    font-family: monospace;
}
pre.prettyprint{
    padding: 15px;
}


.post{
    margin-bottom: 50px;
}

.entry{
    margin-top: 30px;
    line-height: 20px;
}
.entry p{
    margin-bottom: 15px;
}
.entry h3{
    margin-top: 35px;
}

.entry ol, .entry ul{
    margin: 10px 0 10px 40px;
}


.widget{
    padding: 5px;
    margin: 0px 0px 10px 0px;
}
.widget ul{
    margin: 5px 0px 10px 0px;
    list-style-position: inside;
}
.widget ul li{
    margin: 5px 0px 0px 0px;
}
.widgettitle, widgettitle a{
    text-transform: lowercase;
}

#wp-calendar{
    width: 100%;
}

#searchform{
    opacity: 0.7;
}
#searchbox{
    width: 150px;
    padding: 6px;
}
.inputbox{
    border: 1px solid #465157;
    color: #3b4449;
    padding: 4px;
    width:300px;
}
.textbox{
    border: 1px solid #465157;
    color: #3b4449;
    width: 100%;
}
.button{
    padding: 2px;
}

.post h2{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #7D9096;
}

.tooltip {
	display:none;
	background:transparent url('images/black_arrow.png');
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}


#portfolio{
    width: 840px;
    height: 500px;
    background-color: silver;
}

#leftcol{
    float: left;
    width: 100px;
    height: 500px;
    background-color: red;
}

#maincol{
    float: left;
    width: 640px;
    height: 500px;
}

#rightcol{
    float: left;
    width: 100px;
    height: 500px;
    background-color: red;
}

#leftarrow{
    margin-top: 150px;
    width: 100px;
    height: 100px;
    background-color: yellow;
}

#rightarrow{
    margin-top: 150px;
    width: 100px;
    height: 100px;
    background-color: yellow;
}

.imgconteiner{
    width: 630px;
    height: 500px;
}

.imgdescription{
    background-color: #000000;
    height: 50px;
    opacity: 0.5;
}













.vcard{
    float: left;
    background-color:  #7D9096;
}
.comment-left{
    float: left;
    width: 480px;
    margin-left: 15px;
    background-color: #6C8289;
    padding: 10px;
}
.avatar{
    margin: 5px;
}
.reply, .commentlist{
    clear: both;
}

.comments{
    font-size: 11px;
}
.comment-meta{
    margin-bottom: 10px;
}
.even{

}
.comment{
    padding: 10px 10px 20px 10px;
}

.fn{
    font-weight: bold;
}
.comm-time{
    color: #F3FD9C;
    font-size: 10px;
}

#commentform p input, #commentform p textarea {
    border: 1px solid #D3D2BF;
    padding: 5px;
}

#respond{
    margin-top: 50px;
}
#comment{
    width: 98%;
}

#comments{
   border-bottom: 1px solid #7D9096;
   padding-bottom: 5px;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.navigation{
    height: 25px;
    padding: 10px 0px;
}


#contenthome{
    padding: 10px;
   margin: 10px 0px 10px 0px;
    background-color: #5F7278;
}


.sidew{
    width: 10px;
    height: 1px;
    float: left;
}
.sidebarhome{
    width:261px;
    padding-top: 0px;
    min-height: 320px;
}

.textwidget img{
    border: 5px solid #5F7278;
    width: 240px;
}

.imgborder{
    border: 6px solid silver;
}

.textwidget ul li{
    list-style-image: url('images/okb1.png');
}

.corner{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
span.code{
background-color:#7A8898;
font-family: monospace;
font-size: 12px;
padding: 1px;
}
