/* CSS Reset 
/*-----------------------------------------------------------------------------------*/

} body {
	line-height: 1;
} ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/* General Setup
/*-----------------------------------------------------------------------------------*/

.clear{clear:both;}
p{
	padding:10px 0 10px 0;
	margin:0px;
	text-align:justify;
	line-height:17pt;
}

a{color:#d34699; text-decoration:none;}
a img{border:none;}
a:hover{ text-decoration:none;}
a.more{ display:block;background:url(images/bullet.gif) no-repeat left; padding:0 0 0 20px; margin:15px 0 0 0;}
a.details{ display:block;background:url(images/bullet.gif) no-repeat left; padding:0 0 0 15px; margin:5px 0 0 0;}



/* Buttons Styling
/*-----------------------------------------------------------------------------------*/
.buttons{padding:0 0 25px 0;}
a.button{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-family:arial;font-size:12px;font-weight: bold;padding:8px 15px 8px 15px;text-align: center;cursor:pointer; margin:0 10px 0 0;}
.gray{color:#000;
background: #e5e5e5;background: -moz-linear-gradient(top, #f4f4f4 0%, #e5e5e5 100%);background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#e5e5e5));
border: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;
-moz-box-shadow: inset 0 1px 0 0 #fff;-webkit-box-shadow: inset 0 1px 0 0 #fff;box-shadow: inset 0 1px 0 0 #fff;
text-shadow: 0 -1px 0 #fff;
}
.black{color:#fff;
background: #121212;background: -moz-linear-gradient(top, #696969 0%, #121212 100%);background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#696969), to(#121212));
border: 1px solid #000;border-bottom: 1px solid #000;
-moz-box-shadow: inset 0 1px 0 0 #7e7e7e;-webkit-box-shadow: inset 0 1px 0 0 #7e7e7e;box-shadow: inset 0 1px 0 0 #7e7e7e;
text-shadow: 0 -1px 0 #000;
}
.blue{color:#fff;
background: #7fbf4d;background: -moz-linear-gradient(top, #25c1f4 0%, #054192 100%);background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#25c1f4), to(#054192));
border: 1px solid #4487e2;border-bottom: 1px solid #054192;
-moz-box-shadow: inset 0 1px 0 0 #8abcff;-webkit-box-shadow: inset 0 1px 0 0 #8abcff;box-shadow: inset 0 1px 0 0 #8abcff;
text-shadow: 0 -1px 0 #054192;
}
.red{color:#fff;
background: #861000;background: -moz-linear-gradient(top, #e85959 0%, #861000 100%);background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e85959), to(#861000));
border: 1px solid #a92514;border-bottom: 1px solid #861000;
-moz-box-shadow: inset 0 1px 0 0 #f5715f;-webkit-box-shadow: inset 0 1px 0 0 #f5715f;box-shadow: inset 0 1px 0 0 #f5715f;
text-shadow: 0 -1px 0 #e75a47;
}
.green{color:#fff;
background: #7fbf4d;background: -moz-linear-gradient(top, #7fbf4d 0%, #488716 100%);background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#488716));
border: 1px solid #63a62f;border-bottom: 1px solid #5b992b;
-moz-box-shadow: inset 0 1px 0 0 #96ca6d;-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;box-shadow: inset 0 1px 0 0 #96ca6d;
text-shadow: 0 -1px 0 #4c9021;
}
.yellow{color:#855a16;
background: #7fbf4d;background: -moz-linear-gradient(top, #efe457 0%, #ffa145 100%);background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efe457), to(#ffa145));
border: 1px solid #eec37e;border-bottom: 1px solid #ffa145;
-moz-box-shadow: inset 0 1px 0 0 #fff9ac;-webkit-box-shadow: inset 0 1px 0 0 #fff9ac;box-shadow: inset 0 1px 0 0 #fff9ac;
text-shadow: 0 -1px 0 #fff;
}

/* Main Content Structure
/*-----------------------------------------------------------------------------------*/
#main_container{
	padding:0;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 960px;
}
.center_content{width:960px;height:auto;margin:auto;clear:both;padding:0;}
.left_content{ width:620px; float:left;}
.left_content img{ margin:0 0 10px 0;}
.half_section{ width:450px; padding:30px 0 0 0;}
.third_section{ width:290px; padding:30px 0 0 0;}
.fourth_section{ width:210px; padding:30px 0 0 0;}
.fifth_section{ width:162px; padding:30px 0 0 0;}
.right_content{width:620px; float:right;}
.right{ float:right;}
.left{ float:left;}
.center{ float:left; margin:0 0 0 40px;}

