
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* END Reset Stylesheet */



/* =HTML5 tags */
article, aside, section, footer, header, hgroup, nav, figure {
	display: block;
	margin: 0;
	padding: 0;
	}


/* Global Styles =body =skins
-------------------------------------------------------------- */
body {
	background: #283138;
	font-size: 12px;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #000;
	}


/* =a
-------------------------------------------------------------- */
a {
	color: #506b80;
	text-decoration: none;
	}

a:focus {outline: none;}

a:hover {
	text-decoration: underline;
	}

a span {font-size: 90%;}

a img {outline:0;}


/* =a text and UI =buttons =textlink
-------------------------------------------------------------- */
.textlink {}

a.textlink {
	border: 1px solid #777c82;
	background: #f1f1f1; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#dddddd); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#dddddd)"; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ddd); /* for firefox 3.6+ */
	font-size: 11px;
	margin: -3px 0 0 0;
	font-weight: bold;
	padding: 3px 8px;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none
	}

.post a.textlinkcolor {}
.post a.textlinkcolor:hover {text-decoration: underline}

.view_all .textlink {padding: 10px;}

.toplink {
	color: #777c82;
	border: none;
	background: #222;
	padding: 0 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.toplink:hover {
	color: #fff;
	border: none;
	background: #111;
	text-decoration: none
	}

.footer .toplink:hover {text-decoration: none}

a.textlink:hover {
	background: #333;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#333333,endColorStr=#333333); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#333333,endColorStr=#333333)"; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333333,  #333333); /* for firefox 3.6+ */
	color: #fff;
	border: 1px solid #333;
	text-decoration: none
	}

/* .catlink */
.catlink {
	background: #333;
	color: #ccc;
	font-size: 11px;
	padding: 3px 5px;
	margin: 0 0 0 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	}

/* .catlink =skins */
.catlink:hover {
	background: #506b80; /* Standard dev */
	color: #fff;
	text-decoration: none;
	}


.commentlink {
	float: right;
	background: url(../images/lab_GUI_1_0.png) -309px -9px no-repeat;
	width: 30px;
	text-align: center;
	font-weight: bold;
	color: #333;
	margin-top: 0;
	padding-bottom: 4px;
	font-size: 11px;
	text-decoration: none;
	}

.commentlink:hover {text-decoration: none}

/*.social_icon {
	margin-right: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 5px
	}*/


/* =Search
-------------------------------------------------------------- */
.search_text {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #333;
	margin-right: 10px
	}


/* =Twitter
-------------------------------------------------------------- 
#twitter {
	background: #fff;
	list-style: none
	}

#twitter h4 a {

	}

.twitter_update_list li {list-style: none}
*/


img.twitter {
	margin: 3px 10px 0 0;
	padding: 5px 10 0 0;
	border: none
	}





/* =Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
/*	border-bottom: 1px dotted #777c82;*/
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #777c82;
	}

.breadcrumbs a {
	color: #333;
	text-decoration: none;
	}

.breadcrumbs a:hover {text-decoration: underline;}



/* =Social Profiles =icons =social_rofiles
-------------------------------------------------------------- */
ul.social_profiles {
	min-height: 60px;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
	}

ul.social_profiles li {margin: 0 0 7px 7px;}

.boxgrid ul.social_profiles {
	margin-left: -5px;
	}

ul.social_profiles img {border: none}


/* =View All Links
-------------------------------------------------------------- */
.view_all {
	margin-top: 0;
	border-bottom: 1px dotted #777c82;
	padding-top: 20px;
	padding-bottom: 18px;
	}

.view_all a {
	float: right;
	}

.grid_12.view_all {
	margin-left: 30px;
	margin-right: 30px;
	}


h1 {font-size: 42px;}

h2 {font-size: 36px;}

h3 {font-size: 30px;}

h4 {font-size: 24px;}

h5 {font-size: 21px;}

h6 {font-size: 18px;}

ol {list-style: decimal;}
 
ul {list-style: disc;}

/* =li */
li {
	margin-left: 20px;
	position: relative;
	list-style-type: disc;
	list-style-image: url(../images/bullet.png);
	list-style-position: inside;
	
	}

/* =p */
p {
	color: #333;
	font-size: 14px;
	}

p,
li,
dl {line-height: 21px;}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
	}

/* =utilities */
.utilities {
	padding-top: 20px;
	padding-bottom: 20px;
	background: transparent
	}

/*.utilities .like {height: 30px}*/

p.utilities {margin-bottom: 0;}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
	}

