/*  
Theme Name: Praca Premium
Author URI: http://www.pajeczyna.pl
Author: Praca
*/

/* choose - which color you want for the theme? */
/* By default, I placed set it to RED. 
If you wish to have black color scheme, replace "red" with "Black  e.g. @import url("style-brown.css");"
If you wish to have black color scheme, replace "red" with "brown" e.g.  @import url("style-black.css"); */
@import url("style-red.css");
@import url(http://fonts.googleapis.com/css?family=Viga);

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: normal;
    src: local("Oswald "), local("Oswald"), url("http://themes.googleusercontent.com/static/fonts/oswald/v2/-g5pDUSRgvxvOl5u-a_WHw.woff") format("woff");
}

body {
	background:url(images/bk_new.png) top center no-repeat #e2e3e3;
	font: 12px Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 0px;
}
body * {
	margin: 0px; 
	padding: 0px;
}
hr {
	height: 5px;
	margin: 10px 0px;
	border: none;
}
blockquote{
	margin: 0px 0px 0px 5px;
	padding: 8px 25px 5px 40px;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	}
blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
.clearboth {
	clear: both;
}
.alignleft{
	float:left}
.alignright{
	float:right}
/*************************************
	Links
**************************************/
a {
        color: #1E7EC8;
	text-decoration: none;
	outline:none;
	}
	
a:hover{
	text-decoration: underline;
	}
/*************************************
	Headings
**************************************/
h1  {
	font-size: 26px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	}
h3.h1 { /*make homepage h3's for the first 2 stories look like H1 */
	font-size: 22px;
 }
h1 a, h3 a, h1 a:visited, h3 a:visited  {
	text-decoration: none;
}
h1 a:hover, h3 a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 24px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
    line-height: 95%;
	padding: 10px 0px;
	margin: 0px;
}
	
h2 a, h2 a:visited  {
	color: #529f00;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
	}
h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar h3 {
	font-size: 22px; 
}
h3 a, h3 a:visited {
	color: #529f00;
	text-decoration: none;
}
#sidebar h2 {
    
	background: url("images/sidebar-tab.png") repeat-x scroll left top #ECEEE5;
    border: 1px solid #DFE0DA;
    color: #097dc5;
    font-family: 'Oswald',arial,serif;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 6px 0 6px 10px;
    -webkit-border-top-left-radius: 10px;
     -webkit-border-top-right-radius: 10px;
     -webkit-border-bottom-left-radius: 10px;
     -webkit-border-bottom-right-radius: 10px;
     -moz-border-radius: 10px 10px 10px 10px;
     
}
#sidebar #popular h2 {
    color: #097dc5;
}
h6 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0px 0 10px 0px;
	line-height: 150%;
	margin: 0px;
}
h4 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-weight: bold;
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
}
.tags-footer {
    font-family: 'Oswald',arial,serif;
    padding: 10px;
    margin-top: 10px;
    float: left;
    position: relative;
    background:  #f3f3f3;
    -webkit-border-top-left-radius: 10px;
     -webkit-border-top-right-radius: 10px;
     -webkit-border-bottom-left-radius: 10px;
     -webkit-border-bottom-right-radius: 10px;
     -moz-border-radius: 10px 10px 10px 10px;
}
/*************************************
	Header
**************************************/
#header { 
	 }
#header-in {
	width: 960px;
	padding: 0px;
	height:88px;
	position: relative;
	margin:  0px auto;}
	
#header-in .title {
	margin: 0px;
	padding: 1px;
}
#header-in .title a {
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 19px;
	font-weight: normal;
	margin: 0px;
	color: #529f00;
	padding: 0px;
}
#header-in .title a:hover {
	 
}
#header-in .description {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	color: #d7d7d7;
	padding: 0px 0px 0px 7px;
}
/*************************************
	Meniu orizontal
**************************************/
div#meniu_header {
        width:925px;
	    height: 48px;
	    display: block;
        margin:0px auto;
        position:relative;
	
}
#meniu_header ul {
	margin: 0;
	list-style: none;
  }
