.commentlist .comment-content {
	width: 470px;
	float: right;
	padding-left: 12px;
	border-left: 2px solid #534339;
}/*
Theme Name: 
 Urbain Theme 2010
Theme URI: http://www.bivouacurbain.com/
Description: Bivouac Urbain Theme 2010.
Version: 1.0
Author: Hatem +D
Author URI: http://hatem.ca/

	Bivouac Urbain 2010 v1.0
	 http://hatem.ca/

*/

/*
	Classes,
*/

.clear { display: block; clear: both; }

.fLeft { float: left; }
.fRight { float: right; }

.hidden { display: none; }

/* images alignement */
.aligncenter { text-align: center; margin: 0 auto; }
.alignleft { text-align: left; float: left; padding-right: 10px; }
.alignright { text-align: right; float: right; padding-left: 10px; }

.wp-caption { text-align: center; font-size: 8pt; }

/*
	Tags,
*/
strong { font-weight: bold; }

a { color: #332720; text-decoration: underline; }
a:hover { color: #FFF; }

hr { border: none; clear: both; display: block; margin: 5px 0; border-top: 1px solid #332720; }

/*
	Base Frame,
*/
body {
	background: url(images/bg_mosaic.jpg) center top;
	font-size: 10pt; /* Resets 1em to 10px */
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	color: #332720;
	line-height: 1.4em;
	text-align: center;
}

#bg {
	background: url(images/bg_top.jpg) repeat-x center top;
	height: auto !important; height: 600px;
	min-height: 600px;
}

#wrapper {
	background: url(images/bg_over_top.jpg) no-repeat center top;
	width: 998px;
	height: auto !important; height: 500px;
	min-height: 500px;
	text-align: left;
	margin: 0 auto;
}

#page {
	background: none;
}

#content {
	
}


/* Header */
#header {
	height: 173px;
	position: relative;
	overflow: visible;
}

h1 {
	display: block;
	float: left;
	width: 318px;
	height: 173px;
}

h1 a {
	background: url(images/bg_logo.jpg) no-repeat;
	display: block;
	width: 318px;
	height: 173px;
}

h1 a span {
	display: none;
}

h2 {
	
}

/* menu */
#menu {
	display: block;
	background: url(images/bg_menu.jpg) no-repeat;
	float: left;
	width: 679px;
	height: 173px;
	overflow: hidden;
}

#menu li {
	display: block;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
#menu li a { display: block; cursor: pointer; }
#menu li a span { display: none; }

#menu li#m_home,
#menu li#m_home a { width: 133px; height: 65px; }
#menu li#m_home {
	background: url(images/bg_menu_home.png) no-repeat;
	top: 89px;
	left: 50%;
	margin-left: -177px;
	z-index: 101;
}
body.lang_en #menu li#m_home { background: url(images/bg_menu_home_en.png) no-repeat; }

#menu li#m_competition,
#menu li#m_competition a { width: 174px; height: 74px; }
#menu li#m_competition {
	background: url(images/bg_menu_competition.png) no-repeat;
	top: 64px;
	left: 50%;
	margin-left: -75px;
}
body.lang_en #menu li#m_competition { background: url(images/bg_menu_competition_en.png) no-repeat; }

#menu li#m_exposition,
#menu li#m_exposition a { width: 171px; height: 53px; }
#menu li#m_exposition {
	background: url(images/bg_menu_exhibition.png) no-repeat;
	top: 121px;
	left: 50%;
	margin-left: 22px;
	z-index: 102;
}
body.lang_en #menu li#m_exposition { background: url(images/bg_menu_exhibition_en.png) no-repeat; }

#menu li#m_blog,
#menu li#m_blog a { width: 133px; height: 53px; }
#menu li#m_blog {
	background: url(images/bg_menu_blog.png) no-repeat;
	top: 72px;
	left: 50%;
	margin-left: 110px;
	z-index: 101;
}
body.lang_en #menu li#m_blog { background: url(images/bg_menu_blog_en.png) no-repeat; }

