/****************************
  COMMON STYLES
****************************/ 
@import url("./reset.css");

body {
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	
	/* Background Option #1 */
	background-color: #525252;
	background-image: url('../images/background-1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	
	/* Background Option #2 	
	background-color: #525252;
	background-image: url('http://www.urbanoid.hu/themeforest/colossus/images/background-0.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	*/
	
	/* Background Option #3	
	background-color: #757575;
	background-image: url('http://www.urbanoid.hu/themeforest/colossus/images/background-2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	*/
	
	/* Background Option #4 	
	background-color: #2f2f2f;
	background-image: url('http://www.urbanoid.hu/themeforest/colossus/images/background-3.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	*/

	/* Background Option #5	
	background-color: #000000;
	background-image: url('http://www.urbanoid.hu/themeforest/colossus/images/background-4.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;	
	*/
	
	/* Background Option #6 		
	background-color: #000000;
	background-image: url('http://www.urbanoid.hu/themeforest/colossus/images/background-5.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	*/
	
	font-family: tahoma;
	height: 100%;	
}


h1 {
	font-family: tahoma;
	font-size: 15px;
	color: #666666;
	text-align: left;
}

h2 {
	font-family: tahoma;
	font-size: 14px;
	color: #666666;
	text-align: left;
}

h3 {
	font-family: tahoma;
	font-size: 13px;
	color: #666666;
	text-align: left;
}

h4 {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	text-align: left;
}

a {font-family: tahoma; color: #666666;}
a:hover{text-decoration: none; color: #01a8ff;}
a:link{text-decoration: none;}
a:active{text-decoration: none;}
a:visited{text-decoration: none;}

.list {
	float: left;
	text-align: left;
	list-style-position: inside;
	list-style-type:square;
	padding-bottom: 30px;
}
.list li {
	color: #666666;
	font-size: 11px;
	line-height: 18px;	
}


table {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	clear: left;	
	border: 1px solid #d7d7d7;	
}
th {
	background-image: url('../images/table_th.gif');
	height: 32px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	
}
tr {
	padding-right: 10px;
	padding-left: 10px;
}

td {
	background-image: url('../images/table_tr.gif');
	height: 27px;
	vertical-align: middle;
}



/****************************
  PAGE
****************************/ 

#page_top {
	margin: 0px auto;
	text-align: center;
	width: 1134px;
	height: 69px;
	background-image: url('../images/page_top.png');
	background-repeat: no-repeat;
}


#page {
	margin: 0px auto;
	text-align: center;
	width: 1134px;	
	background-image: url('../images/page_bg.png');
	background-repeat: repeat-y;
	
}

#page_bottom {
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 1134px;
	height: 50px;
	background-image: url('../images/page_bottom.png');
	background-repeat: no-repeat;	
}

#page_bottom  p{
	line-height: 30px;
	font-size: 11px;
	color: #acacac;
	padding-top: 8px;	
	text-align: center;
}

	

/****************************
  LOGO, MENU
****************************/ 

#logo {
	float: left;
	margin-left: 93px;
	margin-top: 10px;
	height: 90px;
}

.menu a {
	font-weight: bold; 
}

.menu {
	position:relative;
	font-size:12px; 
	z-index:100;	
	padding-top: 15px;
	padding-right: 98px; 
}
	
.menu ul li a, .menu ul li a:visited {display:block; text-align: left; border: 0px; font-size:13px; overflow:hidden; }
.menu ul {
	float: right;
	list-style: none;
	list-style-position: inside;
}
.menu ul li {
	float:left;
	position:relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 7px;
	border-top: 4px solid #efefef;
	line-height: 18px;
}
.menu ul li ul {display: none; float:left;}
.menu ul li ul li{border: 0px; width:185px;}

/* specific to non IE browsers */
.menu ul li:hover a {}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0px; 
	left:0; 
	width:185px;
	font-size: 11px;
		
	background-image: url('../images/dropdown_menu_bg.png');
	background-repeat: no-repeat;
	border-bottom: solid 1px #616161;
}
.menu ul li:hover ul li a.hide {}
.menu ul li:hover ul li:hover a.hide {}
.menu ul li:hover ul li ul {	
	display: none;	
}

