@import url('base.css');

#main {
    width: 984px;
    margin: 0 auto;
}

#head {
    height: 105px;
    border-top: 1px solid #dd0000;
    border-bottom: 1px solid #dd0000;
    position: relative;
    padding: 10px 0 10px 10px;
}

#logo a {
    float: left;
    padding: 0;
}

#logo img { 
    border: none;
    outline: none;
}

#menu {
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    position: relative;
    width: 790px;
}

#menu ul { 
    margin: 0;
    padding: 0; 
    float: right;    
}

#menu ul li {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
}

#menu ul li ul {
    position: absolute;
    right: 0;
    width: 790px;
}

#menu ul li ul li { 
    margin-top: 6px; 
}

#menu a {
    color: #000;
    text-decoration: none;
    padding: 3px 8px;
    white-space: nowrap;
    display: block;
}

#menu a:hover { background: #ffff99; }

a.active_menu {
	color: #dd0000 !important;
}

#center {
    width: 100%;
    overflow: hidden;
    clear: both;
}

#title {
    width: 264px;
    display: table-cell;
    height: 110px;
    vertical-align: bottom;
    text-align: right;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    _height: auto;
    _margin: 32px 0 12px 0;
}

#left-content {
    width: 264px;
    float: left;
    clear: left;
    text-align: right;
    margin-right: 16px;
}

#left-content img {
	margin: 0;
}

#content {
    overflow: hidden;
    _float: left;
    _margin-left: 0;
}

#content-wide {
	width: 680px;
	float: left;
	padding-left: 17px;
}

#news, #blog-sidebar {
    width: 200px;
    float: right;
    clear: right;
    margin-left: 16px;
}

#news_title {
	font-size: 11pt;
	font-weight: bold;
	width: 100%;
	background: #ad0000;
	text-align: center;
	padding: 2px 0;
}

.news-list {
    padding: 0 6px;
}

#news_title a {
	color: #fff;
	text-decoration: none;
}

#news_title a:hover { border-bottom: 1px solid #fff; }

.news-date {
	font-size: 8pt;
	color: #ad0000;
	padding-top: 6px;
	padding-bottom: 3px;
	clear: both;
	text-transform: lowercase;
}

.news-short {
	font-size: 9pt;
}

.news-short2 {
	font-size: 9pt;
	padding-bottom: 20px;
}

.news-more {
	float: right;
	margin-bottom: 10px;
	clear: both;
}

.news-title {
    padding: 3px 0;
    font-weight: bold;
}

.news-title a:visited { color: #660000; }

#footer {
	border-top: 1px solid #dd0000;
	font-size: 10pt;
	padding: 6px 10px 4px 10px; 
	margin-top: 18px;
	overflow: hidden;
}

#footer span {
	color: #dd0000;
	font-weight: bold;
}

#copyright { float: right; }
#contacts { float: left; }

#contacts b, #contacts strong {
    color: #660000;
    font-weight: bold;
}

#switch {
    float: left;
    clear: both;
}

ul li img {
    margin: 0;
}

.site-desc {
    margin-top: 10px;
}

.site-desc a {
    overflow: hidden;
}

#main-content {
    overflow: hidden;
    padding-bottom: 24px;
    margin-bottom: 0px;
    
}

ul#mycarousel {
    margin-top: 24px;
}

ul#mycarousel img {
    border: none;
}

.jcarousel-control #title h1 {
    text-align: left;
}

.jcarousel-control #title h2 {
    text-align: left;
    color: #dd0000;
    margin-top: 8px;
    margin-bottom: 4px;
}

.jcarousel-control #title img {
    margin-bottom: 8px;
}

.jcarousel-control #title {
    text-align: left;
    margin-top: 0;
}

.site-opportunity {
    margin-top: 34px;
    width: 480px;
}

.site-opportunity ul {
    list-style-type: square !important;
    margin-left: 16px !important;
    margin-bottom: 10px !important;
}

.site-opportunity ul li {
    float: none !important;
}

