
/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #666666;
	background: url(images/bg.jpg) top repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align:left;
}
/*========== HEADER ===========*/
#header{
	height: 117px;
	width: 980px;
	position:relative;
}

#logo{
	height: 70px;
	width: 300px;
	position:absolute;
	top: 25px;
	left:0;
}

/*========= NAVIGATION ============*/
ul.top_nav {
	position: absolute;
	top: 45px;
	right: 0;
	padding:0;
	margin:0;
}
ul.top_nav li {
	list-style: none;
	display: inline-block;
	float: left;
	margin: 0 25px 0 0;
	padding:0;
}
ul.top_nav li.last {
	margin-right: 0 !important;
}
ul.top_nav li a {
	display: block;
	text-transform:lowercase;
	height: 30px;
	line-height: 30px;
	padding-right:14px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}
ul.top_nav li a:hover, 
ul.top_nav li.current_page_item a, 
ul.top_nav li.current-cat a, 
ul.top_nav :hover > a, 
ul.top_nav li.current_page_parent a {
	background: url(images/bg_nav.gif) no-repeat right top;
	color: #000;
	text-decoration:none;
}
ul.top_nav li a span {
	display:block;
	height: 30px;
	padding: 0 0 0 13px;
	cursor: pointer;
}
ul.top_nav li a:hover span, 
ul.top_nav li.current_page_item a span,
ul.top_nav li.current-cat a span,  
ul.top_nav :hover > a span, 
ul.top_nav li.current_page_parent a span {
	background: url(images/bg_nav.gif) no-repeat left -30px;
}


/*========== Main Columns =========*/
#main {
	width:980px;
	background:url(images/bg_main1.jpg) repeat-y;
	overflow:hidden;
}
#main_inner {
	width:980px;
	background:url(images/bg_main.jpg) top no-repeat;
	overflow:hidden;
}

#main_pad {
	padding: 30px 30px 0 30px;
}

#main_pad_home {
	padding-top: 30px;
}

#page_header {
	width: 920px;
	height: 72px;
	background: url(images/bg_title.jpg) no-repeat;
	margin: 0 auto;
	position:relative;
	text-align:left;
	margin-bottom:20px;
}

#page_header h1 {
	font-size: 30px;
	line-height:72px;
	color: #fff;
	font-weight: normal;
	padding: 0 0 0 20px;
	margin:0;
}
.breadcrumbs {
	text-transform:capitalize;
	font-size: 11px;
	line-height:72px;
	height:72px;
	color: #fff;
	position:absolute;
	right:30px;
	top: 0;
	width:300px;
	text-align:right;
}
.breadcrumbs a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a.selected {
	text-decoration: underline;
}

#content_single {
	padding: 25px 0 25px 20px;	
}


#content_page {
	width: 670px;
	padding-left:20px;
	overflow:hidden;
	float:left;
}

/*========= HOMEPAGE ========*/

.home_container {
	background: url(images/bg_home.gif) repeat-y center top;
	width:920px;
	margin: 20px 30px;
}

#home_flash{
	width:950px;
	height: 330px;
	margin: 0 15px;
}

ul.home li {
	float: left;
}

ul.home li.home_middle {
	width: 280px;
	padding: 0 20px;
}
ul.home li.home_right {
	width: 269px;
	padding-left: 20px;
}
ul.home li.home_right .field {
	background: url(images/field_bkg.jpg) repeat-x left top;
	margin-bottom: 7px;
	width: 255px;
	padding: 5px;
	height: 18px;
	border: 1px solid #d3d3d3;
	color:#888888;
	font-size:12px;
}
ul.home li.home_right  .submit {
	width: 133px;
	height: 30px;
	background: url(images/button_submit.jpg) no-repeat;
	cursor: pointer;
	border: none;
	margin-top: 13px;
}

ul.home li.home_left {
	width: 290px;
	padding-right: 20px;
	font-size:17px;
	line-height:28px;
	font-weight:400;
	color:#999999;
}

ul.home li.home_left img,
ul.home li.home_middle,
ul.home li.home_right {
	margin_bottom: 20px;
}

ul.home li.home_left span.quotescollection_author {
	font-size:12px!important;
	text-align:right
}

ul.home li.home_right p {
	font-size: 13px;
	color: #888888;
	line-height: 18px;
	margin: 5px 0 15px 0;
	padding:0;
}

/*---- HOME LIST------------------*/

