/* About
--------------------------------------------*/

#about-left{
  font-size: 12px;
  float: left;
  width: 550px;
  padding: 40px 0px 50px 50px;
  text-shadow: 0px 1px 0px #ccc;
}

#about-right{
  padding: 20px 0px 10px 30px;
  float: left;
}

#first-row{
  float: left;
}

#second-row{
  float: right;
}

#picture_jloga{
  float: right;
  padding-right: 20px;
}

#picture_jfid{
  float: right;
  padding-left: 20px;
}

#text_jloga{
  font-size: 9px;
  padding-left: 20px;
}

#text_jfid{
  font-size: 9px;
}



/* Support
--------------------------------------------*/
#sup-container{
  width: 435px;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}

#sup-title{
  height: 50px;
  font-size: 18px;
  text-shadow: 0px 1px 0px #ccc;
}

.sup-row{
  height: 34px;
  width: 440px;
  font-size: 12px;
  text-shadow: 0px 1px 0px #ccc;
}

.sup-left-col{
  width: 250px;
  float: left;
  text-align: right;
  padding-right: 20px;
}

.sup-right-col{
  text-align: left;
  width: 150;
}


/* Blog content
--------------------------------------------*/
#blog_content_left{
  float: left;
  width: 600px;
  padding: 10px 10px 10px 50px;
}

#blog_content_right{
 margin-left: 680px;
 margin-right: 40px;
 font-size: 12px;
 padding-top: 22px;
}

/* Article
---------------------------------------------*/
h1.entry-title{
  font-size: 26px;
}

h3.entry-title{
  font-size: 24px;
  color: #ffffff;
}

p.published{
  font-size: 12px;
}

div.entry-content{
  padding: 10px;
  font-size: 12px;
}

address.vcard{
  padding: 12px;
  font-size: 10px;
  font-style:normal
}

p.tags{
  padding-bottom: 20px;
  font-size: 12px;
}

a{text-decoration:none;}
a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #333333}

/* jjweb
----------------------------------------------- */

body, p, h1, h2, h3, h4, h5, h6, ul, li, form { 
	margin:0; 
  	padding:0; 
    }

body {
	background-color: #404040;
	font-family: "Lucida Grande" , sans-serif;
	color: #333333;
	}

#wrapper {
	//background-color: #a0a0a0;
	//background-image: url(../images/backg_wrapper.png);
	background-image: url(../images/glossy2.png);
	/* layout */
	margin: auto /* The browser calculates the margins */;
	width: 1000px /* Fix the with fo the wrapper page */;
	height: auto;
	}

#banner { 
	background-image: url(../images/banner_full.png);
    /* layout */
    clear: both;
	height: 120px;
  }

#banner_link {
  	float: left;
	padding-left: 30px;
	padding-top: 50px;
}

#banner_text { 
    font-size: 10px; 
    color: #636363;
    /* layout */
	padding-left: 850px;
	padding-top: 100px;
	padding-bottom: 0px;	
  }

#topnav {
	background-image: url(../images/backg_navbar.png);
	/* layout */
	height: 40px;
	margin-top: 0px;
	display: block;
	}
	
div.spacer {
	clear: both;
	height: 0px;
	display: block;
	}

#appname {
    font-size: 36px;
    color: #f3f3f3;
    /* layout */
    }

#appsubtitle {
	font-size: 24px;
	/* layout */
	}
	
#button {
    font-size: 12px;
    /* layout */
    }

#upperSide {
	float: left;
	}

#why_use_text {
	color: #333333;
	font-family: "Lucida Grande" , sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3px;
	}

#features_list {
	margin-left: 20px;
	margin-bottom: 20px;
	width: 420px;
	}

#button_download {
  	float: left;
	margin-left: 20px;
	margin-top: 5px;
	}

#download_feat {
	padding-top: 5px;
	}

#button_purchase {
  	float: left;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 40px;
	//padding-right: 5px;
	}

#purchase_feat {
	padding-top: 5px;
	}

#why_use {
	margin-top: 50px;
	margin-bottom: 5px;
	color: #333333;
	font-family: "Lucida Grande" , sans-serif;
	font-size: 10px;
	}

#movie {
	margin-left: 550px;
	margin-top: -520px;

	}
	
#sep_line {
	margin-top: 25px;
	margin-left: 140px;
	}

#feature_row {

	}

#feature_elem_left {
	margin: 20px 5px 5px 60px;
	padding: 10px 10px 5px 10px;
	width: 420px;
	//height: 130px;
	float: left;
	// Background with gradient
    background: #ddd;
    background: #ddd -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(100, 100, 100, .5)), to(rgba(90, 90, 90, .3)));
    
    -webkit-box-shadow: 0 0px 5px #888;
    -moz-box-shadow:0 0px 5px #888;
    box-shadow:0 0px 5px #888;
        
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright: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;	
	}

#feature_elem_left:hover{
    -webkit-box-shadow: 0 0px 5px #222;
    -moz-box-shadow:0 0px 5px #222;
    box-shadow:0 0px 5px #222;
    }