.firefox {
    width: 496px;
    height: 458px;
    background: url(/media/img/firefox.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

#browser {
    position: relative;
    padding-top: 50px;
    float: left;
    margin-left: 100px;
}

#browser img { border: none; }

.container { 
    width:480px;
    height:680px; 
    margin-left: 3px; 
    margin-top: 5px;
    overflow:hidden; 
    position:relative; 
}

.slides { position:absolute; top:0; left:0; }
table { border-collapse: collapse; border-spacing: 0; }
ul.pagination { list-style-type:none; margin:0; padding:0; overflow: hidden; width: 280px; }
ul.pagination li { margin: 0 2px; padding: 3px 0;  }	
ul.pagination a { color: #000; line-height: 10pt; text-decoration: none; outline: none;}
ul.pagination a span { display: none; }
ul.pagination li.active a { color: #ff0000; }

.slides img { margin: 0 !important; }

#loopedSlider { 
    margin: 18px 0; 
    position: relative; 
    clear: both; 
    overflow: hidden;
}

#loopedSlider #left-content { text-align: left; }

a.previous { 
    left: -70px;
    background: url(/media/img/prev-horizontal.png) no-repeat;   
}

a.next { 
    right: -83px;
    background: url(/media/img/next-horizontal.png) no-repeat; 
}

a.next, a.previous {
    position:absolute;
    top: 200px; 
    outline: none;
    width: 50px;
    height: 87px;
}

a.next img, a.previous img { margin: 0; } 
a.previous:hover { background: url(/media/img/prev-horizontal.png) -50px 0 no-repeat; }
a.next:hover { background: url(/media/img/next-horizontal.png) -50px 0 no-repeat; }
a.previous:active { background: url(/media/img/prev-horizontal.png) -100px 0 no-repeat; }
a.next:active { background: url(/media/img/next-horizontal.png) -100px 0 no-repeat; }

.feedback_form fieldset {
    border: none;
    margin-bottom: 10px;
}

.feedback_form legend {
    padding: 5px;
    color: #bb0000;
    font-weight: bold;
    font-size: 11pt;
}

.feedback_form label {
    width: 30%;
    float: left;
    text-align: left;
    vertical-align: top;
    margin-left: 34px;
    font-size: 14px;
}

.feedback_form .submit {
    text-align: center;
}

.feedback_form .submit input {
    padding: 3px 5px;
}

.feedback_form ul.errorlist li {
    padding-left: 30%;
    color: #AD0000;
    list-style-type: none; 
}

.pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
	width: 400px;
}

.pagination a {
	color: #cc0000 !important;
	padding: 0 4px !important;
	display: inline !important;
	background: none !important;
	border: none !important;
}

.pagination span.current-page {
	color: #000;
	padding: 0 2px !important;
}

.tag {
	font-weight: bold;
	margin-bottom: 20px;
}

.tag a {
	font-weight: normal;
	margin: 0 1px;
}

#news .news-list {
	overflow: hidden;
}

#news-tags {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.site-opportunity {
	background: #fff;
}

/* blog */

#blog-sidebar {
	float: right;
	width: 200px;
}

#left-content .tags {
	text-align: center;
}

#left-content .tags a {
	color: #333;
	text-decoration: none;
	margin: 0 1px;
}

p.entryInfo, p.entryTags, p.entryComments {
	font-size: 11px;
}

.entryFooter p {
	margin: 4px 0;
}

a.tag-link {
	margin: 0 2px 0 0;
}

.line {
	overflow: hidden;
	border-top: 1px dotted #ccc;
	margin: 34px 0 26px 0;
}

.categories, .recents, .populars, .archives {
	margin-bottom: 26px;
}

.categories ul, .recents ul, .populars ul, .archives ul {
	margin: 0;
	padding: 0;
}

.categories ul li, .recents ul li, .populars ul li, .archives ul li { list-style: none; }

.categories span, .recents span {
	color: #aaa;
	font-size: 11px;
}

.recents span.news-date {
	display: block;
	padding: 0;
}

.recents li, .populars li, .archives li {
	margin: 3px 0 12px 0;
}

#comments blockquote {
	margin: 4px 0 4px 0 !important;
}

#blog-content {
	margin-right: 290px;
}

.commentForm {
	margin: 60px 0 0 0;
}

h5.form {
	color: #000;
}

p.submit {
	padding-left: 172px;
}

p.submit input {
	width: auto !important;
}

form.comment-post {
	margin-top: 20px;
}

form.comment-post label {
	float: left;
	display: block;
	width: 160px;
	font-size: 13px;
	margin-right: 12px;
}

form.comment-post input {
	width: 200px;
}

#id_comment {
	width: 260px;
}

.span-13 span {
	text-transform: lowercase;
	color: #666;
}

#news-tags a {
	margin: 0 2px;
}
