* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	background-image: url(images/blue_bg.jpg);
	background-repeat: repeat-x;
  background-attachment: fixed;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 130%;
	width: 100%;
	font-size: 12px;
	color: #4d4b4c;
	margin: 40px auto 10px auto;
	padding: 0;
}
ul li {
	list-style: none;
}
.twitter ul li {
	list-style: none;
}
ol li {
	list-style-position: inside
}
/*+++++++ H1, H2, H3 HYPERLINKS +++++++*/
h3 {
	padding: 10px 0 10px 0;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #0678cd;
	border: 0px;
}
a:active {
	color: #104E8B;
	border: 0px;
}
a:visited {
	color: #0678cd;
	border: 0px;
}
a:hover {
	color: #104E8B;
	border: 0px;
}
a:focus {
	outline: none;
}
.clear {
	clear: both;
}
/*+++++++ MAIN +++++++*/
#top-wrap {
	width: 985px;
	height: 40px;
	margin: 0 auto 0 auto;
	background: #fff;
}
#wrapper {
	width: 985px;
	margin: 0 auto;
	background: #fff;
}
#frame, #content {
	width: 985px;
	margin: 0 auto;
}
#content {
	margin-top: 10px;
}
#photo {
	width: 915px;
	padding: 0 0 0 20px;
}
/*+++++++ PANEL +++++++*/
#top-panel {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 5px;
	margin: 0
}
/*+++++++ INFOBAR +++++++*/
#infobar {
	background: #000 url(images/b_bar.jpg) repeat-x;
  height: 35px;
	width: 975px;
	line-height: 30px;
	font-size: 12px;
  font-weight:bold;
	margin: 0;
	color: #fff;
	padding: 5px 5px 0 5px;
}
#infobar a {
	color: #f9932b;
	text-decoration: underline;
}
#infobar a:hover {
  color: #fff;
	text-decoration: none;
}
#browse {
	float: left;
	width: 700px;
	background: url(images/sitemap.gif) no-repeat 0 6px;
	margin-left: 3px;
	padding-left: 22px
}
#rss {
	float: right;
	width: 250px
}
#rss p {
	text-align: right;
}
/*+++++++ HEADER+++++++*/
#header {
	background: #b2d2f8 url(images/header_bg.jpg) repeat;
	width: 985px;
	height: 120px;
	margin:0;
}
#logo {
	display: block;
	float: left;
	height: 40px;
	margin: 30px 0 0 15px;
	line-height:24px;
}
#logo h1 a {
	letter-spacing: -1px;
	padding: 10px 0 0 10px;
	font-size: 34px;
	color: #fff;
}
#logo p {
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #f9932b;
	font-weight: bold;
}
#searchbox {
	float: right;
	width: 200px;
	border: 1px solid #ccc;
	background: white;
  margin: 35px 20px 0 0;
}
#searchbox #s {
	float: left;
	margin: 3px 0 0 5px;
	border: 0;
	width: 155px;
	background: white;
	color: #333;
}
#searchbox #go {
	float: right;
	border-left: 1px solid #ccc
}
/*+++++++ NAVIGATION+++++++*/
#nav {
	display: block;
	background: #000 url(images/base_bar.jpg) repeat-x;
	width: 985px;
	height: 28px;
	margin:0;
	padding:0;
}
#nav, #nav ul {
	list-style: none
}
#nav li {
	float: left;
	list-style: none
}
#nav li a {
	background: #3a8bf3 url(images/nav.jpg) repeat-x;
  display: block;
	font-weight: bold;
	color: #fff;
	margin-right:1px;
  padding: 6px 15px;
}
#nav li a:hover {
	background: #f39a22 url(images/nav_hover.jpg) repeat-x;
}
#nav li a:active {
	background: #f39a22 url(images/nav_hover.jpg) repeat-x;
}
#cat {
	float: left;
	clear: both
}
#cat li a {
	color: #333;
	font-size: 0.9em
}
#cat li a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Navigation - PlugIn +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Nav a {
	padding: 2px 5px 2px 3px;
	background: #fff;
	border-right: solid 1px #ccc;
	font-size: 11px;
}
.Nav a:visited {
	padding: 2px 5px 2px 3px;
	border-right: solid 1px #ccc;
}
.Nav a:hover {
	padding: 2px 5px 2px 3px;
	border-right: solid 1px #ccc;
	text-decoration: none;
}
.Nav span {
	padding: 2px 5px 2px 0px;
	color: #6666;
	border-right: solid 1px #ccc;
}
.Nav .on {
	padding: 2px 5px 2px 3px;
	border-right: solid 1px #ccc;
	font-size: 11px;
	color: #000;
}
.clearfloat:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
.clearfloat {
	display: inline-block;
}
.clearfloat {
	display: block;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on, .photo {
	background: #ff6600;
}
#subnav {
	position: relative;
	margin: 0 10px 5px;
	padding-bottom: 10px;
	font-size: 0.8em;
	border-bottom: 1px dotted #ccc;
}
#subnav ul {
	display: inline;
}
#subnav li a {
	float: left;
	padding: 1px 5px;
	margin-right: 15px;
	background: #3b3b3b;
	border-left: 3px solid #8BDBFF;
	color: #fff;
}
#subnav .current_page_item a, #subnav a:hover {
	border-left: 3px solid #ff6600;
}
/*+++++++ ENTRY +++++++*/
#left {
	float: left;
	width: 620px;
	padding-left: 5px;
}
.entry {
	text-align: left;
	width: 600px;
	padding: 0 5px;
	margin-bottom: 10px;
	line-height: 140%;
}
.entry ol li {
}
.related-post {
	width: 600px;
	padding: 10px;
	margin: 0 10px;
}
.related-post {
	border: 1px solid #AACCEE;
	background: #EBF3FB;
}
.related-post ul {
	border-top: 1px solid #e6e6e6;
	margin-bottom: 5px;
}
.related-post ul li {
	padding: 5px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.content a {
	border-bottom: 1px dotted #ccc;
}
.entry h2 {
	font: bold 22px/28px "Myriad Pro", "Myriad Set", "Myriad Apple", Myriad, Helvetica Nueue, Arial, Verdana, Sans-serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding-left: 26px;
	background: url(images/reel.png) left no-repeat
}
.entry h2 a {
	color: #006699;
}
.entry h2 a:hover {
	color: #222222;
}
.entry p {
	padding-bottom: 10px;
}
html>body .entry ul {
	padding: 0 0 0 30px;
	padding-left: 10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li {
	padding-left: 20px;
	background: url(images/bullet.gif) left no-repeat
}
.entry img {
	margin: 0 10px 10px 10px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.custom_image img {
	float: left;
	padding: 3px;
	margin: 7px 10px 15px 0;
	border: 2px solid #e6e6e6;
	height: 90px;
	width: 90px
}
.subcontrol {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 11px;
	color: #104E8B;
  font-weight: bold;
	border-top: 2px solid #99CCFF;
	border-bottom: 2px solid #99CCFF;
}
.tags, .allinfos {
	padding: 5px 5px 5px 25px;
	background: #DDEEFF url(images/tag.gif) left no-repeat;
	font-size: 11px;
	color: #104E8B;
	font-weight: bold;
	border-top: 2px solid #99CCFF;
	border-bottom: 2px solid #99CCFF;
}
.tag {
	padding: 5px 5px 5px 5px;
	background: #FFFFFF
}
.allinfos {
	background: #DDEEFF;
	padding: 5px;
	margin-bottom: 10px
}
.share, .comments_rss, .reply {
	float: right;
	padding-left: 20px
}
.reply {
	background: url(images/comments.gif) left no-repeat;
	margin-left: 10px
}
.comments_rss {
	background: url(images/feed.gif) left no-repeat;
	margin-left: 10px;
	position: relative;
	top: 10px
}
span.date {
	background: url(images/date.gif) no-repeat;
	padding-left: 20px;
}
span.comments {
	background: url(images/comment.gif) no-repeat;
	padding-left: 20px;
}
span.stars {
	float: right;
	padding-left: 20px
}
span.category {
	background: url(images/movie_15x15.png) no-repeat;
	padding-left: 20px;
}
.navigation {
	width: 540px;
	padding: 10px;
	line-height: 140%;
	font-size: 11px;
}
/*+++++++ SIDEBAR +++++++*/
#sidebarbottom {
	float: right;
	width: 360px;
	margin-right: 5px;
	clear: right;
}
#right {
	float: right;
	width: 355px;
	margin-right: 5px
}
#topsidebar {
	width: 330px;
	padding: 0 10px;
	border: 1px solid #dadada;
	background: #fff;
	margin-bottom: 10px
}
#lsidebar h2 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #4c4c4c;
}
#rsidebar h2 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #4c4c4c;
}
#lsidebar {
	float: left;
	width: 135px;
	padding: 5px;
	border: 1px solid #dadada;
	background: #fff;
}
#rsidebar {
	float: left;
	width: 170px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #dadada;
	background: #fff;
	margin-left: 11px;
}
#sidebarbottom ul {
	margin: 10px auto 20px;
}
#sidebarbottom ul li {
}
#sidebarbottom ul li ul {
}
#sidebarbottom ul li ul li {
	display: block;
	background: url(images/sidebullet.gif) no-repeat 0 0;
	padding-left: 24px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #dadada;
}
#sidebarbottom p {
	padding: 0 5px;
}
/*+++++++ ADMIN +++++++*/
#about {
	width: 350px;
	border: 1px solid #FFD1AF;
	background: #FFF8AF;
	margin-bottom: 10px;
}
#about h2 {
	padding: 5px 10px;
}
#author-box {
	margin: 10px;
	margin-top: 0px;
	font-size: 11px;
	text-align: justify;
}
#author-box .avatar {
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 3px 10px 0 0
}
/*+++++++ COMMENTS +++++++*/
.commentlist li {
	padding-top: 5px;
	border-bottom: 1px dotted #e6e6e6;
	list-style: none
}
.avatar img {
	float: left
}
.ctext {
	margin-left: 70px
}
.trackbacks a {
	color: #006699;
	border-bottom: 1px dotted #e6e6e6;
}
.user {
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}
.author {
	background: #FFF8AF;
	padding-right: 10px;
}
#commentform p {
	padding-bottom: 10px;
}
#commentform #author {
	border: 1px solid #dadada;
	height: 20px;
	width: 200px;
}
#commentform #email {
	border: 1px solid #dadada;
	height: 20px;
	width: 200px;
}
#commentform #url {
	border: 1px solid #dadada;
	height: 20px;
	width: 200px;
}
#commentform #comment {
	border: 1px solid #dadada;
	height: 200px;
	width: 550px;
}
.text {
	border: 1px solid #dadada;
	height: 20px;
	width: 200px;
}
/*+++++++ FOOTER +++++++*/
#footbg {
	width: 985px;
	margin: 0 auto 0 auto;
  background: #222 url(images/footerbg.gif) top left repeat-x;
}
#footwrap {
	width: 985px;
	margin: 0;
	padding: 0 10px 0 10px;
}
.footer-links {
	float: left;
	width: 300px;
	margin-right: 32px;
	color: #888;
	margin-top: 15px;
}
.footer-links-r {
	float: left;
	width: 300px;
	color: #888;
	margin-top: 15px;
}
.footer-links h2 {
	color: #fff;
	background-color: #3b3b3b;
	font-size: 1.2em;
	padding: 5px 10px;
}
.footer-links-r h2 {
	color: #fff;
	background-color: #3b3b3b;
	font-size: 1.2em;
	padding: 5px 10px;
}
.footer-links ul {
	margin-bottom: 15px;
}
.footer-links ul li {
	margin-top: 1px;
}
.footer-links-r ul li {
	margin-top: 1px;
}
.footer-links a, .footer-links a:visited, .footer-links-r a, .footer-links-r a:visited {
	display: block;
	height: 18px;
	background-color: #2e2e2e;
	color: #666;
	padding: 5px 10px;
}
.footer-links a:hover, .footer-links-r a:hover {
	background: #4b4b4b;
	color: #f9932b;
}
#copyright {
	width: 945px;
  padding: 10px;
	border-top: 1px solid #3b3b3b;
	font-size: 10px
}
#copyright a {
	color: #888;
	text-decoration: underline;
}
#copyright a:hover {
	color: #fff;
  text-decoration: none;
}
#copyright ul {
	display: inline
}
#copyright ul li {
	float: right;
	padding-left: 10px
	
}
/**************** Misc *********************/
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
	padding-left: 30px;
	padding-bottom: 20px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
