* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: "Verdana";
}

#activebar-container, div.content {
	color: black;
}

html {
	font-size: 62.5%;
	height: 100%;
	background: black;
	font: normal normal 12px 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	line-height: 160%;
		color: #fff;
}

a {
	color: #0079c1;
	text-decoration: none;
}

a:hover {
	/* background: #e58130; */
	text-decoration: underline;
}

#menu a, #sidebar a, #footer a {
	color: white;
	text-decoration: none;
}

#footer a:visited {
	color: gray;
}

p {
	line-height: 180%;
}

input {
	background: #333;
	color: #fff;
	font-size: 1.2em;
	padding: 5px;
}

select {
	background: #333;
}

#container {
	background: url('../images/background.jpg') #000 no-repeat;
	width: 852px;
	padding-left:  40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 100px;
}
#header img#logo {
	height: 75px;
	position: absolute;
	top: 25px;
}
#header div.right {
	width: 200px;
}

#header form {
	border: 0px;
	display: block;
	position: relative;
	top: 35px !important;
	top: 45px;
	right: 0px;
	float: right;
}

#header #search {
	background: url('../images/search.png') #333 no-repeat 5px 5px;
	padding-left: 25px;
}

#header #phone {
	position: relative;
	top: 25px;
	color: #666;
	font-family: Georgia, serif;
	font-size: 2em;
}

#header #description {
	position: relative;
	top: 65px;
	left: 120px;
	font-style: italic;
	letter-spacing: 0.2em;
}

#header #languages {
	font-size: 0.8em;
}

a.subscribe img {
	float:right;
	height: 30px;
	vertical-align: middle;

}

#faq dl {
	margin-bottom: 20px;
}
#faq dl dt {
	font-weight: bold;
}

#menu {
	background: url('../images/background_gradient.png') no-repeat !important;
	background: none;
	padding-left: 10px;
	/* height: 35px; */
	height: 40px;
}
/*
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
	text-transform: uppercase;
}
#menu li a {
	font-weight: bold;
	font-size: 1.2em;
	position:relative;
	top: 11px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	background: #e58130;
} */

#nav>li>a {
	position: relative;
	top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0.5em;
	border: none;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	background: #e58130;
	margin-right:10px;
	height: 25px;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:2em;
}

#nav a{
	display:block;
	padding:0px 5px;
	border:1px solid #666;
	margin-bottom: -1px;
	margin-right: -1px;
	color:#fff;
	text-decoration:none;
	background-color:#333;
	font-size: 1.2em;
}


#nav a:hover, #nav a.active {
	background: #0079c1;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	left: 5px;
	min-width:12em;
	top:32px;
}

#nav li ul a{
	min-width:12em;
	height:auto;
	float:left;
}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
	left:15em;
	margin:0px 0 0 4px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
	z-index: 100;
}


/*
#sidebar li {
	display:none;
}

#sidebar li.active, #sidebar li.active li {
	display: block;
}
*/

#body {
	background: url('../images/background_gradient.png') no-repeat !important;
	background: none;	
}

#content {
	min-height: 400px;
}

#sidebar {
	display:inline;
	background: url('../images/gradient.png') repeat-x !important;
	background: none;
	float:left;
	width: 150px;
	margin-right: 20px;
	margin-top: 1px;
	margin-left: 1px;
	min-height: 400px;
}

#sidebar h1 {
	margin-top: 20px;
	margin-left: 10px;
	font-size: 1em;
}

#sidebar ul {
	list-style-type: none;
	font-weight: bold;
}

#sidebar>ul {
	margin-top: 20px;
}

#sidebar li {}

#sidebar li a {
	padding-left: 30px;
	text-indent: -15px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#sidebar li li a {
	padding: 2px;
	padding-left: 25px;
	font-weight: normal;
}
#sidebar li li li a {
	padding-left: 35px;
}

#sidebar a {
	padding: 5px;
	display: block;
	color: white;
	text-decoration: none;
}

#sidebar a:hover {
	background: #e58130;
}

#sidebar>ul#submenu>li {
	display: none;
}

#sidebar>ul#submenu>li.active {
	display: block;
}

a.active {
	background: #0079c1;
}

#front-page {
	margin-left:-170px;
}

#content {
	text-align: justify;
	padding-right: 20px;
	margin-left: 170px;
	/* background: url('../images/footer-background.jpg') no-repeat bottom right; */

}

