﻿/*
Theme Name: WP Review Site
Theme URI: http://www.wpreviewsite.com
Description: This bonus theme includes the WP Review Site plugin preinstalled into the post, page and comment templates, as well as extra CSS styling!
*/

/* Overall Styles */

body {
	background: #fff;
	margin: 0 20px;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
	color: #333;
	margin:50px 0px; padding:0px;
	text-align:center;
}

	
#content {
	width:1000px;
	margin:0px auto;
	text-align:left;
	padding:5px;
	}

table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

a:link, a:visited, a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	margin: 0 0 15px 0;
}

/* Header */



#header {
	background: #e3f1ff;
	padding: 10px;
	color: #333;
}

#header h1 {
	font-family: arial;
	font-size: 20pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#header h2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#nav {
	clear: both;
	position: relative;
	background: #333;
	overflow: auto;
	padding-bottom: 10px;
}

#nav ul {
	margin: 0;
	padding: 10px;
	background: #333;
}

#nav ul li {
	list-style: none;
	float: left;
	display: block;
	padding: 0 10px;
}

#nav a:link, #nav a:visited {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
}

#nav a:link.selected, #nav a:visited.selected {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	margin-top: 15px;
	background: #e3f1ff;
	padding: 10px;
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
}

/* Sidebar */

#sidebar {
	width: 0px;
	float: right;
	padding: 5px 0;
	border-bottom: 10px solid #fff;
	height: 100%;
}

#sidebar h2 {
	margin: 0;
	padding: 4px 8px;
	background: #666;
	color: #fff;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

#sidebar ul {
	margin: 0 0 15px 10px;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	line-height: 2em;
	font-family: Arial;
	font-size: 8pt;
	border-bottom: 1px solid #eee;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #666;
}

/* Posts & Pages */

#page {
	padding: 5px 15px 15px 0;
	font-family: Helvetica;
	font-size: 9pt;
	line-height: 1.5em;
	width: 600px;
}

#page h1 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

#page h2 {
	font-family: 'Trebuchet MS', arial;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#page h1 a:link, #page h1 a:visited {
	text-decoration: underline;
}

#page h1 a:hover, #page h1 a:active {	
	text-decoration: none;
}

#page td.date {
	white-space: nowrap;
}

#page td.date div {
	width: 70px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	background: #d54e21;
	color: #fff;
	text-align: right;
	padding: 5px;
	margin-right: 10px;
}

.reviewcount {
	float: right;
}

.reviewcount a:link, .reviewcount a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 5px;
	background: #e3f1ff;
	font-family: Arial;
	font-size: 8pt;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#page .content {
	clear: left;
	padding-right: 10px;
}

#page td.ratings {
	white-space: nowrap;
	padding-left: 10px;
}

#page table.ratings {
	float: right;
	margin-left: 10px;
}

#page table.ratings td {
	border: 1px solid #fff;
	text-align: right;
}

/* Comments / Reviews */

h2#comments {
	clear: both;
	background: #f3f2ed;
	font-size: 11pt;
	font-weight: bold;
	border-top: 10px solid #fff;
	color: #333;
	padding: 10px;
}

h3#respond {
	clear: right;
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	border-bottom: 2px solid #ccc;
}

#comments h3.review {
	clear: right;
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
	color: #333;
	font-family: Arial;
	font-size: 10pt;
}


#comments .reviewtext {
	width:500px;
	font-size: 9pt;
	color: #333;
}

#comments p {
	margin-top: 5px;
	font-size: 9pt;
	color: #333;
}

#comments ul {
	margin: 0;
	padding: 0;
}

#comments li {
	display: inline;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-ie7 .jcarousel-container {    
    background-color: white;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 880px;    
}

.jcarousel-skin-ie7 .jcarousel-container-vertical {
    width: 50px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  880px;
    height: 50px;
}

.jcarousel-skin-ie7 .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 150px;
    height: 50px;
}

.jcarousel-skin-ie7 .jcarousel-item:hover {
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 0;
    height: 0;
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0; 
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 0;
    height: 0;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;        
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ie7 .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
	
