/* frame */

div#content{
  background-color: #f6f6f6;
  width: 900px;
  padding: 0;
  margin: 0 auto;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #ccc;
}
div#top {
  width: 900px;
  height: 143px;
	background-image: url(../images/base/top_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}

div#user {
	float: right;
  position: relative;
  top: 5px;
  height: 15px;
  width: 100px;
  color: #fff;
  font-family: Arial;
  font-size: 11px;
}
div#user a{text-decoration: none; color: #fff;}
div#user a:hover{text-decoration: underline;}
div#user a:visited{color: #fff;}

div#email {
  float: none;
  margin: 110px 0 0 -315px;
  width: 320px;
  height: 30px;
  overflow: hidden;
  text-indent: -10000000px;
}
div#email a {
  display: block;
  width: 320px;
  height: 30px;
}

div#subscribe {
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	text-transform:uppercase;
	margin:15px 0 0 10px;
}
div#subscribe img { margin:0 4px 0 4px; vertical-align:middle;}

div#related-articles {
	width:518px;
	padding:10px;
	background: url(/images/base/related-articles-bg.png) top left no-repeat;
}

div#related-articles h3 { color: #1f2a5a; font-size: 18px; }
div#related-articles hr { border-style:none; border-bottom: 1px solid #ccc; }
div#related-articles li { margin-top:10px; }
div#related-articles td.img { width:75px; }
div#related-articles td.description { width:420px; font-size:12px; font-family: Arial; line-height:16px; }
div#related-articles td.description a { color:#007ce6; text-decoration: none; font-size:14px; font-family:Times; }
div#related-articles td.description a:hover { text-decoration: underline; }
div#related-articles td.date { width:420px; font-size:14px; font-weight:bold; }

div#rss {
  position: relative;
  top: 114px;
  left: 10px;
  height: 35px;
	padding: 7px 0 0 30px;
  color: #fff;
  font-family: Arial;
  font-size: 11px;
	background: url(/images/base/feed_icon.gif) top left no-repeat;
	text-transform:uppercase;
}

div#rss, div#subscribe a{text-decoration: none; color: #fff;}
div#rss, div#subscribe a:hover{text-decoration: underline;}
div#rss, div#subscribe a:visited{color: #fff;}

div#preview-outter {
  position: relative;
  top:30px;
  left:350px;
}
div#preview {
  font-family: Arial;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  position: relative;
  top:25px;
  left:140px;
}
div#preview img{
  border-right: 2px solid #1f2a5a;
  border-bottom: 2px solid #1f2a5a;
  width: 80px;
  margin: 5px;
  border: 4px solid #fff;
}
#about-barry {
  float: right;
  margin: 70px 10px 0 0;
}
#barry-top {
  position: relative;
  top: 7px;
  left: 240px;
}
#jsw {
  float: left;
margin-left:5px;
}

div#outter {
  margin: 0 auto;
  width: 1100px;
  background-color: none;
}
div#nav {
  width: 900px;
  height: 42px;
  padding: 0px;	
  background-image: url(../images/base/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: right;
	
}
div#nav img{ float: right; }
div#nav ul {
  height: 42px;
  float: left;
  width: 620px;
  background-image: url(../images/base/nav_bg.jpg);
	background-repeat: repeat-x;
}
div#nav ul li{
  height: 42px;
	display: inline;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}
div#nav ul li.nav-link{
  padding: 0 12px;
}
div#nav ul li.nav-dot{
  width: 10px;
}
div#nav ul li.nav-dot img{margin: 0 2px;}
div#nav ul li.nav-link a{ 
  color: #fff;
  line-height: 42px;
  text-decoration: none;
}
div#nav ul li.nav-link a:hover{color: #54a1d7; }


div#inner {
  width: 906px;
  margin: 0 97px;
  background-color: #f6f6f6;
}
div#left {
  width: 532px;
  background-color: #fff;
  padding: 30px;
  border-right: 1px solid #ccc;
}
#gallery div#left {
  width: 840px;
}

div#right {
  width: 285px;
  background-color: none;
  float: right;
}
div#footer {
  width: 840px;
  background-color: #e7e7e7;
  font-family: Arial;
  font-size: 10px;
  line-height: 16px;
  color: #1f2a5a;
  padding: 15px 30px;
  text-align: center;
  border-top: 1px solid #ccc;
}
div#footer a { color: #1f2a5a; text-decoration: none;}
div#footer a:hover {text-decoration: underline;} div#footer a:visited {color: #1f2a5a;}

div#footer p.small { margin-top: 10px; font-size: 8px; line-height: 11px; }


/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, p, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	background-color: #a9a9a9;
	background-image: url(../images/base/bg.gif);
	background-repeat:repeat;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Form Validation */
div#comments input.invalidInput, div#comments textarea.invalidInput {
	border-color: red;
}


.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

