/* Global reset */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; outline: 0; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
a { text-decoration: none; }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* Tell the browser to render HTML 5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Stuff */
input[type=text], input[type=password], textarea {
	padding: 3px;
	margin-bottom: 5px;
}

.inputbig {
	width: 294px;
	height:20px;
}

.textareabig {
	width: 294px;
	min-height: 100px;
}

.required {
	background: url(../img/icons/package-broken.png) no-repeat right center;
	width: 14px;
	height: 14px;
}

/* Rating */
.post-meta .like {
	background: url(../../../img/thumb-up.png) no-repeat top left;
	background-color: rgb(239, 239, 239);
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 3px 5px 3px 29px;
	
}
.post-meta .dislike {
	background: url(../../../img/thumb-down.png) no-repeat bottom left;
	background-color: rgb(239, 239, 239);
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 3px 5px 3px 29px;
}

.post-meta .like:hover {
	background: url(../../../img/thumb-up.png) no-repeat bottom left;
	background-color: rgb(231, 247, 211);
	background-color: rgba(231, 247, 211, 0.5);
	border: 1px solid #6c3;
	-webkit-box-shadow: 0px 0px 3px 1px #d6d6d6;
	-moz-box-shadow: 0px 0px 3px 1px #d6d6d6;
	box-shadow: 0px 0px 3px 1px #d6d6d6;
	
}
.post-meta .dislike:hover {
	background: url(../../../img/thumb-down.png) no-repeat top left;
	background-color: rgb(255, 235, 232);
	background-color: rgba(255, 235, 232, 0.5);
	border: 1px solid #C00;
	-webkit-box-shadow: 0px 0px 3px 1px #d6d6d6;
	-moz-box-shadow: 0px 0px 3px 1px #d6d6d6;
	box-shadow: 0px 0px 3px 1px #d6d6d6;
}

p, h1, h2, h3 {
	margin-bottom: 10px;
}

.forgotP {display: none;}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro", Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 1px #fff;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
	letter-spacing: -1px;
}

h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-weight: normal;
	font-size: 16px;
}

/* font classes */
.farial {
	font-family: Arial, sans-serif;
}
.fhelvetica {
	font-family: Helvetica, sans-serif;
}
.ftimes {
	font-family: Times New Roman, Times, sans-serif;
}
.ftrebuchet {
	font-family: Trebuchet MS, Tahoma, sans-serif;
}
.fverdana {
	font-family: Verdana, sans-serif;
}
.ftleft {
	text-align: left;
}
.ftcenter {
	text-align: center;
}
.ftright {
	text-align: right;
}
.ftjustify {
	text-align: justify;
}

/**
 * Forms
 */

button, input, select, textarea { width: auto; overflow: visible; margin: 0; vertical-align: baseline; outline: none; }

textarea { overflow: auto; vertical-align: text-top; }
	
/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

.block {
	display: block;
}

/* Hand cursor on clickable input elements */
label[for], input[type="button"], input[type="submit"], input[type="image"], button, .jakCaptcha { cursor: pointer; }

/* Ajax Search */
#ajaxsearchForm fieldset{
	position: relative;
	border:none
}
.hideSearchResult, .loadSearchResult, .hideAdvSearchResult, .votehide {
	position: absolute;
	top: 2px;
	right: 5px;
	padding: 3px;
	display: none
}

.hideSearchResult, .hideAdvSearchResult {
	top: 29px;
}

/* Styling the search results */
.ajaxspageContainer {
	/* Holds each page with search results. Has an inset bottom border. */
	background-color:#eee;
	border:1px solid #E6E8E9;
	padding:5px 5px 0;
	margin-bottom:8px
}

/* Web & news results */
.ajaxsResult {
	position: relative;
	background-color:#FAFAFA;
	border:1px solid white;
	list-style:none;
	margin:2px 0;
	outline:1px solid #DDD;
	padding:10px
}
.ajaxsResult p {
	font-size: 12px;
}

/* Error Messages */
.status-ok, .voteupbar {
	background: url(../img/icons/package-reinstall.png) no-repeat 10px center;
	background-color: rgba(231, 247, 211, 0.5);
	border: 1px solid #6c3;
	border-radius: 5px;
	padding: 6px 0 3px 35px;
	margin-bottom: 10px;
}

.status-failure, .votedownbar {
	background: url(../img/icons/package-broken.png) no-repeat 10px center;
	background-color: rgba(255, 235, 232, 0.5);
	border: 1px solid #C00;
	border-radius: 5px;
	padding: 6px 0 3px 35px;
	margin-bottom: 10px;
}

.voteupbar, .votedownbar {
	min-width: 12%;
	margin: 10px 0 0 0;
}
.rateresult {
	width: 100%;
}
input.error, textarea.error {border: 1px solid red !important;}
#loader {display:none;padding-left:20px;background:url(../../../img/loader.gif) no-repeat center left;}
label span.error {
	color:red;
	position:relative;
	right:-10px;
	font-size: 10px;
}
.v_player {
	width: 600px;
	height: 335px;
	margin: 0;
}

/* Paginate */
.paginate {
	float: left;
	margin-top: 10px;
  	text-align: center;
}
.paginate ul {
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	text-align: center;
}
.paginate li {
  	display: inline;
}
.paginate a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  margin: 1px 2px;
  padding: 5px 10px;
  display: inline-block;
  border-top: 1px solid #fff;
  text-decoration: none !important;
  color: #717171 !important;
  font-size: smaller !important;
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  text-shadow: white 0 1px 0;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f9f9f9, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
  /* IE6–IE9 */
}

.paginate a:hover, .paginate a:focus {
  border-color: #fff;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
  /* IE10 */
  background-image: -o-linear-gradient(top, #fefefe, #fafafa);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #fefefe, #fafafa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');
  /* IE6–IE9 */
}
.paginate a.active {
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  border-color: #505050 !important;
  color: #f2f2f2 !important;
  text-shadow: black 0 1px 0;
  background-color: #676767;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
  /* IE10 */
  background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c');
  /* IE6–IE9 */
}