/* =img - first of some */
img {
	margin-bottom: 0;
	border: 1px solid #000;
	}

img.float_left {
    float: left;
    margin: 5px 20px 10px 0;
	}

img.float_right {
    float: right;
    margin: 5px 0 10px 20px;
	}


.post img {margin-bottom: 15px;}


blockquote {
	font-size: 12px;
	line-height: 18px;
	color: #777c82;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 50px;
	padding-left: 15px;
	border-left: 2px solid #777c82;
	width: 85%
	}


/* =wrapper =skins */
#wrapper {
	margin: 0;
	padding: 0;
	background: transparent url(../images/wrapper-BG.png) center repeat-y;
	}

#container {background: #d6d9dd url(../images/container-BG.png) 0 90px no-repeat;}

ul li ul,
ol li ol {margin-bottom: 0px;}

ol {padding: 0 0 0 5px;}


/* 960gs Grid support */
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	}

.float {
	display: inline;
	float: left;
	position: relative;
	}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	}

.container_12 .grid_1 {width: 45px;}
.container_12 .grid_2 {width: 130px;}
.container_12 .grid_3 {width: 215px;}
.container_12 .grid_4 {width: 290px;}
.container_12 .grid_5 {width: 385px;}
.container_12 .grid_6 {width: 470px;}
.container_12 .grid_7 {width: 555px;}
.container_12 .grid_8 {width: 640px;}
.container_12 .grid_9 {width: 725px;}
.container_12 .grid_10 {width: 810px;}
.container_12 .grid_11 {width: 895px;}
.container_12 .grid_12 {width: 960px;}
	

/* =Misc =hr =portolio stuffs
-------------------------------------------------------------- */
.hr {
	border:none;
	clear: both;
	height: 0;
	line-height: 0;
	width: 100%;
	font-size: 0;
	padding: 0;
	margin-bottom: 20px;
	}

.pr {
	border: none;
	border-bottom: 1px solid #777c82;
	clear: both;
	height: 0;
	line-height: 0;
	width: 100%;
	font-size: 0;
	padding: 0;
	margin-bottom: 30px;
	margin-left: 30px;
	}

.meta {
	font-weight: normal;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #777c82 !important;
	line-height: 16px;
	text-transform: none; 
	text-shadow: none;
	}

.right {float:right;}

.left {float:left;}

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

.error,
.success {display: none;}

.page_title {
	border-top: 1px dotted #777c82;
	padding-top: 30px
	}




/* =Header
-------------------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;	
	background: #000 url(../images/lab_GUI_1_0.png) 0 -470px no-repeat;
	border-bottom: 3px solid #333;
	width: 1020px;
	z-index: 1000;
	min-height: 90px;
	}

	
/* =Logo
-------------------------------------------------------------- */
h1#logo {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 30px 0 0 30px;
	color: #fff;
	}

h1#logo img {
	border: none;
	margin: 0;
	}


h1#logo.grid_4 {width: 190px}


/* =Menu =navigation
-------------------------------------------------------------- */
ul#navigation {
	text-transform: uppercase;
	float: right;
	width: 70%;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	}

ul#navigation li {
	float: right;
	display: inline;
	margin: 0 0 0 1px;
	}

ul#navigation li a {
	display: block;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif !important;
	padding: 15px 30px 15px 30px;
	text-decoration: none;
	color: #bbb;
	font-size: 14px;
	font-weight: bold;
	}

ul#navigation li a:hover {
	color: #fff;
	background: #000;
	}

ul#navigation li a.current {
	background: #000;
	color: #fff;
/*	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 6px solid #777c82*/
	}

/* =submenu */
ul#navigation ul {
	display: none;
	position: absolute;
	top: 64px;
	left: 0;
	/* Menu shadows */
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	width: 170px;
	z-index: 99999;
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;
	background: #000;
	border-top: 25px solid #000;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	}

ul#navigation ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 170px;
	/* Menu shadows */
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	width: 170px;
	z-index: 99999;
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;
	background: #000;
	border-top: 4px solid #000;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	}

ul#navigation ul li {width: 100%;}

ul#navigation ul li a,
ul#navigation ul ul li a {
	background: #000;
	display: block;
	padding: 10px 15px;
	margin: 0;
	color: #ccc;
	border-right :none;
	font-size: 11px;
	}

ul#navigation ul li a:hover {
	background: #222;
	color: #fff;
	}


ul#navigation ul ul ul {
	left: 100%;
	top: -4px;
	}

