/*
Theme Name: JAG Theme
Theme URI:
Description: Designed for JAG Entertainment
Version: 1.0
Author: Keith
Author URI:
*/

body {
	color:#FFF;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #333333;
	background-image: url(theme/body-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link, a:visited {
	text-decoration:none;
	color:#990000;
	border:0;
	-moz-outline-style:none;
}
a:hover {
	text-decoration:underline;
	color:#CC0000;
	border:0;
	-moz-outline-style:none;
}
a:active {
	text-decoration:underline;
	color:#990000;
	border:0;
	-moz-outline-style:none;
}
h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
}
h2.pagetitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font: normal 19px/22px Arial, Helvetica, sans-serif;
	color: #990000;
}
img {
	border:none;
	margin:0;
	padding:0;
}
img.alignleft {
	margin-right:10px;
	margin-bottom:5px;
}
img.alignright {
	margin-bottom:5px;
	margin-left:10px;
}
hr {
	height:1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFCFCF;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
}
blockquote {
	background-color:#F0F2F4;
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#D6DBE0;
	margin:0 20px 10px 10px;
	padding:10px 15px;
}
* html blockquote {
	height:1%;
}
blockquote blockquote {
	margin-right:5px;
	margin-left:0;
	border-top: 1px solid #D7D3C8;
	border-bottom: 1px solid #D7D3C8;
	border-right-style: none;
	border-left-style: none;
}
blockquote p {
	margin:0;
	padding:0 0 5px;
}
#wrap {
	width:1000px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#sidebar a, #header a {
	color:#FFF;
}
#header {
	clear:left;
	height:168px;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background:url(theme/header-bg.png) no-repeat left bottom;
}
#header h1 {
	font-size:34px;
	position:absolute;
	width:425px;
	left:50px;
	top:0px;
	font-weight:400;
	line-height:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
#header h1 a:hover {
	color: #FFCC00;
	text-decoration: none;
}
p.tagline {
	font-size:14px;
	font-weight:700;
	position:absolute;
	width:425px;
	top:80px;
	left:50px;
	color:#FFCC00;
	margin:0;
	padding:0;
}

/*-- JAG Projects settings --*/

.project-catagory {
  font-size: 14px;
  color: #ffffff;
  padding: 3px 3px 3px 3px;
  background-color: #770000;
  width: 100%;
  font-weight: bold;
}

.project-tag {
  font-size: 11px;
  font-style: italic;
}

tr.rowcolor {
  background-color: #eeeeee;
}


a.morelink {
        background:url(/images/arrow_next.png) repeat 0px 0px;
        width: 16px;
        height: 16px;
        display: block;
}

a.morelink span {
        display: none;
}

a.morelink:hover {
        background: url(/images/arrow_next.png) repeat 0px -16px;
}








/*-- Top navigation settings --*/
.Menu {
	position:absolute;
	float:right;
	height:36px;
	right:0;
	top:0;
	width:900px;
}
.Menuleft {
	background-image:url(theme/menu-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:36px;
}
.Menuright {
	background-image:url(theme/menu-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:36px;
}
.Menu ul {
	background-color:#000;
	background-image:url(theme/menu-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:0;
}
.Menu ul ul {
	position:relative;
	top:0;
	right:15px;
	float:right;
	margin:0;
	padding:0 0 0 15px;
}
.Menu li {
	display:inline;
	font-size:11px;
	line-height:36px;
	margin:0;
	padding:0;
}
.Menu a {
	display:inline;
	margin:0;
	padding:9px 5px 11px;
}
.Menu a:hover {
	background-image:url(theme/menu-hover.gif);
	background-repeat:repeat-x;
	background-position:left top;
	text-decoration:none;
}
/*-- Header search settings --*/
#header .search {
	background:url(theme/Search.gif) no-repeat left top;
	position:absolute;
	top:125px;
	width:180px;
	right:12px;
}
#header .search form {
	padding-right:0;
	padding-left:0;
	margin:0;
}
#header .search input {
	border:1px solid #666666;
	color:#FFF;
	font-size:11px;
	width:180px;
	background-color:#333333;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
}
/*-- Header RSS settings --*/
#rss {
	position:absolute;
	height:60px;
	width:340px;
	top:50px;
	right:10px;
	background-image:url(theme/twitter_icon.png);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:right;
	padding-right:75px;
	padding-top:10px;
}
#rss p {
	line-height:18px;
	margin:0;
	padding:0;
}