#feature_elem_right {
	margin: 20px 5px 5px 10px;
	padding: 10px 10px 5px 10px;
	width: 400px;
	//height: 130px;
	float: left;
	// Background with gradient
    background: #eee;
    background: #ddd -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(100, 100, 100, .5)), to(rgba(90, 90, 90, .3)));
    
    -webkit-box-shadow: 0 0px 5px #888;
    -moz-box-shadow:0 0px 5px #888;
    box-shadow:0 0px 5px #888;
        
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright: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;	
	}

#feature_elem_right:hover{
    -webkit-box-shadow: 0 0px 5px #222;
    -moz-box-shadow:0 0px 5px #222;
    box-shadow:0 0px 5px #222;
    }
	
#features_list {
    font-size: 16px;
	color: #333333;
    line-height:20px;
    text-shadow: 0px 1px 0px #ccc;
    /* layout */
    }

#features {
	//background-image: url(../images/container.png);
	/* layout */
	padding: 0px 20px 0px 20px;
	}

#check {
  	float: left;
	padding-right: 5px;
	}

.feature_title {
	font-size: 14px;
	color: #373737;
	font-weight: bold;
	line-height: 28px;
	vertical-align: text-top;
	text-shadow: 0px 1px 0px #ccc;
	/* layout */
	}

.feature_text {
	font-size: 13px;
	line-height: 18px;
	text-shadow: 0px 1px 0px #ccc;
	/* layout */
	}

#footer {
	background-image: url(../images/footer.png);
	color: #636363;
	font-family: "Lucida Grande" , sans-serif;
	font-size: 10px;
	font-weight: bold;
	/* layout */
	clear: both;
	margin: auto;
	height: 50px;
	padding-bottom: 30px;
	text-align: center;
	margin-top: 20px;
	}

.inline_image {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 8px;
	float: left;
	//border: 2px solid transparent;
	//border: 2px solid #dddddd;
	/* layout */
    }

.inline_image:hover {
	margin-top: 4px;
	margin-right: 9 px;
	float: left;
	//border: 2px solid #555555;
	/* layout */
    }

img {
	border-style: none;
	border-width: 0px;
	/* layout */
	}

#content {
	margin: auto;
	display: block;
	padding: 5px;
	}

#logoAndButtons {
	//float: left;
	padding-left: 45px;
	margin-bottom: 40px;
	}

/* Topnav
-----------------------------------------------*/
#home {
	float: left;
	display: block;
	margin-left: 280px;
	margin-top: 8px;
	width: 63px;
	height: 28px;
	background: url(../images/home.png)  0 0 no-repeat;
	}

#home_selected {
	float: left;
	display: block;
	margin-top: 8px;
	margin-left: 280px;
	width: 63px;
	height: 28px;
	background: url(../images/home.png);
	background-position: -85px 0;
	}

#home:hover {
	background: url(../images/home.png);
	background-position: -85px 0;
    }

#support {
	float: left;
	display: block;
	width: 88px;
	margin-top: 8px;
	margin-left: 20px;
	height: 28px;
	background: url(../images/support.png)  0 0 no-repeat;
	}

#support_selected {
	float: left;
	display: block;
	margin-top: 8px;
	margin-left: 20px;
	width: 88px;
	height: 28px;
	background: url(../images/support.png);
	background-position: -96px 0;
	}

#support:hover {
	background: url(../images/support.png);
	background-position: -96px 0;
	}

#blog {
	float: left;
	display: block;
	margin-top: 8px;
	margin-left: 25px;
	width: 60px;
	height: 28px;
	background: url(../images/blog.png) 0 0 no-repeat;
	}

#blog_selected {
	float: left;
	display: block;
	margin-top: 8px;
	margin-left: 25px;
	width: 60px;
	height: 28px;
	background: url(../images/blog.png);
	background-position: -85px 0;
	}

#blog:hover {
	background: url(../images/blog.png);
	background-position: -85px 0;
	}

#about {
	float: left;
	display: block;
	margin-top: 8px;
	margin-left: 15px;
	width: 70px;
	height: 28px;
	background: url(../images/about.png) 0 0 no-repeat;
	}

#about_selected {
	float: left;
	display: block;
	margin-top: 8px;
	margin-left: 15px;
	width: 70px;
	height: 28px;
	background: url(../images/about.png);
	background-position: -85px 0;
	}

#about:hover {
	background: url(../images/about.png);
	background-position: -85px 0;
	}

#forum {
	float: left;
	display: block;
	margin-top: 8px;
	margin-left: 20px;
	width: 70px;
	height: 28px;
	background: url(../images/forum.png)  0 0 no-repeat;
	}

#forum_selected {
	float: left;
	display: block;
	margin-top: 8px;
	margin-left: 20px;
	width: 70px;
	height: 28px;
	background: url(../images/forum.png);
	background-position: -85px 0;
	}

#forum:hover {
	background: url(../images/forum.png);
	background-position: -85px 0;
	}