#menu li#m_press-contact,
#menu li#m_press-contact a { width: 151px; height: 63px; }
#menu li#m_press-contact {
	background: url(images/bg_menu_contact.png) no-repeat;
	top: 96px;
	left: 50%;
	margin-left: 228px;
	z-index: 100;
}
body.lang_en #menu li#m_press-contact { background: url(images/bg_menu_contact_en.png) no-repeat; }

#menu li#m_inscription,
#menu li#m_inscription a { width: 187px; height: 88px; }
#menu li#m_inscription {
	background: url(images/bg_menu_inscription2.png) no-repeat;
	top: 36px;
	left: 50%;
	margin-left: 296px;
	z-index: 99;
}
body.lang_en #menu li#m_inscription { background: url(images/bg_menu_inscription_en.png) no-repeat; }


/* Lang */
#btn_lang {
	position: absolute;
	width: 88px;
	height: 33px;
	top: 153px;
	left: 50%;
	margin: 0 0 0 396px;
	z-index: 500;
}

#btn_lang .active {
	display: none;
}

#btn_lang ul li a {
	display: block;
	width: 88px;
	height: 33px;
	line-height: 33px;
	color: #4b3c34;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

/* Footer */
#footer_content {
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 0.07em;
	width: 600px;
	padding: 0 0 0 300px;
	position: absolute;
	margin-top: -30px !important; margin-top: 10px;
}

#footer_content span {
	color: #00ef00;
}

#footer_content a {
	color: #00e0ff;
	text-decoration: none;
}

#footer_content a:hover {
	text-decoration: underline;
}

/*
	Sidebar,
*/

#sidebar {
	width: 275px;
	float: left;
	color: #FFF;
}

#sidebar_toyota {
	display: block;
	background: url(images/bg_toyota.jpg) no-repeat left top;
	height: 105px;
	padding-bottom: 20px;
}
body.lang_en #sidebar_toyota {
	background: url(images/bg_toyota_en.jpg) no-repeat left top;
}

#sidebar_dates {
	background: url(images/bg_dates.jpg) no-repeat 50px 0px;
	height: 80px;
}

body.lang_en #sidebar_dates { background: url(images/bg_dates_en.jpg) no-repeat 50px 0px; }

#sidebar_dates span, #sidebar_toyota span {
	display: none;
}

/* social, */
#sidebar_social {
	float: right;
	width: 263px;
	height: auto !important; height: 302px;
	min-height: 302px;
	margin-top: 20px;
	padding-bottom: 44px;
}

#sidebar_social.tab_social_facebook { height: 302px; background: url(images/bg_social_facebook.png) no-repeat left bottom; }
.tab_social_twitter { background: url(images/bg_social_twitter.png) no-repeat left bottom; }
#sidebar_social.tab_social_flickr {  height: 278px; background: url(images/bg_social_flickr.png) no-repeat left bottom; }

#sidebar_social_menu {
	height: 33px;
	line-height: 33px;
	list-style: none;
}

#sidebar_social_menu li {
	display: block;
	float: left;
	width: 83px;
	height: 33px;
	line-height: 33px;
}

#sidebar_social_menu li a {
	display: block;
	width: 83px;
	height: 33px;
	line-height: 33px;
}

#sidebar_social_menu li a span { display: none; }

#sidebar_social_menu li#btn_social_facebook { width: 82px; background: #4d6fa5 url(images/btn_social_facebook.png) no-repeat; }
#sidebar_social_menu li#btn_social_twitter { background: #00e0ff url(images/btn_social_twitter.png) no-repeat; }
#sidebar_social_menu li#btn_social_flickr { background: #ff2786 url(images/btn_social_flickr.png) no-repeat; }

.tab_social_facebook #sidebar_social_menu li#btn_social_facebook { width: 82px; background: #FFF url(images/btn_social_facebook_over.png) no-repeat; }
.tab_social_twitter #sidebar_social_menu li#btn_social_twitter { background: #FFF url(images/btn_social_twitter_over.png) no-repeat; }
.tab_social_flickr #sidebar_social_menu li#btn_social_flickr { background: #FFF url(images/btn_social_flickr_over.png) no-repeat; }

#sidebar_social .social_content {
	display: none;
}

/* facebook */
#sidebar_social #tab_social_facebook {
	padding: 5px 0 0 5px;
	display: block;
}