ul.homemenu  {
	border-top: 1px solid #dedede;
	list-style-type:none;
	background:none;
	padding:0;
	margin: 10px 0 0 0 ;
}

ul.homemenu li {
	border-bottom: 1px solid #dedede;
	display: block;
	width: 279px;
	padding: 1px 0;
	margin: 0;
	height:24px;
}

ul.homemenu li a {
	background: url(images/arrow.gif) no-repeat left center #ffffff;
	padding-left: 15px;
	height:24px;
	line-height:24px;
	font-size: 12px;
	color: #888888;
	text-decoration: none;
	display: block;
}

ul.homemenu li a:hover {
	background: url(images/arrow.gif) no-repeat left center #f6f6f6;
	text-decoration: none;
}



/*========= SIDEBAR =========*/

#sidebar {
	width: 200px;
	float:right;
}

#side_quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	color:#999999;
	padding-left:3px;
}

span.quotescollection_author {
	font-size:12px!important;
	text-align:right
}

#side_widgets {

}

/* ---- sidebar quote form ----- */
.side_quote {
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	padding:3px;
}
.side_quote_inner {
	background: #f0f0f0;
	padding: 15px;
}

.side_quote_inner p {
	font-size: 13px;
	color: #888888;
	line-height: 18px;
	margin-bottom: 20px !important;
}
.side_quote_inner .field {
	background: url(images/field_sidebar_bkg.jpg) no-repeat left top;
	padding: 6px 7px 0 10px;
	margin-bottom: 5px;
	border: 1px solid #dddddd;
	width: 140px;
	height: 20px;
	font-size: 12px;
	color: #909090;
}
.side_quote_inner .continue {
	background: url(images/button_continue.jpg) no-repeat;
	margin-left: 44px;
	width: 92px;
	height: 30px;
	cursor: pointer;
	border: none;
}


/* ----- Sidebar Menu  ------*/

#side_menu {
	border:1px solid #dddddd;
	padding: 3px;
	margin-bottom:20px;
}

#side_menu ul {
	width: 192px;
	padding: 0;
	margin:0;
	list-style-type:none;
}

#side_menu ul li {
	padding: 0;
	margin: 0 0 1px 0;
	height:27px;
	font-size:11px;
	line-height:27px;
}

#side_menu ul li a {
	display:block;
	padding-left: 15px;
	color: #666666;
	background:#ffffff;
	height:27px;
	text-decoration:none;
}

#side_menu ul li a:hover,
#side_menu ul li.current_page_item a,
#side_menu ul li.current-cat a {
	color: #ffffff;
	background:#f88228!important;
	text-decoration:none;
}

/* -------- PAGE STYLES --------- */

.entry H1 {
	font-size:22px;
	padding: 0;
	margin: 10px 0px;
	line-height: 1.4;
	font-weight: 400;
	color:#888888;
	}
	
.entry H2 {
	font-size:14px;
	padding: 0;
	margin: 10px 0;
	line-height: 1.4;
	font-weight: 700;
	color:#fd8e2e;
	}

.entry H2 a {
	color:#fd8e2e;
	text-decoration:none;
	}
	
.entry H2 a:hover {
	color:#fd8e2e;
	text-decoration:underline;
	}
		
.entry  H3 {
	font-size:13px;
	line-height: 1.5;
	padding: 0;
	margin: 10px 0;
	font-weight: 700;
	color:#333333;
	}
	
.entry H4, .entry H5, .entry H6 {
	font-size:12px;
	line-height: 1.5;
	padding: 0;
	margin: 10px 0;
	font-weight: 700;
	color:#333333;
	}

.entry p {
	text-align:left;
	padding: 0;
	margin: 10px 0;
	}
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}

.entry ul li {
	font-size: 13px;
	background: url(images/li_check_white.jpg) no-repeat left 4px;
	padding: 0 0 5px 25px;
	line-height: 18px;
}
.entry ul, .entry ol {
	line-height: 1.8;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}

.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
	
.entry .singleimage {
	padding: 7px;
	border:1px solid #ddd;
	margin-left:15px;
	margin-bottom:10px;
}
/*----TWO COLUMN LIST-------------*/
.entry ul.prodlist li {
	background: none !important;
	padding: 0 0 0 50px !important;
	clear: left;
}
.entry ul.prodlist li img {
	float: left;
	margin: 20px 30px 0 0;
}
.entry ul.prodlist li p {
	float: left;
	width: 490px;
	padding-top:0;
	margin-top:0;
}