/* =Left Column
-------------------------------------------------------------- */
#left_col {
	margin-left: 30px;
	margin-right: 0;
	}


/* =Right Column / =Sidebar
-------------------------------------------------------------- */
#sidebar_right ul.social_profiles {padding: 0 16px;}

#sidebar_right {
	margin-left: 30px;
	margin-right: 30px;
	width: 290px;	
	background: transparent url(../images/sidebar-BG.png) repeat-y;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.sidebar_top_BG {
	height: 10px;
	background: transparent url(../images/sidebar-top-BG.png) top no-repeat;
	}

.sidebar_bottom_BG {
	height: 50px;
	background: transparent url(../images/sidebar-bottom-BG.png) bottom no-repeat;
	}

#sidebar_right h3 {
	color: #333;
	font-size: 24px;
	border-bottom: 3px solid #777c82;
	width: 250px;
	padding: 10px 0;
	margin: 0 20px;
	background: transparent;
	}

ul.contact_data {
	margin-left: 0;
	margin-top: 0;
	}

ul.contact_data li {list-style: none}

img.sidebar_ads {border: none}

/*.history,*/
.history p {
	font-size: 11px;
	line-height: 18px;
	margin-top: -10px;
	padding: 0 20px;
	}

/* =sidebar list
-------------------------------------------------------------- */
ul.sidebar {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	}

ul.sidebar li {
	margin: 0;
	padding: 0 20px;
	list-style: none
	}

ul.sidebar a {
	width: 225px; /* become 290px with padding */
	display: inline-block;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #777c82;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	background: transparent url(../images/lab_GUI_1_0.png) -600px -120px no-repeat;
	}

ul.sidebar li:last-child a {
/*	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;*/
	}

ul.sidebar li:first-child a {
/*	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;*/
	}
	
ul.sidebar a:hover {
	background: #777c82 url(../images/lab_GUI_1_0.png) -600px -180px no-repeat;
	color: #fff
	}




/* =message_board
 * =heading_page
-------------------------------------------------------------- */
.message_board.grid_12,
.heading_page.grid_12 {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
/*	border-top: 1px dashed #777c82;*/
	border-bottom: 1px dotted #777c82;
	line-height: 36px
	}

.message_board {
	background: transparent url(../images/mboard_BG.png) top center no-repeat;
	padding-top: 25px;
	padding-bottom: 25px;
	}

.heading_page {
	background: transparent;
	padding-top: 10px;
	padding-bottom: 20px;
	}


h2.message_board,
h2.heading_page {
/*	color: #fff;*/
/*	text-shadow: 1px 1px 1px #cfcfcf;*/
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	color: #777c82;
	margin-bottom: 0
	}

h2.message_board span,
h2.heading_page span {
	color: #333;
	font-weight: bold;
	}

h2.message_board a:hover,
h2.heading_page a:hover {text-decoration: underline;}


.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Homepage =boxes
-------------------------------------------------------------- */
.box_entries,
#box_more {background: transparent}

.box_entries.grid_12,
#box_more.grid_12 {
	margin-left: 30px;
	margin-right: 30px
	}

h3.box_title,
h4.box_title {
	color: #333;
	padding-top: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	}

a .title {
	color: #777c82;
	line-height: 24px;
	font-size: 14px
	}

/*a .title:hover {color: #777c82;}*/

/* =boxgrid */
.boxgrid {
	width: 200px;
	display: inline;
	float: left;
	position: relative;
	margin: 0;
	margin-left: 1px;
	margin-bottom: 1px;
	padding: 20px 20px 0 20px;
	min-height: 280px
	}

/* =rounded =corners homepage grid */
.boxgrid.tl {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	}

.boxgrid.tr {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	}

.boxgrid.bl {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	}

.boxgrid.br {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}


.boxgrid.fourth {width: 196px;}

.boxgrid p {
	font-size: 12px;
	color: #777c82;
	text-decoration: none
	}

a.boxgrid {text-decoration: none}

.boxgrid h4 {
	margin-bottom: 10px;
	color: #fff
	}