#content a:hover {
	/* text-decoration: underline; */
	/* background: none; */
}

#content p {
	margin-bottom: 20px;
}

#content div.post {
}

#content div.date {
	font-size: 0.8em;
	margin-top: -20px;
	margin-bottom: 20px;
}

#content .post .title {
	padding-top: 20px;
}

#content img.screenshot {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	display:block;
}

#content img {
	margin-bottom: 20px;
}
#content img.right {
	margin-left: 20px;
}
#content img.left {
	margin-right: 20px;
}

#content ul {
	/* padding-left: 1.5em; */
	margin-bottom: 20px;
}

#content li {
	margin-left:20px;
}

#content h1 {
	padding-top: 20px;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-bottom: 20px;
	text-align: left;
	
}

#columns {
	/* top: 450px; */
	width: 852px;
}

#columns h3 a {
	/* letter-spacing: 0.15em; */
	padding:10px;
	font-family: Georgia, serif;
	display:block;
	margin-bottom:20px;
	margin-top: 0px;
	font-size: 1.4em;
	color: #e58130;
}
#columns h3 a.subscribe {
	padding: 0px;
	margin: 0px;
}
#columns p {
	padding-top: 10px;
	text-align: left;
}

#columns div.column {
	background: url('../images/background_gradient.png') repeat-x !important;
	background: none;
	width: 26%;
	float: left;
	min-height:300px;
	padding: 20px;
	margin:10px;
	height: 100%;
}

#partners dt {
	float:left;
	width: 120px;
	padding:20px;
}

#partners dt img {
	max-width: 100px;
}

#partners dd {
	margin-left: 120px;
	margin-top:60px;
	margin-bottom: 40px;
	padding-top: 0px;
	padding-bottom: 20px;
	display: block;
}

#history li {
	margin-bottom: 20px;
}

.news .date {
	float:right;
	font-style:italic;
	font-weight: normal;
	font-size: 0.8em;
}

.post .info {
	display:block;
	margin-top: 20px;
}

blockquote {
	padding-left: 40px;
	margin-bottom: 20px;
	background: transparent url('../images/blockquote.gif') no-repeat 0 0;
}

#archives {
	float:right;
}

#article p {
	padding-bottom: 15px;
}

#footer {
	font-size: 0.8em;
	padding-top:20px;
	padding-bottom: 20px;
}

#footer #sitemap {
	text-align: center;
	margin-bottom: 20px;
}

#footer span {
		color:#666;
}

div.accordion {
	width: 100%;
}

h4.toggler {
	margin-bottom: 5px;
	padding: 5px;
	cursor: pointer;
	background: #e58130;
}

a.feed {
	float:right;
	padding: 5px;
}


.clear {
    clear: both;
}
.right {
    float: right;
}
.left {
    float: left;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.bottom {
	vertical-align: bottom;
}
.pad {
	padding-bottom:20px;
}
.pad img {
	max-width: 300px;
	border: 1px solid white;
}


span.controls {
	font-size: 0.8em;
	padding: 5px 10px;
	background: #333;
}
span.controls a {
	padding: 5px;
}


div#controls {
    background-color: #131313;
    border-bottom: .1em solid #0f0f0f;
    padding: .2em 0 .3em;
    width: 100%;
}
div#controls ul {
    margin: 0 auto;
    padding: .4em;
}
div#controls ul li {
    background: none;
    display: inline;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div#controls ul li a:link,
div#controls ul li a:visited {
    color: #bbb;
    border: none;
    padding: .1em .6em;
}
div#controls ul li a:hover {
    color: #fff;
}
div#controls ul li.close a:link,
div#controls ul li.close a:visited {
    color: #e35533;
}
div#controls ul li.close a:hover {
    color: #ff6039;
}


#google_translate_element {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}





#promo {
	font-size: 1.5em;
	height: 302px;
	width: 852px;
	overflow:hidden;
}
#promo h1 {
	position: relative;
	top: 20px;
	left: 20px;
}

#promo p {
	position: relative;
	top: 125px;
	left: 20px;
	
}
#promo h2 {
	position: relative;
	top: 145px;
	float:right;
	padding-right: 20px;
}

