/*

Theme Name: Star Blog

Description: Star Blog WordPress Theme

Author: PremiumWP

Author URI: http://www.premiumwp.com/

Tags: blog, black, blue, red, white, two columns, fixed width, widgetized

Version: 1.0.1

*/



/* import stylesheets and hide from ie/mac \*/

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url("css/master.css");

/* end import/hide */



/***** General ********************/



body {
	color: #aeafaf;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 19px;
	background-color: #131616;
	}



/* links */



a:link, a:visited {

	color: #DCDCDC;

	text-decoration: none;

	}

a:hover {
	text-decoration: none;
	color: #31BEF3;
	}



/***** Layout ********************/



.pads {

	width: 980px;

	margin: 0 auto;

	}

#container {
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#wrapper {

	width: 100%;

	float: left;

	background: #F1F1F1;

	}

#content {

	float: left;

	width: 610px;

	margin: 0px 0px 0px 10px;

	padding: 0px 0px 0px 0px;

	background: #fff;

	}

#content-single {

    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 980px;

	}

body.blog #content,

body.single #content {

	padding: 0;

	}

body.attachment #content {

	padding: 10px 0 0;

	}

#sidebar {

	float: right;

	width: 320px;

	margin: 0px 10px 0px 0px;

	}



#contentfull {

    width: 980px;

	margin: 0px 0px 10px 10px;

	padding: 0px 0px 0px 0px;

	background: #fff;

	}


.home-content {
	float: left;
	height: 600px;
	width: 980px;
	position: fixed;
	top: 100px;
	z-index: -1;
}


.home-content-categories {
	float: left;
	width: 980px;
	z-index: 2;
	margin-top:800px;
}


#home {
	float: left;
	width: 980px;
	margin-bottom: 100px;
	padding-top:100px;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2C2D;
	padding-bottom: 200px;
}

#about {
	float: left;
	width: 980px;
	margin-bottom: 100px;
	padding-top:100px;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2C2D;
	padding-bottom: 200px;
	}

#reel {
	float: left;
	width: 980px;
	margin-bottom: 100px;
	padding-top:100px;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2C2D;
	padding-bottom: 200px;
}

#services {
	float: left;
	width: 980px;
	margin-bottom: 100px;
	padding-top:100px;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2C2D;
	padding-bottom: 200px;
}

#work {
	float: left;
	width: 980px;
	margin-bottom: 100px;
	padding-top:100px;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2C2D;
	padding-bottom: 200px;
}

#contact {
	float: left;
	width: 980px;
	margin-bottom: 100px;
	padding-top:100px;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2C2D;
	padding-bottom: 200px;
}


/***** Header ********************/



#header .pads {

	padding: 15px 0 5px;

	}



/* site logo */



#header #site-logo {

	float: left;

	line-height: 0;

	}


#top #site-logo {

    float: left;
    line-height: 0;
    margin-top: 15px;

	}



/***** Top Navigation Menu ********************/



#top {
	color: #000000;
	text-transform: none;
	overflow: hidden;
	clear: both;
	background-image: url(images/top-bckr.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100px;
	z-index: 1000;
	}



#top ul {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: none;
	margin: 0;
	padding-top: 0;
	padding-right: 190px;
	padding-bottom: 0;
	padding-left: 0;
	}



#top li {

	float: left;

	list-style: none;

	margin: 0;

	padding: 0;

	}



#top li a {

    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    position: relative;
	z-index:5000;

	}



#top li a:hover, #top li a:active, #top .current_page_item a {
	color: #33CCCC;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	}



#top li a.sf-with-ul {

	padding-right: 20px;

	}



#top li a .sf-sub-indicator {

	background: url(images/arrow-down.png);

	display: block;

	width: 10px;

	height: 10px;

	text-indent: -9999px;

	overflow: hidden;

	position: absolute;

	top: 11px;

	right: 5px;

	}


.sm {
float: right;
height: 25px;
margin-right: -615px;
margin-top: 26px;
text-align: right;
width: 160px;
}
.vm {
	float: left;
	height: 25px;
	width: 25px;
	margin-right:5px;
}