.entry ul.prodlist li h2 {
	padding: 0;
	margin: 0 0 3px 0;
	line-height:1.2;
}


/*=========== PROMO AREA  =============*/

#promo_area {
	padding-bottom: 30px;
	width: 670px;
}

#promohead {
	font-size:22px;
	padding: 0;
	margin: 10px 0px;
	line-height: 32px;
	font-weight: 400;
	color:#888888;
}

#promoimage {
	width: 280px;
	float:left;
}


.promohalf {
	width: 370px;
	float:right;
}

.promofull {
	width: 670px;
	float:none;
}

/*----SITEMAP----------------*/

.sitemap,
.sitemap ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.sitemap li,
.sitemap ul li,
.sitemap li.page_item,
.sitemap li.cat-item {
	padding:0!important;
	margin:0 0 3px 0!important;
	list-style-type:none;
	font-size:12px;
	display:block;
}

.sitemap li a {
	display:block;
	padding-left: 15px;
	color: #666666;
	height:30px;
	line-height:30px;
	text-decoration:none;
	background:#f0f0f0;
}

.sitemap li a:hover {
	color: #ffffff;
	background:#f88228;
	text-decoration:none;
}

.sitemap ul li a {
	display:block;
	padding-left: 35px;
	color: #333;
	background: url(images/ico-arrow2.gif) 15px center no-repeat #ffffff;
	height:30px;
	line-height:30px;
	text-decoration:none;
}

.sitemap ul li a:hover {
	color: #f88228;
	background: url(images/ico-arrow2.gif) 15px center no-repeat #f9f9f9;
	text-decoration:none;
}



/*----MEDIA FOOTER----------------*/
.media_footer {
	border: 1px solid #dddddd;
	margin-top: 30px;
	padding: 3px;
}

.media_footer_home {
	border: 1px solid #dddddd;
	margin-top: 30px;
	padding: 3px;
	margin:0 30px;
}

.media_inner {
	background: #f0f0f0;
	
}
.media_footer ul li,
.media_footer_home ul li {
	float: left;
	width: 425px;
	padding: 15px;
}
.media_footer h3,
.media_footer_home h3 {
	font-size: 16px;
	color: #616568;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 13px;
}
.media_footer ul li p,
.media_footer_home ul li p {
	font-size: 13px;
	color: #888888;
	line-height: 18px;
	margin-bottom: 15px;
}
.media_footer ul li img,
.media_footer_home ul li img {
	float: left;
	margin: 0 10px 10px 0;
}


/*- RSS -*/
#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

/* =========== CONTACT FORM ============*/

.contactus_form  {
	background: #fff;
	border:1px solid #ddd;
	clear:both;
	padding: 15px;
}

.contactus_form .field {
	background: url(images/field_bkg.jpg) repeat-x left top #fff;
	margin-bottom: 7px;
	width: 255px;
	padding: 5px;
	height: 18px;
	border: 1px solid #d3d3d3;
	color:#888888;
	font-size:12px;
}

.contactus_form .bigfield {
	background: url(images/field_bkg.jpg) repeat-x left top #fff;
	margin-bottom: 7px;
	width: 350px;
	padding: 5px;
	height: 100px;
	border: 1px solid #d3d3d3;
	color:#888888;
	font-size:12px;
}

.contactus_form .button {
	width: 133px;
	height: 30px;
	background: url(images/button_submit.jpg) no-repeat;
	cursor: pointer;
	border: none;
	text-indent: -100em;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:0px;
	padding: 5px;
	border: 1px solid #ddd;
	}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	background-color:#FFFFFF;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:273px;
	min-height:214px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	}
.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 18px;
	padding: 0 0 5px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
}

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding: 0;
	margin: 0;
}
.box .post{
	width: 288px;
	background-color: #ffffff;
	border:1px solid #ddd;
}
.box .post h2 a{
	color:#333333;
}
.box .post h2{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}
.box .post p{
	font-size: 11px;
	padding: 5px 10px;
}

.box .post img{
	border: 1px solid #dddddd;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
	float: right;
}

/*=== Traditional Blog Post ===*/

.post-left {
	float:left;
	width:80px;
}

.post-right {
	float:right;
	width: 400px;
}

.post {
	padding-bottom: 20px;
}

.post_date{
	color: #999999;
	padding: 0;
	margin:0;
	font-size: 11px;
	font-weight: normal;
}
.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #ddd;
	clear:both;
}
h3.posted a {
	color: #000000;
	font-size:11px;
}