.boxgrid h4 a {color: #fff}
.boxgrid h4 a:hover {text-decoration: none}


.boxgrid img {border: 1px solid #000;}

.box {background: #000;}

.box:hover {
	background: #333;
	text-decoration: none
	}
	
.boxhr {margin-bottom: 0;}

.box.alpha {
	margin-left: 0;
/*	width: 197px;*/
	}

.boxgrid .title {font-size: 14px}


/* Common =scroller styles
-------------------------------------------------------------- */
.roundabout-holder {
	list-style: none;
	width: 500px;
	height: 300px;
	margin: 0px auto;
	}

.roundabout-moveable-item {
	font-size: 12px !important;
	height: 300px;
	width: 600px;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	background:#f9f9f9;
	}

.roundabout-moveable-item img {
	height:100%;
	width: 100%;
	background-color: #fff;
	margin: 0;
	}

.roundabout-in-focus {cursor:auto;}

.roundabout-in-focus:hover {
	-webkit-box-shadow:0px 0px 20px #787878;
	-moz-box-shadow: 0px 0px 20px #787878;
	background: #f9f9f9;
	}

.roundabout-holder span {
	display: none;
	font-size: 12px;
	}

.roundabout-in-focus:hover span {
	display: inline;
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 8px 20px;
	background: #f9f9f9;
	color: #000;
	z-index: 999;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topLeft: 5px;
	font-size : 12px;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	}

.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
	outline: none;
	text-decoration: none;
	}
	
.roundabou li {margin: 0}



/* =slider =featured
-------------------------------------------------------------- */
#featured.grid_12 {
	margin: 0 10px 0 10px;
	padding-top: 20px;
	background: transparent url(../images/slider-BG.png) top center no-repeat;
	}

#featured {
	margin: 30px 0 0 0;
	padding: 0 20px 0 20px;
	}

#coin-slider {
	margin: 0;
	padding: 0;
	}

#coin-slider .hentry {
	margin: 0;
	padding: 0;
	border-bottom: none;
	}

#coin-slider .hentry a {
	border-bottom: none;
	text-decoration: none
	}

.coin-slider {
	overflow: hidden; zoom: 1;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	/*background: transparent url(../images/slider_BG.png) bottom center no-repeat;*/
	background: #000;
	/*border-bottom: 1px solid #777c82;*/
	width: 960px;
	
	/*-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;*/
	
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	/*border: 1px solid #777c82*/
	}

.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
	}

.cs-buttons {
	padding: 20px 15px 20px 15px;
	float: left;
	}

.cs-buttons a {
	height: 10px;
	width: 10px;
	float: left;
	color: #777c82;
	text-indent: -9999px;
	background: transparent url(../images/lab_GUI_1_0.png) -50px -10px no-repeat;
	padding-right: 5px;
	margin-right: 5px;
	}

/* =cs-buttons =skins */
.cs-buttons a:hover,
.cs-buttons a.cs-active {background: transparent url(../images/lab_GUI_1_0.png) -50px -330px no-repeat;}