/* flickr */
#sidebar_social #tab_social_flickr {
	padding: 6px 0 0 6px;
}

#sidebar_social #tab_social_flickr a {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

/* twitter */
#sidebar_social #tab_social_twitter {
	padding: 0 15px 0 0;
}

#sidebar_social #tab_social_twitter .container {
	background: #FFF;
	width: 228px;
	padding: 8px 10px 0 10px;
}

#tab_social_twitter div.tb_msg {
	min-height: 40px;
	clear:right;
	padding:5px;
	background-color:#EFEFEF;
	border:1px solid #CCC;
	color: #666;
	font-size: 8pt;
	line-height: 1.25em;
}

#tab_social_twitter .tb_author, #tab_social_twitter span.tb_msg {
	color: #666;
	font-size: 8pt;
	line-height: 1.25em;
}

#sidebar_social #tab_social_twitter a { color: #0380d5; }

#sidebar_social #tab_social_twitter .pic {
	float: left;
	margin: 2px 6px 20px 0;
}

#tab_social_twitter .tb_tweet-info {
	font-size: 7pt;
}

/* sidebar partners */

#sidebar_partners {
	text-align: center;
	padding: 0 0 0 0;
}

#sidebar_partners .title {
	display: block;
	text-align: left;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 9pt;
}

#sidebar_partners img {
	margin-left: 20px;
	clear: both;
	margin-bottom: 20px;
}

/*
	Content,
*/

#content {
	background: url(images/bg_content_center.jpg) repeat-y left top;
	width: 722px;
	float: left;
	position: relative;
	overflow: hidden;
}

#content_top {
	background: url(images/bg_content_top.jpg) no-repeat left top;
}

#content_bottom {
	background: url(images/bg_content_bottom.jpg) no-repeat left bottom;
}

#content_wrapper {
	height: auto !important; height: 400px;
	min-height: 400px;
	padding: 60px 45px 60px 45px;
}

h1, h2, h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	color: #332720;
}

h2, h2 a {
	color: #332720;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	letter-spacing: 0.05em;
	font-size: 15pt;
	text-transform: uppercase;
	line-height: 1.75em;
	text-decoration: none;
}
h2 { border-bottom: 2px solid #54443a; }


h3, h3 a {
	color: #332720;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	letter-spacing: 0.05em;
	font-size: 14pt;
	text-transform: uppercase;
	line-height: 1.15em;
	text-decoration: none;
	padding-bottom: 4px;
}



/*
	Content Header,
*/
#content_header {
	height: auto !important; height: 200px;
	min-height: 200px;
	overflow: visible;
	position: relative;
}

/* home */

#btn_bordeaux {
	position: absolute;
	background: url(images/bordeaux/pastille.png) no-repeat;
	width: 200px;
	height: 129px;
	z-index: 1000;
	top: 400px;
	left: 50%;
	margin-left: 250px;
}

#btn_bordeaux span {
	display: none;
}

#home_intro {
	width: 400px;
}

#home_intro h2 {
	border-bottom: none;
	font-size: 18pt;
}

#home_intro_content {
	font-size: 9pt;
}

#home_intro_content p {
	padding-bottom:  8px;
}

#header_partners {
	width: 180px;
	float: right;
	text-align: left;
	overflow: visible;
}

#header_partners_container {
	display: block;
	width: 180px;
	height: 120px;
	text-decoration: none;
	position: relative;
}

#header_partners_container:hover {
	text-decoration: none;
}

#header_partners .title {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 9pt;
	color: #4b3c34;
}

#header_partners img {
	display: none;
	margin-top: 12px;
	position: absolute;
}

#team-list-container {
	width: 520px;
	height: 148px;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
}

#team-list {
	height: 148px;
	list-style: none;
	list-style-position: inside;
	padding: 0;
	position: relative;
}

#team-list li {
	display: block;
	float: left;
	width: 520px;
	height: 148px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#team-list li .item {
	border-bottom: 4px solid #00e0ff;
	display: block;
	float: left;
	width: 240px;
	height: 54px;
	margin: 10px 20px 10px 0;
	padding: 0;
}

#team-list li .img_container {
	background: #FFF;
	border: 2px solid #00e0ff;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
	vertical-align: center;
}