.box .post h3.posted {
	border-bottom:none;
}

.author_info {
	float: left;
	width: 573px;
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}

.author_info h3 {
	margin-bottom: 10px;
}

.author_photo {
	float: right;
	margin:  0 0 0 10px;
	background-color: #ffffff;
}

.author_photo img {
	border: 1px solid #666666;
}

/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
	width:595px;
	margin-bottom:15px;
	float:left;
	padding: 15px 0;
	border-top:  1px solid #eee;
	border-bottom:  1px solid #eee;
}
.navigation a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
	margin-right:15px;
}
.alignright{
	display:inline;
	float:right;
	margin-left:15px;
}

/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.wp-smiley  {
    padding: 0!important;
    border: none!important;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    /* End Images */


/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:15px;
	padding:10px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
}

.arclist ul {
	list-style-type:none;
	border-bottom: 1px solid #eee;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
	background:none;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#000000; }

.wp-caption img {
	margin-bottom:15px;
}
p.wp-caption-text {
	text-align:center;
	padding: 0 0 15px 0;
	margin:0px;
	font-size:1.2em;
	font-style:italic;
	color:#000000;
}



/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.5em;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	font-weight:bold !important;
	color:#000000;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	border:1px solid #eee;	
}
#comment {
	width: 595px;
	float: left;
	margin-bottom: 15px;
}

/*========= THREADED COMMENTS =========*/

ol.commentlist .comment-meta{
	font-size:0.8em;
}
ol.commentlist li .avatar { 	
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

ol.commentlist li{
	border:1px solid #eee;		
	margin:10px 0 10px;
	padding:15px 10px 10px;
}

ol.commentlist li .even{
	background:#ffffff;
}

.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}

ol.commentlist li .reply {
	padding:0 0 5px 0;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
}

/* PageNavi */

.more_entries {font-size:11px;}
.more_entries .wp-pagenavi {clear:both;float: right;}
.more_entries .wp-pagenavi a {text-decoration: none !important;}

.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {background: #9f9f9f !important;}

.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi span.pages { background: #EEEEEE;color: #666; padding: 4px !important; margin-left: 4px; border:1px solid #DDDDDD; line-height:24px; }

.more_entries .wp-pagenavi .extend { background:none; border:none; }



/* Tabs */

#tabs {
	width:308px !important;
	height:auto !important;
	padding:5px;
	border:1px solid #ddd;
	background-color:#eeeeee;
	float:left;
	display: block;
}

.inside {
	width: 293px !important;
	padding:5px !important;
	border:1px solid #ddd !important;
	margin:5px 0px 0px !important;
	background-color: #FFFFFF;

}

ul.wooTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul.wooTabs li {
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	background: #ffffff;
	color: #000000;
	border:1px solid #ddd;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	cursor: pointer;
}

ul.wooTabs li a {
	line-height: 31px;
	color: #000000 !important;
	display: block;
	float: left;
	padding: 0 6px;
}

ul.wooTabs li a.selected, ul.wooTabs li a:hover {
	text-decoration:none;
	color: #ffffff !important;
}

#tagcloud {
	padding:10px;
}



#sub img {
	float: right;
	margin: 0 0 8px 8px;
}

.inside li {
	border-bottom:1px solid #EEEEEE;
	padding:8px;
}

.inside li img.avatar, .inside li img.thumbnail {
	padding: 3px;
	background-color: #ffffff;
	float: left;
	margin: 0 8px 0 0;
}

/*- Ads -*/

#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #dddddd;
}

#advert_125x125 {
	padding-left: 14px;
}

#advert_125x125 img{
	border: 1px solid #ddd;
	padding: 5px;
	margin:0 14px 14px 0;
}

/*- Flickr -*/

#flickr .wrap {
	padding-top: 15px;
}
.flickr_badge_image img {
	float:left;
}
/*=== Styling Widget Lists ===*/

.widget {
	margin-bottom:15px;
}	
.widget h3 {
	padding: 5px;
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px solid #eee;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widget ul li a {
	color: #000000;
}
.widget select {
	border:1px solid #eee;
	width:148px;
	margin:15px 0 0 0;
}

.textwidget {
	padding-top: 15px;
}

/*========= FOOTER =========*/

#footer {
	background: url(images/bg_footer.jpg) repeat-x left top;
	height:295px;
}
#footer_inner {
	background: url(images/bg_footer1.jpg) no-repeat left top;
	height:235px;
	width: 980px;
	padding-top: 60px;
	margin: 0 auto;
	color:#999999;
}

