/*
** ADVANCE
*/

/* Import CSS Reset File */
@import url("css/reset.css");
/* Import CSS 960 Grid System File */
@import url("css/960.css");
/* Import Drop down Menu Styling File */
@import url("css/jqueryslidemenu.css"); 


@font-face 
{
	/*font-family: 'republic-light-playtype';
	src: url('../fonts/republic-light-playtype.eot');
	src: local('☺'), url('../fonts/republic-light-playtype.ttf') format('truetype'), url('../fonts/republic-light-playtype.svg#republic-light-playtype') format('svg');
	font-weight: normal;
	font-style: normal;*/
	
	font-family: 'republic-light-playtype';
    src: url('../fonts/republic-light-playtype.eot') format('eot'),
	url('../fonts/republic-light-playtype.woff') format('woff'),
	url('../fonts/republic-light-playtype.ttf')  format('truetype'),
	url('../fonts/republic-light-playtype.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
	
	
	
}

@font-face {
	/*font-family: 'republic-playtype';
	src: url('../fonts/republic-playtype.eot');
	src: local('☺'), url('../fonts/republic-playtype.ttf') format('truetype'), url('../fonts/republic-playtype.svg') format('svg');
	font-weight: normal;
	font-style: normal;*/
	
	font-family: 'republic-playtype';
    src: url('../fonts/republic-playtype.eot') format('eot'),
	url('../fonts/republic-playtype.woff') format('woff'),
	url('../fonts/republic-playtype.ttf')  format('truetype'),
	url('../fonts/republic-playtype.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}




/* ----------------------- GENERAL LAYOUT -----------------------*/

body 
{
  	background-color:#f1f0e8;
	font-family: 'republic-light-playtype', Arial, Verdana, Geneva, sans-serif;
	font-size:100%;
}

.firefox body 
{
  	background-color:#f1f0e8;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:90%;
}
.chrome body 
{
  	background-color:#f1f0e8;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:90%;
}
.mac body
{
  	background-color:#f1f0e8;
	font-family: 'republic-light-playtype', Arial, Verdana, Geneva, sans-serif;
	font-size:100%;
}





#wrapper 
{
  	background-color:#FFF;
	-moz-box-shadow: 1px 1px 5px #888888; /* Firefox 3.6 and earlier */
	box-shadow: 1px 1px 5px #888888;
}

/* Heading */

h1, h2, h3, h4, h5, h6
{
	font-weight:normal;
	color:#000000;
	font-family: 'republic-light-playtype', Arial, Verdana, Geneva, sans-serif;
	font-size:100%;
}

.firefox h1, h2, h3, h4, h5, h6
{
	font-weight:normal;
	color:#000000;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:100%;	
}
.safari h1, h2, h3, h4, h5, h6
{
	font-weight:normal;
	color:#000000;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:100%;
}
.chrome h1, h2, h3, h4, h5, h6
{
	font-weight:normal;
	color:#000000;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:90%;
}
.mac h1, h2, h3, h4, h5, h6 
{
	font-weight:normal;
	color:#000000;
	font-family: 'republic-light-playtype', Arial, Verdana, Geneva, sans-serif;
	font-size:100%;
}


h1
{
	font-size:36px; 
	line-height:36px; 
	margin-bottom:15px;
	margin-right:100px;
}

h2
{
	font-size:22px; 
	line-height:26px; 
	margin-bottom:15px;
	margin-right:100px;
}

h3
{
	padding:10px 0px 0px 0px;
	margin-bottom:15px;
	line-height:50px;
	margin-right:100px;
	font-size:50px;
}

h4
{
	font-size:20px; 
	line-height:24px; 
	margin-bottom:15px;
	margin-right:100px;
}

h5
{
	font-size:17px; 
	line-height:21px; 
	margin-bottom: 12px; 
	padding:0px;
	margin-right:100px;
}

h6
{
	font-size:16px; 
	line-height:19px; 
	margin-bottom: 12px; 
	padding:0px;
	letter-spacing: 1px;
	margin-right:100px;
}

a,a:link,a:visited 
{
  	color:#000000; 
  	text-decoration:none;
}
a:hover
{
  color:#666666;
}
a img, img 
{
  border:none
}

p {
	font-family: 'republic-light-playtype', Arial, Verdana, Geneva, sans-serif;
  	font-size:16px;
  	line-height:20px;
  	margin-bottom:15px;
	margin-right:118px;
  	color:#313133;
}

.firefox p {
	font-family: Arial, Verdana, Geneva, sans-serif;
  	font-size:15px;
  	line-height:19px;
  	margin-bottom:15px;
	margin-right:118px;
  	color:#313133;
}
.chrome p {
	font-family: Arial, Verdana, Geneva, sans-serif;
  	font-size:15px;
  	line-height:19px;
  	margin-bottom:15px;
	margin-right:118px;
  	color:#313133;
}
.mac p{
	font-family: 'republic-light-playtype', Arial, Verdana, Geneva, sans-serif;
  	font-size:16px;
  	line-height:20px;
  	margin-bottom:15px;
	margin-right:118px;
  	color:#313133;
}



blockquote 
{
  margin: 15px 0;
  color: #949494;
  background: url(images/quote.png) top left no-repeat;
  font-style: italic; 
  font-family: 'republic-playtype', Arial, Verdana, Geneva, sans-serif;
}


blockquote p 
{
  margin-bottom: 5px;
  font-size: 1.6em;
  line-height: 1.4em;
}


.firefox blockquote 
{
  margin: 15px 0;
  color: #949494;
  background: url(images/quote.png) top left no-repeat;
  font-style: italic; 
  font-family: Arial, Verdana, Geneva, sans-serif;
}
.chrome blockquote 
{
  margin: 15px 0;
  color: #949494;
  background: url(images/quote.png) top left no-repeat;
  font-style: italic; 
  font-family: 'republic-playtype', Arial, Verdana, Geneva, sans-serif;
}

.mac blockquote 
{
  margin: 15px 0;
  color: #949494;
  background: url(images/quote.png) top left no-repeat;
  font-style: italic; 
  font-family: 'republic-playtype', Arial, Verdana, Geneva, sans-serif;
}


code 
{
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 1.4em;
  color: #858585;
  margin-bottom: 10px;
}
ol 
{
  margin: 20px;
  list-style-type: decimal;
}
ol li 
{
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
} 
/* Item List */
.itemlist 
{
  margin-bottom: 20px;
}
.itemlist li 
{
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(images/bullet1.png) 0 0 no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}
/* Arrow List */
.arrowlist 
{
  margin-bottom: 20px;
}
.arrowlist li 
{
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(images/arrow.jpg) 0 .4em no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}

.checklist 
{
  margin-bottom: 20px;
}
.checklist li 
{
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(images/check.gif) 0 .3em no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}

.bulletlist 
{
  margin-bottom: 20px;
}
.bulletlist  li 
{
  font-size: 1.2em;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(images/bullet_black.png) 0 .1em no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}

.dropcap
{
	background:transparent url(images/big-bullet.png) no-repeat scroll -1px -1px;
	color:#ffffff;
	float:left;
	font-size:24px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:10px;
	padding-top:5px;
	text-align:center;
	width:41px;
}

.pullquote_right,.pullquote_left
{
	color:#9F9F9F;
	float:right;
	font-size:1.4em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:5px;
	width:33%;
  	font-style: italic; 
  	line-height: 1.2em;
	font-family: 'republic-light-playtype', Verdana, Geneva, sans-serif;
}


.firefox .pullquote_right,.pullquote_left 
{
	color:#9F9F9F;
	float:right;
	font-size:1.4em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:5px;
	width:33%;
  	font-style: italic; 
  	line-height: 1.2em;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
.chrome .pullquote_right,.pullquote_left 
{
	color:#9F9F9F;
	float:right;
	font-size:1.4em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:5px;
	width:33%;
  	font-style: italic; 
  	line-height: 1.2em;
	font-family: Arial, Verdana, Geneva, sans-serif;
}

.mac .pullquote_right,.pullquote_left 
{
	color:#9F9F9F;
	float:right;
	font-size:1.4em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:5px;
	width:33%;
  	font-style: italic; 
  	line-height: 1.2em;
	font-family: 'republic-light-playtype', Verdana, Geneva, sans-serif;
}


.pullquote_left
{
  border-left: none;
	float:left;
	margin-left:0px;
	margin-right:10px;
}

.clear 
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after 
{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix 
{
	display: inline-block;
}
* html .clearfix 
{
	height: 1%;
}
.clearfix 
{
	display: block;
}

.alignleft 
{
  float: left;
}
.alignright 
{
  float: right;
}
.aligncenter 
{
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  display: block; 
}
.imgbox 
{
  padding: 1px;
  border: 1px solid #D0EAF2;
  background: #fff;
}

.info 
{
  margin: 15px 0;
  font-size: 2.4em;
  color: #96C8CB;
  padding: 12px 12px 12px 57px;
  background: #DEFCFE url(images/info.png) .5em .4em no-repeat;
} 
.error 
{
  margin: 15px 0;
  font-size: 2.4em;
  color: #D7A9A9;  
  padding: 12px 12px 12px 57px;
  background: #FFE5E5 url(images/error.png) .5em .4em no-repeat;
} 
.warning 
{
  margin: 15px 0;
  font-size: 2.4em;
  color: #CACB90;  
  padding: 12px 12px 12px 57px;
  background: #FEFFD5 url(images/warning.png) .5em .4em no-repeat;
} 
.success, 
.mailsuccess 
{
  margin: 15px 0;
  font-size: 2.4em;
  color: #B6CA94;  
  padding: 12px 12px 12px 57px;
  background: #F2FEDE url(images/check.png)  .5em .4em no-repeat;
} 
.info,.error,.warning,.success 
{
	font-family: 'republic-light-playtype', Arial, Verdana, Geneva, sans-serif;
}
.mailsuccess 
{
  display: none;
}


.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	
.highlight-dark{padding:1px 4px;background-color:#6a6a6a;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	
.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}	
	

.button-blue,
a.button-blue,
.button-red,
a.button-red {
  background: #53B3C1;
  color: #ffffff;
  font-size: 1.2em;
  padding: 8px 10px;
  font-weight: bold;
  margin-right: 10px;
}
.button-red,
a.button-red  
{
  background: #FF0000;
}

.tipsy { padding: 5px; font-size: 10px; background-repeat: no-repeat;  background-image: url(images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #f00000; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

#headerbar 
{
	background-color:#000000;
	height:100px;
}
.headerbar_inner 
{
	margin:0px auto;
	width:960px;
	padding:0px;
}

.headerbar_left
{
	float:left;
	width:200px;
 	border: hidden;

}
.headerbar_right
{
	position:relative;
	float:right;
	width:146px;
  	border: hidden;
	border:none;
	margin:0px;
	padding:0px;
}

#right_links 
{
	position:absolute;
	float:right;
	margin-top:37px;
	border-width:0px;	
	border-style:none; 
	border:none;
	right:-4px;
}

.right_links
{
 	padding-top: 18px;
 	display: block;
	float:right;
	border:hidden;
	border-width:0px;	
	border-style:none;
	border:none;
}
.right_links a 
{
	padding-left:6px;
	border-width:0px;	
	border-style:none;
	border:none;
	border:hidden;
}

#headerbar_spacer
{
	background-color:#f1f0e8;
	height:30px;
}

#header 
{ 
	float:left; 
}
.headerright 
{
 	margin-left: 0;
	border-width:0px;	
	border-style:none;
	border:none;
}

#logo 
{
  	width: 158px;
  	height: 82px;
	float:left;
	border-width:0px;	
	border-style:none; 
	border:none;
}
.logo 
{
 	padding-top: 18px;
 	display: block;
	float:left;
	border-width:0px;	
	border-style:none;
	border:none;
}
.logo a 
{
	border-width:0px;	
	border-style:none;
	border:none;
}

span.menudesc 
{
  display: block;
  color: #53b3c1;
  font-size: 1.2em;
  text-transform: capitalize;
}

#sitetag 
{
} 
#sitetag h1 
{
  font-size: 6em;
  line-height: 1em;
  color: #E1E1E1;
}
.breadcrumbs 
{
  text-align: right;
  font-size: 1.2em;
  color: #8f8f8f;
  border-bottom: 1px solid #ececec;
  display: block;
  padding-bottom:5px;
  margin-bottom: 20px;
}
  

/* ----------------------- LEFT BAR -----------------------*/

ul#menu 
{
} 

ul#menu li 
{
  margin: 0 0 5px 0;
} 
ul#menu li a 
{
  	text-align: left;
  	display: block;
  	font-size: 21px;
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
}

.firefox ul#menu li a 
{
  	text-align: left;
  	display: block;
  	font-size: 21px;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
.chrome ul#menu li a 
{
  	text-align: left;
  	display: block;
  	font-size: 21px;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
.mac ul#menu li a 
{
  	text-align: left;
  	display: block;
  	font-size: 21px;
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
}
ul#menu li a:hover 
{
  	color:#D3C634;
}

.firefox ul#menu li a:hover 
{
  	color:#D3C634;
}
.chrome ul#menu li a:hover 
{
  	color:#D3C634;
}
.mac ul#menu li a:hover 
{
  	 color:#D3C634;

}






ul#menu li.current-menu-item a 
{
  color: #5a5a5a; 
}
ul#menu .sub-menu a 
{
  font-size: 1.8em;
}
ul.menu 
{
    font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
    font-size: 17px;
    text-align: left;
} 

.firefox ul.menu 
{
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 17px;
    text-align: left;
} 

.chrome ul.menu 
{
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 17px;
    text-align: left;
}
.mac ul.menu 
{
    font-family: 'republic-playtype', Verdana, Geneva sans-serif;
    font-size: 17px;
    text-align: left;
} 





ul.menu .categories-title
{
    font-family: 'republic-playtype',Verdana,Geneva,sans-serif;
    font-size: 17px;
    text-align: left;
	font-weight:bold;
	width:80px;
    background: url("images/post_separator.gif") repeat-x scroll left bottom transparent;
    height: 35px;
   	margin: 0px 0px 10px 0px;
}

.firefox ul.menu .categories-title 
{
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 17px;
    text-align: left;
	font-weight:bold;
	width:80px;
    background: url("images/post_separator.gif") repeat-x scroll left bottom transparent;
    height: 35px;
   	margin: 0px 0px 10px 0px;
}

.chrome ul.menu .categories-title 
{
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 17px;
    text-align: left;
	font-weight:bold;
	width:80px;
    background: url("images/post_separator.gif") repeat-x scroll left bottom transparent;
    height: 35px;
   	margin: 0px 0px 10px 0px;
}
.mac ul.menu .categories-title 
{
    font-family: 'republic-playtype',Verdana,Geneva,sans-serif;
    font-size: 17px;
    text-align: left;
	font-weight:bold;
	width:80px;
    background: url("images/post_separator.gif") repeat-x scroll left bottom transparent;
    height: 35px;
   	margin: 0px 0px 10px 0px;
}



ul.menu li 
{
  margin: 0 0 5px 0;
} 
ul.menu li a 
{
  	text-align: left;
  	display: block;
  	font-size: 17px;
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
}

.firefox ul.menu li a 
{
  	text-align: left;
  	display: block;
  	font-size: 17px;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
.chrome ul.menu li a 
{
  	text-align: left;
  	display: block;
  	font-size: 17px;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
.mac ul.menu li a 
{
  	text-align: left;
  	display: block;
  	font-size: 17px;
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
}



ul.menu li a:hover
{
	color:#D3C634;
}







ul.menu li.current-menu-item a 
{
  color: #5a5a5a; 
}
ul.menu .sub-menu a 
{
  font-size: 1.8em;
}
/* ----------------------- RIGHT BAR -----------------------*/
.archivelist
{
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#3f3e3e;
	-moz-box-shadow: 1px 1px 2px #888888; /* Firefox 3.6 and earlier */
	box-shadow: 1px 1px 2px #888888;
	padding:10px;
	letter-spacing:0.5px;
}
.archivelist li 
{
  margin: 8px 0;
  padding-bottom: 8px;
}
.archivelist li a 
{
  font-size: 1.1em;
  color: #868686; 
}
.archivelist li a:hover 
{
  color: #53B3C1;
}
.archivecomm 
{
  float: right;
  padding-right: 22px;
  background: url(images/comment.png) right no-repeat;
}
.archivelist a.titlepost 
{
  color:#53B3C1; 
  text-decoration:none;
}
.archivelist a.titlepost:hover{
  color:#353535;
}

#searchbox {}
.inputtext,
input#s 
{
  border: 1px solid #f0f0f0;
  padding: 5px;
  color: #8f8f8f;
}
#searchsubmit 
{
  background: #5a5a5a;
  color: #ffffff;
  font-size: 1.2em;
  padding: 6px 10px;
  font-weight: bold;
  margin-right: 10px;
  border: none;
  cursor: pointer;
}
.screen-reader-text 
{
  font-size: 1.2em;
  color: #8a8a8a;
}
.searchbutton 
{
  background: url(images/searchbutton.jpg) no-repeat;
  border: none;
  width: 22px;
  height: 22px;  
  position: absolute;
  margin:2px 0 0 -26px;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.searchbutton {
  background: url(images/searchbutton.jpg) no-repeat;
  border: none;
  width: 22px;
  height: 22px;  
  position: absolute;
  margin:-26px 0 0 138px;
  cursor: pointer;
}
}

ul.subscribenews 
{  
}
ul.subscribenews li 
{
  margin: 8px 0;
  padding-bottom: 8px;
  font-size: 1.2em;
  border-bottom: 1px solid #f0f0f0;
}
ul.subscribenews li a 
{
  display: inline;
  color: #8f8f8f;
  font-weight: bold;
}
ul.subscribenews li a:hover 
{
  color: #53B3C1;
}
ul.subscribenews li span 
{
  float: right; 
}

ul.sociallink {}
ul.sociallink li 
{
  float: left;
  margin:0 4px 2px 0;
  border: none;
}
ul.sociallink li img 
{
  padding: 2px;
  background: #f0f0f0;
}
ul.sociallink li img:hover 
{
  background: #CDEFF7;
}

.flickrgallery {}
.flickrgallery img 
{
  float: left;
  margin:0 4px 4px 0;
}
.flickrgallery .flickr_badge_image  
{ 
  float: left; margin: 0; padding:0; 
}
.flickrgallery a img  
{ 
  float: left;  
  padding: 3px;
  background: #f0f0f0;
  width:70px; 
  height:70px; 
}
.flickrgallery a:hover img 
{
  background: #CDEFF7; 
}

/* Twitter */
div#twitter 
{
}

div#twitter .top
{	
	background: url(images/twitterTop.gif) right no-repeat;
}

div#twitter .bottom
{
	background: url(images/twitterBottom.gif) right no-repeat;
}

h3.twitter_icon 
{
  	font-size:14px;
  	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
	color:#fff;
	line-height: 17px;
    margin-bottom: 5px;
    padding: 15px 0px 0px 0px;
}

h3.twitter_icon a
{
  	font-size:14px;
  	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
	color:#fff;
	line-height: 17px;
    margin-bottom: 5px;
    padding: 15px 0px 0px 0px;
}

p#preloader 
{
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(images/loading1.gif) 1em center no-repeat;
}
ul#twitter_update_list 
{
	margin: 0;
	padding: 0px 5px 5px 5px;
	list-style-type: none;
}
ul#twitter_update_list li 
{
	margin: 8px 0;
	font-size: 14px;
	color: #fff;
	line-height: 17px;
	font-family: 'republic-light-playtype', Verdana, Geneva, sans-serif;
}
ul#twitter_update_list li a 
{
	font-size: 14px;
	color: #fff;
	line-height: 17px;
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
}
ul#twitter_update_list li span 
{
	display: block;
	margin:0px 0px 15px 0px;
}
ul#twitter_update_list li span a 
{
  	font-size: 14px;
	color: #fff;
	line-height: 17px;
}
ul#twitter_update_list li span a:hover
{
  	font-size: 14px;
	color: #fff;
	line-height: 17px;
}
ul#twitter_update_list li.firstTweet 
{
	font-size: 14px;
	color: #fff;
	line-height: 17px;
}
ul#twitter_update_list li.lastTweet 
{
	border-bottom: none;
}
a#profileLink 
{
  border-top: 1px solid #cccccc;
	display: block;
	padding: 0.3em 1em;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
	color: #8f8f8f;
}

#leftbar 
{
  position: relative;
}

.sidebox
{
  margin-bottom: 30px;
  width: 1	60px;  
}
.sidebox-bottom 
{
  position: absolute;
  bottom: 30px;
}
.sidebox .sideboxTop
{
	background: url(images/twitterTop.gif) top no-repeat;
  	width: 160px;
 	height: 6px;
}
.sidebox .sideboxBottom
{
	background: url(images/twitterBottom.gif) top no-repeat;
	width: 160px;
  	height: 6px;
}
.sidebox .sideboxMiddle 
{
  background: url(images/twitterMiddle.gif) top repeat-y;
  width: 145px;
  margin: 0;
  padding: 5px 5px 5px 10px;
}
.twitterbox-headline a
{
  	margin-bottom: 10px;
  	font-weight: bold;
  	color:#FFF;
  	font-size:14px;
  	padding:0px 0px 0px 5px;
	font-family: 'republic-light-playtype', Verdana, Geneva, sans-serif;
}

firefox .twitterbox-headline a
{
  	margin-bottom: 10px;
  	font-weight: bold;
  	color:#FFF;
  	font-size:14px;
  	padding:0px 0px 0px 5px;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
.chrome .twitterbox-headline a
{
  	margin-bottom: 10px;
  	font-weight: bold;
  	color:#FFF;
  	font-size:14px;
  	padding:0px 0px 0px 5px;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
.mac .twitterbox-headline a
{
  	margin-bottom: 10px;
  	font-weight: bold;
  	color:#FFF;
  	font-size:14px;
  	padding:0px 0px 0px 5px;
	font-family: 'republic-light-playtype', Verdana, Geneva, sans-serif;
}



.leftbox 
{
  margin-bottom: 30px;
  text-align: right;
}
.leftbox a 
{
  color: #868686;
}
.leftbox a:hover 
{
  color: inherit;
}
.sidebox h3,
.leftbox h3 
{
  color: #53B3C1;
}
#leftmenu 
{
  margin-bottom: 60px;
}

#leftmenu .submenu
{
	margin:0px 0px 50px 0px;
}

.testibox,
#maincontent .testibox 
{
  overflow: hidden;
  margin-bottom: 0px;
}
#maincontent .testibox 
{
  border-bottom: 1px dotted #eaeaea;
}
.testibox blockquote,
#maincontent .testibox blockquote 
{
  padding: 0;
  margin: 0;
  background: url(images/quote.png) 10px 0 no-repeat;
}
.testibox blockquote p,
.testibox blockquote p 
{
  padding: 0;
  margin: 0; 
  font-size: 1.4em;
  line-height: 1.6em;
}
p.testiname 
{
  margin: 10px 0;
  padding: 0;
  text-align: left;
  display: block;
  color: #353535;
  text-transform: uppercase;
}
.morelink 
{
  display: block;
  text-align: right;
  font-weight: bold;
}
/* ----------------------- MAIN CONTENT -----------------------*/

.newspost 
{
}

.newspost a:hover
{
	color:#D3C634;
}
.newspost p a
{
	color:#D3C634;
}
.newspost ul 
{
 	color: #313133;
    font-family: Arial, Verdana,Geneva,sans-serif;
    font-size: 16px;
	margin: 0px 80px 0px 15px;
	padding: 0px;
}

.newspost li 
{
	list-style: none;
	padding:0px;
	margin:0 5px 15px 0;
}

.newspost li p
{
	background: url(images/bullet.png) left 7px no-repeat;
	margin:0px 100px 0px 10px;
	padding:0 0 0 17px;
	font-size:16px; 
	line-height:20px; 
}

.newspost li h1
{
	background: url(images/bullet.png) left 17px no-repeat;
	margin:20px 80px 0px 10px;
	padding:0 0 0 17px;
	font-size:40px; 
	line-height:40px; 
}

.newspost li h2
{
	background: url(images/bullet.png) left 11px no-repeat;
	margin:0px 80px 0px 10px;
	padding:0 0 0 18px;
	font-size:30px; 
	line-height:30px; 
}

.newspost li h3
{
	background: url(images/bullet.png) left 17px no-repeat;
	margin:0px 80px 0px 10px;
	padding:0 0 0 15px;
	font-size:50px; 
	line-height:50px; 
}

.newspost li h4
{
	background: url(images/bullet.png) left 10px no-repeat;
	margin:0px 80px -10px 10px;
	padding:0 0 0 17px;
	font-size:25px; 
	line-height:25px;
}

.newspost li h5
{
	background: url(images/bullet.png) left 9px no-repeat;
	margin:0px 80px -10px 10px;
	padding:0 0 0 17px;
	font-size:20px; 
	line-height:22px; 
}

.newspost li h6
{
	background: url(images/bullet.png) left 8px no-repeat;
	margin:0px 80px -10px 10px;
	padding:0 0 0 17px;
	font-size:18px; 
	line-height:21px; 
}

.newspost h1
{
	padding:10px 0px 0px 0px;
	margin-bottom:15px;
	line-height:40px;
	margin-right:100px;
	font-size:40px;
}
.newspost h2
{
	font-family: 'republic-playtype', Arial, Verdana, Geneva, sans-serif;
	padding:10px 0px 0px 0px;
	margin-bottom:5px;
	line-height:26px;
	margin-right:100px;
	font-size:20px;
}

.firefox .newspost h2
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	padding:10px 0px 0px 0px;
	margin-bottom:5px;
	line-height:26px;
	margin-right:100px;
	font-size:20px;
}
.chrome .newspost h2
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	padding:10px 0px 0px 0px;
	margin-bottom:5px;
	line-height:26px;
	margin-right:100px;
	font-size:20px;
}
.mac .newspost h2 
{
	font-family: 'republic-playtype', Arial, Verdana, Geneva, sans-serif;
	padding:10px 0px 0px 0px;
	margin-bottom:5px;
	line-height:26px;
	margin-right:100px;
	font-size:20px;
}



.newspost h3
{	
	font-family: 'republic-light-playtype', Arial, Verdana, Geneva, sans-serif;
	padding:10px 0px 0px 0px;
	margin-bottom:15px;
	line-height:50px;
	margin-right:100px;
	font-size:50px;
}
.firefox .newspost h3
{	
	font-family: Arial, Verdana, Geneva, sans-serif;
	padding:10px 0px 0px 0px;
	margin-bottom:15px;
	line-height:50px;
	margin-right:100px;
	font-size:50px;
}
.chrome .newspost h3
{	
	font-family: Arial, Verdana, Geneva, sans-serif;
	padding:10px 0px 0px 0px;
	margin-bottom:15px;
	line-height:48px;
	margin-right:100px;
	font-size:42px;
}
.mac .newspost h3
{	
	font-family: 'republic-light-playtype', Arial, Verdana, Geneva, sans-serif;
	padding:10px 0px 0px 0px;
	margin-bottom:15px;
	line-height:50px;
	margin-right:100px;
	font-size:50px;
}







.newspost h4
{
	
	padding:0px 0px 0px 0px;
	margin-bottom:15px;
	line-height:25px;
	margin-right:100px;
	font-size:22px;
}
.newspost h5
{
	
	padding:10px 0px 0px 0px;
	margin-bottom:15px;
	line-height:20px;
	margin-right:100px;
	font-size:16px;
}
.newspost h6
{
	padding:10px 0px 0px 0px;
	margin-bottom:15px;
	line-height:16px;
	margin-right:100px;
	font-size:18px;
}

.newspost-alt 
{
  margin-bottom: 70px;
  clear: both;
}
.newspost-alt object 
{
  float: left;
  margin: 5px 15px 5px 0;
}
.post h3 
{
  font-size: 3.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post h3 a 
{
  color: #5a5a5a;
}
.post h3 a:hover 
{
  color: #888888;
}
.post-alt h3 
{
  font-size: 2.4em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-alt h3 a 
{
  color: #5a5a5a;
}
.post-alt h3 a:hover 
{
  color: #53B3C1;
}
h2.posttitle 
{
  	padding:10px 0px 0px 0px;
	margin-bottom:15px;
	line-height:50px;
  	font-size:50px;  
}

.topmeta,
.bottommeta 
{
  padding: 5px 0px 0px 0px;
  color: #57252A;
}
.bottommeta-alt 
{
  	padding: 0;
 	 margin-bottom: 20px;
 	 font-size: 1.2em;
	color: #57252A;
}
.topmeta a,
.bottommeta a,
.bottommeta-alt a  
{
	color: #57252A;
}

.bottommeta 
{
  	border-bottom: none;
	color: #57252A;
}
.datepost 
{
  	float: left;
	padding: 4px 0px 2px 0px;
	text-transform: uppercase;
	font-size:13px;
	color:#57252A;
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
}

.firefox .datepost 
{
  	float: left;
	padding: 4px 0px 2px 0px;
	text-transform: uppercase;
	font-size:13px;
	color:#57252A;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
.chrome .datepost 
{
  	float: left;
	padding: 4px 0px 2px 0px;
	text-transform: uppercase;
	font-size:13px;
	color:#57252A;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
.mac .datepost 
{
  	float: left;
	padding: 4px 0px 2px 0px;
	text-transform: uppercase;
	font-size:13px;
	color:#57252A;
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
}




.tagspost 
{
  	float: right;
	padding: 4px 0px 2px 0px;
	font-size:13px;
	color:#57252A;
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
}

.firefox .tagspost 
{
  	float: right;
	padding: 4px 0px 2px 0px;
	font-size:13px;
	color:#57252A;
	font-family: Arial, Verdana, Geneva, sans-serif;
}

.chrome .tagspost 
{
  	float: right;
	padding: 4px 0px 2px 0px;
	font-size:13px;
	color:#57252A;
	font-family: Arial, Verdana, Geneva, sans-serif;
}
.mac .tagspost 
{
  	float: right;
	padding: 4px 0px 2px 0px;
	font-size:13px;
	color:#57252A;
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
}




.tagspost span.single_tag 
{
  padding: 0 0 0 10px;
}
.datepost_postedby 
{
  	float: right;
	padding: 3px 0px 0px 0px;
}

.commentpost 
{
  	padding: 3px 0px 2px 25px;
	margin:0px 0px 0px 0px;
  	background: url(images/bgcomment.png) left no-repeat ;
	color:#57252A;
  	float: left;
}

.commentpost a
{
	position:relative;
  	text-align:right;
	float:right;
	left:-5px;
	font-size:13px;
}

.social-share 
{
  display: block;
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}
.categorypost 
{
  float: left;
  padding:3px 0px 0px 0px;
}
.posttags 
{
  font-size: 1.2em;
  color: #868686;
  border-bottom: 1px dotted #f0f0f0;
  float: left;
  margin-bottom: 10px;
}

.bookmarkpost 
{
  	float: right;
 	padding:3px 0 0 0;
    margin:0px;
}
ul.bookmarklist 
{ 
  	float: right;  	
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	margin-right: 0px;
}
ul.bookmarklist li 
{
  display: inline;
  float: right;
  margin: 0;
 /* margin: 0 2px;*/
}
ul.bookmarklist li a img
{
  display: inline;
  float: right;
  margin: 0 0 0 5px;
}







.archivelists 
{
  margin:  30px 0;
}
.archivelists h4 
{
  margin-top: 30px;  
}
.archivelists ul 
{
  margin :0;
  padding: 0;
  list-style-type: none;
}
.archivelists ul li 
{
  font-size: 1.2em;
  margin: 8px 15px; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(images/arrow.jpg) 0 .4em no-repeat;
  color: #8f8f8f;
  border-bottom: 1px solid #eee;
}
.archivelists .children li 
{ 
  margin: 8px 0 0 0; 
  padding-bottom: 0px;
  font-size: 90%; 
  border-bottom: none;
}
#authorbox 
{
  background: #fafafa;
  border: 1px solid #eaeaea;
  padding: 10px;
  margin: 30px 0;
}
#authorbox h3 
{
  margin: 5px 0;
	font-family: 'republic-light-playtype', Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;    
}

.firefox #authorbox h3 
{
  margin: 5px 0;
	font-family: Arial, Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;    
}

.chrome #authorbox h3 
{
  margin: 5px 0;
	font-family: 'republic-light-playtype', Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;    
}
.mac #authorbox h3 
{
  margin: 5px 0;
	font-family: 'republic-light-playtype', Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;    
}


#authorbox .blockavatar 
{
  width: 60px;
  float: left;
  margin-right: 10px;
}
#authorbox .blockavatar img.avatar 
{
  margin-top: 5px;
  padding: 2px; 
  background: #eee; 
  border: 1px solid #eaeaea;   
}
#authorbox .detail 
{
  float: left;
  width: 460px;  
}
#authorbox .detail p 
{  
  margin-bottom: 0;
  line-height: 1.5em;
}

#relatedposts-wrapper 
{
  margin: 20px 0;
  float: left;
  width: 100%;
}
.relatedposts 
{
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
.relatedposts li 
{
  margin: 5px 30px 5px 0;
  float: left;
  width: 260px;
}
.relatedposts li.last 
{
  margin-right: 0;
} 
.relatedposts li p 
{
  line-height: 1.5em; 
}
.relatedposts li.last 
{
  margin-right: 0;
}
.relatedposts li strong 
{
  font-weight: bold;
  font-size:  1.2em;
}
.relatedposts li img 
{
  padding: 2px;
  background: #fff;
  border: 1px solid #eee;
  margin: 0 10px 0 0;
}
.relatedposts object 
{
  float: left;
  margin: 0 10px 0 0;
}
h3.bodytitle {

  display: block;
  font-size:25px;
  line-height:30px;
}
/*------- Comments -----*/
#commentwrapper 
{
  margin: 20px 0;
}
ol.commentlist 
{ 
  margin: 0 0 40px 0; 
  list-style-type: none; 
  overflow: visible; 
}

li.comment 
{ 
  margin: 0 20px 20px 0; 
  border: none;
}
li.comment .comment-body 
{ 
  margin: 0 0 0 70px; 
  position: relative; 
}
li.comment .comment-meta 
{ 
  overflow: hidden; 
  float: left; 
  display: block; 
  width: 50%; 
}
li.comment .comment-text 
{ 
  padding-bottom: 1px; 
}
li.comment .avatar 
{ 
  position: absolute; 
  left: -70px; 
  padding: 2px; 
  background: #f8f8f8; 
  border: 1px solid #eee; 
}
li.comment p 
{ 
  clear: both; 
  font-size: 1.2em;
  color:#000000;
  font-family: Arial,sans-serif;
  font-size:100%;
}
li.comment cite, li.bypostauthor li.comment cite 
{ 
  color: #5a5a5a; 
  font-weight: bold; 
  background: url(images/bullet1.png) right center no-repeat;
  font-style: normal; 
  padding: 0 20px 0 0; 
  margin: 0 8px 0 0; 
  float: left;
}
li.comment cite a, li.bypostauthor li.comment cite a 
{
}
li.comment cite a:hover 
{ 
  text-decoration: none;
}
.commentmetadata, .commentmetadata a 
{ 
  font-size: 10px; 
  text-transform: uppercase; 
  color: #999; 
}
.commentmetadata a:hover 
{
  color: #666;
  text-decoration: none;
}
.says 
{ 
  display: none; 
}
.comment-meta 
{ 
  margin: 0 0 10px 0; 
  line-height: 16px;
  position: relative; 
}
li.comment .comment-body a.comment-reply-link 
{ 
  display: block; 
  position: absolute; 
  right: 0; 
  top: 0px; 
  color: #999; 
  font-weight: bold; 
  padding: 0 10px 0 0; 
  font-size: 10px; 
  text-transform: uppercase; 
}
li.comment .comment-body a.comment-reply-link:hover 
{
  color: #666;
  text-decoration: none;	
}

.children 
{ 
  list-style-type: none; 
  margin: 20px 0 0 70px; 
}
.children li.comment 
{ 
  margin: 0; 
  font-size: 1em;
}

#respond h3 
{ 
  margin-top: 10px; 
  font-size:35px;
}
#commentform 
{ 
  margin-bottom: 20px; 
}
#commentform div.wrap 
{	
  margin-bottom: 10px; 
}
#commentform div.input-container 
{ 
  display: inline-block; margin-right: 10px; 
}
#commentform input[type=text] 
{ 
  width: 290px; 
  border: 1px solid #e8e8e8; 
  padding: 5px;
}
#commentform div.textarea-container 
{ 
  display: inline-block; 
  margin-right: 10px;
}
#commentform textarea 
{ 
  width: 560px; 
  height: 155px; 
  padding: 5px; 
  border: 1px solid #e8e8e8; 
}
#commentform label 
{ 
  font-style: italic; 
  font-size: 1.2em; 
  color: #5a5a5a; 
}
#commentform input#submit 
{ 
  border: none; 
  color: #fff; 
  font-weight: bold; 
  padding: 5px 15px;
  background: #6a6a6a; 
}
.cancel-comment-reply 
{	
  margin: 0 0 10px; 
  text-align: right; 
}

/*------- Page Navigation -----*/
.navigation 
{
  	padding-top: 5px;  
  	display: block;
 	width: 720px;
	margin:30px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 15px;
	color: #e4d227;
}
.navigation a 
{
	color: #e4d227;
	padding: 0px; 
	margin: 0px;
	text-decoration: none;
  	border:none; 
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
}

.firefox .navigation a 
{
	color: #e4d227;
	padding: 0px; 
	margin: 0px;
	text-decoration: none;
  	border:none; 
	font-family: Arial, Verdana, Geneva, sans-serif;
}
.chrome .navigation a 
{
	color: #e4d227;
	padding: 0px; 
	margin: 0px;
	text-decoration: none;
  	border:none; 
	font-family: Arial, Verdana, Geneva, sans-serif;
}

.mac .navigation a 
{
	color: #e4d227;
	padding: 0px; 
	margin: 0px;
	text-decoration: none;
  	border:none; 
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
}



.navigation a:hover 
{
	color: #CCC;
  	border:none; 
}

/* ----------------------- FOOTER -----------------------*/
#footerwrapper 
{
	background-color:#000000;
	min-height:100px;
}

#footerwrapper_inner 
{
	background-color:#000000;
	min-height:100px;
}
#footer 
{
	background-color:#000000;
  	padding-top: 30px;
  	padding-bottom: 10px;
  	padding-left: 30px;
	width:930px;
}

.textwidget a 
{
	color:#FFFFFF; 
  	text-decoration:none;
}
.textwidget a:hover 
{
	color:#D3C634;
}


/* Footer News List */
.postlist 
{
  list-style: none;
}

.postlist h3
{
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:22px;
	margin:0px;
	padding:0px;
  	color:#ffffff;
}

.firefox .postlist h3 
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:22px;
	margin:0px;
	padding:0px;
  	color:#ffffff;
}
.chrome .postlist h3 
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:22px;
	margin:0px;
	padding:0px;
  	color:#ffffff;
}

.mac .postlist h3 
{
	font-family: 'republic-playtype', Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:22px;
	margin:0px;
	padding:0px;
  	color:#ffffff;
}



.postlist p
{
	size:14px;
  	color:#ffffff;
	line-height:22px;
	margin:0px;
	padding:0px;
}

.postlist li 
{
  margin: 8px 0;
  padding-bottom: 8px;
  border-bottom:  1px solid #dadada;
}
.postlist li a  
{
  font-size: 1.2em;
  font-weight: bold;
}
span.listdatepost 
{
  font-size: 1.1em;
  color: #8f8f8f;
  display: block;
  margin-top: 5px;
}

.footerbox li:hover 
{
  background: #F2FCFF;
}
.bottom 
{
  padding: 10px 0px  10px 0px;
  background: #000000;
}
ul.footermenu  
{
  float: left;
}
ul.footermenu li
 {
  float: left;
  margin: 5px 10px;
  font-size: 1.2em;
}
ul.footermenu li a 
{
  color: #ffffff; 
  text-transform: capitalize;
}
ul.footermenu li a:hover 
{
  color: #126B81; 
}

.copyright 
{
  text-align: right;
  display: block;
}
.copyright a,
.copyright h3 
{
  color: #ffffff; 
}
.copyright h3 span 
{
  color: #126B81;
}
.copyright h3 
{
  margin: 0;
}

/* ----------------------- PORTFOLIO PAGE -----------------------*/
ul#portfoliolist,
#gallerylist {
  margin: 0;
  padding: 0 0 30px 0;
}
ul#portfoliolist li {
  width: 280px;
  margin: 0 15px 50px 0;
  float: left;
}
ul#portfoliolist .zoom {
  background: url(images/zoom.png) center center no-repeat;
  width: 280px;
}
ul#portfoliolist li.last {
  margin-right: 0; 
}
ul#portfoliolist li h3 {
  margin: 10px 0;
}
ul#gallerylist li {
  width: 180px;
  margin: 0 15px 15px 0;
  float: left;
}
ul#gallerylist li.last {
  margin-right: 0; 
}
ul#gallerylist .zoom {
  background: url(images/zoom.png) center center no-repeat;
  width: 180px;
}

/* ----------------------- CONTACT PAGE -----------------------*/
.infobox {
  margin-bottom: 30px; 
  padding: 20px;
  background: url(images/strip.png) repeat;
}
ul.defailinfo {}
ul.defailinfo li {
  width: 220px;
  float: left;
  font-size: 1.2em;
  color: #4a4a4a;
  line-height: 1.8em;
}
#maincontactform {
  margin: 30px 0;
}
#maincontactform label {
  font-size: 1.2em;
  color: #5a5a5a;
  font-weight: bold;
  display: block;
  margin-bottom:5px;
  clear: both;
}
.textfield {
  float: left;
  margin-bottom: 10px;
  color: #8a8a8a;
  width: 520px;
  height: 16px;
  line-height: 25px;
  border: 1px solid #eee;
  font-size: 1.2em;
  padding: 8px 10px;    
}
.textarea {
  float: left;
  margin: 0;
  padding: 8px 10px;
  color: #8a8a8a;  
  width: 520px;
  height: 120px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  overflow: hidden
}
.buttoncontact {
  background:#f00000;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  padding: 8px 10px;
  border: none;
}
.require {
  float: left;
  display: inline;
  color: #f00;
  font-weight: bold;
  margin-left: 5px;
}
.loading {
  background: url(images/loading1.gif) top left no-repeat;
  padding-left: 32px;
  font-size: 1.2em;
  color: #2C6D00;
  margin-left: 10px;
}

/* Color Changer */
.colorchanger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: auto;
  background: #000000;
}
.post_separator
{
	background: url(images/post_separator.gif) top left repeat;
	height:7px;
	margin: 40px 0px 28px 0px;
	
}
/* People page */

.people_one_box {
  margin-bottom: 40px;
  position:relative;
}
.people_image_box 
{
  max-width: 460px; /*500px;*/
  max-height:260px;
  overflow: hidden;
}

.people_details_box 
{
	margin:3px 0px 0px 0px;	
 	width: 240px;
	position:absolute;
	bottom:-10px;
	left: 480px;
}
.people_details_box h4 
{
  margin-bottom: 1px;
  font-size: 20px;
  line-height:22px;
  margin-right: 10px;
}

.people_details_box a:hover 
{
  color:#D3C634;
}
.people_details_box p 
{
	font-family: 'republic-playtype', Arial, Verdana, Geneva, sans-serif;
  	font-size: 14px;
  	line-height:16px;
 	margin-right:10px;
  	margin-bottom:8px;
}

.firefox .people_details_box p 
{
	font-family: Arial, Verdana, Geneva, sans-serif;
  	font-size: 14px;
  	line-height:16px;
 	margin-right:10px;
  	margin-bottom:8px;
}
.chrome .people_details_box p 
{
	font-family: Arial, Verdana, Geneva, sans-serif;
  	font-size: 14px;
  	line-height:16px;
 	margin-right:10px;
  	margin-bottom:8px;
}
.mac .people_details_box p 
{
	font-family: 'republic-playtype', Arial, Verdana, Geneva, sans-serif;
  	font-size: 14px;
  	line-height:16px;
 	margin-right:10px;
  	margin-bottom:6px;
}




.people_details_box a img, img
{
 	margin-right:5px;
}

.people_details_box p.jobtitel
{
	font-family: 'republic-playtype', Arial, Verdana, Geneva, sans-serif;
  	font-size: 14px;
  	line-height:16px;
  	margin-right: 10px;
  	margin-bottom:8px;
}

.firefox .people_details_box p.jobtitel 
{
	font-family: Arial, Verdana, Geneva, sans-serif;
  	font-size: 14px;
  	line-height:16px;
  	margin-right: 10px;
  	margin-bottom:8px;
}
.chrome .people_details_box p.jobtitel 
{
	font-family: Arial, Verdana, Geneva, sans-serif;
  	font-size: 14px;
  	line-height:16px;
  	margin-right: 10px;
  	margin-bottom:8px;
}
.mac .people_details_box p.jobtitel 
{
	font-family: 'republic-playtype', Arial, Verdana, Geneva, sans-serif;
  	font-size: 14px;
  	line-height:16px;
  	margin-right: 10px;
  	margin-bottom:8px;
}



/* menu active items */
ul#menu-main-menu li.current-menu-item  {
  background-color: #d3c634;
}
ul#menu li.current-menu-item a,
ul.menu li.current-menu-item a {
  color: #d3c634;
}

.client-banner 
{ 
	width: 180px; 
	height: 80px; 
	float: left; 
	margin-bottom:15px;
}

.mslide-text-line-1 {
	font-size: 55pt;
	color: #fff;
	line-height: 57pt;
	font-family: 'republic-light-playtype', Verdana, Geneva, sans-serif;
  	position: absolute;
  	left: 0px;
  	top: 40px;
  	text-align: center;
  	width: 960px;
}
.mslide-text-line-2 {
	font-size: 24pt;
	color: #fff;
	line-height: 26pt;
	font-family: 'republic-light-playtype', Verdana, Geneva, sans-serif;
  position: absolute;
  left: 0px;
  top: 120px;
  text-align: center;
  width: 960px;
}
.mslide-text-line-1 a,
.mslide-text-line-1 a:hover,
.mslide-text-line-2 a,
.mslide-text-line-2 a:hover
{
  color: #fff;
}

.people-alphabet 
{
  	margin: 20px 0 10px 0;
	overflow:hidden;
}
.people-alphabet span.people-alphabet-letter 
{
 	margin: 0 9.2px 0 0;
 	font-size: 11px;
}
mac.chrome .people-alphabet span.people-alphabet-letter 
{
 	margin: 0 7px 0 0;
	padding-left:0.2em;	
 	font-size: 11px;
}
mac.safari .people-alphabet span.people-alphabet-letter 
{
 	margin: 0 9px 0 0;
 	font-size: 10px;
}

.windows.ie .people-alphabet span.people-alphabet-letter 
{
 	margin: 0 9px 0 0;
 	font-size: 11px;
}
.windows.safari .people-alphabet span.people-alphabet-letter 
{
 	margin: 0 9px 0 0;
 	font-size: 11px;
}
.windows.firefox .people-alphabet span.people-alphabet-letter 
{
 	margin: 0 9px 0 0;
 	font-size: 11px;
}

.windows.chrome .people-alphabet span.people-alphabet-letter 
{
 	margin: 0 6	px 0 0;
 	font-size: 11px;
}


.people-alphabet span.people-alphabet-letter a 
{
  color: #000;
}
.people-alphabet span.people-alphabet-letter a.active 
{
  color: #d3c634;
}
.people-alphabet span.people-alphabet-letter a:hover 
{
  color: #d3c634;
}