.vm a:link, .vm a:active, .vm a:visited {
	background-image: url(images/sm-bt.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 25px;
	width: 25px;
}

.vm a:hover {
	background-image: url(images/sm-bt.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	float: left;
	height: 25px;
	width: 25px;
}

.in {
	float: left;
	height: 25px;
	width: 25px;
	margin-right:5px;
}

.in a:link, .in a:active, .in a:visited {
	background-image: url(images/sm-bt.png);
	background-repeat: no-repeat;
	background-position: -30px 0px;
	float: left;
	height: 25px;
	width: 25px;
}

.in a:hover {
	background-image: url(images/sm-bt.png);
	background-repeat: no-repeat;
	background-position: -30px -30px;
	float: left;
	height: 25px;
	width: 25px;
}

.rss {
	float: left;
	height: 25px;
	width: 25px;
	margin-right:5px;
}

.rss a:link, .rss a:active, .rss a:visited {
	background-image: url(images/sm-bt.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
	float: left;
	height: 25px;
	width: 25px;
}

.rss a:hover {
	background-image: url(images/sm-bt.png);
	background-repeat: no-repeat;
	background-position: -60px -30px;
	float: left;
	height: 25px;
	width: 25px;
}



.imdb {
	float: left;
	height: 25px;
	width: 57px;
}

.imdb a:link, .imdb a:active, .imdb a:visited {
	background-image: url(images/sm-bt.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
	float: left;
	height: 25px;
	width: 57px;
}

.imdb a:hover {
	background-image: url(images/sm-bt.png);
	background-repeat: no-repeat;
	background-position: -100px -30px;
	float: left;
	height: 25px;
	width: 57px;
}


/***** Content ********************/



.random-work {
	float: left;
	height: 545px;
	width: 980px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2C2D;
}
.sec-title {
	color: #414245;
	background-image: url(images/section-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	float: left;
	width: 100%;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2C2D;
	margin-bottom: 10px;
	padding-bottom: 25px;
	font-size: 16px;
}
.latest-news {
	float: left;
	width: 490px;
	margin-right: 20px;
}

.latest-projects {
	float: left;
	width: 470px;
}



#container .pads {
	padding: 10px 0 0;
	}



/* basic elements */



blockquote {

	color: #999;

	font-style: italic;

	padding: 0 10px 0 25px;

	background: url('images/quote.png') no-repeat 0 0;

	}

.entry-content ul {

	margin: 0 0 0 10px;

	list-style: none;

	}

.entry-content ul ul {

	margin: 0 0 10px;

	}

.entry-content ul li {

	padding: 0 0 0 13px;

	background: url('images/bullet-list-bw.gif') no-repeat 0 8px;

	}

.entry-content ol li {

	padding: 0;

	background: none;

	}



/* alignments & images */



img.aligncenter, img[align="center"] {

	margin: 0 auto;

	display: block;

	}

.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 10px;

	}

.alignleft {

	float: left;

	margin: 0px 10px 10px 0px;

	}

img.alignleft, img[align="left"] {

	float: left;

	margin: 0px 10px 10px 0px;

	}

.alignright {

	float: right;

	margin: 0px 0px 10px 10px;

	}

img.alignright, img[align="right"] {

	float: right;

	margin: 0px 0px 10px 10px;

	}



.entry-content img {

	max-width: 558px;

	height: auto;

	padding: 0px;


	}

.entry-content img.wp-smiley {

	background: none !important;

	}



/* Caption */



.wp-caption {

	max-width: 558px;

	padding: 5px 0px 5px 0px;

	text-align: center;

	background: #f6f6f6;

	border: 1px solid #eee;



	}

.wp-caption img {

	max-width: 558px;

	height: auto;

	margin: 0;

	padding: 0;

	background: none;

	}

.wp-caption p.wp-caption-text {

	margin: 0;

	padding: 0 5px;

	font-size: .9em;

	line-height: 1em;

	}



/* navigation */



.navigation {

	padding: 10px 0;

	background: #f1f1f1;

	}

.navigation a {

	display: block;

	padding: 5px 15px;

	background: #3E7AB9;

	text-transform: uppercase;

	}

.navigation a:link,

.navigation a:visited {

	color: #fff;

	}

.navigation .meta-nav {

	width: 0;

	display: none;

	}

.nav-previous {

	float: left;

	text-align: left;

	}

.nav-next {

	float: right;

	text-align: right;

	}



#nav-images {

	margin: 0;

	padding: 10px;

	background: #fff;

	border-bottom: 10px solid #f1f1f1;

	}

#nav-images a {

	float: left;

	padding: 0;

	background: none;

	line-height: 0;

	border: 1px solid #eee;

	}

#nav-images a:hover {

	border: 1px solid #3E7AB9;

	}