/*----FOOTER GENERAL--------------*/
#footer_inner ul {
	padding: 0 10px;
	margin:0;
}
#footer_inner ul li {
	width: 315px;
	float: left;
	padding: 0;
	margin:0;
}

#footer_inner a.connect {
	text-decoration:none;
	display:block;
	margin-bottom: 20px;
	width:180px;
}

#footer_inner a, #footer_inner a:visited {
	color: #cccccc!important;
	text-decoration:none;
}
#footer_inner a:hover {
	color: #ffffff!important;
	text-decoration:underline;
}
.search_container {
	width: 181px;
	height: 28px;
	float: right;
}
.search_container .search_field {
	float:left;
	font-size: 12px;
	color: #7c7c7c;
	padding: 6px 6px 0 6px;
	width: 134px;
	height: 22px;
	background: url(images/search_field.jpg) no-repeat #f0f0f0;
	border: none;
}
.search_container button {
	background: url(images/button_search.gif) no-repeat;
	cursor: pointer;
	border: none;
	height: 28px;
	text-indent: -9999px;
	width: 35px;
}
.copyright {
	font-size: 12px;
	color: #c2c2c2;
	margin-top: 20px;
	padding-top: 20px;
	float: right;
	text-align: right;
	border-top: 1px solid #393939;
	width: 280px;
}
.copyright p {
	font-size: 12px;
	color: #7c7c7c;
	margin-bottom: 7px;
}
.copyright a {
	color: #c2c2c2;
	font-size: 12px;
	text-decoration: none;
}
.copyright a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer_logo {
	width: 180px;
	height:30px;
	float: right;
	margin-top: 20px;
}

#footermenu {
	padding:0!important;
	margin:0!important;
	list-style-type:none;
	width:250px;
	border-top: 1px solid #666666;
}

#footermenu li,
#footermenu li.page_item {
	float:none;
	padding:0!important;
	margin:0!important;
	list-style-type:none;
	width:250px;
}

#footermenu li a {
	display:block;
	font-size:11px;
	line-height:22px;
	height:22px;
	color: #cccccc;
	border-bottom:1px solid #666666;
	padding-left: 10px;
	text-decoration:none;
	width:240px;
}

#footermenu li a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}

.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}

.th{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0 0 5px 10px;
}
table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar a {
	color:#000000; 
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
.jdGallery a { cursor:pointer !important; }

/* Slider */

#slider-holder { position: relative; height: 270px; width: 595px; margin-bottom: 20px; overflow: hidden ; color: #fff;background: #000;}
#slider-holder .slide{ position: absolute; top:0px; left: 595px; z-index: 1;height: 270px; width: 595px; overflow: hidden; background: #000;}
#slider-holder .slide-1 { display : block; left:0px; top:0px;}
#slider-holder .slide a {display: block;  }
#slider-holder .slide img {  display: block; position: absolute; top:0px; left: 0px; }
#slider-holder  img.full-mask {  position: absolute; top:0; left: 0px; z-index: 0; display: none; }

#slider-holder .slide-content { position: absolute; top: 270px; left: 0;height: 700px; width: 575px; background: #000; padding: 10px 10px 0 10px;z-index: 999;}

#slider-holder .slider-left, #slider-holder .slider-right {position: absolute;    cursor: pointer; height: 150px; width: 120px; z-index: 999; display: block; color: white; }

#slider-holder .slider-left { left: 0;  top: 0; background: url('images/fleche1.png') no-repeat center bottom;   }
* html #slider-holder .slider-left { background: url('images/fleche1.gif') no-repeat center left; }

#slider-holder .slider-right{right: 0; top: 0; background: url('images/fleche2.png') no-repeat center bottom;}
* html #slider-holder .slider-right { background: url('images/fleche2.gif') no-repeat center right; }

.slider-shelf { z-index: 999; background: #000; position: absolute; top:0; width: 595px; overflow: visible;}
span.clicker { z-index: 999; background: #000; position: absolute; top:0px; right:120px; width: auto; font-size: 11px; display: block; padding: 2px 10px; cursor: pointer;}
.shelf-content { z-index: 9999; position: absolute; top:0; width: 595px;}
.shelf-content img {border:1px solid #fff; margin: 10px 0 0 10px; cursor: pointer;}

.shelf-title {padding: 0px 10px;}

.full {
width:930px;
}

