/*
Video Flick: Video Flick
Version: 2.1
Author: Jason Schuller
*/

body {
margin: 0;
padding: 0;
width: auto;
height: auto;
font: 14px tahoma, Arial, Helvetica, sans-serif;
line-height: 1.2em;
color: #4A4A4A;
background: #1a1a1a url(images/backg.jpg) center;
}

h1 {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 36px;
color: #FFFFFF;
margin: 35px 0 15px 0;
padding: 0;
}

h1 a:link, h1 a:active, h1 a:visited {
color: #FFFFFF;
}

h1 a:hover {
color: #999999;
}

a:link, a:visited {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
color: #909090;
}

h2 {
font-size: 18px;
font-weight: normal;
padding: 0;
margin: 0 0 2px 0;
color: #FFFFFF;
font-family: tahoma, Arial, "Times New Roman", Times, serif;
text-transform: uppercase;
}

h2 a:link, h2 a:active, h2 a:visited {
color: #FFFFFF;
}

h2 a:hover {
text-decoration: underline;
}

h3 {
font-size: 12px;
padding: 0;
margin: 0;
font-family: tahoma, Arial, "Times New Roman", Times, serif;
text-transform: uppercase;
font-weight: normal;
color: #FFFFFF;
}

h4 {
font-size: 10px;
padding: 0;
margin: 0;
font-family: tahoma, Arial, "Times New Roman", Times, serif;
text-transform: uppercase;
font-weight: normal;
color: #FFFFFF;
}

img {
border: 0;
}

p {
margin: 0 0 10px 0;
}


#wrapper {
width: 960px;
margin: 0px auto;
overflow: hidden;
}

/** begin header **/
#headwrap {
float: left;
width: 960px;
height: 147px;
}

#tagline {
float: left;
width: 480px;
height: 26px;
background: #2A2A2A;
text-transform: uppercase;
color: #FFFFFF;
font-family: tahoma, Arial, "Times New Roman", serif;
font-size: 12px;
margin-top: 1px;

/*Rounded Corners in Firefox, internet explorer, Konqueror, Safari, Google Chrome, Opera*/

-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.top-rbottom {
	background: url(images/sidebar-corner-bottom-right.gif) no-repeat bottom right;
	margin-top: -8px;
	height: 5px;
}

img.t-corner {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}

#tagline p {
margin: 6px 0 0 10px;
}

#menu {
float: left;
width: 480px;
height: 26px;
background: #2A2A2A;
text-transform: uppercase;
color: #FFFFFF;
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 1px;
text-align: right;
}

#logo {
float: left;
width: 480px;
height: 118px;
}

#textlogo {
float: left;
width: 480px;
height: 118px;
}

#textlogo h1 {
font-size: 36px;
margin: 50px 0 0 0;
}

#logo img {
margin: 30px 0 0 0;
}

#topad {
float: left;
width: 480px;
height: 118px;
text-align: right;
}

#topad img {
margin: 30px 0 0 0;
}
/** end header **/

/** begin gallery **/
#contentwrap {
width: 960px;
float: left;
background: url(images/dash-dark.png) top left no-repeat;
padding: 30px 0 0 0;
}

#maincontent {
width: 660px;
float: left;
}

#pagenavi {
width: 660px;
float: left;
margin: 0 0 20px 0;
font-family: tahoma, Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-size: 10px;
}

#pagenavi a:link, #pagenavi a:visited {
background: #101010;
padding: 7px;
display: block;
}

#pagenavi a:hover {
background: #2A2A2A;
}

#newer {
margin: 0 20px 0 0;
}

.galleryitem {
width: 200px;
height: 240px;
float: left;
margin: 0 20px 20px 0;
background: #101010;
font-size: 9px;
line-height: 1.4em;
text-align: right;
/*Rounded Corners in Firefox, Konqueror, Safari, Google Chrome, Opera*/
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}


.galleryitem h3 {
font-size: 10px;
padding: 5px 5px 0 5px;
margin: 0;
font-family: tahoma, Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: normal;
color: #FFFFFF;
}

.galleryitem h3 a {
border-bottom: 1px solid #777777;
}

.image-light {
background:#fff;
}

.galleryitem img:hover {
opacity: .5;
filter: alpha(opacity=50); /* for IE */
}

.g-roundtop {
height: 5px;
position: absolute;
z-index: 1000;
width: 200px;
}

.g-round-top-left {
float: left;
height: 5px;
}

.g-round-top-right {
float: right;
height: 5px;
}

.g-roundbottom {
background: url(images/gallery-corner-bottom-right.gif) no-repeat bottom right; 
height: 5px;
width: 200px;
}

.galleryspacing {
height: 235px;
vertical-align: top;
}

