/*
Theme Name: Video Flick
*/
a {
   outline: none;
}
body
{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 12px;
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	line-height: 1.3em;
        color: #4A4A4A;
	background: #1A1A1A url(images/bg.jpg);
}
h1
{
	font-weight: normal;
	font-size: 36px;
	color: #222E1D;
	margin: 35px 0 15px 0;
	padding: 0;
}
h1 a:link, h1 a:active, h1 a:visited
{
	color: #FFFFFF;
}
h1 a:hover
{
	color: #5BFF00;
}
a:link, a:visited
{
        color: #cccccc;
	text-decoration: none;
}
a:hover
{
	color: #5BFF00;
}
gallery
{
	font-size: 18px;
	font-weight: strong;
	padding: 0;
	margin: 0 0 2px 0;
	color: #7FA270;
}
h2 a:link, h2 a:active, h2 a:visited
{
	color: #5BFF00;
}
h2 a:hover
{
	text-decoration: underline;
        color: #5BFF00;
}
h3
{
	font-size: 13px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: normal;
	color: #C5E2B5;
}
h4
{
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #FFF;
}
h5 
{
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #222E1D;
}
img
{
	border: 0;
}
p
{
	margin: 0 0 10px 0;
}
#wrapper
{
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}
/** header styles **/
#headwrap
{
	float: left;
	width: 920px;
	height: 147px;
}
#tagline
{
	float: left;
	width: 960px;
	height: 26px;
	background: #2A2A2A;
	color: #C5E2B5;
	font-size: 12px;
	margin-top: 1px;
	/*Rounded Corners in Firefox, Konqueror, Safari, Google Chrome, Opera*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#tagline p
{
	margin: 6px 0 0 10px;
}
#menu
{
	float: right;
	width: 480px;
	height: 26px;
	background: #2A2A2A;
	color: #C5E2B5;
	font-size: 20px;
	margin-top: 1px;
	text-align: right;
	position: relative;
	top: -27px;
	right: 5px;
}
#logo
{
	vertical-align: top;
	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: left;
}
#topad img
{
	margin: 30px 0 0 0;
}
/** gallery styles **/
#contentwrap
{
	width: 960px;
	float: left;
	padding: 30px 0 0 0;
}
#maincontent
{
	width: 750px;
	float: left;
}
#pagenavi
{
	width: 750px;
	float: left;
	margin: 0 0 20px 0;
	font-size: 12px;
}
#pagenavi a:link, #pagenavi a:visited
{
	background: #101010;
	padding: 7px;
	display: block;
}
#pagenavi a:hover
{
	background: #5BFF00;
}
#newer
{
	margin: 0 20px 0 0;
}
.galleryitem
{
	width: 230px;
	height: 235px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
        background: url(images/gry20.png);
	color:#DBDBDB;
	font-size: 11px;

	line-height: 1.1em;
	/*Rounded Corners in Firefox, Konqueror, Safari, Google Chrome, Opera*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
}
.galleryitem h3
{
	font-size: 12px;
	padding: 5px 5px 0 5px;
	margin: 0;
	font-weight: normal;
	color: #FFF;
}
* + html .galleryitem h3
{
	padding: 2px 5px 0 5px;
}
.galleryitem p
{
	margin: 0 5px 0 5px;
}
.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;
}
.commentsnumber
{
	background: url(images/comments-dark.jpg) top left no-repeat;
	width: 25px;
	height: 20px;
	margin: 47px 5px 5px 0;
	text-align: center;
	float: right;
}
.commentsnumber a:link, .commentsnumber a:visited
{
	color: #101010;
}
.commentsnumber a:hover
{
	color: #5BFF00;
}
/** single post styles **/
.video
{
	width: 730px;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;

}
.postcontent
{
	width: 720px;
	float: left;
	margin: 0 20px 0px 0;
	padding: 8px 8px 10px 8px;
        color: #000;
	background: #EEEEEE;
       	/*Rounded Corners in Firefox, Konqueror, Safari, Google Chrome, Opera*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.postcontent div
{
	/*Rounded Corners in Firefox, Konqueror, Safari, Google Chrome, Opera*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.postcontent h2
{
	font-size: 16px;
}
.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: #000;
	margin: 5px 0 15px 0;
	line-height: 1.1em;
}
.postdets a:link, .postdets a:visited
{
	color: #000;
}
.postdets a:hover
{
	color: #000;
	text-decoration: underline;
}
/** page styles **/
#page
{
	margin: 0 0 20px 0;
}
/** sidebar styles **/
#sidebar
{
        width: 210px;
	float: right;
	color: #000;
	font-size: 11px;
	line-height: 1.2em;
}
#searchwrap
{
	background: none;
	height: 30px;
	margin: 0 0 0 0;
	float: right;
        background: url(images/search-light.png) top left no-repeat;
	width: 194px;
}
#searchwrap input
{
	vertical-align: middle;
	background: none;
	color: #000000;
}
#s
{
	font-size: 11px;
	border: none;
	padding: 5px 5px 0 0;
	margin-right: 3px;
	width: 165px;
}
/** sidebar ads **/
#sidebar .p75_sidebar_ads
{
	padding-top: 9px;
	padding-left: 9px;
}
#sidebar .p75_sidebar_ads img.sidebar_ad
{
	width: 125px;
	height: 125px;
	float: left;
	margin: 8px;
}
/** tag cloud **/
#sidebar #tag_cloud a
{
	background: #1e1e1e;
	float: left;
	padding: 0.5em;
	margin: 0 1px 1px 0;
}
#sidebar #tag_cloud a:hover
{
	background: #101010;
}
/** featured content **/
#sidebar .cat_posts ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar .cat_posts ul li
{
	clear: both;
	border-bottom: 1px solid #5a5a5a;
	padding-bottom: 8px;
	margin-bottom: 8px;
	float: left;
	width: 194px;
}
#sidebar .cat_posts ul li.last
{
	border: 0;
	padding: 0;
	margin: 0;
}
#sidebar .cat_posts ul li img.thumbnail
{
	float: left;
	margin: 0 8px 0 0;
}
#sidebar .cat_posts ul li a.post_title
{
	font: 12px Verdana,Georgia,"Times New Roman",Times,serif;
}
/* footer - dark theme - start */
/*
#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: #44593B;
}
#footer a:hover
{
	color: #FF6666;
	text-decoration: underline;
}
#footer p
{
	font-size: 11px;
	margin: 0;
	color: #C5E2B5;
}
#footer h3
{
	font-size: 12px;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 4px 0;
}
* + html #footer
{
	margin: 30px 0 0 0;
}
*/
/* footer - dark theme - ends */
#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: #C5E2B5;
}
#footer a:hover
{
	color: #FF6666;
	text-decoration: none;
}
#footer p
{
	font-size: 11px;
	margin: 0;
	color: #C5E2B5;
}
#footer h3
{
	font-size: 12px;
	color: #FFFFFF;
	padding: 0;
	margin: 0 0 4px 0;
}
* + html #footer
{
	margin: 30px 0 0 0;
}	
/** end footer **/
/** menu styles **/
.sf-menu,.sf-menu *
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
}
.sf-menu
{
	line-height: 1.0;
	float: right;
}
.sf-menu ul
{
	position: absolute;
	top: -999em;
	width: 150px;
}
.sf-menu ul li
{
	width: 100%;
}
.sf-menu li:hover
{
	visibility: inherit;
}
.sf-menu li
{
	float: left;
	position: relative;
}
.sf-menu a
{
	display: block;
	position: relative;
	border-left: 1px solid #1A1A1A;
	text-decoration: none;
	padding: 6px 10px 8px 10px;
}
.sf-menu a:hover  {
	color: #5BFF00;
}
* + html .sf-menu a
{
	padding: 7px 10px 7px 10px;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul
{
	left: 0;
	top: 20px;
	z-index: 99;
}
.sf-menu a
{
	color: #C5E2B5;
}
.sf-menu li ul {
	background: url(images/menu-ul-bg.png) repeat;
	margin: 6px 0 0 0;
	padding: 8px 0 10px 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.sf-menu li li
{
	margin: 0 0 -1px 0;
}
.sf-menu li li ul {
	background: url(images/menu-ul-bg.png) repeat;
	margin: -8px 0 0 0;
	padding: 8px 0 10px 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.sf-menu li li li
{
	left: 0px;
	top: -1px;
	margin: 0 0 -1px 0;
}
.sf-menu a.sf-with-ul
{
	min-width: 1px;
}
.sf-sub-indicator
{
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
}
.sf-menu li li:hover ul, 
.sf-menu li li.sfHover ul {
	left: -150px; /* Match ul width. */
	top: 5px;
}

/** comment styles **/
#comments
{
	width: 624px;
	color: #5BFF00;
	margin: 0 0 20px 0;
	float: left;
}
* + html #comments
{
	margin: 0 0 -10px 0;
}
#reply_form
{
	/*background: url(images/menu-background1.png);*/
    background: #101010;
	width: 720px;
	margin: 20px 0 0 0;
	padding: 8px;
	float: left;
	/*Rounded Corners in Firefox, Konqueror, Safari, Google Chrome, Opera*/
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#comments h3
{
	font-size: 16px;
	font-weight: normal;
	color: #181512;
	margin: 5px 0 0 0;
	padding: 0;
}
#comments p
{
	margin: 5px 0 5px 0;
}
.comment-author
{
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}
.comment-meta
{
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.avatar
{
	float: right;
	display: inline;
	margin: 0 0 15px 15px;
}
#comment
{
	width: 760px;
	font: 12px verdana,arial,helvetica,sans-serif;
}
h2.commh2
{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color: #FFF !important;
}
ol.commentlist
{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}
ol.commentlist p
{
	margin-bottom: 10px;
}
ol.commentlist a:link, ol.commentlist a:visited
{
	color: #4A4A4A;
}
ol.commentlist a:hover
{
	color: #5BFF00;
	text-decoration: underline;
}
ol.commentlist cite
{
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ol.commentlist li.alt
{
	padding: 8px 8px 0 8px;
	margin: 20px 0 0 0;
	background: #101010;
	color: #4A4A4A;
	width: 624px;
	float: left;
}
ol.commentlist li
{
	padding: 8px 8px 0 8px;
	margin: 20px 0 0 0;
	background: #101010;
	color: #4A4A4A;
	width: 624px;
	float: left;
}
ol.commentlist li div.reply
{
	color: #FFFFFF;
	font: 11px Verdana, Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px;
	text-align: center;
	width: 36px;
	background: #1E1E1E;
	margin: 10px 0 10px 0;
	cursor: pointer;
}
ol.commentlist li div.reply:hover
{
	background: #575757;
}
ol.commentlist li div.reply a
{
	color: #999999;
	text-decoration: none;
}
ol.commentlist li ul.children
{ 
	list-style: none; 
	margin: 0;
	padding: 0;
	text-indent: 0; 
}
ol.commentlist li ul.children li
{
	background: none;
	margin: 10px 0 0 0;
	padding: 10px 0 0px 0;
	border-top: 1px solid #1F1F1F;
	width: 624px;
	float: left;
}
ol.commentlist li ul.children li.alt
{
	background: none;
	margin: 10px 0 0 0;
	padding: 10px 0 0px 0;
	border-top: 1px solid #1F1F1F;
	width: 624px;
	float: left;
}
ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 { margin:0; }
input#submit
{
	cursor: pointer;
	background: url(images/submit-dark.jpg) 0 0;
	border: none;
	width: 120px;
	height: 30px;
	padding: 0;
	margin: 0 0 -20px 0;
}
* + html input#submit
{
	margin: 0 0 10px 0;
}
input#submit:hover
{
	background: url(images/submit-dark.jpg) 0 -30px;
}
#comment
{
	background: url(images/area-dark.jpg) top left no-repeat;
	border: none;
	width: 614px;
	height: 208px;
	padding: 5px;
}
#author
{
	background: url(images/fields-name-dark.jpg) top left no-repeat;
	border: none;
	width: 154px;
	height: 20px;
	padding: 5px 125px 5px 5px;
}
#email
{
	background: url(images/fields-email-dark.jpg) top left no-repeat;
	border: none;
	width: 154px;
	height: 20px;
	padding: 5px 125px 5px 5px;
}
#url
{
	background: url(images/fields-web-dark.jpg) top left no-repeat;
	border: none;
	width: 154px;
	height: 20px;
	padding: 5px 125px 5px 5px;
}
#respond
{
	padding: 0 15px 10px 0;
}
.fieldset
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.fieldset li
{
	margin: 0 0 10px 0;
	padding: 0;
}
/** wordpress specific styles **/
.wp-caption img
{
	margin-bottom: 5px;
	padding:5px;
	background-color:#FFFFFF;
}
.wp-caption-text
{
	color:#FFFFFF;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-weight: bold;
}
code
{
	font: 1.1em 'Courier New', Courier, Fixed;
}
img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright
{
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}
img.alignleft
{
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}
.alignright
{
	float: right;
	margin-left: 15px;
}
.alignleft
{
	float: left;
	margin-right: 15px;
}
#wp-calendar
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a
{
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a
{
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a
{
	display: block;
}
#wp-calendar caption
{
	text-align: center;
	width: 100%;
}
#wp-calendar td
{
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover
{ /* Doesn't work in IE */
	background-color: #fff;
}
acronym, abbr, span.caps
{
	cursor: pointer;
}
acronym, abbr
{
	border-bottom: 1px dashed #999;
}
blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite
{
	margin: 5px 0 0;
	display: block;
}
.center
{
	text-align: center;
}
.hidden
{
	display: none;
}
hr
{
	display: none;
}
a img
{
	border: none;
}
.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption
{
	text-align: center;
	background-color: #FFF;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
}
.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
	color: #FFF;
}
.flickr-photos a
{
	float:left;
	display:inline;
	overflow:hidden;
	width:75px;
	height:67px;
	margin-left:12px;
	margin-top:12px;
}
/**************** eureka: added the following styling elements - section starts ****************/
/* CSS for the header banner starts */
#banner
{
	width: 1000px;
	height: 200px;	
}
#banner img
{
	margin: 20px 0 0 0;
}
/* CSS for the header banner ends */
/* CSS for showing a transculent sidebar widgetblock starts*/
.widgetblock
{
	width: 194px;
	float: right;
	font-style: italic;
	margin: 0 0 50px 0;
	padding: 0px;
	background: url(images/menu-backgroundx.png);
	/*Rounded Corners in Firefox, Konqueror, Safari, Google Chrome, Opera*/
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/* CSS for showing a transculent sidebar widgetblock ends */
/* CSS for the folding category list (treeview accordion) in the sidebar starts */
.focalmenu
{
	font: 20px; Verdana,Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	/*margin: 10px 0px 0px 12px;*/ /*bottom spacing between header and rest of content*/
	padding: 10px 0px 0px 12px; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;	
}
/*
.focalmenu a:link
{
	color: #5BFF00;
}
.focalmenu a:visited 
{
	color: #5BFF00;
}
.focalmenu a:hover
{
	color: #FFFFFF;
}
*/
/* CSS for the folding category list (treeview accordion) in the sidebar ends */
/* CSS for contact page link in the sidebar starts */
.contact_link
{
	font: 20px; Verdana,Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	/*margin: 0px 0px 10px 28px;*/ /*bottom spacing between header and rest of content*/
	padding: 3px 0px 10px 28px; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;		
}
.contact_link a
{
	color: #FF6666;
	font-weight:bold;
}
.contact_link a:hover
{
	color: #FF6666;
	font-weight:bold;
}
/* CSS for contact page link in the sidebar ends */
/*CSS for aroundtheweb div on contact page starts */
.aroundtheweb
{
	width: 180px;
	overflow: hidden;
	border-right: 2px solid #3E4246;
	padding-right: 15px;
	margin-right: 15px;
	float: left;
}
.aroundtheweb ul
{
	margin-left: -20px;
}
.aroundtheweb li
{
	list-style: none;
	vertical-align: middle;
	border-bottom: 1px solid #5F676D;
	height: 22px;
	margin-bottom: 2px;
}
.aroundtheweb h3
{
	border-bottom: 1px solid #5A5A5A;
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
}
.aroundtheweb img
{
	margin-right: 4px;
	float: left;
}
/*CSS for aroundtheweb div on contact page ends */
/*CSS for actual contact content div(middle sec) starts */
.contact
{
	width: 430px;
	float: left;
	overflow: hidden;
	color: #FFFFFF;
}
.contact h3
{
	border-bottom: 1px solid #5A5A5A;
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
}
/*CSS for actual contact content div(middle sec) ends */
/******************************** eureka: styling section - ends *******************************/