#nav-images img {

	width: 60px;

	height: 60px;

	padding: 3px;

	background: #fff;

	line-height: 0;

	}

#nav-images img:hover {

	background: #3E7AB9;

	}



/***** Main Content ********************/



.entry {

	margin: 10px 10px 10px 10px;

	padding: 0px 0px 5px 0px;

	border-bottom: 1px solid #cccccc;

	}

.entry-single {
	margin: 0px;
	padding: 0px;
	}


.entry-home {
	float: left;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 5px;
	margin-top: 0px;
	width: 230px;
	padding: 0;
	}

.works-home {
	float: left;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 15px;
	margin-top: 0px;
	width: 310px;
	padding: 0;
	}

.news-home {
	float: left;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0px;
	width: 490px;
	height: 100px;

	}
.home-news-title a:link {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: 300;
    height: 100px;
    line-height: 32px;
    margin-bottom: -58px;
    margin-left: 0;
    margin-top: 0;
    padding-left: 10px;
    position: relative;
    width: 480px;
    z-index: 100;
	background-image: url(images/news-bckr.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

.home-news-title a:hover {
	color: #FFFFFF;
	float: left;
	font-size: 18px;
	font-weight: 300;
	height: 100px;
	line-height: 32px;
	margin-bottom: -58px;
	margin-left: 0;
	margin-top: 0;
	padding-left: 10px;
	position: relative;
	width: 480px;
	z-index: 100;
	background-image: url(images/news-bckr.png);
	background-repeat: no-repeat;
	background-position: left -105px;
	}

.entry-home-small {
    float: left;
    height: 132px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1px;
    margin-top: 1px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 236px;
	}

.entry-single {

	margin: 10px 10px 10px 10px;

	padding: 0px 0px 5px 0px;

	}

.entry-wide {

	padding: 10px 10px 10px 10px;

	border-bottom: 2px solid #F1F1F1;

	}

.ad-entry {

	padding: 10px 10px 10px 10px;

	border-bottom: 2px solid #F1F1F1;

	}

body.archive .entry {

	border: none;

	}

.page-title {

	margin: 0px 0px 15px 0px;

	padding: 5px 5px 5px 5px;

	font-size: 1.8em;

	font-weight: bold;

	line-height: normal;

	border-top: 1px solid #cccccc;

	border-bottom: 1px solid #cccccc;

	}

.search .page-title,

.archive .page-title {

	margin: 10px 15px 10px;

	}

.author .page-title,

.category-page-title {

	margin: 10px 10px 10px 10px;

	padding: 5px 5px 0;

	font-size: 1.8em;

	font-weight: normal;

	line-height: normal;

	border-top: 1px solid #cccccc;

	border-bottom: none;

	}

.tag-page-title {

	margin: 10px 10px 20px 10px;

	padding: 5px 5px 5px 5px;

	font-size: 1.8em;

	font-weight: normal;

	line-height: normal;

	border-top: 1px solid #cccccc;

	border-bottom: 1px solid #cccccc;

	}

body.attachment .page-title {

	margin: 0 10px;

	}

.section-title {

	clear: both;

	margin: 0 15px 10px;

	padding: 5px;

	font-size: 1.4em;

	font-weight: bold;

	text-transform: uppercase;

	line-height: 1em;

	border: solid #ccc;

	border-width: 1px 0;

	}

.entry-title {

	margin: 0;

	padding: 0;

	font-size: 1.3em;

	font-weight: bold;

	line-height: normal;

	font-stretch: narrower;

	}

.entry-title a:link,

.entry-title a:visited {
    background-image: url("images/title-bullet-border.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #414245;
    float: left;
    height: 30px;
    margin-top: -141px;
    padding-left: 3px;
    padding-top: 140px;
    width: 227px;
	}

.entry-title a:hover {
	background-image: url(images/title-bullet-border.png);
	background-position: right -174px;
	background-repeat: no-repeat;
	color: #666666;
	float: left;
	height: 30px;
	margin-top: -141px;
	padding-left: 3px;
	padding-top: 140px;
	width: 227px;
	}


.entry-title-works a:link,

.entry-title-works a:visited {
    background-image: url("images/title-bullet-border-works.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #414245;
    float: left;
    height: 30px;
    margin-top: -180px;
    padding-left: 3px;
    padding-top: 185px;
    position: relative;
    width: 307px;
	}

.entry-title-works a:hover {
	background-image: url(images/title-bullet-border-works.png);
	background-position: right -219px;
	background-repeat: no-repeat;
	color: #414245;
	float: left;
	height: 30px;
	margin-top: -180px;
	padding-left: 3px;
	padding-top: 185px;
	position: relative;
	width: 307px;
	}



.archive-meta {

	margin: -10px 10px 15px 10px;

	padding: 0px 5px 0px 5px;

	color: #6c6c6c;

	font-style: italic;

	border-bottom: 1px solid #ccc;

	}

.entry-meta,

.entry-meta a:link,

.entry-meta a:visited {

	color: #999;

	text-align: right;

	}

.entry-meta a:hover {

	color: #3E7AB9;

	}

.entry-meta .entry-more a:link,

.entry-meta .entry-more a:visited {

	color: #3E7AB9;

	font-weight: bold;

	}

.entry-meta .entry-more a:hover {

	color: #3E7AB9;

	text-decoration: underline;

	}

.entry-meta .entry-date {

	font-size: .8em;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-transform: none;

	}

.entry-meta .entry-meta-sep {

	padding: 0 2px;

	}



.entry-content {

	margin: 0px 0 0 0;

	padding: 5px 0 0 0;

	}

.entry-image {

	float: left;

	width: 120px;

	height: 85px;

	padding: 4px;

	background: #fff;

	border: 1px solid #eee;

	}



.entry-caption {

	color: #b1b1b1;

	font-style: italic;

	}

.entry-content .gallery {

	max-width: 588px;

	margin: 0 0 10px;

	}

.entry-content .gallery dl {

	margin: 0;

	padding: 0;

	}

.entry-content .gallery:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

	}

.entry-content .gallery {

	display: inline-block;

	}

* html .entry-content .gallery {

	height: 1%;

	}

*:first-child+html .entry-content .gallery {

	min-height: 1px;

	}

.entry-content .gallery {

	display: block;

	}

.entry-content .gallery a {

	float: left;

	margin: 0 5px 10px 0;

	border: 1px solid #eee;

	}

.entry-content .gallery a:hover {

	background: #3E7AB9;

	border: 1px solid #3E7AB9;

	}

.entry-content .gallery img {

	float: left;

	width: 100px;

	height: 100px;

	padding: 3px;

	background: none;

	}



.protected .entry-content input {

	margin: 5px 0 0;

	padding: 3px 10px;

	color: #fff;

	background: #3E7AB9;

	border: none;

	}

.protected .entry-content label input {

	color: #000;

	background: #fefefe;

	border: 1px solid #d5d5d5;

	}

.protected .entry-content label input[type="text"]:focus {

	background: #fff;

	}



#searchform-no-results {

	margin: 0px 0px 0px 0px;

	padding: 15px;

	background: #efefef;

	}



#searchform-no-results #s {

	width: 300px;

	height: 20px;

	padding: 5px 5px 0px 5px;

	position: relative;

	border: none;

	}



#searchform-no-results .button {

	padding: 5px 10px 5px 10px;

	color: #fff;

	text-transform: uppercase;

	vertical-align: text-bottom;

	background: #3E7AB9;

	border: none;

	}