#meniu_header li {
    margin:0px;
    padding-top:4px; 
    margin-top:11px;
    margin-right: 4px;
    float:left;
    height:25px;
    width:155px;
    text-align:center;
    vertical-align:middle;
    
  }
#meniu_header a {

  }

#meniu_header > ul a {
    font-size:14px;
    color:#fff; 
    font-family: 'Oswald',arial,serif;
    text-transform:uppercase;
    text-decoration:none;
    vertical-align:text-bottom;
}
#meniu_header li.current {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        color:#ffffff;	
 }
#meniu_header li.current a {
        color:#ffffff;
  }
#meniu_header li.current-cat {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        color:#ffffff;
}
#meniu_header li.current_page_item {
        color:#ffffff;
        
}
#meniu_header li.current-cat a {
        color:#ffffff;
}
#meniu_header li.current_page_item a {
        color:#ffffff;
}
#meniu_header a:hover, #meniu_header li.current a:hover, #meniu_header li.current_page_item a:hover, #meniu_header li.current-cat a:hover {
        color:#097dc5;
        
  }
#meniu_header li:hover, #meniu_header li:hover a {   
        background:#ffffff;
        color:#097dc5;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        
  }
.social-img {
    margin-right: 5px;
    border: 2px solid #f1f1f1;
   -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius: 3px 3px 3px 3px; 
    
}
#meniu_header li:hover a {

  }
/*************************************
	Meniu orizontal
**************************************/
/**************************
    Categorii Cadouri
**********************/
#cats {
    font-family:12px Arial,Helvetica,Sans-Serif; 
	float: top;
	display: block;
	width: 300px;
	font-size: 13px;
	margin: 0px;
    color: #555;    
}
#cats ul, #cats ul li {
	margin: 0px 0 15px 0;  padding: 0px;
    color: #555;
}
#cats ul li ul {
    margin-left: 15px;
    margin-top: 5px;
    font-weight: bold;
}
#cats ul li ul li {
    background: url("images/button-arrow-2.png") no-repeat scroll left center;
	margin: 0px;padding: 1px 0px 0px 17px;
    color: #555;
}
#cats ul li ul li a, #cats ul li ul li a:visited {
	display: block;
	padding: 3px 3px;
	margin: 0px;
    color: #555;
	text-decoration: none;
}
#cats ul li ul li a:hover {
	text-decoration: underline;
    color: #529f00;
}
#cats ul li ul li ul li {
	margin:  0px; padding: 0px;
    color: #000;
        border-bottom: 1px dotted #333;
        background-image: url(http://blog.ilux.ro/wp-content/themes/ilux/images/bullet-arrow3.gif);
        background-repeat: no-repeat;
        background-position: 5px 10px;
}
#cats ul li ul li ul li a, #cats ul li ul li ul li a:visited {
	padding: 5px 3px 5px 10px;
	margin: 0px;
    color: #000;
	text-decoration: none;
}
#cats ul li ul li ul {
	border: none;
    color: #000;
	padding: 0px; margin: 0px;
}
#cats ul li ul li ul li a:hover {
	text-decoration: underline;
    color: #000;
}
/*************************************
	Subscribe form 
**************************************/
.subscribe {
	padding-top: 5px;
	width:320px;
	height:60px;
	float: right;
 	position: absolute;
	top: 0px;
	right: 0px;
}
.subscribeform {
	float:left;
	padding:5px 0 0 18px;
	overflow:hidden;}
	