#team-list li .img_container img {
	border: 0;
	width: 50px;
	position: relative;
}

#team-list li a {
	display: block;
	float: left;
	color: #332720;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 5px 10px;
}

/* colors */
#team-list li div.color-0, #team-list li div.color-0 .img_container { border-color: #00e0ff; }
#team-list li div.color-1, #team-list li div.color-1 .img_container { border-color: #ff2786; }
#team-list li div.color-2, #team-list li div.color-2 .img_container { border-color: #fffb00; }
#team-list li div.color-3, #team-list li div.color-3 .img_container { border-color: #00ef00; }

#team-list-prev,
#team-list-next {
	display: block;
	width: 20px;
	height: 200px;
	margin: 0 auto;
	line-height: 200px;
}

#team-list-prev span,
#team-list-next span {
	display: none;
}

#team-list-prev { background: url(images/btn_arrow_left.png) no-repeat 0px 100px; }
#team-list-next { background: url(images/btn_arrow_right.png) no-repeat 0px 100px; }

#team-table { width: 100%; }
#team-table td { text-align: center; }


/* blog */
#header_blog {
	background: url(images/bg_blog_title.jpg) no-repeat 0px 10px;
	padding-top: 10px;
}
body.lang_en #header_blog { background: url(images/bg_blog_title_en.jpg) no-repeat 0px 10px; }

#header_blog #header_blog_title {
	display: block;
	width: 400px;
	height: 90px;
}

#header_blog #header_blog_title span {
	display: none;
}

#header_blog #blog-categories li {
	float: left;
	display: block;
	height: 30px;
	margin-right: 7px;
}

#header_blog #blog-categories li a {
	display: block;
	height: 30px;
}

#header_blog #blog-categories li#btn_category-competition a { width: 124px; background: url(images/btn_blog_competition.png) no-repeat left bottom; }
body.lang_en #header_blog #blog-categories li#btn_category-competition a { width: 124px; background: url(images/btn_blog_competition_en.png) no-repeat left bottom; }
#header_blog #blog-categories li#btn_category-exposition a { width: 107px; background: url(images/btn_blog_exposition.png) no-repeat left bottom; }
body.lang_en #header_blog #blog-categories li#btn_category-exposition a { width: 100px; background: url(images/btn_blog_exposition_en.png) no-repeat left bottom; }
#header_blog #blog-categories li#btn_category-jeux a { width: 48px; background: url(images/btn_blog_jeux.png) no-repeat left bottom; }
body.lang_en #header_blog #blog-categories li#btn_category-jeux a { width: 66px; background: url(images/btn_blog_jeux_en.png) no-repeat left bottom; }
#header_blog #blog-categories li#btn_category-nouvelles a { width: 102px; background: url(images/btn_blog_nouvelles.png) no-repeat left bottom; }
body.lang_en #header_blog #blog-categories li#btn_category-nouvelles a { width: 51px; background: url(images/btn_blog_nouvelles_en.png) no-repeat left bottom; }

#header_blog #blog-categories li a span { display: none; }


/* page / submenu */

#header_submenu {
	background: url(images/bg_page_submenu.jpg) no-repeat;
	width: 430px;
	height: 249px;
	position: absolute;
	margin: -47px 0 0 -25px;
}

#header_submenu .submenu {
	background: url(images/bg_submenu_competition.png) no-repeat;
	width: 364px;
	height: 155px;
	position: absolute;
	margin-left: -12px;
	margin-top: 5px;
	padding: 75px 0 0 30px;
}

#header_submenu .submenu li {
	padding-bottom: 5px;
}

#header_submenu .submenu a {
	color: #000;
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#header_submenu .submenu .current_page_item a,
#header_submenu .submenu a:hover {
	color: #ff2786;
	text-decoration: line-through;
}

#header_submenu .submenu_competition { background: url(images/bg_submenu_competition.png) no-repeat; }
#header_submenu .submenu_competition .current_page_item a, #header_submenu .submenu_competition a:hover { color: #ff2786; }

#header_submenu .submenu_exposition { background: url(images/bg_submenu_exposition.png) no-repeat; }
#header_submenu .submenu_exposition .current_page_item a, #header_submenu .submenu_exposition a:hover { color: #06e006; }