/* Header Structure
/*-----------------------------------------------------------------------------------*/
#header{width:960px; height:245px;}
.logo{float:left;margin:25px 0 0 0px; width:200px; text-align:center;}

/* Menu Structure
/*-----------------------------------------------------------------------------------*/


/* Home slider
/*-----------------------------------------------------------------------------------*/
#slider{
	width:960px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.scroll{
	overflow: hidden;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.scrollContainer{position: relative;}
.scrollContainer div.panel{
	width:220px;
	height:410px;
	position:relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0;
}
.inside{padding:0px;}
.inside img{display: block;margin: 0 0 0 0;width:220px;}
.inside h2{
	height:35px;
	line-height:17pt;
	font-weight: normal;
	margin:0;
	padding:0;
	font-size: 16px;
	font-family: 'Questrial', "Century Gothic", Arial, Tahoma;
}
.inside h2 a{
	color:#FFF;
	text-decoration:none;
}
.inside p{
	font-size: 14px;
	color: #FFF;
	padding:10px 0 0 0;
}
.panel .date{ background:url(images/date_small.png) no-repeat center; width:34px; height:30px; text-align:center; font-weight:bold; padding:4px 0 0 0; font-size:11px; color:#fff; position:absolute; bottom:35px; left:0px;}
.panel .datebig{ background:url(images/date_big.png) no-repeat center; width:70px; height:58px; text-align:center; padding:12px 0 0 0;font-family: 'Abel', sans-serif;font-size:28px; color:#fff; position:absolute; top:77px; left:7px;}
.panel .datebig span{ font-size:19px;}
.panel .commentsnr{ background:url(images/comments.png) no-repeat center; width:34px; height:34px;  position:absolute; bottom:35px; left:40px;}
.panel .commentsnrbig{ background:url(images/comments.png) no-repeat center; width:34px; height:34px;  position:absolute; bottom:40px; left:8px;}
.panel .share{ background:url(images/share.png) no-repeat center; width:34px; height:34px;  position:absolute; bottom:35px; left:80px;}
.panel .sharebig{ background:url(images/share.png) no-repeat center; width:34px; height:34px;  position:absolute; bottom:40px; left:50px;}
.scrollButtons{position: absolute;top:190px;cursor: pointer;}
.scrollButtons.left{
	left: 0px;
}
.scrollButtons.right{
	right: 0px;
}
.hide{display: none;}

.panel h3{
	font-family: 'Questrial', "Century Gothic", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	padding:10px 0 0 0;
}
.panel h3 a{
	color:#eca51c;
	padding:0 2px 0 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eca51c;
}
.panel h3 a:hover{
	background-color:#eca51c;
	color:#FFF;
}

a.post_more{ width:27px; height:27px; background:url(images/more.png) no-repeat center; position:absolute; top:197px; right:40px;}
a.post_morebig{ width:27px; height:27px; background:url(images/more.png) no-repeat center; position:absolute; bottom:32px; right:40px;}

.posttooltip { display:block; cursor:pointer;width:34px; height:34px; }
.sharetooltip { display:block; cursor:pointer;width:34px; height:34px; }

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat; z-index:999;}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden;}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF;}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden;}

/* Home Twitter Widget
/*-----------------------------------------------------------------------------------*/



/* Sidebar Structure
/*-----------------------------------------------------------------------------------*/
.sidebar{ width:290px;}
.sidebar p{ clear:both; padding:0px;}
.sidebar ul{ padding:0 0 45px 0; margin:0px; list-style:none; display:block;clear:both; float:left;}
.sidebar ul li{ padding:0 0 10px 0; margin:0px; display:block;}
.sidebar ul li a{ background:url(images/bullet.gif) no-repeat left; display:block; padding:0 0 0 20px;}
.sidebar ul li a:hover{ color:#000000;}
.sidebar h2{line-height:17pt;font-weight: normal;color:#FFF;font-size:10px;margin:0;padding:0 0 30px 0;font-family: 'Questrial', "Century Gothic", Arial, Tahoma; clear:both; float:left;}

.sidebar .flickr_photos ul{ padding:0 0 45px 0; margin:0px; list-style:none; display:block; float:left; clear:both;}
.sidebar .flickr_photos ul li{ padding:4px; margin:0px; display:block; width:70px; float:left; border:1px #DFDFDF solid; background-color:#FFFFFF; margin:0 10px 10px 0;}
.sidebar .flickr_photos ul li a{ background:none; display:block; padding:0;}

/* Pages Styling
/*-----------------------------------------------------------------------------------*/