.subscribeform p { 
	margin:0;
	padding:0;
 	font:bold 14px Arial, Helvetica, sans-serif; 
	color:#676767; }
	
.subscribeform .input{
	 width:188px;
	 height:31px;
	 padding:2px 5px 0 5px;
	 border:none;} 
.sbutton {
	width:74px;
	color: #ffffff;
	padding:6px 0 5px 0;
	text-align:center;
	font:bold 11px Arial, Helvetica, sans-serif;
	cursor:pointer;
	border:none;
	}


/*************************************
	RSS Feed
**************************************/
 .rss {
 	float:left;
	padding: 8px 0 0 19px; margin: 0px;
}

 
/*************************************
	Top Search Form
**************************************/
/*Search box Rounded Corner start */
#xsnazzy {margin:0 0 15px 0;}

.xtop, .xbottom {display:block; font-size:1px; width: 340px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb1 {margin:0 5px;}
.xb2 {margin:0 3px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; padding:5px; height:100%; overflow:hidden;}
/*Search box Rounded Corner End */


ul.tablist { 	
	margin:5px 0px; 
	padding:0; 
	list-style: none; 
	color:#333;}
ul.tablist li  { 
	font-size:11px; 
	margin:0 5px ;  
	padding: 2px 0 0 15px; 
	list-style:none;
	border-bottom:1px dotted #959595; 
	text-align:left;}
ul.tablist li a         { 
	text-decoration: none; 
	line-height:18px;}
ul.tablist li a:hover 	{ 
	}



 
.searchform {
	padding: 10px;
}
.searchform .s {
	border: none;
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 5px;
	margin-right:5px;
	width: 213px;
	float: left;
}
.searchform .button {   
    }
#  ul {
	display: block;
	width: 880px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}
#nav li {
	float: right;
	list-style-type: none;
	margin: 50px 0px 0px 4px;
	padding: 0px;
	}
#nav ul li:hover, #nav ul li.hover, #nav ul li.current_page_item {
	}
#nav ul li:hover a, #nav ul li.hover a, #nav ul li.current_page_item a {
	text-decoration: none;
	}
#nav ul li.current_page_item a:hover {
	text-decoration: none;
	}
#nav ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 0px;
	margin: 0px 0px 0px 15px;
	text-transform:uppercase;
	}
#nav ul li a:hover {
	text-decoration: none;
	}

/*************************************
	Main Container
**************************************/
#container {
    background: url("images/contentwrap.png") repeat-y scroll 610px top #FFFFFF;
	width:919px;
	text-align: left; 
	margin: 0 auto;
	padding: 0px 10px;
	border-left: 10px solid #d8d8d8;
    border-right: 10px solid #d8d8d8;
	clear: both;
	overflow:hidden;
	height:100%;
	}
.container-top {
	}
.container-bottom {
	clear: both;
	height: 17px;
	width: 960px;
	display: block;
	margin: 0px auto;
}

 
/*************************************
	Content
**************************************/
#content {
	width: 561px;
	float: left; 
	padding: 20px 15px 20px 22px;
	display: block;
	}
#content h1.btmspace{
	margin-bottom:15px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
#content p img{
	border: none;
	padding: 0px 0px 0px 0px;
	}
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 35px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: disc outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 0;
	}
#content .post-meta-top {
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px;
	float:left;
}
#content .post-bottom {
	display: block;
	margin: 0px 0px 25px 0px;
	padding: 5px 10px;
	clear: both;
	overflow:hidden;
	height:100%;
}
.post-bottom a {
	color: #535353;
	text-decoration: none;
}
.post-bottom a:hover {
	text-decoration: underline;
}
.cat {
	float:  left;
	width: 75%;
	text-align: left;
}
.cat span {
	padding: 0px 0px 0px 18px;
}
.comm {
	float: right;
	width: 38px;
	height:39px;
	font-size:22px;
	line-height:27px;
	text-align: right;
}
.comm span {	
	 text-align:center;
	 padding:3px 12px;
}
.comm a {
	text-decoration: none;
}


.auth {
	float: left;
 	padding:0 0px 0 0;
	text-align: left;
}
.auth span {
	padding: 0px 0px 0px 15px;
}
.auth a {
	text-decoration: none;
}
.date {
	float: left;
	text-align: left;
	padding:0 0px 0 5px;
}
.date span {
}
.wp-caption p.wp-caption-text {
margin: 0px;
padding: 0px 0px 0px 10px;
font-size: 11px;
font-style: italic;
line-height: 12px;
color:grey;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
	margin: 2px 0px;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
	margin: 2px 0px;
}
.page-nav a {
	text-decoration: none;
}
.nav-previous a {
	padding-left: 10px;
}
.nav-next a {
	padding-right: 10px;
}
/*************************************
**************************************
	Comments
**************************************
**************************************/
#comments-wrap {
}