.cs-title {
	width: 920px; 
	padding: 15px 20px 10px 20px;
	background: #000;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	}

.cs-next, .cs-prev {
	color: #fff;
	padding: 0;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
/*	margin-top: -55px;*/
	}

.cs-prev {background: transparent url(../images/lab_GUI_1_0.png) -100px -10px no-repeat;}
.cs-prev:hover {background: transparent url(../images/lab_GUI_1_0.png) -100px -70px no-repeat;}

.cs-next {background: transparent url(../images/lab_GUI_1_0.png) -180px -10px no-repeat;}
.cs-next:hover {background: transparent url(../images/lab_GUI_1_0.png) -180px -70px no-repeat;}

.slider_item_desc {
	position: absolute;
	top: 150px;
	}

/*#coin-slider .hentry {
	border: none;
	margin: 0;
	padding: 0;
	}*/

.slider_post_title {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	}

.slider_post_text {
	font-size: 14px;
	color: #777c82;
	}


/* =Portfolio
-------------------------------------------------------------- */	
.portfolio_cat_group {
	margin: 0 30px;
	padding: 0;
	}

.textright {text-align: left;}

.grid_3.textright {
	margin-left: 0;
	margin-right: 20px;
	width: 260px;
	}

.grid_9.portfolio_items_group {
	margin: 0;
	padding: 0 0 0 30px;
	width: 650px;
/*	background: #fff;
	border-left: 1px solid #ccc*/
	}

.portfolio_item {
	width: 196px;
	position: relative;
	margin: 0 10px 30px 20px;
	padding: 0;
	}

.left_zero {
	margin-left: 0;
	padding-left: 0;
	}

.right_zero {
	margin-right: 0;
	padding-right: 0;
	}

.portfolio_item img {
	padding: 0;
	border: 1px solid #000;
	width: 196px;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	background: #000;
	margin-bottom: 0px;
	}

.portfolio_item span {
	display:none;
	line-height: 14px
	}



a.portfolio_item {text-decoration: none}

a.portfolio_item:hover {
	text-decoration: none;
	}

.portfolio_item:hover img {
/*	-webkit-box-shadow:0px 0px 10px #777c82;
	-moz-box-shadow: 0px 0px 10px #777c82;*/
	background: #000;
	}

.portfolio_item:hover span {
	display: inline;
	position: absolute;
	bottom: 8px;
	right: -2px;
	width: 128px;
	text-align: right;
	padding: 10px 10px 10px 60px;
	background: transparent;
	color: #fff;
	z-index: 999;
/*	border-left: 1px solid #000;
	border-top:1px solid #000;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topLeft: 5px;*/
	text-decoration: none;
	}

/* =photo/video/link mini */
.portfolio_item.isphoto_mini span,
.portfolio_item.isvideo_mini span,
.portfolio_item.islink_mini span {
	display: inline;
	position: absolute;
	bottom: 8px;
	right: -2px;
	width: 128px;
	text-align: right;
	padding: 10px 10px 10px 60px;
	color: #ccc;
	z-index: 999;
	text-decoration: none;
	}

.portfolio_item.isphoto_mini span {background: transparent url(../images/lab_GUI_1_0.png) scroll -730px -360px no-repeat;}
.portfolio_item.isvideo_mini span {background: transparent url(../images/lab_GUI_1_0.png) scroll -730px -285px no-repeat;}
.portfolio_item.islink_mini span {background: transparent url(../images/lab_GUI_1_0.png) scroll -730px -370px no-repeat;}


.portfolio_item.isphoto_mini:hover span,
.portfolio_item.isvideo_mini:hover span,
.portfolio_item.islink_mini:hover span {
/*	display: inline;
	position: absolute;
	bottom: 8px;
	right: -2px;
	width: 128px;
	text-align: right;
	padding: 10px 10px 10px 60px;
	color: #ccc;
	z-index: 999;
	text-decoration: none;*/
	color: #fff;
	}

.portfolio_item.isphoto_mini:hover span {background: transparent url(../images/lab_GUI_1_0.png) scroll -730px -240px no-repeat;}
.portfolio_item.isvideo_mini:hover span {background: transparent url(../images/lab_GUI_1_0.png) scroll -730px -285px no-repeat;}
.portfolio_item.islink_mini:hover span {background: transparent url(../images/lab_GUI_1_0.png) scroll -730px -320px no-repeat;}

p.portfolio_cat_desc {
	font-size: 11px;
	line-height: 18px
	}

/* =link medium */
.islink_m {
	background: transparent url(../images/spacer.gif) scroll 50% 50% repeat;
	display: block;
	position: absolute;
	float: right;
	width: 640px;
	height: 300px;
	z-index: 5;
	}

.islink_m:hover {background: transparent url(../images/islink_m.png) scroll 50% 50% no-repeat;}

/* =photo medium */
.isphoto_m {
	background: transparent url(../images/spacer.gif) scroll 50% 50% repeat;
	display: block;
	position: absolute;
	float: right;
	width: 640px;
	height: 300px;
	z-index: 5;
	}

.isphoto_m:hover {background: transparent url(../images/isphoto_b.png) scroll 50% 50% no-repeat;}

/* =photo big */
.isphoto_b {
	background: transparent url(../images/spacer.gif) scroll 50% 50% repeat;
	display: block;
	position: absolute;
	float: right;
	width: 960px;
	height: 400px;
	z-index: 5;
	}

.isphoto_b:hover {background: transparent url(../images/isphoto_b.png) scroll 50% 50% no-repeat;}

/* =video medium */
.isvideo_m {
	background: transparent url(../images/isvideo_m.png) scroll 50% 50% repeat;
	display: block;
	position: absolute;
	float: right;
	width: 640px;
	height: 300px;
	z-index: 5;
	}

.isvideo_m:hover {}

/* =video big */
.isvideo_b {
	background: transparent url(../images/isvideo_b.png) scroll 50% 50% repeat;
	display: block;
	position: absolute;
	float: right;
	width: 960px;
	height: 400px;
	z-index: 5;
	}

.isvideo_b:hover {}


/* =Blog =post
-------------------------------------------------------------- */
.post {
	border-bottom: 1px dashed #777c82;
	padding-bottom: 0
	}

.post a:hover {/*text-decoration: none;*/}

.post .title {
	color: #fff;
	font-size: 30px;
	}

.post .title a {
	color: #333;
	text-decoration: none;
	font-weight: bold
	}

.post a.textlink:hover {text-decoration: none;}


/* =sub */
.post .sub {
	font-size: 11px;
	color: #333;
	margin-bottom: 15px
	}

/* =tag_bg =skins */
.sub .tag_bg {
	background: url(../images/lab_GUI_1_0.png) -503px -52px no-repeat; /* Light -dev */
	padding-bottom: 5px;
	padding-left: 30px;
	text-indent: -9999px;
	width: 30px
	}

.post .thumb {
	width: 640px;
	height: 300px;
	padding: 0;
	border: 1px solid #000;
/*	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	}

.postdate {
	float: right;
	font-size: 18px;
	color: #333; /* Standard dev */
	}

h3.title {margin-bottom: 20px;}

h3.title_box {
	margin-bottom: 20px;
	color: #777c82;
	font-size: 18px
	}



/* =Project =left_col_portfolio_single 
-------------------------------------------------------------- */	
h4.project_title {text-transform: uppercase}

#project_right_col.grid_8 {
	width: 640px;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	}