.menu ul li:hover ul li a {display:block; color:#bbbbbb; padding-left: 10px; padding-right: 10px; padding-bottom: 3px;}
.menu ul li:hover ul li a:hover {color: #01a8ff; padding-left: 10px; padding-right: 10px; padding-bottom: 3px;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

#selected {
	border-top: 4px solid #666666;
}

#parent_dd {
	padding-left: 0px;
}

/****************************
  2 COLUMN PAGE
****************************/ 
#left_side {
	width: 663px;
	float: left;
	margin-bottom: 20px;
}
#right_side {
	width: 270px;
	float: right;
	margin-right: 93px;	
}

#vertical_spacer {
	width: 980px;
	height: 20px;	
	float: center;
	position: relative;
	clear: left;
}


/****************************
  1 COLUMN PAGE
****************************/ 


#one_column {
	float: left;
	width: 947px;
	border-top: 0px;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	margin-left: 93px;
	top: 0px;		
	margin-bottom: 10px;
	min-height: 900px;
}


/****************************
  YOU ARE HERE
****************************/ 

#you_r_here {	
	float: left;
	width: 663px;
	height: 28px;
	border: 1px solid #e3e3e3;
	margin-left: 93px;
	top: 420px;
}

#you_r_here_2 {	
	float: left;
	width: 946px;
	height: 28px;
	border: 1px solid #e3e3e3;	
	top: 420px;
}

#you_r_here_list {
	float: left;
	list-style: none;	
}

#you_r_here_list li {
	float: left;
	display: block;
	margin-top: 1px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 15px;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	background-image: url('../images/u_r_here.gif');
	background-repeat: no-repeat;
	background-position: top right;	
	height: 28px;
}

#search {
	float: right;
	list-style: none;	
	padding-right: 10px;
}

#search li {
	float: left;
	display: block;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-left: 8px;
}

#search_input {
	width: 105px;
	height: 16px;
	border: 1px solid #d1d1d1;
	font-size: 11px;
	font-family: tahoma;
	color: #666666;
}

#search_btn {
	margin-top: 3px;
}


/****************************
  NEWS OVERVIEW
****************************/ 

#overview_frame {
	float: left;
	width: 663px;
	border-top: 0px;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	margin-left: 93px;
	top: 0px;		
	margin-bottom: 10px;	
}

#featured_left {
	float: left;
	width: 280px;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 25px;
}


.featured_news_date {
	font-size: 11px;
	color: #666666;
	text-align: left;
	line-height: 26px;	
}

.featured_news {
	width: 280px;
	text-align: justify;
	line-height: 16px;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
}

.featured_news span {
	float: right;
}

#featured_news_pic {
	background-image: url('../images/featured_article_pic_bg.gif');
	width: 280px;
	height: 148px;
	text-align: center;	
	margin-top: 10px;
}

#featured_news_pic img { margin-top: 5px;}

.vertical_separator {
	float: left;
	background-image: url('../images/vertical_sep.gif');
	background-repeat: no-repeat;
	width: 23px;
	height: 371px;
	margin-left: 20px;
}

#featured_right {
	float: left;
	width: 280px;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 25px;
}

#featured_right ul {
	float: left;
	list-style: none;
}

#featured_right ul li {
	float: left;
	display: block;
	text-align: left;	
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	background-image: url('../images/featured_article_small_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 0px;
	padding-bottom: 5px;
}

#featured_right .featured_right_separator {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	padding-left: 0px;
}

.featured_small_pic {
	float: left;
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 10px;
}


/****************************
  ARTICLE
****************************/ 

#article {
	float: left;
	width: 620px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
}

#article p {
	text-align: justify;
	line-height: 18px;
	font-size: 13px; /* 11 px;*/
	color: #666666;
	padding-top: 15px;
	padding-bottom: 10px;
}

#article #article_date {
	padding-top: 10px;
}

#article .article_pic {
	background-image: url('../images/article_pic_bg.gif');
	background-repeat: no-repeat;
	padding: 0px;
	width: 617px;
	height: 227px;
}

