@charset "utf-8";

/* CSS Document */



/*

Theme Name: SimsVIP Version 3 "Big Simmy VIP Project"

Theme URI: http://www.simsvip.com

Description: Modern blog theme with top navigation elements and nice colors.

Version: 3.1.0 

Author: Petar Jadek, SimHrvatska Labs © 2014

Author URI: http://simhrvatska.com

*/



/* GENERAL */



body

{	background: url(res/bg.jpg) center top no-repeat; 

	background-attachment: fixed; 

	background-size: cover; 

	font-family: Roboto; 

	color:#333;

	margin: 0;

}



 *:focus

{

       	outline: none;

}

img

{

	border: none;

}



.alignleft

{

	border:none;

	float:left;

	margin: 4px;

	margin-top: 0;

}



.alignright 

{

	border:none;

	float:right;

	margin: 4px;

	margin-top: 0;

}



.aligncenter, img.aligncenter 

{ 

	clear: both; 

	display: block; 

	margin-left: auto; 

	margin-right: auto; 

}



a:link

{

	color: #009ACD;

	text-decoration: none;

	-o-transition:color .0.3s ease-out, 0.3s ease-in;

  	-ms-transition:color .0.3s ease-out, 0.3s ease-in;

  	-moz-transition:color .0.3s ease-out, 0.3s ease-in;

  	-webkit-transition:color .0.3s ease-out, 0.3s ease-in;

  	transition:color .0.3s ease-out, 0.3s ease-in;

}



a:visited

{

	color: #009ACD;

	text-decoration: none;

}



a:hover

{

	color: #009ACD;

	text-decoration: none;

}



a:active

{

	color: #009ACD;

	text-decoration: none;

}



::selection 

{

	background: #df9d9d;

	text-shadow:none;

}



blockquote

{

	background: #d3cfd0;

	margin: 20px;

	padding: 10px;

}



/* HEADER */



#header

{

	width: 100%;

	height: 75px;

	background-color: #222;

}



.header

{

	width: 1080px;

	height: 75px;

	margin: auto;

}



#logo

{

	background-image: url(res/logo.png);

	width: 170px;

	height: 75px;

	float: left;

}



/* NAVIGATION */



#cssmenu ul,

#cssmenu li,

#cssmenu span,

#cssmenu a 

{

  	margin: 0;

  	padding: 0;

	position: relative;

}



#cssmenu 

{

  	height: 75px;

 	background: none;

	width: 880px;

	margin: auto;

	float: right;



}



#cssmenu:after,

#cssmenu ul:after 

{

  	content: '';

  	display: block;

  	clear: both;

}



#cssmenu a 

{

  	background: none;

 	color: #fff;

  	display: inline-block;

  	font-size: 14px;


  	line-height: 75px;

  	padding: 0 20px;

  	text-decoration: none;

}



#cssmenu ul 

{

  	list-style: none;

}



#cssmenu > ul 

{

  	float: left;

}



#cssmenu > ul > li 

{

  	float: left;

}



#cssmenu > ul > li:hover:after 

{

  	content: '';

  	display: block;

  	width: 0;

  	height: 0;

  	position: absolute;

  	left: 50%;

  	bottom: 0;

  	border-left: 10px solid transparent;

  	border-right: 10px solid transparent;

  	border-bottom: 10px solid #333;

  	margin-left: -10px;

}



#cssmenu > ul > li:first-child > a 

{

  	border-radius: 0px 0 0 0;

  	-moz-border-radius: 0px 0 0 0;

  	-webkit-border-radius: 0px 0 0 0;

}



#cssmenu > ul > li:last-child > a 

{

  	border-radius: 0 0px 0 0;

  	-moz-border-radius: 0 0px 0 0;

  	-webkit-border-radius: 0 0px 0 0;

}



#cssmenu > ul > li.active > a 

{

  	background: #222;

}



#cssmenu > ul > li:hover > a 

{

  	background: #282828;

}



#cssmenu .has-sub 

{

  	z-index: 1;

}



#cssmenu .has-sub:hover > ul 

{

  	display: block;

}



#cssmenu .has-sub ul {

 	display: none;

  	position: absolute;

  	width: 200px;

  	top: 100%;

  	left: 0;

}



#cssmenu .has-sub ul li 

{

  	*margin-bottom: -1px;

}





#cssmenu .has-sub ul li a 

{

  	background: #333;

	color: #FFF;

  	filter: none;

  	font-size: 14px;

  	display: block;

  	line-height: 120%;

  	padding: 10px;

}



#cssmenu .has-sub ul li:hover a 