.project.grid_12 {
	margin: 0;
	padding: 0;
	width: 1020px
	}

.text-project {
	font-size: 12px;
	color: #777c82
	}

#left_col_portfolio_single {
	margin-left: 30px;
	margin-right: 10px;
	width: 280px
	}

ul.project_info {
	margin-left: -20px;
	margin-top: 0;
	}

ul.project_info li.title {
	font-weight: bold;
	list-style: none;
	}

ul.project_info li.client,
ul.project_info li.release_date {
	list-style: none;
	margin-bottom: 10px;
	}

ul.project_info li {
	list-style: inside square;
	}

p.text_project {margin-top: 10px}

.project_buttons {
	padding-top: 20px;
	border-top: 1px solid #ccc;
	}





/* =Comments
-------------------------------------------------------------- */	
.comment {background: #f9f9f9}

.commentlist {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	float:left;
	width: 100%;
	}

.commentlist li {
	width: 100%;
	clear: both;
	float: left;
	padding: 20px 0 0 0;
	list-style: none;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px
	}

.gravatar {
	float: left;
	width: 60px;
	padding: 0px 10px 0 0;
	margin-left: 15px;
	text-align: center;
	}

.gravatar img {
	background: #fff;
	display: block;
	padding: 5px; 
	padding-left: none;
	margin-bottom: 10px;
	border: 1px solid #fff;
	}

.bypostauthor {background: #f9f9f9 url(../images/bypostauthor_BG.png) top right no-repeat;}

.comment_content {
	float: left;
	width: 83%;
	}

.commentmetadata {
	float: left;
	font-size: 11px;
	margin-left: 10px;
	color: #777c82
	}

.comment-reply-link {
	text-decoration: none;
	font-size: 10px;
	}

a.comment-reply-link {
	padding: 0;
	}

.author_name {
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	float: left;
	margin-left: 10px;
	font-size: 12px
	}

.author_name a {color: #333;}

.comment_text {
	clear: both;
	margin-top: 10px;
	margin-left: 10px;
	}

.comment_text p {
	font-size: 13px;
	color: #777c82
	}

/* =reply */
.comment-reply-link {
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	background: #ccc; /* because of non-css3 browsers */
	font-size: 11px;
	margin: -3px 0 0 0;
	font-weight: bold;
	padding: 0;
	color: #777c82;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.comment-reply-link:hover {
	border: 1px solid #777c82;
	background: #777c82;
	color: #ccc;
	text-decoration: none
	}


.response h3 {
	font-size: 24px;
	font-style: italic;
	}

.response p {margin-bottom: 0}


	
/* =Contact Form
-------------------------------------------------------------- */
p.error {
	margin-left: 110px;
	margin-top: 10px;
	color: #c00;
	font-size: 11px
	}

h3.form_title {padding-top: 20px}

#mail_success {
	margin-top: 20px;
	padding-left: 110px;
	}

#contact_form ul {
	float: left;
	list-style: none;
	margin: 0;
	width: 100%;
	border-top: 1px dotted #777c82;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#contact_form ul li {
	margin: 10px 0;
	list-style: none;
	position: relative;
	clear: both;
	}

#contact_form label {
	line-height: 35px;
	width: 100px;
	text-align: left;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	}

.sendButton {
	color: #333;
	border: 1px solid #777c82;
	background: #f1f1f1; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#dddddd); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#dddddd)"; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ddd); /* for firefox 3.6+ */
	font-size: 13px;
	margin: 20px 0 0 110px;
	font-weight: bold;
	padding: 10px 20px;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer
	}