#searchform-no-results #s-no-results {

	border: 1px solid #d5d5d5;

	}



/***** Front Page Styles ********************/



#headline {

	height: 250px;

	padding: 10px 10px 10px 10px;

	overflow: hidden;

	position: relative;

	border-bottom: 10px solid #f1f1f1;

	}





/* Thumbnail Images */





.entry-list {

	float: left;

	width: 270px;

	display: inline;

	margin: 0 5px 0 15px;

	padding: 5px;

	}



.entry-list-thumb {
	line-height: 0;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2C2D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

.entry-list-thumb-small {
	margin: 0px;
	line-height: 0;
	float:left;
	padding: 0px;
	}



.entry-list-thumb img {
	width: 230px;
	height: 130px;
	padding: 0px;
	margin: 0px;
	}

.entry-list-thumb-works img {
	width: 310px;
	height: 175px;
	padding: 0px;
	margin: 0px;
	}


.entry-list-thumb-small img {
	width: 236px;
	height: 132px;
	padding: 0px;
	margin: 0px;
	}





/***** Archives Page ********************/



.archives-page-left {

	float: left;

	width: 220px;

	margin: 0px;

	padding: 0px 0px 0px 0px;

	}



.archives-page-right {

	float: left;

	width: 350px;

	margin: 0px;

	padding: 0px 0px 0px 0px;

	}



/***** Single Post View Styles ********************/



.entry-top {
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;

	}

.entry-top .entry-title {
	float: left;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	}

.entry-title-works {
	float: left;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	}

.entry-top .entry-author {

	font-style: italic;

	}



.entry-meta-top {

	margin: 0 0 0px 0;

	padding: 0px 0px;

	font-size: 0.9em;

	color: #999;

	text-align: left;

	position: relative;

	border-top: 0px solid #ccc;

	border-bottom: 0px solid #ccc;

	}

.entry-meta-top .entry-email img {

	margin: -2px 0 0;

	}

.entry-meta-top .entry-print img {

	margin: -1px 0 0;

	}

.entry-meta-top .entry-meta-sep {

	padding: 0 3px;

	}

.entry-meta-top .entry-bookmarks .entry-meta-sep {

	vertical-align: super;

	}

.entry-meta-top a:link,

.entry-meta-top a:visited {

	color: #999;

	}

.entry-meta-top a:hover {

	color: #000;

	text-decoration: none;

	}

.entry-meta-top .entry-tools {

	float: right;

	margin: 2px 0px 0px 0px;

	padding: 8px 0px 0px 0px;

	line-height: 0;

	list-style: none;

	}

.entry-meta-top .entry-tools li {

	float: left;

	margin: 0;

	padding: 0px 3px 0px 0px;

	}

.entry-bottom {

	margin: 15px 0 0;

	}

.entry-bookmarks {

	margin: 10px auto;

	text-align: center;

	}



body.single .entry {

	border-bottom-width: 10px;

	}



/***** Footer ********************/



#footer {
	width: 100%;
	text-align: left;
	background-image: url(/wp-content/themes/helmisvfx/images/bottom-figure/icon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	left: 0px;
	bottom: 0px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: -1;
	}

#footer #menu-bottom {

	padding: 10px 0px 0px 0px;

	margin: 0 auto;

	list-style: none;

	}