#header_submenu .submenu_contact-section { background: url(images/bg_submenu_contact.png) no-repeat; }
#header_submenu .submenu_contact-section .current_page_item a, #header_submenu .submenu_contact-section a:hover { color: #ffdb00; }



/*
	Homepage,
*/







/*
	Blog,
*/

#content .navigation {
	position: relative;
	margin-top: -40px;
	height: 40px;
}

#content .navigation a {
	color: #332720;
	font-size: 9pt;
	text-decoration: none;
}

#content .navigation a:hover {
	text-decoration: underline;
}

.entry {
	line-height: 1.5em;
	font-size: 10pt;
	padding: 10px 0;
}

.entry p {
	padding: 0 0 15px 0;
}

.entry a { color: #000; }

.entry a:hover { color: #FFF; }

.entry img {
	border: 2px solid #614f46;
}

.entry ol,
.entry ul {
	padding-left: 15px;
	list-style: square;
}

.entry li {
	padding-bottom: 10px;
}

.postmetadata {
	display: block;
	font-size: 8pt;
	line-height: 1.25em;
	color: #614f46;
	height: 30px;
	padding: 8px 0;
	position: relative;
}

.postmetadata a { color: #43362f; }
.postmetadata a:hover { color: #FFF; }


.postmeta_bg {
	background: url(images/bg_blog_blue.png);
	width: 632px;
	height: 20px;
	position: absolute;
	z-index: 100;
}

#content .category-competition .postmeta_bg { background: url(images/bg_blog_pink.png); }
#content .category-exposition .postmeta_bg { background: url(images/bg_blog_green.png); }
#content .category-jeux .postmeta_bg { background: url(images/bg_blog_blue.png); }
#content .category-nouvelles .postmeta_bg { background: url(images/bg_blog_yellow.png); }

.postmeta_content {
	width: 632px;
	position: relative;
	z-index: 200;
}

.postmeta_comment_nb {
	float: right;
	color: #504138;
	font-size: 11pt;
	overflow: visible;
	text-align: right;
	width: 200px;
	height: 40px;
	display: block;
	line-height: 40px;
}

.postmeta_comment_nb a {
	color: #504138;
	font-size: 11pt;
	text-decoration: none;
}

.postmeta_comment_nb .comment_nb {
	font-size: 35pt;
	font-style: italic;
	position: absolute;
	text-align: right;
	width: 50px;
	height: 40px;
	line-height: 40px;
	float: right;
	padding-right: 4px;
	margin-top: -10px;
}

.postmeta_comment_nb .comment_label {
	float: right;
	padding-right: 4px;
	line-height: 20px;
	padding-left: 55px;
	display: block;
}

.postmeta_category a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	padding-left: 5px;
}

/* Comments */
h3#comments {
	background: url(images/bg_blog_comments.png) no-repeat left center;
	height: 32px;
	line-height: 32px;
	color: #4b3c34;
	font-size: 28pt;
	font-weight: bold;
	margin: 6px 0;
}

body.lang_en h3#comments { background: url(images/bg_blog_comments_en.png) no-repeat left center; }

h3#comments span { display: none; }

.commentlist {
	padding: 10px 0;
}

.commentlist li {
	padding: 5px 0 15px 0;
}

.commentlist .comment-content {
	width: 470px;
	float: right;
	font-size: 9pt;
	line-height: 1.6em;
	padding-left: 12px;
	border-left: 2px solid #534339;
}

.commentlist .comment-content p {
	padding-bottom: 10px;
}

.commentlist .comment-author {
	float: left;
	width: 135px;
	text-align: right;
}

.commentlist .comment-meta {
	font-size: 8pt;
}

/* comment form */
#commentform {
	
}

#commentform p {
	padding: 5px 0;
}

#commentform input, #commentform textarea {
	border: none;
	background: #FFF;
	color: #555;
	font-size: 11pt;
	padding: 5px 7px;
	
}

#commentform #submit { cursor: pointer; }
#commentform #submit:hover { color: #000; }



/*
	Box Inscription,
*/