.sendButton:hover {
	color: #fff;
	border: 1px solid #333;
	background: #333;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#333333,endColorStr=#333333); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#333333,endColorStr=#333333)"; /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333333,  #333333); /* for firefox 3.6+ */
	text-decoration: none
	}


#contact_form input#name:focus,
#contact_form input#email:focus,
#contact_form input#subject:focus,
#contact_form textarea:focus {
	background: #fff
	}

#contact_form input#name,
#contact_form input#email,
#contact_form input#subject,
#contact_form textarea {
	float: left;
	padding: 8px;
	border: 1px solid #777c82;
	margin-left: 0;
	background: #f9f9f9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	}

#contact_form input#name,
#contact_form input#email,
#contact_form input#subject {width: 400px;}

#contact_form textarea {
	width: 500px;
	height: 150px;
	resize: none;
	}

#contact_form input.textlink {float: right;}



/* =Comments form
-------------------------------------------------------------- */
#comment_form ul {float: left;}

#comment_form ul li {
	margin: 10px 0;
	list-style: none; 
	position: relative;
	clear: both;
	}

#comment_form label {
	line-height: 35px;
	width: 100px;
	text-align: left;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	}

#comment_form input,
#comment_form textarea {
	float: left;
	padding: 8px;
	border: 1px solid #777c82;
	margin-left: 0;
	background: #f9f9f9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	}

#comment_form input#name:focus,
#comment_form input#email:focus,
#comment_form input#subject:focus,
#comment_form textarea:focus {
	background: #fff
	}

#comment_form input {width: 400px;}

#comment_form textarea {
	width: 500px;
	height: 150px;
	resize: none;
	}

#comment_form h3 {font-size: 21px}


/* =Contact Page Sidebar
-------------------------------------------------------------- */
.contact ul {list-style: none;}
.contact li {margin: 0;}


/* =Footer
-------------------------------------------------------------- */
.footer {
	width: 960px;
	color: #44484e;
	padding: 20px 30px;
	margin: 0;
	background: #d6d9dd;
	}

.footer p {
	font-size: 11px;
	border-top: 1px dotted #777c82;
	padding: 30px 0;
	}

