/*
Theme Name: U-Design
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: A slick, powerful and clean theme.
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Version: 1.9.1
License: Located in 'licensing' folder
License URI: Located in 'licensing' folder
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!

    All the themes' CSS files are located under the 'styles/' sub-folder...

    If you would like to use this file to add any custom CSS, you'll need to enable it first  
    from the theme's "General Options" section.
    Please note: After enabling the use of this file, you will not see any change here, 
    feel free to add your custom CSS below.
    On the other hand, if you need access to the theme's main style sheet, you will 
    need FTP client to access it, is it located in: "styles/style1/css/style.css"
*/

#toc ul, .toc ul {
list-style-type: none;
list-style-image: none;
text-align: left;
}

.custom{
	border-radius: 5px;
}

#footer-bg{
	border-bottom: 1px solid #484848;
}

li img{
	padding-bottom: 10px;
}
.youtube{
	float: left;
	padding: 10px 20px 10px 10px;
}
.back-to-top{
	padding-top: 7px;
}

#forum-wrapper{
	width: 960px;
	margin: 0 auto;
}

#gumax-content-body {
	/*border: 20px solid #e46c0a;   /* debuging */
	/*border-top:15px solid #e46c0a;
	border-right:20px solid #e46c0a;
	border-bottom:10px solid #e46c0a;
	border-left:20px solid #e46c0a;*/
	//background-color: #e46c0a;
	background: #fff;
	padding: 0 0 0 0;
	margin: 0 0 -1em 0;
	width: 100%;
	min-height: 500px;
}

#content {
	//border: 10px solid white;
	border: none;
	background: #fff;
	margin: 0em 1em;
	margin-bottom: 0em;
	padding: 0 0 0 0;  /* content margin */
	/* position: relative !important;  */
	/position: static; /* need for IE positioning problem */
	z-index: 2;
	clear: both;
	color: #333;
	line-height: 1.4em; /* value other than 'normal' needed for WinIE */
	overflow-x: visible;	/* need for Firefox, extreme long string :( */
	//-moz-border-radius:    10px;
	//-webkit-border-radius: 10px;
	//-khtml-border-radius: 10px;
	//border-radius: 10px;
}
#navigation-menu ul.sf-menu a > span.sf-sub-indicator {
top: 15px !important;
}
#box-wrap{
	text-align: center;
}
#box-wrap:hover a{
	color: #333333;
	text-align: center;
}
::selection {
	background: #54a3fb; /* Safari */
	}
::-moz-selection {
	background: #54a3fb; /* Firefox */
}
#finally{
	font-size: 20px;
	color: #61ae65;
}
#algo-info{
	color: #555;
}
#top-wrapper{
	background: url('http://www.algodoo.com/mainpage/wp-content/uploads/2013/03/bottom.png') repeat-x left top;
	background-size:960px 1px;
}
#footer-bg{
	background: url('http://www.algodoo.com/mainpage/wp-content/uploads/2013/03/bottom.png') repeat-x left top #333333;
	background-size:960px 1px;
}
.appstore{
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
#page-content #content-container {
	padding: 0;
}
.appstore img:hover {
	opacity: 0.8;
}
a img:hover{
	opacity: 0.8;
}