.textarea {}
.Cbutton { 
	border:none; 
	font:bold 11px Arial, Helvetica, sans-serif;
	padding:4px;}

/*	Headers	*/

#comments-wrap h6 {
	font-size: 20px;
}

/*	Comments	*/

.commentlist {	
}
.thecomment {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
.comment-body {
	margin: 0px; padding:5px 10px 20px 30px;
}
.comment-metadata {
	padding:5px 10px;
}
.comment-metadata a, .comment-metadata a:visited {
}
.comment-metadata a:hover {
}
.authorcomment {
	margin: 0px 0px 10px 0px;
	font-size:12px;
	overflow: hidden;
	height:100%;
}
.authorcomment .comment-body {
	border: none;
	
	
}
.authorcomment .comment-metadata {
	padding: 11px 10px;
}

.nav-next	  { padding-right:8px; font-weight:bold;}
.nav-previous { padding-left:8px; font-weight:bold;}

/*	Comment Form	*/

 
/*************************************
	Sidebar
**************************************/
#sidebar {
	float: right;
	display: block;
	width: 300px;
	margin: 0 0px 0 0px;
	padding: 5px 3px 0px 0px;
}



#sidebar .sidebar-bot {
	display: block;
	height: 20px;
	clear: both;
}
#sidebar ul {
	list-style-type: none;
	
}
#sidebar .advertise {
	text-align: left;
	padding:0;
	margin-left:7px;
}
#sidebar .advertise img {
	padding:0 5px;
	border:none;
}
#sidebarwrap {
    	margin: 0px;
	border: none;
}

/*************************************
	Popular Posts Section
**************************************/
#sidebar #sidebarwrap #popular {
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-size: 11px;
	
}

 /*popular box Rounded Corner start */
/*popular box Rounded Corner End */


#popular ul {
	
}
#popular ul li {
	margin: 0px; padding: 0px;
}
#popular ul li ul {
    width: 270px;
    margin-left: 15px;
	padding:  0px;
}
#popular ul li ul li {
	margin: 0px; padding: 5px 15px;
}
#popular ul li ul li a, #popular ul li ul li a:visited {
	padding: 0;
	margin: 0px;
	text-decoration: none;
}
#popular ul li ul li a:hover {
	text-decoration: none;
}

/*************************************
	Left Sidebar
**************************************/
#l_sidebar {
	float: left;
	display: block;
	width: 160px;
	font-size: 11px;
	margin: 0px; padding: 0px 0px 0px 10px;
}
#l_sidebar ul, #l_sidebar ul li {
	margin: 0px 0 15px 0;  padding: 0px;
}
#l_sidebar ul li ul {
	border-top: 1px solid #9c9c9c;
}
#l_sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 10px;
}
#l_sidebar ul li ul li a, #l_sidebar ul li ul li a:visited {
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	text-decoration: underline;
}
#l_sidebar ul li ul li ul li {
	margin:  0px; padding: 0px;
}
#l_sidebar ul li ul li ul li a, #l_sidebar ul li ul li ul li a:visited {
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
}
#l_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
}
#l_sidebar ul li ul li ul li a:hover {
	text-decoration: underline;
}


/*************************************
	Right Sidebar
**************************************/
#r_sidebar {
	float: right;
	display: block;
	width: 300px;
	font-size: 11px;
	margin: 0px; 
	padding: 0px 3px 0px 0px;
}

#r_sidebar ul, #r_sidebar ul li {
	margin: 0px 0 15px 0; padding: 0px;
}
#r_sidebar ul li ul {
    width: 270px;
    margin-left: 15px;
}
#r_sidebar ul li ul li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#r_sidebar ul li ul li a, #r_sidebar ul li ul li a:visited {
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	text-decoration: underline;
}
#r_sidebar ul li ul li ul li {
	margin:  0px; padding: 0px;
}
#r_sidebar ul li ul li ul li a, #r_sidebar ul li ul li ul li a:visited {
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
}
#r_sidebar ul li ul li ul {
	padding: 0px; margin: 0px;
}
#r_sidebar ul li ul li ul li a:hover {
	text-decoration: underline;
}
/*************************************
	Footer
**************************************/
#text-link-advertise {
	padding: 15px;
	text-align: left;
	clear: both;
	}