img.g-corner {
width: 5px;
height: 5px;
border: none;
display: block !important;
}

* + html .galleryitem h3 {
padding: 2px 5px 0 5px;
}

.galleryitem p {
margin: 8px 5px 0 5px;
}

.commentsnumber {
background: url(images/comments-dark.jpg) top left no-repeat;
width: 25px;
height: 20px;
margin: 35px 0 2px 5px;
text-align: center;
float: left;
}

.commentsnumber a:link, .commentsnumber a:visited {
color: #101010;
}

.commentsnumber a:hover {
color: #757575;
}

#flickrgallery {
width: 624px;
float: left;
margin: 0 20px 0 0;
padding: 8px 8px 0 8px;
}

/** end gallery **/

/** begin single **/
.video {
width: 640px;
float: left;
margin: 0 20px 20px 0;
text-align: center;
background: #101010 url(images/gallery-corner-top-right-3.png) no-repeat top right;
/*Rounded Corners in Firefox, Konqueror, Safari, Google Chrome, Opera*/
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

div.video div {
background: transparent url(images/gallery-corner-top-left-1.png) no-repeat top left;
}

div.video div div {
background: transparent url(images/gallery-corner-bottom-right.gif) no-repeat bottom right;
}

div.video div div div {
background: transparent url(images/gallery-corner-bottom-left-1.gif) no-repeat bottom left;
padding: 8px;
}

.video h3 {
font-size: 16px;
padding: 0;
margin: 0;
font-family: tahoma, Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
font-weight: normal;
color: #FFFFFF;
}

.postcontent {
width: 624px;
float: left;
margin: 0 20px 0 0;
padding: 8px 8px 0 8px;
background: #101010;
color: #999999;
text-align: right;
/*Rounded Corners in Firefox, internet explorer, Konqueror, Safari, Google Chrome, Opera*/
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

div.postcontent div {
background: transparent url(images/gallery-corner-top-left-1.png) no-repeat top left;
}

div.postcontent div div {
background: transparent url(images/gallery-corner-bottom-right.gif) no-repeat bottom right;
}

div.postcontent div div div {
background: transparent url(images/gallery-corner-bottom-left-1.gif) no-repeat bottom left;
padding: 8px;
}

.postcontent h1 {
font-size: 16px;
text-transform: uppercase;
font-family: tahoma, Arial, Helvetica, sans-serif;
}

.postcontent ul {
margin: 0 0 8px 0;
padding: 0;
list-style: none;
}

.postcontent li {
padding: 0 0 0 20px;
margin: 8px 0 0 0;
background: url(images/star-dark.jpg) left no-repeat;
}

#single {
margin: 0 0 25px 0;
}

.thumbnail {
float: right;
margin: 0 0 15px 15px;
}

.postdets {
font-size: 10px;
color: #4A4A4A;
margin: 5px 0 15px 0;
line-height: 1.1em;
}

.postdets a:link, .postdets a:visited {
color: #4A4A4A;
}

.postdets a:hover {
color: #999999;
text-decoration: underline;
}
/** end single **/


/** begin comment **/
.widgetblock-comment {
width: 300px;
height: 500px;
float: left;
margin: 0 0 20px 0;
background: #2A2A2A url(images/sidebar-corner-top-right.gif) no-repeat top right;
}

div.widgetblock-comment-1 {
background: transparent url(images/sidebar-corner-top-left.gif) no-repeat top left;
height: 500px;
}

div.widgetblock-comment-2 {
background: transparent url(images/sidebar-corner-bottom-right.gif) no-repeat bottom right;
height: 500px;
}

div.widgetblock-comment-3 {
background: transparent url(images/sidebar-corner-bottom-left.gif) no-repeat bottom left;
padding: 8px;
height: 484px;
}

.widgetblock-comment h3 {
border-bottom: 1px solid #5A5A5A;
padding: 0 0 5px 0;
margin: 0 0 8px 0;
}

/** end comment **/

/** begin page **/
#page {
margin: 0 0 20px 0;
}
/** end page **/

/** begin sidebar **/
#sidebar {
width: 300px;
float: left;
color: #999999;
font-size: 11px;
line-height: 1.2em;
}