/*-- Begin page content CSS --*/
#content {
	width:1000px;
	position:relative;
	float:left;
	background:url(theme/content-bg.png) repeat-y left;
	color:#333;
	padding:0;
}
.postwrap h1 {
	font-size:19px;
	font-style:normal;
	line-height:22px;
	font-weight:bold;
	font-variant:normal;
	margin:0;
	padding:0px;
}
.postwrap {
	float:left;
	width:505px;
	padding:10px 10px 10px 65px;
}
.posthead {
	background:url(theme/dotline.gif) repeat-x left bottom;
	padding-bottom:10px;
	position:relative;
	clear:left;
	padding-top: 8px;
}
#content .posthead h1 {
	color:#660000;
  font-size: 18px;
}
.postauthor {
	color:#999;
	padding-top:1px;
	font-size:10px;
	font-weight:700;
	line-height:20px;
}
.postdate {
	position:absolute;
	top:0;
	left:-65px;
	text-align:center;
	background:url(theme/post-date.png) no-repeat left top;
	width:44px;
	margin:0;
	padding:11px 8px 10px 4px;
}
.postdate small {
	font-size:10px;
	color:#000;
	font-weight:700;
}
.postdate .month {
	display:block;
	text-transform:uppercase;
	font-size:9px;
	padding-bottom:0;
}
.postdate .day {
	display:block;
	letter-spacing:-1px;
	color:#000;
	font:bold 22px/24px Arial;
}
.postdate .year {
	display:block;
}
.postcontent {
	background:url(theme/dotline.gif) repeat-x left bottom;
	padding-top:10px;
	padding-bottom:10px;
	line-height:17px;
	font-size:12px;
}
.postinfo {
	padding-top:15px;
}
.postinfo li {
	list-style-type:none;
	display:inline;
	color:#999;
	font-size:10px;
	font-weight:700;
	margin:0 10px 0 0;
	padding:5px 0 5px 18px;
}
.postcat {
	background:url(theme/icon-category.gif) no-repeat left center;
}
.postcomments {
	background:url(theme/icon-comment.gif) no-repeat left center;
}
.more-link {
	font-size:11px;
	font-weight:700;
}
/*-- Comment Settings --*/
#commentblock {
	width:498px;
	float:left;
	margin:10px 0;
	padding:0;
	border: 1px solid #E9E8E2;
	background: #F5F5F3;
}
.comment-wrap {
	padding-right:13px;
	padding-left:17px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.comments-top {
	background-image:url(theme/comments-top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:12px;
	width:500px;
}
.comments-btm {
	background-image:url(theme/comments-btm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:12px;
	width:500px;
}
#commentblock ol {
	list-style-type:none;
	margin:0;
	padding:0 0 10px;
}
.commentdate {
	font-size:12px;
	padding-left:0;
}
#commentlist li p {
	margin-bottom:8px;
	line-height:20px;
	padding:0;
}
.commentlist li.alt .commenttext {
	background-color:#FFF;
	background-image:url(theme/comment-text-top.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#commentblock ol.commentlist li {
	padding-top:10px;
}
.commentname {
	color:#333;
	margin:0;
	padding:5px 5px 5px 0;
}
.commentinfo {
	clear:both;
}
.commenttext {
	clear:both;
	width:445px;
	background-color:#FFF;
	background-image:url(theme/comment-text-top.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:3px 0 10px;
	padding:20px 10px 0;
}
.commenttext blockquote {
	margin-bottom:10px;
	background: #F5F5F3;
	border-top: 1px solid #D7D3C8;
	border-bottom: 1px solid #D7D3C8;
	border-right-style: none;
	border-left-style: none;
}
.commenttext p {
	margin:0;
	padding:0 0 10px;
}
.commentlist li.auth .commenttext {
	background-color:#E4E4E0;
	background-image:url(theme/comment-text-top-alt.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#commentform #submit {
	color:#FFFFFF;




font-family:Georgia, ..., serif;
	font-size:14px;
	font-weight:700;
	background-color:#990000;
	border:2px solid #CC0000;
	display:block;
	margin:0;
	padding:4px;
}
/*-- Sidebar settings --*/
#sidebar {
	float:right;
	width:410px;
	color:#FFF;
	margin-top:0px;
	position:relative;
	font-size:11px;
}
#sidebar h2 {
	background-color:#000;
	font-size:14px;
	font-weight:bold;
	border:1px solid #666666;
	margin:0;
	padding:4px 0 5px 8px;
}
#sidebar ul li strong {
	color:#FC0;
}
#sidebar-top {
	width:400px;
	padding:5px;
}
.sidebar-top-box {
	border:1px solid #000000;
	margin-bottom:10px;
	color:#FFFFFF;
	padding:0;
	background-color: #666666;
}
.sidebar-top-box p {
	margin-top:3px;
	margin-bottom:3px;
}
#sidebar-top h2 {
	margin-top:none;
	color:#FFF;
	border: 1px solid #000000;
}
#sidebar-top .textwidget {
	background-color:#637589;
	border:1px solid #000000;
	margin-bottom:10px;
	padding:7px;
}
#sidebar-top ul ul {
	list-style-type:none;
	background-color:#928A72;
	border:1px solid #000000;
	margin-bottom:10px;
	padding:10px 7px 7px 12px;
}
#sidebar-top ul ul li {
	padding-left:10px;
	list-style-type:none;
	background-image:url(theme/lidot.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:3px;
}
#sidebar-top ul li a {
	text-decoration:none;
}
.box-padding {
	padding:7px;
}
.box-ads {
	padding:7px 0px 2px 7px;
	background-color: #000000;
}
.box-ads img {
	margin-bottom: 5px;
}