#article .article_pic img {
	margin-top: 5px;
	margin-left: 5px;
}

#article a {
	text-decoration: underline; 
	color: #01a8ff;
}

#security_code {
	background-image: url('../images/captcha_input.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 55px;
	height: 20px;
	border: 0px;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-left: 5px;
}



/****************************
  FEATURED VIDEOS
****************************/ 

#featured_videos_carousel {
	float: left;
	width: 663px;
	height: 230px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	margin-left: 93px;	
	background-image: url('../images/title-featured_videos.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
}

.play_btn {
	float: left;
	top: 82px;
	margin-left: 2px;
	position: absolute;
}


/****************************
  RECENT ARTICLES
****************************/ 

#recent_articles {
	float: left;
	width: 663px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	margin-left: 93px;
	margin-top: 10px;
	background-image: url('../images/title-recent_articles.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 60px;
}

.recent_articles_ul {
	
	margin-left: 18px;
	float: left;
	list-style: none;
	list-style-position: inside;
	background-image: url('../images/recent_article_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: left top;	
}

.recent_articles_ul li img {
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	margin-top: 5px;
}

.recent_articles_ul  li {
	float: left;
	display: block;	
}

.recent_articles_ul  li p {
	width: 420px;
	text-align: justify;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.recent_article_comments {
	background-image: url('../images/recent_article_comments_bg.gif');
	background-repeat: no-repeat;
	width: 69px;
	height: 62px;
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-top: 3px;
	float: right;
}

.recent_article_comments  span{
	font-size: 24px;	
}

.recent_articles_date {
	color: #c2c2c2;
	font-size: 11px;
	text-align: center;	
	line-height: 12px;	
}

.date_big {
	color: #c2c2c2;
	font-size: 29px;
	margin-top: -3px;
	line-height: 30px;
}

.page_navigation {
	float: left;
	margin-top: 30px;
	padding-bottom: 10px;
}

.page_navigation ul {
	list-style: none;
	display: block;	
	margin-left: 18px;
}

.page_navigation ul li {
	float: left;
	display: block;
	font-size: 11px;
	color: #a7a7a7;
	text-align: center;
	margin-bottom: 16px;
}


/****************************
  GALLERY
****************************/ 


#latest_galleries {
	float: left;
	width: 663px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	margin-left: 93px;
	
	background-image: url('../images/title-latest_galleries.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 60px;
	min-height: 850px;
}


#featured_gallery {
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 25px;
}

#featured_gallery h1 {
	margin-bottom: 25px;
}

#featured_gallery ul {
	float: left;
	list-style: none;
	padding-bottom: 20px;
}


#featured_gallery ul li {
	float: left;
	display: block;
	background-image: url('../images/gallery_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 181px;
	height: 121px;
	margin-right: 30px;
}

#featured_gallery ul li  img {
	margin-top: 5px;
	
}

#featured_gallery p {	
	text-align: left;
	font-size: 13px;
	color: #666666;
	margin-right: 20px;
	line-height: 16px;
}


.latest_galleries_ul {
	margin-left: 18px;
	float: left;
	list-style: none;
	list-style-position: inside;
	background-image: url('../images/gallery_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: left top;	
}

.latest_galleries_ul li img {
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	margin-top: 5px;
	padding-bottom: 15px;	
}

.latest_galleries_ul  li {
	float: left;
	display: block;		
}

.latest_galleries_ul  li p {
	float: left;
	width: 410px;
	text-align: justify;
	color: #666666;
	font-size: 13px;
	line-height: 16px;		
	clear: left;	
	padding-bottom: 20px;
}




/****************************
  IN GALLERY
****************************/ 

#gallery_pictures {
	float: left;
	padding-top: 25px;	
}

#gallery_pictures ul {
	float: left;
	list-style: none;
	margin-left: 5px;
}

#gallery_pictures li {
	float: left;
	display: block;
	padding: 15px;  /* padding: 30px; */
	background-image: url('../images/gallery_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;		
}

#gallery_pictures p {
	line-height: 16px;
	font-size: 11px;
	color: #666666;
	text-align: justify;	
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#gallery_pictures h1 {
	margin-left: 20px;
	margin-bottom: 20px;
}