.widgetblock {
width: 284px;
float: left;
margin: 0 0 20px 0;
padding: 8px;
background: #2A2A2A;
/*Rounded Corners in Firefox, internet explorer, Konqueror, Safari, Google Chrome, Opera*/
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.roundtop { 
background: url(images/sidebar-corner-top-right.gif) no-repeat top right;
margin: -8px -8px 0 -8px;
height: 5px;
}

.roundbottom {
background: url(images/sidebar-corner-bottom-right.gif) no-repeat bottom right; 
margin: 0px -8px 0px -8px;
height: 5px;
}

.m-roundtop { 
background: url(images/menu-corner-top-right.png) no-repeat top right;
margin: -8px -8px 0 -8px;
height: 5px;
}

.m-roundbottom {
background: url(images/menu-corner-bottom-right.png) no-repeat bottom right; 
margin: 0px -8px 0px -8px;
height: 5px;
}

img.corner {
width: 5px;
height: 5px;
border: none;
display: block !important;
}

.widgetblock .none {
border: 0px;
padding: 0px;
margin: 0px;
}

.widgetblock h3 {
border-bottom: 1px solid #5A5A5A;
padding: 0 0 5px 0;
margin: 0 0 8px 0;
}

#searchwrap {
background: none;
height: 60px;
margin: 0 0 0 0;
float: right;
background: url(images/search-dark.jpg) top left no-repeat;
width: 284px;
}

#searchwrap input{
vertical-align: middle;
background: none;
color: #000000;
font-family: Arial,helvetica,verdana,sans-serif;
}

#s{
font-size: 14px;
border: none;
padding: 4px 4px;
margin-right: 3px;
width: 245px;
}

#content-tags {
font-size: 10px;
text-transform: uppercase;
font-family: tahoma, Arial, Helvetica, sans-serif;
}

#content-tags a:link, #content-tags a:visited {
display: block;
background: #1E1E1E;
padding: 7px;
float: right;
margin: 0 1px 1px 0;
}

#content-tags a:hover {
background: #101010;
}

#sideads {
padding-top: 9px;
padding-left: 9px;
}

#sideads img {
width: 125px;
height: 125px;
float: left;
margin: 8px;
}

#featured {
width: 284px;
float: left;
margin: 0 0 20px 0;
padding: 8px 8px 4px 8px;
background: #2A2A2A;
text-align: right;
}

#featured img {
width: 95px;
height: 70px;
float: left;
margin: 0 8px 4px 0;
}

h3.featured {
border: none;
margin: 0;
padding: 0;
}

.featuredpost {
width: 284px;
margin: 5px 0 0 0;
padding: 8px 0 0 0;
border-top: 1px solid #5A5A5A;
float: left;
}

.arrowlistmenu{
width: 285px; /*width of accordion menu*/
}

.widgetblock-menu {
width: 284px;
float: left;
margin: 0 0 20px 0;
padding: 8px;
padding-bottom: 0px;
background: url(images/menu-background.png);

/*Rounded Corners in Firefox, internet explorer, Konqueror, Safari, Google Chrome, Opera*/
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
font: 16px;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: capitalize;
text-transform: uppercase;
padding: 4px 0px 4px 4px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
color: #FF6666;
}

.menuheader a {
color: #FF6666;
}

.menuheader a:hover {
color: #FFF;
}

.expandable {
background: url(images/arrow-down.png) no-repeat right;
}

.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
color: #FFF;
}

.arrowlistmenu .expandable:hover { /*CSS class to apply to expandable header when it's expanded*/
color: #FFF;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
margin-right: 20px;
}

.subexpandable a {
background: url(images/arrow-down-small.png) no-repeat right;
}

.subcategoryitems a {
background: transparent;
}


.arrowlistmenu ul li .opensubheader { /*Open state CSS for sub menu header*/
background: url(images/arrow-down-small.png) no-repeat right !important;
}


.arrowlistmenu ul li .opensubheader:hover{ /*Open state CSS for sub menu header*/
background: url(images/arrow-down-small.png) no-repeat right !important;
}

.arrowlistmenu ul li .closedsubheader { /*Closed state CSS for sub menu header*/
background: url(images/arrow-down-small.png) no-repeat right !important;
color: #FFF;
}

.arrowlistmenu ul li a{
color: #FFF;
display: block;
padding: 2px 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #C7C7C7;
font: Verdana, Geneva, sans-serif;
font-size: 11px;
margin-left: 15px;
}

.arrowlistmenu ul li a:visited{
color: #FFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A1A1A1;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
color: #A1A1A1;
}

/** end sidebar **/

/** begin footer **/
#footer {
width: 960px;
float: left;
background: url(images/dash-dark.png) top left no-repeat;
margin: 10px 0 0 0;
padding: 30px 0 50px 0;
}

#footer a:link, #footer a:visited {
color: #dfdfdf;
}

#footer a:hover {
color: #DFC72B;
text-decoration: underline;
}

#footer p {
font-size: 11px;
margin: 0;
color: #dfdfdf;
}

#footer h3 {
font-size: 12px;
color: #FFFFFF;
padding: 0;
margin: 0 0 4px 0;
}

* + html #footer {
margin: 30px 0 0 0;
}	
/** end footer **/