pre {
	border: solid 1px #9a9a9a;
	color: blue;
	margin: 10px;
	padding: 10px;
	background: #f3f2ed
}
code {
	font-size: 1.0em;
	color: #000
}
/**************** Gallery *********************/
.gallery {
	text-align: center;
}
.gallery img {
	padding: 3px;
}
.thumb {
	border: 5px solid #ccc;
	margin: 3px;
	padding: 3px;
	width: 120px;
	height: 80px;
}
.related {
	border: 4px solid #ccc;
	margin: 2px;
	padding: 2px;
	width: 90px;
	height: 65px;
}
.attachment {
	text-align: center;
}
.attachment img {
	padding: 5px;
	border: 1px solid #999999;
}
.imgnav {
	text-align: center;
}
.imgleft {
	float: left;
}
.imgleft img {
	padding: 5px;
	border: 1px solid #999999;
}
.imgright {
	float: right;
}
.imgright img {
	padding: 5px;
	border: 1px solid #999999;
}
/**************** Flickr *********************/
#flickr {
	text-align:center;
  padding-right:20px;
}
.flickr img {
	margin: 20px 10px 0px 0;
	border: 3px solid #e6e6e6;
	width: 69px;
	height: 53px;
}
.flickr_last img {
	margin: 20px 0px 0px 0;
	border: 3px solid #e6e6e6;
	width: 69px;
	height: 53px;
}
/**************** Twitter *********************/
#featvideo {
	width: 350px;
	border: 1px solid #dadada;
	background: #fff;
	margin-bottom: 10px;
}
#featvideo h2 {
	background: #f9932b url(images/main_t.png) repeat-x;
	color: #fff;
	font-weight:bold;
	font-size:12px;
  padding:8px;
}
.embed {
	padding: 10px;
	text-align: center;
}
.border {
	border: 1px solid #dadada;
	background: #ffffff;
}
.header, .m_header, .maintitle {
  background: #f9932b url(images/main_t.png) repeat-x;
	color: #fff;
	font-weight:bold;
	font-size:12px;
  padding:8px;
}
.header span.cat, .m_header span.cat, .maintitle span.cat {
	float: right;
	color: #fff;
	font-weight: bold;
}
.m_header a:link, .m_header a:active, .m_header a:visited, .m_header a:hover, .header a:link, .header a:active, .header a:visited, .header a:hover, .maintitle a:link, .maintitle a:active, .maintitle a:visited, .maintitle a:hover {
	color: #fff;
	text-decoration: none;
}
.m_header a:hover, .header a:hover, .maintitle a:hover {
	text-decoration: underline;
}
.main_content {
	padding: 8px;
}
.feed {
	width: 330px;
	height: 34px;
	margin: 5px 0px 0 0;
	background: #EBF3FB;
	padding: 10px 5px 0 5px;
	border: 1px solid #006699;
}
.rssicon {
	float: left;
	margin: 0px 2px 0 3px;
}
.input {
	margin-left: 5px;
	float: left;
	width: 200px;
	padding: 2px 3px;
	background: #ffffff;
	border: 1px solid #ccc;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color: #000;
}
.textarea {
	background: #ffffff;
	padding: 2px 2px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.sbutton {
	margin-right: 10px;
	float: left;
	padding: 0 5px 0 5px;
	margin-top: 0px;
	background: #0678cd;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
}
.button {
	margin-right: 10px;
	padding: 0 5px 0 5px;
	margin-top: 0px;
	background: #0678cd;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
}
#twitter {
	width: 350px;
	border: 1px solid #dadada;
	background: #fff;
	margin-bottom: 10px;
}
#twitter h2 {
	background: #f9932b url(images/main_t.png) repeat-x;
	color: #fff;
	font-weight:bold;
	font-size:12px;
  padding:8px;
}
#twitter ul li {
	margin-top: 10px;
	margin-left: 25px;
	padding: 0 10px 0px 0px;
	list-style-type: disc
}
/**************** Feedstats *********************/
#feedstats {
	float: right;
	width: 92px;
	height: 25px;
	font-size: 10px;
	background: url(images/feedstats.gif) no-repeat;
}
#feedstats a {
	position: relative;
	top: 3px;
	right: 12px;
	width: 50px;
	color: #000;
	float: right
}
#feedstats a:hover {
	background: none;
}
.flash_scroller {
	padding: 0px 0 5px 10px;
	margin: 0 0 5px 0;
	width: 590px;
}
.error {
	border-top: 2px solid #FFAEAE;
	border-bottom: 2px solid #FFAEAE;
	background-color: #FEEBEB;
	color: #B22222;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 3px;
}
.error a {
	color: #303030;
	font-weight: bold;
}
.error a:hover, .error a:active, .error a:focus {
	color: #B22222;
}