/*************************************
	Footer
**************************************/
#footer { 
	padding:  10px 0px 20px 0px;
	text-align: center;
	height:25px;
	clear: both;
	font-size:11px;
	}

#footer-wrap {
	width: 950px;
	margin: 0px auto;
}
#footer .copyright 		{ float:left; text-align:left;}
		.copyright a 	{  text-decoration:none;}
		.copyright a:hover {text-decoration:none; }
		
 	ul#nav-footer 				{ margin: 0 0 0 0; padding:0; float:right;  
								  font-size: 11px; font-weight:bold; text-align: right; text-transform:uppercase;}
	ul#nav-footer li 			{ padding: 5px 8px 5px 12px; list-style:none;  float:left; }
	ul#nav-footer li.nobg 		{ padding: 5px 8px 0px 12px;    }
	ul#nav-footer li a 			{ text-decoration:none; }
 	ul#nav-footer li a:hover 	{ }
 
 
  
/*  Tabber  Style start -------------------- */
 
.tabberlive .tabbertabhide {
 display:none;
}
.tabber {	
}
.tabberlive {
 margin:0 5px;
}
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 font: bold 12px Arial, Helvetica, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 text-decoration: none;
}
/*---- tabbertab = the tab content---------------------*/
.tabberlive .tabbertab {
 padding:5px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/*tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* If you wish to move Sidebar to left and main content to right, Simply remove the comment below.. /* and */ 
/* AND, open the color scheme css that you have selected.. at the end of it, there is an instruction on how to change Background images. You must to do it. */ 

/*

#content {
	float: right; 
	}
#sidebar {
	float: left;
}
*/

#fb-social {margin-bottom: 10px;}

/******* Slideshow *******/
#slideshow {
  width: 919px;
  float: left;  
}


#tab-content {
  float: left;
  width: 100%;
  height: 100%;
}

#tab-list {
  width: 100%;
  text-align: center;
  float: left;
}

#tab-list  ul {
  margin: 0 auto;
  width: 200px;
  text-align: center;
}

#tab-list li {
  font-family: 'Viga', sans-serif;
  font-size: 14px; 
  color: #1E7EC8;
  margin-top: 12px;   
  /*float: left;*/
  display: inline;
  margin: 5px 10px 10px 10px;
}

.tab-slide {
  width: 100%;
  float: left;
  height: 73px;
  margin-left: -11px;
  width: 940px;
  background: url("images/bk-ghid.jpg") repeat-x;
}

#tab-guide {
  padding-left: 20px;
  height: 73px;
  margin-left: -11px;
  width: 940px;
  background: url("images/bk-ghid.jpg") repeat-x;
}

#tab-tips {
  background-color: #fff;
  display: none;
}

#carousel-static {
  margin: 0 auto;
  width: 860px;
}

#carousel-static .panel {
  float: left;
  padding: 2px;
  margin: 2px;
  width: 200px;
}

#carousel-static .panel img {
  width: 85px;
  float: left;
}

#carousel-static .panel span {
  float: left;
  width: 110px;
  margin-top: 10px;
}
.ghid-img-border {
    width: 83px;
    height: 62px;
    float: left;
    position: relative;
    margin-right: 2px;
    border: 2px solid #fff;
}
.ghid-cadouri-craciun {
    font-family: 'Viga', sans-serif;
    font-size: 14px; 
    color: #529f00;
    margin-top: 12px;   
}
#tab-guide-link {
    color: #E60039;
            
}

/* Widgets on right sidebar */
#r_sidebar .about {
	font-size: 12px;
}

.MailPressFormEmail, .MailPressFormName {
	height: 20px;
	margin: 10px 0px 0px 20px;
	width: 180px;
}

.MailPressFormSubmit {
	margin: 10px 0px 0px 20px;
}

.mp-message {
	font-size: 12px;
	color: #f00; 
	margin: 5px 5px 5px 20px;
}

.widget_sp_image-image-link {
	margin-left: 15px;
}

.widget_sp_image-image-link img {
	border: 5px solid #e5e5e5;
	margin-top: 10px;
}