/****************************
  VIDEOS
****************************/ 


#latest_videos {
	float: left;
	width: 663px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	margin-left: 93px;
	
	background-image: url('../images/title-latest_videos.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 60px;
	min-height: 500px;
}

#latest_videos_ul {
	list-style: none;
	float: left;
	margin-bottom: 50px;	
	margin-left: 15px;
}

#latest_videos_ul li {
	display: block;
	float: left;
	height: 121px;
	width: 181px;
	background: url('../images/featured_video_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: 6px 6px;  
	text-align: left;	
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 11px;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 50px;
	position: relative;
}

#latest_videos_ul li img {
	float: left;
	margin-bottom: 10px;
}



#featured_video {
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 25px;	
}

#featured_video p {
	line-height: 16px;
	font-size: 11px;
	color: #666666;
	text-align: justify;	
	margin-right: 20px;
	margin-bottom: 20px;
}

#featured_video h1 {
	margin-bottom: 25px;
}

#flv_player {	
	float: left;
	width: 630px;
	height: 390px;
	margin-bottom: 20px;
	background-image: url('../images/flv_player_bg.gif');
	background-repeat: no-repeat;
	text-align: center;	
	padding-top: 5px;
}

.play_btn2 {
	float: left;
	position: absolute;
	left: 13px;
	top: 82px;
}

/****************************
  SERVICES
****************************/ 

#services {
	min-height: 700px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

#services p{
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	padding-top: 25px;	
}

#services-a {
	list-style: none;
	display: block;
	float: left;	
	margin-left: 25px;
}

#services-a li {
	float: left;
	display: block;
	width: 400px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#services-a li p {
	float: right;
	width: 320px;	
	padding-top: 0px;
}

#services-a img {
	float: left; 
	margin-right: 30px;	
}

#services-a li span {
	font-size: 15px;
	font-weight: bold;
}
	

#services-b {
	list-style: none;
	display: block;
	float: left;	
	margin-top: 40px;
}

#services-b li {
	float: left;
	display: block;
	width: 250px;
	margin-top: 20px;	
}	
	
#services-b p {
	padding-bottom: 20px;
}	
	
#services-b div {	
	background-image: url('../images/services_pic_frame_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 249px;
	height: 75px;	
	margin-bottom: 50px;
}

#services-b div img {
	margin-top: 5px;	
}

#services-b .services-sep {
	background-image: url('../images/vertical_sep_small.gif');
	background-repeat: no-repeat;
	background-position: center top;
	width: 70px;
	height: 211px;	
}

	

/****************************
  PORTFOLIO
****************************/ 

#portfolio {
	min-height: 700px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	width: 950px;
}

#portfolio p{
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;	
	margin-top: 25px;
}	

.portfolio_text {
	margin-right: 40px;
}
	

#portfolio-a {
	float: left;
	display: block;
	list-style: none;
	width: 960px;
}

#portfolio-a li {
	float: left;
	display: block;
	margin-bottom: 20px;
}
	
#portfolio-a li ul {
	float: left;
	display: block;
	background-image: url('../images/gallery_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 450px;
	min-height: 121px;
	
}	
	
#portfolio-a li ul li {
	float: left;	
}	
	
#portfolio-a li ul li p{	
	float: left;
	width: 230px;
	margin-top: 0px;
}
	
	
#portfolio-a li ul li img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 20px;
}

#portfolio-a li span {
	font-size: 15px;
	font-weight: bold;
}
	
	
#portfolio-b {
	list-style: none;
	display: block;
	float: left;	
	margin-top: 40px;
}

#portfolio-b li {
	float: left;
	display: block;
	width: 250px;
	margin-top: 20px;	
}	
	
#portfolio-b p {
	padding-bottom: 20px;
}	
	
#portfolio-b div {	
	background-image: url('../images/services_pic_frame_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 249px;
	height: 75px;	
	margin-top: 30px;
}

#portfolio-b div img {
	margin-top: 5px;	
}