#sidebar-top .box-ads a{
    text-decoration:none;
}
#sidebar-left {
	float:left;
	/* width:215px;*/
  width:150px;
	padding:0 8px 0 5px;
}
#sidebar #sidebar-left h2, #sidebar #sidebar-right h2 {
	margin:10px 0;
}
#sidebar-right {
	float:right;
	width:234px;
	padding:8px 5px 0 8px;
}
#sidebar-left ul ul, #sidebar-right ul ul {
	padding-left:5px;
}
html, #sidebar ul, #sidebar-wrap ul, .rel-posts ul {
	margin:0;
	padding:0;
}
#sidebar-right li, #sidebar-left li {
	background:url(theme/lidot.gif) no-repeat left top;
	list-style:none;
	margin:0;
	padding:0 0 5px 8px;
}
#sidebar-left  .children, #sidebar-right  .children {
	padding-top: 8px;
}
#sidebar-left  ul.children  li, #sidebar-right  ul.children  li {
	padding-bottom: 3px;
	padding-top: 0px;
}

/*-- Footer settings --*/
#footer {
	float:left;
	width:950px;
	position:relative;
	background:url(theme/footer.png) no-repeat left top;
	height:45px;
	color:#C9C5B6;
	font-size:11px;
	padding:55px 0 0 50px;
}
#wrap #footer p {
	margin:0 0 5px;
	padding:0;
}
#footer a {
	color:#C9C5B6;
	text-decoration:underline;
}
/*-- Page navigation plugin - wp-pagenavi --*/
.Nav {
	margin-bottom:15px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.Nav a:hover {
	color: #666666;
	text-decoration: none;
}
/*-- Post RSS and Trackback settings --*/
.Note li {
	list-style-type:none;
	font-size:11px;
	margin:0;
	padding:2px 0 2px 15px;
}
.NoteRss {
	background:url(theme/NoteRss.png) no-repeat left top;
}
.NoteTrackBack {
	background:url(theme/NoteTrackBack.png) no-repeat left top;
}
/*-- Related Posts plugin settings --*/
.rel-posts {
	background-image:url(theme/dotline.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0 0 10px;
	padding:0 0 10px;
}
.rel-posts li {
	list-style-type:none;
	font-size:11px;
	background-image:url(theme/read-more-icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:2px 0 2px 15px;
}

/*-- Breadcrumb NavXT plugin settings --*/
.breadcrumb {
	list-style-type:none;
	color:#999;
	font-size:10px;
	font-weight:700;
	margin:0 0 10px;
	padding:0;
}
#recentcomments {
	color:#CCC;
}

/*-- Other grouped selectors --*/
form, .postinfo ul, .Note {
	margin:0;
	padding:0;
}
input, textarea, select {
	font-family:'Verdana';
	color:#282b31;
	font-size:11px;
}
.Note li a {
	color:#000;
}
.postinfo li a, #sidebar-top a, #sidebar a:hover {
	text-decoration:underline;
}

#credit {
	color: #4B4738;
	margin-top: 8px;
}
#credit a {
	color: #4B4738;
}