a {color: #1f6ba2;}

/* body, text, images, forms, lists */

img { margin: 0 10px; }

p.date, h1, h2, h3, h4  {
  font-family: Times;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
h1, h2 {
  color: #1f2a5a;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
}
h1 a { color: #1f2a5a; text-decoration: none;}
h1 a:hover {text-decoration: underline;} h1 a:visited {color: #1f2a5a;}

h2 {
  font-size: 24px;
}

h2 a { color: #1f2a5a; text-decoration: none;}
h2 a:hover {text-decoration: underline;} h2 a:visited {color: #1f2a5a;}
.small {
  color: #1f2a5a;
  font-size: 20px;
  margin-bottom: 15px;}
h3 {font-size: 14px; line-height: 16px;}
h4 {font-size: 12px; line-height: 14px;}

p {
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  margin-bottom: 18px;
}
ul {
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
	margin-bottom: 16px;
}
h3 a, p a {
  color: #1f6ba2;
  text-decoration: underline;
}
p a:hover {text-decoration: none;}
p a:visited {color: #1f6ba2;}
p.article-foot {
  color: #1f2a5a;
  font-family: Times;
  font-weight: bold;
  font-size: 14px;
}
p.article-foot a {
  color: #333;
  text-decoration: none;
}
p.article-foot a:hover {
  text-decoration: underline;
}
a.comments {
  float: right;
  color: #1f2a5a;
  font-family: Times;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
a.comments:hover {
  text-decoration: underline;}
a.comments:visited {
  color: #1f2a5a;}

.divider {
  margin: 2px 0 20px 0;
}
.ad-right{
  float: right;
  margin: 0 0 20px 0;}
img.panel-lables {margin: 20px 0 -2px 20px;}
img.panel-lables-map {margin: 20px 0 0 20px;}
div.panel {
  width: 285px;
  height: 61px; 
  background-image: url(../images/base/right_panel_bg.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
}
div.panel form { 
  height: 20px;
  margin: 0;
}
div.panel form img{ margin: 0 15px 12px 2px; float: right;}
div.panel form input, div.panel form select {
  border: 1px solid #6699cc;
  height: 18px;
  width: 190px;
  background-color: #fff;
  font-family: Arial;
  font-size: 12px;
  margin: 0 0 12px 15px;
}
div.panel form select {
  height: 20px;width: 194px;
}

div.right-panel  {
	padding: 15px 15px 0 15px;
	border: 2px solid #efefef;
	background: #fff;
}

.tags .css1 { font-size: 10px; }
.tags .css2 { font-size: 13px; }
.tags .css3 { font-size: 16px; }
.tags .css4 { font-size: 20px; }

.tags p {
	line-height: 20px;
	margin: 20px 0;
}
div.photo { display: inline; }
div.photo img { margin: 5px; padding: 5px; border: 1px solid #ccc; }
div.photo p {
  font-style: italic;
  font-size: 12px;
  line-height: 14px;
  color: #1f2a5a;
}
#featured {
  font-weight: bold;
  font-style:normal;
  color: #1f2a5a;
  font-family: Arial;
  font-size: 12px;}

a.back {
  color: #1f6ba2;
  text-decoration: none;
  line-height: 14px;
	padding: 0 15px;
	background: url(/images/base/blue_left.gif) no-repeat top left;
}
a:hover.back { text-decoration: underline; }
a:visited.back { color: #1f6ba2; }
a.back img { float: left; }

a.next {
  color: #1f6ba2;
  text-decoration: none;
  line-height: 14px;
	padding: 0 15px;
	background: url(/images/base/blue_right.gif) no-repeat top right;
}
a:hover.next { text-decoration: underline; }
a:visited.next { color: #1f6ba2; }
a.next img { float: left; }


div.deals{
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;}
div.deals img{
  margin: 0 0 0 5px;
  }
div.container {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 0;
}
div.even {
	background: #f6f6f6;
}

div#comment-rules {
  width:185px;
  background-color:#f6f6f6;
  padding: 8px;
  border: 1px solid;
  float:right;
  margin: 12px 0px 10px 10px;
  border: 1px solid #ccc;
}

.field input, .field textarea{
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.field textarea {width: 530px; height: 250px;}
.field label {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  
}
ul.sitemap {margin: 0 0 0 20px;}
ul.sitemap li {
  list-style-type: disc;
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
ul.sitemap li a{color: #333; text-decoration: none;}
ul.sitemap li a:hover {text-decoration: underline;}
ul.sitemap li a:visited {color: #333;}

.clear {
  clear: left;
  height: 0;
  width: 0;
  font: normal normal normal 0/0 Arial, sans-serif; /* IE hack, because it does not support empty elements, generates a style validation warning */
  overflow: hidden;
}


.entry ol,
.entry ul {
	margin-left: 20px;
	list-style-type: disc;
}






.pagination {
text-align: center;
padding: .3em; }
.pagination a, .pagination span {
display: none;
padding: .2em .5em; }
.pagination span.disabled {
display: none; }
.pagination span.current {
font-weight: bold;
color: #FF0084; }
.pagination a {
border: 1px solid #DDDDDD;
color: #0063DC;
text-decoration: none; }
.pagination a:hover, .pagination a:focus {
border-color: #003366;
background: #0063DC;
color: white; }
.pagination .page_info {
color: #aaa;
padding-top: .8em; }
.pagination .prev_page, .pagination .next_page {
display: inline;
border-width: 2px; }
.pagination .prev_page {
margin-right: 1em; }
.pagination .next_page {
margin-left: 1em; }


table.table1 {border:1px solid #202a5b;}
tr.rowTitle td {background-color:#202a5b;font-family: Arial;font-size: 14px;color: #fff; font-weight:bold; padding:4px;}

tr.row1 {background-color:#e7e7e7;font-family: Arial;font-size: 12px;color: #333; }
tr.row2 {font-family: Arial;font-size: 12px;color: #333;}
tr.row1 td, tr.row2 td {padding:4px;}