#portfolio-b .portfolio-sep {
	background-image: url('../images/vertical_sep_small.gif');
	background-repeat: no-repeat;
	background-position: center top;
	width: 70px;
	height: 211px;	
}
	
	
/****************************
  CONTACT US
****************************/ 

#contact_us {
	min-height: 700px;
	padding-top: 25px;
	padding-left: 25px;
}

#contact_us p{
	line-height: 16px;
	font-size: 11px;
	color: #666666;
	text-align: justify;	
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#contact_us ul {
	float: left;
	margin-top: 20px;
	margin-bottom: 50px;
}

#contact_us ul li img {
	margin-right: 5px;
	float: left;
	border: 1px solid #cccccc;
}


#contact_us ul li {
	display: block;
	text-align: left;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

#contact_us label {
	float: left;
	width: 100px;
	
}

.contact_textinput {
	background-image: url('../images/contact_textinput.gif');
	background-repeat: no-repeat;
	width: 182px;
	height: 20px;
	font-size: 11px;
	color: #666666;
	border: 0px;
}

.contact_textarea {
	background-image: url('../images/contact_textarea.gif');
	background-repeat: no-repeat;
	width: 511px;
	height: 208px;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	border: 0px;	
}

#contact_address {
	float: right;
	width: 270px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;

	background-image: url('../images/title-address.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 50px;
	margin-bottom: 20px;		
}


#contact_address ul {
	float: left;
	margin-left: 15px;	
	margin-bottom: 25px;
}

#contact_address ul li {
	line-height: 16px;
	color: #666666;
	font-size: 11px;
	text-align: left;
	margin-bottom: 15px;
}

#contact_address #map {
	background-image: url('../images/map_bg.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 172px;
}

#contact_address ul li img {
	margin-left: 5px;
	margin-top: 5px;
}



/****************************
  ABOUT US
****************************/ 

#about_us {
	min-height: 700px;
	padding-top: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
}

#about_us p{
	line-height: 16px;
	font-size: 13px;
	color: #666666;
	text-align: justify;	
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 25px;
}

#about_us img{
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 4px;
}

#about_us a {
	text-decoration: underline; 
	color: #01a8ff;
}

blockquote {
	color: #666666;
	width: 450px;
	padding-left: 70px;
	background-image: url('../images/quote.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 10px;		
	font-weight: normal;
	font-style: italic;
}


/****************************
  RIGHT SIDEBAR
****************************/ 

#vote {
	float: right;
	width: 250px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	
	background-image: url('../images/title-vote.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 10px;	
	padding-left: 20px;
}

#vote p {
	margin-right: 20px;
	margin-bottom: 25px;
	line-height: 18px;
	color: #666666;
	font-size: 11px;
	text-align: justify;
}


#vote label {	
	vertical-align: top;
	text-align: left;
}


#vote ul {
	float: left;
	width: 240px;
}

#vote ul li {
	display: block;
	line-height: 25px;	
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#vote_buttons {
	list-style: none;
	float: left;
	padding-top: 30px;
	margin-left: 20px;	
}

#vote_buttons li {
	float: left;
	display: block;
	margin-left: 2px;
	margin-right: 2px;	
}

#vote ul li .vote_results {	
	display: block;
	list-style: none;
	float: left;
}

#vote ul li .vote_results li {
	float: left;	
	margin-bottom: 10px;
}

#vote ul li .vote_results .vote_results_answer {
	width: 200px;
	text-align: left;
}

#vote ul li .vote_results .vote_results_answer_result {
	width: 35px;
	text-align: right;
}

#twitter {
	float: right;
	width: 270px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;

	background-image: url('../images/title-twitter.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 40px;
	margin-bottom: 20px;		
	font-size: 11px;
	color: #666666;
	text-align: left;
}


#ads {
	float: right;
	width: 270px;

}

#ads p {
	color: #b4b4b4;
	font-size: 11px;
	font-weight: bold;
	text-align: left;		
}

#ads ul {
	list-style: none;
}

#ads ul li {
	float: left;
	display: block;
}

#ads .ad_125 {
	background-image: url('../images/ad_125x125_bg.gif');
	width: 133px;
	height: 133px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 2px;
}