/* Easy Slider */

	#promo ul, #promo li,
	#promo2 ul, #promo2 li{
		margin:0;
		padding:0;
		list-style:none;
		float: left;
		}
	#promo2{margin-top:1em;}
	#promo li, #promo2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:852px;
		height:302px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#promo1next, #promo1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #promo1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#promo1next a, #promo1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #promo1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		font-weight: bold;
		margin:1em 0;
		padding:0;
		height:28px;
		top: -48px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background: #e58130;
		color: #fff;
		padding:0 10px;
		text-decoration:none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
		}
	ol#controls li.current a, ol#controls li a:hover {
		background: #0079c1;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
		
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

#discuss {
	background: url('../images/background_gradient.png') no-repeat !important;
    }
	#discuss h1, #discuss p {
		padding: 1em;
	}
    #discuss .forum,
    #extend .type {
		background: url('../images/background_gradient.png') no-repeat !important;
		margin: 1.5em;
		padding: 0.5em;
        height: 12em;
        clear: both;
        }
        #discuss .forum h2,
        #extend .type h2 {
            float: left;
            width: 10em;
            height: 5em;
            padding: .3625em;
        }
        #discuss .forum p,
        #extend .type p {
            background: #0d0d0d;
            padding: .75em;
            display: block;
        }
        #discuss .forum .info,
        #discuss .topic .info,
        #extend .type .info {
			margin-top: 0.5em;
            float: left;
            width: 20em;
            }
            #discuss .forum .info h4,
            #discuss .topic .info h4,
            #extend .type .info h4 {
                display: block;
                font-weight: normal;
                font-size: 1em;
                margin: 0 0 .5em;
            }
            #discuss .forum .info .content,
            #discuss .topic .info .content,
            #extend .type .info .content {
                font-size: .9em;
                line-height: 1.4em;
                color: #777;
                word-wrap: break-word;
                margin: 0;
                }
                #discuss .forum .info .content li,
                #discuss .topic .info .content li,
                #extend .type .info .content li {
                    list-style: none;
                    }
                    #discuss .forum .info .content li strong,
                    #discuss .topic .info .content li strong,
                    #extend .type .info .content li strong {
                        font-weight: normal;
                        color: #fff;
    }
    #discuss .topic {
        min-height: 5em;
        margin-bottom: 1em;
		background: #0c0c0c;
		margin-left: 1.5em;
		margin-right: 1.5em;
		border-bottom: 1px solid #111;
		padding: 1.5em;
        }
        #discuss .topic .title {
            width: 30em;
            margin-right: 1em;
			margin-left: 1.5em;
			
            float: left;
            padding: .3em;
            word-wrap: break-word;
            }
            #discuss .topic .title h2 {
                line-height: 1.125em;
            }
            #discuss .topic .title strong {
                color: #555;
                font-weight: normal;
                font-size: .9em;
                display: block;
        }
        #discuss .topic .info {
            width: 18em;
            float: right;
    }
    #discuss .topic-post {
        min-height: 5em;
        margin-bottom: 1em;
		background: #0c0c0c;
		margin-left: 1.5em;
		margin-right: 1.5em;
		border-bottom: 1px solid #111;
		padding: 1.5em;
        }
        #discuss .topic-post .message {
           
        }
		#discuss .topic-post .details {
			margin-right: 1.5em;
		}
		#discuss .topic-post .attachments {
			margin-top: 2em;
			list-style-type: none;
			list-style: none;
		}
        #discuss .topic-post .attachments h5 {
            background: #0a0a0a;
        }
        #discuss .topic-post .attachments ul li {
            border-color: #111;
    }
    #discuss .post {
        margin: 0 0 1em;
    }
    #discuss .details {
        float: left;
        padding: .5em 1em 0 0;
		padding: 1.5em;
        text-align: right;
        width: 15em;
        background: #111;
        }
        #discuss .details .gravatar-emblem {
            border: .1em solid #0a0a0a;
            vertical-align: middle;
            margin: -.2em .125em 0 0;
        }
        #discuss .details ul {
            margin: 1em 0 0;
            color: #777;
            font-size: .9em;
            text-align: left;
            line-height: 1.25em;
            }
            #discuss .details ul li {
                list-style: none;
                }
                #discuss .details ul li strong {
                    font-weight: normal;
                    color: #fff;

    }
    #discuss .message {
        padding: .5em .8125em;
        margin: 0 0 0 16em;
}