{

  	background: #414141;

}



#cssmenu .has-sub .has-sub:hover > ul 

{

  	display: block;

}



#cssmenu .has-sub .has-sub ul 

{

  	display: none;

  	position: absolute;

  	left: 100%;

  	top: 0;

}



#cssmenu .has-sub .has-sub ul li a 

{

  	background: #414141;

}



#cssmenu .has-sub .has-sub ul li a:hover 

{

  	background: #4b4b4b;

}





/* TEXT BOX */



#text-box

{

	background: #e0e0e0;

	width: 1060px;

	padding: 10px;

	margin: auto;

}



#gg

{

	background: #e0e0e0;

	width:580;

	margin: auto;

	padding: 45px

}



#next-post-link

{

	width: 310px;

	float: left;

	display: block;

	height: auto;

	background: url(res/arrow_next.png);

	background-repeat:no-repeat;

	background-position: left top;

	font-size: 12px;

	line-height: 30px;

	padding-left: 35px;

}



#next-post-link a

{

		color: #902626;

}



#back-post-link a

{

		color: #902626;

}



#back-post-link

{

	width: 310px;;

	float: right;

	display: block;

	height: auto;

	background: url(res/arrow_back.png);

	background-repeat:no-repeat;

	background-position: right top;

	font-size: 12px;

	line-height: 30px;

	padding-right: 35px;

}



.bpl-txt

{

	float: right;

}



#comment-this-topic

{

	font-size: 22px;

	width:695px;

	background: #902626;

	color: #FFF;

	margin-top: 25px;

	margin-bottom: 20px;

	padding: 5px;

}



#post-area

{

	width: 705px;

	float: left;

}



#post-areagg

{

	width: 580px;

	float: left;

}



#sidebar

{

	width: 340px;

	padding-left: 5px;

	float: right;

	border-left: dashed 1px #aba89f;

}



.post-title

{

	font-size: 24px;

	margin-left: 55px;

	color: #902626;
	

}



.post-title a:link

{

	color: #902626;

	text-decoration: none;

	-o-transition:color .0.3s ease-out, 0.3s ease-in;

  	-ms-transition:color .0.3s ease-out, 0.3s ease-in;

  	-moz-transition:color .0.3s ease-out, 0.3s ease-in;

  	-webkit-transition:color .0.3s ease-out, 0.3s ease-in;

  	transition:color .0.3s ease-out, 0.3s ease-in;

}



.post-title a:visited

{

	color: #902626;

	text-decoration: none;

}



.post-title a:hover

{

	color: #902626;

	text-decoration: none;

}



.post-title a:active

{

	color: #902626;

	text-decoration: none;

}



.post-date-style

{

	width: 45px;

	height: 45px;

	border-radius: 40px;

	-moz-border-radius: 40px;

	background: #902626;

	display: block;

	float: left;

	margin-left: 0px;

	margin-top: -25px;

}



.post-date-day

{

	font-size: 14px;

	font-weight: bold;

	color: #FFF;

	text-align: center;

	margin-top: -1px;

}



.post-date-month

{

	font-size: 11px;

	color: #FFF;

	text-align: center;

	margin-top: -5px;

	text-transform:uppercase;

}

.post-date-year

{

	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-top: -3px;
	text-transform:uppercase;

}


.about

{

	width: 630px;

	height: 14px;

	float: left;

	font-size: 14px;

	margin-left: 15px;

	margin-bottom: 20px;

}



.about a

{

	color:#009ACD;

}



.post-txt

{

	font-size: 14px;

}



.comment-post

{

	font-size:14px;

	float: right;

        display: block;

	margin-right: 10px;

        margin-top: 0px;

	text-transform:uppercase;

        position: relative;

        vertical-align:middle;

}



.comment-post a

{

	color: #902626;

}



.sticky { color:red; }



#endpost

{

	border-top: dashed 1px #aba89f;

	margin-top: 40px;

	margin-bottom: 30px;

}

	

/* SIDEBAR */





#sidebar ul

{

	margin: 0;

	padding: 0;

	font-family:  Roboto;

}



#sidebar li

{

	padding: 2px 0;

	margin: 0;

	list-style-type: none;

	font-size: 14px;

}



#sidebar li:last-child

{

	border: none;

	padding-bottom: 25px;

}



.widgettitle {

	position: relative;

	background: url(res/plumbob.png) #902626 right no-repeat;

	border-radius: 5px;

	border-bottom: 3px solid #902626;

	font-size: 15px;

	padding:5px;

	font-weight: 100;

	color: #FFF;
	text-align: center;

}