#footer #menu-bottom li {

	margin: 0;

	padding: 0;

	display: inline;

	}

#footer #menu-bottom a {

	padding: 0 10px;

	line-height: 1em;

	display: inline;

	}

#footer #menu-bottom a:link,

#footer #menu-bottom a:visited {

	color: #FFFFFF;

	}

#footer #menu-bottom #mb-home a {

	border-left: none;

	}

.footerlinks {

    color: #666666;
    font-size: 9px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    text-align: center;
    width: 300px;

	}



.footerlinks a:link,

.footerlinks a:visited {

	color: #666666;

	text-decoration: none;

	}





/***** Search Form ********************/



#searchform {

	margin: 0px;

	padding: 0px;

	display: inline;

	}



#searchbox {

	background: #EEEEEE !important;

	width: 220px;

	color: #202020;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	font-weight: normal;

	margin: 0px;

	padding: 4px 0px 4px 5px;

	border: 1px solid #666666;

	}



#s {

	background: #EEEEEE !important;

	width: 160px;

	color: #202020;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	font-weight: normal !important;

	margin: 0px;

	padding: 4px 0px 4px 5px;

	border: 1px solid #666666;

	}



#searchsubmit {

	background: #000000;

	color: #FFFFFF;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	font-weight: normal !important;

	margin: 0px 0px 0px 5px;

	padding: 3px 9px 3px 9px;

	font-weight: bold;

	border: 1px solid #666666;

	}


img {
	max-width:980px;}