#inscription_box {
	background: transparent url(images/bg_inscription_box.png) no-repeat;
	width: 626px;
	height: 757px;
	padding: 35px 0 0 30px;
}

#inscription_box h2 {
	background: url(images/bg_inscription_title.png) no-repeat;
	width: 215px;
	height: 56px;
	border: none;
	padding-bottom: 10px;
}
body.lang_en #inscription_box h2 {
	background: url(images/bg_inscription_title_en.png) no-repeat;
}

#inscription_box h2 span { display: none; }

#inscription_box table {
	width: 540px;
}

#inscription_box table td {
	padding: 6px 0;
}

#inscription_box table tr td:first-child {
	padding-right: 20px;
}

#inscription_box label {
	color: #333;
	text-transform: uppercase;
	font-size: 10pt;
	display: block;
	padding-bottom: 2px;
}

#inscription_box label small {
	font-size: 8pt;
	text-transform: lowercase;
	color: red;
}

#inscription_box input {
	border: 3px solid #d6d6d6;
	font-size: 10pt;
	width: 524px;
	padding: 3px 5px;
}

#inscription_box textarea {
	border: 3px solid #d6d6d6;
	font-size: 10pt;
	width: 524px;
	height: 80px;
	padding: 3px 5px;
}

#inscription_box select {
	border: 3px solid #d6d6d6;
	font-size: 10pt;
	width: 240px;
	padding: 3px 5px;
}

#inscription_box input.checkbox {
	border: none;
}

#inscription_box #ins_team_photo { width: auto; }

#inscription_box #ins_team_price {
	display: block;
	width: 240px;
	text-align: center;
	font-size: 11pt;
	padding-top: 6px;
	padding-bottom: 3px;
	border-bottom: 2px solid #d6d6d6;
}

#inscription_box #ins_team_price small {
	color: #666;
	font-size: 9pt;
}

#inscription_box #ins_submit {
	border: 0;
	background: #ff6700;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11pt;
	float: right;
	width: 240px;
	padding: 6px 10px;
	margin-top: 15px;
	margin-right: 85px;
	cursor: pointer;
}

/* Team tabs */

#ins_team_tabs {
	width: 540px;
	height: 32px;
	line-height: 32px;
	padding-top: 12px;
	border-bottom: 2px solid #ff6700;
}

#ins_team_tabs li {
	display: block;
	float: left;
	width: 80px;
	height: 30px;
	margin-right: 2px;
	line-height: 30px;
	border: 2px solid #ff6700;
}

#ins_team_tabs li a {
	background: #ff6700;
	display: block;
	font-size: 9pt;
	width: 64px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 0 8px;
}

#ins_team_tabs li.on {
	border-bottom: 2px solid #FFF;
}

#ins_team_tabs li.on a {
	background: #FFF;
	color: #333;
}

#ins_team_tabs_content {
	border: 2px solid #ff6700;
	border-top: 0;
	width: 496px;
	padding: 15px 20px;
	clear: both;
}

#ins_team_tabs_content table {
	width: 100%;
}

#ins_team_tabs_content div.tab_content {
	display: none;
}

#ins_team_tabs_content div.tab_content input {
	width: 220px;
}

#ins_form {
	text-align: left;
}

#ins_form input.error,
#ins_form textarea.error,
#ins_form select.error {
	border-color: #e72c2c;
}

#ins_team_tabs_content div.tab_content select {
	width: 220px;
}

#ins_form_msg {
	color: red;
	float: left;
	padding: 10px;
}


/*
	TEAM PAGE,
*/

#intro_team {
	height: 100px;
	line-height: 100px;
}

#intro_team {
	height: 70px;
	line-height: 70;
	padding-top: 30px;
}

#intro_team #img_container {
	border: 2px solid #54443A;
	background: #FFF;
	width: 120px;
	float: left;
	text-align: center;
	margin-right: 10px;
}

#intro_team img {
	width: 120px;
}

#team_rightcol {
	float: right;
	text-align: right;
	width: 200px;
	margin-left: 25px;
}

.entry #team_facebook_like img { border: none; }

#team_list {
	margin: 0;
	padding: 10px 25px;
}

#team_list li {
	margin: 0;
	
}










