/*
Theme Name: JamesFrey
Theme URI: http://littlemunk.com/
Description: JamesFrey is a two-column, widget-ready theme.
Version: 1.0
Author: LittleMunk.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Copperplate Gothic Light, Copperplate Light, Palatino Linotype, Book Antiqua, serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 135%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p {
	margin-bottom: 15px;
	line-height: 1.4em;
}

ul, ol {
	margin-left: 2em;
	font-family: Copperplate Gothic Light, Copperplate Light, Palatino Linotype, Book Antiqua, serif;	
    line-height: 1.6em;
    margin-bottom: 5px;
}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	background: url(images/img09.gif) repeat-y;
	font-style: italic;
}

a:link {
	color: #666666;
}

a:hover, a:active {
	text-decoration: none;
	color: #333333;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Menu */

#menu {
	width: 770px;
	height: 35px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 122px;
	height: 65px;
	padding: 40px 0 0 0;
}

#menu a {
	display: block;
	width: 122px;
	height: 32px;
	padding: 13px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#menu a:hover {
	background-image: url(images/img03.jpg);
}

#menu .active {
	padding-top: 35px;
}

#menu .active a {
	height: 37px;
	padding-top: 16px;
	background-image: url(images/img04.jpg);
	color: #666666;
}

#menu .active a:hover {
	background-image: url(images/img04.jpg);
}

/* Header */

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#header {
	width: 770px;
	height: 140px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 160px;
	background: url(images/img05.jpg) no-repeat;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 95px;
	background: url(images/img07.jpg) no-repeat center center;
	font-size: 147%;
}

#logo h2 {
	letter-spacing: 2px;
	font-size: 85%;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

/* Banner */

#banner {
	float: right;
	width: 520px;
	height: 160px;
	background: url(images/img06.jpg) no-repeat;
}

#banner a {
	float: right;
	padding: 120px 20px 0 0;
	text-decoration: none;
	text-align: right;
	font-size: 136%;
	font-style: italic;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content */

#content {
	float: right;
	width: 510px;
    background: #FFFFFF;
}

.post {
	margin-bottom: 20px;
}
.post img {
	max-width: 100%;
	margin: 3px;
}

.post .title {
	padding: 0 20px;
}

.post .title a {
	color: #007CBF;
}

.post .story {
	padding: 0 20px;
}

.post .meta {
	padding: 5px 20px;
	background: url(images/img09.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	font-size: 77%;
}

.boxed .title {
	height: 32px;
	margin: 0;
	padding: 8px 0 0 20px;
	letter-spacing: -1px;
	border: 0px solid #E6E6E6;
	color: #007CBF;
}

.boxed .story {
	padding: 20px;
	border: 0px solid #E6E6E6;
}

.boxed .meta {
	padding: 5px 10px;
	background: #FFFFFF;
	color: #999999;
}

.boxed .meta a {
	color: #666666;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 7px;
	border: 0px solid #0AAAFD;
	border-top: none;
}

#sidebar li ul li ul {
	padding: 0 5px;
	border: 0;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	background: url(images/img09.gif) repeat-x;
}

#sidebar li li.first {
	background: none;
}

#sidebar li h2 {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 15px;
	background: url(images/img10.jpg) no-repeat;
	letter-spacing: -1px;
	color: #666666;
}

#sidebar a:link {
	text-decoration: none;
	
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul li ul li {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left top;
	background-position: 0 12px;
}

/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	cursor: pointer;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}

.nowrap {
	white-space: nowrap;
}


/* Footer */

#footer {
	clear: both;
	height: 10px;
	padding: 2px 0;
	background: #ffffff;
	border-top: 0px solid #E6E6E6;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #999999;
}

#footer a {
	text-decoration: underline;
	color: #96B7FF;
}

#footer a:hover {
	text-decoration: underline;
	color: #007CBF;
}