.footer a {color: #777c82;}

.footer a.toplink {
	color: #777c82;
	text-decoration: none;
	}

.footer a.toplink:hover {
	color: #111;
	text-decoration: none;
	background: #777c82
	}


	

/* =prettyPhoto - Dark Rounded Theme 
--------------------------------------------------------------------- */
div.nitro_dark_rounded .pp_top .pp_left {background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.nitro_dark_rounded .pp_top .pp_middle {background: url(../images/prettyPhoto/nitro_dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
div.nitro_dark_rounded .pp_top .pp_right {background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
div.nitro_dark_rounded .pp_content_container .pp_left {background: url(../images/prettyPhoto/nitro_dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
div.nitro_dark_rounded .pp_content_container .pp_right {background: url(../images/prettyPhoto/nitro_dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
div.nitro_dark_rounded .pp_content {background: url(../images/prettyPhoto/nitro_dark_rounded/contentPattern.png) top left repeat; } /* Content background */
div.nitro_dark_rounded .pp_next:hover {
	background: url(../images/prettyPhoto/nitro_dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
	}
	/* Next button */
div.nitro_dark_rounded .pp_previous:hover {background: url(../images/prettyPhoto/nitro_dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.nitro_dark_rounded .pp_expand {background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.nitro_dark_rounded .pp_expand:hover {background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.nitro_dark_rounded .pp_contract {background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.nitro_dark_rounded .pp_contract:hover {background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.nitro_dark_rounded .pp_close { width: 27px; height: 27px; background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.nitro_dark_rounded .currentTextHolder {color: #777c82;font-size: 12px;}
div.nitro_dark_rounded .pp_description { color: #fff; }
div.nitro_dark_rounded #pp_full_res .pp_inline { color: #fff; }
div.nitro_dark_rounded .pp_gallery a.pp_arrow_previous,
div.nitro_dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.nitro_dark_rounded .pp_nav .pp_play {background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.nitro_dark_rounded .pp_nav .pp_pause {background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.nitro_dark_rounded .pp_arrow_previous {background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.nitro_dark_rounded .pp_arrow_previous.disabled {background-position: 0 -87px; cursor: default; }
div.nitro_dark_rounded .pp_arrow_next {background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.nitro_dark_rounded .pp_arrow_next.disabled {background-position: -22px -87px; cursor: default; }

div.nitro_dark_rounded .pp_bottom .pp_left {background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.nitro_dark_rounded .pp_bottom .pp_middle {background: url(../images/prettyPhoto/nitro_dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
div.nitro_dark_rounded .pp_bottom .pp_right {background: url(../images/prettyPhoto/nitro_dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

div.nitro_dark_rounded .pp_loaderIcon {background: url(../images/prettyPhoto/nitro_dark_rounded/loading.gif) center center no-repeat; } /* Loader icon */

/* prettyPhoto stuff - DO NOT CHANGE!
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus {outline:none;}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
	}
	
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
	}
		
.pp_top {
	height: 20px;
	position: relative;
	}

* html .pp_top {padding: 0 20px;}
		
.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
	}

.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
	}

* html .pp_top .pp_middle {
	left: 0;
	position: static;
	}
			
.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	}
		
.pp_content {height: 40px;}
		
.pp_fade {display: none;}
		
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
	}
		
.pp_content_container .pp_left {padding-left: 20px;}
.pp_content_container .pp_right {padding-right: 20px;}
		
.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px 0;
	}

.pp_description {
	display: none;
	margin: 0 0 5px 0;
	}
				
.pp_nav {
	clear: left;
	float: left;
	margin: 3px 0 0 0;
	}
				

.pp_nav p {
	float: left;
	margin: 2px 4px;
	}
					
.pp_nav .pp_play,
.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
	}
				
a.pp_arrow_previous,
a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
	}
		
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
	}
		
.pp_gallery {
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
	}
			
.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	overflow: hidden;
	position: relative;
	}
			
.pp_gallery ul a {
	/*border: 1px #000 solid;
	border: 1px rgba(0,0,0,0.5) solid;*/
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
	}
			
.pp_gallery ul a:hover,
.pp_gallery li.selected a {/*border: 2px solid #d6dbdd;*/}
			
.pp_gallery ul a img { border: 0; }
			
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	}
			
.pp_gallery li.default a {
	background: url(../images/prettyPhoto/nitro_dark_rounded/default_thumbnail.png) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
	}
			
.pp_gallery li.default a img { display: none; }
			
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
	}
		
a.pp_next {
	background: url(../images/prettyPhoto/nitro_dark_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	}
			
a.pp_previous {
	background: url(../images/prettyPhoto/nitro_dark_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
	}
		
a.pp_expand,
a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;	
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
	}
			
a.pp_close {
	display: block;
	float: right;
	line-height: 22px;
	text-indent: -10000px;
	}
		
.pp_bottom {
	height: 20px;
	position: relative;
	}

* html .pp_bottom { padding: 0 20px; }

.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
	}

.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
	}

* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
	}
				
.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	}
		
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px;
	}
		
#pp_full_res {line-height: 1 !important;}
		
#pp_full_res .pp_inline {text-align: left;}
			
#pp_full_res .pp_inline p {margin: 0 0 15px 0;}
	
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999;
	}


/* =Tooltip
-------------------------------------------------------------- */
#tooltip {
	position: absolute;
	color: #d6dbdd;
	background: #111;
	padding: 0 6px;
	font-size: 11px;
	display: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: none;
	}


/* =Preload images
-------------------------------- 
.image-holder,
.image-holder-medium {
	float: left;
	background: #000 url(../images/loading.gif) 50% 50% no-repeat;
	display: inline;
	margin-bottom: 10px;
	border: 1px solid #000;
	}

.image-holder {
	width: 196px;
	height: 140px;
	}

.image-holder-medium {
	width: 640px;
	height: 300px;
	}*/


/* =Styleswitcher
----------------------------------------------------------------------------------------------------*/
#styleswitcher {
	position: absolute;
	background: #000;
	margin-top: 5px;
	margin-left: 5px;
	padding: 10px 15px 10px 10px;
	z-index: 9000;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity: 0.8;
	}

#styleswitcher li {
	list-style: none;
	margin-left: 5px;
	}
	
#styleswitcher a {
	color: #888;
	text-decoration: none;
	}

#styleswitcher a:hover {color: #d6d9dd;}
	
li.t_skins {
	font-weight: bold;
	color: #d6d9dd;
	margin-bottom: 5px;
	list-style: none;
	}



/* Overiding Classes */
/* Must remain at the bottom of the stylesheet */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	}

* html .clearfix {height: 1%;}



/* THE END */