#ads .ad_125 img {
	margin-top: 4px;
}

#ads .ad_260 {
	background-image: url('../images/ad_260x120_bg.gif');
	width: 268px;
	height: 128px;
}

#ads .ad_260 img {
	margin-top: 4px;
}


#recent_news {
	float: right;
	width: 270px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	background-image: url('../images/title-recent_articles.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 50px;
	margin-bottom: 15px;		
	padding-bottom: 20px;	
}

#recent_news ul {
	list-style: none;
}

#recent_news ul li {
	background-image: url('../images/featured_article_small_pic_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	display: block;
	text-align: justify;
	font-size: 11px;
	color: #666666;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	line-height: 16px;	
}


#recent_news .recent_news_separator {
	background-image: none;
}


#featured_videos_sidebar {
	float: right;
	width: 270px;
	border: 1px solid #e3e3e3;
	background-image: url('../images/title-featured_galleries_sidebar.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

#featured_videos_sidebar ul {
	padding-top: 37px;
}

#featured_videos_sidebar ul li {
	background-image: url('../images/featured_galleries_sb_bg.gif');
	background-repeat: no-repeat;
	background-position: 3px 0px;
	height: 98px;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
}

#featured_videos_sidebar ul li img {
	float: left;
	margin-left: 14px;
	margin-right: 10px;
}

#featured_videos_sidebar ul li p {
	padding-top: 21px;
}

#featured_videos_sidebar #more_featured_videos_sb {
	background-image: url('../images/featured_galleries_sb_bottom_bg.gif');
	background-repeat: repeat-x;	
	width: 264px;
	margin-left: 3px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;	
	height: 35px;
	line-height: 35px;
}

#sub_nav {
	float: right;
	width: 270px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	background-image: url('../images/title-subnav.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 50px;
	margin-bottom: 15px;		
	padding-bottom: 20px;	
}

#sub_nav ul {
	float: left;
	display: block;
	margin-left: 15px;
	width: 110px;
}

#sub_nav ul li {
	display: block;
	background-image: url('../images/subnav_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-align: left;
	font-size: 11px;
	color: #666666;
	margin-bottom: 13px;
	font-weight: bold;
	padding-left: 10px;
}



#tags {
	float: right;
	width: 270px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 5px solid #e3e3e3;
	background-image: url('../images/title-tags.gif');
	background-repeat: no-repeat;
	background-position: 1px -1px;
	padding-top: 50px;
	margin-bottom: 15px;		
	padding-bottom: 25px;	
}

#tags ul {
	display: block;
	float: left;
	list-style: none;
	margin-left: 15px;
	margin-right: 10px;
}

#tags ul  li{
	float: left;
	padding-right: 12px;	
	line-height: 20px;
	white-space:nowrap;
}

.tags_1 {font-size: 11px;}
.tags_2 {font-size: 12px;}
.tags_3 {font-size: 13px;}
.tags_4 {font-size: 14px;}
.tags_5 {font-size: 15px; font-weight: bold;}



#featured_galleries_sidebar {
	float: right;
	width: 270px;
	border: 1px solid #e3e3e3;
	background-image: url('../images/title-featured_galleries_sidebar.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

#featured_galleries_sidebar ul {
	padding-top: 37px;
}

#featured_galleries_sidebar ul li {
	background-image: url('../images/featured_galleries_sb_bg.gif');
	background-repeat: no-repeat;
	background-position: 3px 0px;
	height: 98px;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
}

#featured_galleries_sidebar ul li img {
	float: left;
	margin-left: 14px;
	margin-right: 10px;
}

#featured_galleries_sidebar ul li p {
	padding-top: 21px;
}

#featured_galleries_sidebar #more_featured_galleries_sb {
	background-image: url('../images/featured_videos_sb_bottom_bg.gif');
	background-repeat: repeat-x;	
	width: 264px;
	margin-left: 3px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;	
	height: 35px;
	line-height: 35px;
}



/****************************
  FOOTER
****************************/ 

#footer {
	clear: left;
	width: 980px;
	height: 7px;
	background-color: #323232;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto;
	text-align: center;	
}