.widgettitle:after, .arrow_box:before {

	top: 100%;

	border: solid transparent;

	content: " ";

	height: 0;

	width: 0;

	position: absolute;

	pointer-events: none;

}



.widgettitle:after {

	border-color: rgba(255, 255, 255, 0);

	border-top-color: #902626;

	border-width: 10px;

	left: 10%;

	margin-left: -20px;

}

.widgettitle:before {

	border-color: rgba(0, 119, 180, 0);

	border-top-color: #902626;

	border-width: 20px;

	left: 10%;

	margin-left: -24px;

}

/* FOOTER */



footer

{

	background: #222;

	width: 1060px;

	padding: 10px;

	color: #fff;

	margin: auto;

	font-size: 12px;

	margin-bottom: 30px;

}

/* SEARCH FORM */



/*Code to change the search form textbox colour styles in right column*/

#sidebar #searchform .searchfield 

{

	width: 230px;

	padding: 2px;

	color: #545454 !important;

	background: #e0e0e0 !important;

	border: 1px solid #c3c0b6;

	box-shadow: inset 0 0 5px #a4a29c;

	-moz-box-shadow: inset 0 0 5px #a4a29c;

	height: 32px;

	margin-bottom: 25px;

}



#searchsubmit 

{

	color: #fff;

	border: none;

	width: auto;

	height: 32px;

	background: #902626;

	display: block;

	float: right;

	margin-top: 1px;

	margin-right: 22px;

	text-decoration: none;

	-o-transition:color .0.3s ease-out, 0.3s ease-in;

  	-ms-transition:color .0.3s ease-out, 0.3s ease-in;

  	-moz-transition:color .0.3s ease-out, 0.3s ease-in;

  	-webkit-transition:color .0.3s ease-out, 0.3s ease-in;

  	transition:color .0.3s ease-out, 0.3s ease-in;

	

}



#searchsubmit:hover

{

	color: #fff;

	border: none;

	width: auto;

	height: 32px;

	background: #902626; 

	display: block;

	float: right;

	margin-top: 1px;

}

/* COMMENTS */


.comment-list
{ 

	padding-left:15px;

	font-family:  Roboto !important;

}



.comment-list li 

{

	margin-bottom:5px;

	list-style:none;

	background: #d3cfd0;

	padding:6px;

	border:1px solid #c5c1c2;

}



.comment-list cite, .comment-list cite a 

{

	font-weight: bold;

	font-style: normal;

	font-size: 13px;

}



.comment-list p 

{

	clear:both;

	line-height: 1.5em;

	font-size: 14px !important;

}



.comment-list li #respond {

	margin:0px;

	border-top:0px;

	margin-bottom:20px;

}



.comment-author, .says, .fn {
	font-weight: none;
	font-size: 18px!important;
	background:none;
	height:auto;
}



.comment-meta {

	font-size:12px;

	padding: 5px;

	background:none;

	border-bottom:none;

	height:auto;

}



.comment-meta a
{
	color:#666666!important;
}

.comment-author a 
{
	color:#666666!important;
	font-size: 18px!important;
}



.comment-author cite {

	font-style:normal;

}



.comment-list .avatar {

	border: none !important;

	padding:5px;

	float:left;

	width: 45px;

	height: 45px;

	margin-right:10px;

	background: none;

	border-radius: 45px;

}


/* Comment-form */



#respond {

	margin:20px;

	background:none;

	padding:20px;

	margin-top:20px;

}



#respond #commentform {

	margin-top:-10px;

}

#comments
{
	width: 100%;
}


#reply-title {

	font-size:14px;

	line-height:40px;

	text-transform: uppercase;

}



#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {

	padding:20px 0px;

	border-bottom: none;

	background: #dad6cb;

}



#respond p, #respond form {

	padding:0px;

}



#respond .form-allowed-tags, .comment-notes, #respond label .required, #respond .logged-in-as {

	display:none;

}



#respond label {

	width:35%;

	line-height:40px;

	display:block; 

   float:left;

   padding-right:20px

	background: #000;

}



#respond input {

	width:35%;

}



#respond textarea {

	width:65%;

}



#respond .form-submit {

	height:60px;

}



#respond .form-submit input {

	width:auto;

	float:right;

	margin-top:20px;

}



.comment-edit-link

{

	color: #006591 !important;

	font-weight: bold;

}



.comment-reply-link

{

	font-size: 14px;

	font-weight: bold;

	color: #902626 !important;

}



#respond #cancel-comment-reply-link {

	float:right;

	line-height:40px;

	color: #902626 !important;

}



.nocomments {

	margin-top:20px;

}