/*
Theme Name: Shoot (by Flicks Media)
Version: 1.0.0

*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #333333 url(images/bg.jpg)  repeat-x; 
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #414d4c;  }
h1 { color: #32b7dd; font-size: 20px; line-height: 26px; margin-bottom: 10px; margin-left: 0px; 7 }
h2 { font-size: 16px; line-height: 24px; margin-bottom: 0px; color: #fff; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; color: #95cd2f;  }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #32b7dd; text-decoration: none; }
a:hover { color: #fff; }

p { margin-bottom: 5px;  }


blockquote { 
	padding: 11px 10px 1px 10px;
	margin-bottom: 10px;
	background: #1a1a1a; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}



/* Container
-------------------------------------------------------------------*/
#container { 
	width: 900px; 
	padding-bottom: 10px; 
	margin: 0 auto; 
	overflow: hidden; 
}
#container #wrapper { 
	width: 900px; 
	float: left; 
	overflow: hidden; 
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 900px; 
	height: 60px; 
	float: left; 
	background: url(images/header-bg.gif) no-repeat left; 
	position: relative; 
}
#header h1 { 
	font: 24px Verdana; 
	padding-top: 10px; 
	margin-bottom: 0; 
	color: #fff; 
}
#header h1 a { 
	color: #fff; 
	text-shadow: 1px 1px 1px #333; 
	text-decoration: none; 
}
#header h1 span { 
	padding-left: 10px; 
	font-size: 11px; 
	color: #ccc; 
}



/* Search
-------------------------------------------------------------------*/
#search {
	position: absolute;
	top: 15px; 
	right: 0px;
		-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#search input { border: 0;		-moz-border-radius: 0px;
	-webkit-border-radius: 0px; }

#search #s { 
	width: 148px;
	padding: 4px 0 4px 22px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #333;
	background: url(images/search-text.gif) no-repeat;		-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	
}
#search #searchsubmit { 
	width: 35px; 
	height: 23px;
	vertical-align: top;
	background: url(images/search-submit.gif) no-repeat;		-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}




/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 900px; 
	height: 42px; 
	float: left; 
	background: url(images/nav-bg.gif) no-repeat; 
	border-bottom: 1px solid #75867b; 
	position: relative; 
}
#nav ul { 
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 33px; 
}
#nav ul li { 
	float: left; 
	margin-right: 3px; 
	padding-left: 7px; 
}
#nav ul li.current_page_item { background: url(images/nav-tab-left.gif) no-repeat; }
#nav ul li a { 
	display: block; 
	text-decoration: none; 
	color: #333; 
	line-height: 33px; 
	padding: 0 15px 0 8px; 
}
#nav ul li a:hover { color: #555; }
#nav ul li.current_page_item a { background: url(images/nav-tab-right.gif) no-repeat top right; }
#nav #feed { 
	position: absolute; 
	right: 15px; 
	top: 12px; 
	height: 19px; 
	padding-left: 37px; 
	color: #544626; 
	display: block; 
	background: url(images/feed.gif) no-repeat; 
	text-decoration: none; 
}



/* Content
-------------------------------------------------------------------*/
#content { 
	color: white; 
	width: 860px;
	min-height: 250px; 
	float: left; 
	text-align: justify;
	background: #252525; 
	padding: 10px 20px;
}
#contenthome { 
	color: white; 
	width: 860px;
	float: left; 
	text-align: justify;
	background: #252525; 
	padding: 10px 20px;
}

#content .post { margin-bottom: 10px; }
#content .post p { margin-bottom: 10px;  }
#content .post h1 a { text-decoration: none; }

#content .post-list li { list-style: none; }

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #aaa; 
	border-bottom: 1px solid #aaa; 
	background: #c9d6cc; 
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a {  }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside;  padding-left: 0px;  text-decoration: none;
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}
.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

/* Content Blog
-------------------------------------------------------------------*/
#contentblog { 
	color: white; 
	width: 655px; 
	float: left; 
}

#contentblog .post { margin-bottom: 20px; margin-top: 10px; background-color: #252525; padding: 10px; -moz-border-radius: 5px;
	-webkit-border-radius: 5px; }
#contentblog .post p { margin-bottom: 20px; }
#contentblog .post h1 a { text-decoration: none; }
#contentblog .post-list li { list-style: none; }

#contentblog .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 0px 5px; 
	border-top: 1px solid #aaa; 
	background: #f; 
}
#contentblog .post .post-info a { color: #fff; text-decoration:none; }
#contentblog .post .post-info a:hover { color: #555; text-decoration:none; }

#contentblog #pages { text-align: center; margin-bottom: 10px; }
#contentblog #pages a { }
#contentblog #pages a:hover { color: #1e2726; }

#contentblog ul, ol, dl { margin-bottom: 20px; }
#contentblog ul { 
	list-style: disc;
	list-style-position: inside; 
}
#contentblog ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#contentblog dl dt { 
	font-weight: bold;
}
#contentblog dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 235px;
	float: left;
	font-size: 11px; 
	margin-bottom: 10px;
	color: #555;
}

#sidebar h3 { font: normal 18px Verdana, Arial, Sans-Serif; color: #95cd2f; }

#sidebar a { color: white; text-decoration: none; }
#sidebar a:hover { color: #ededed; }

#sidebar .block {
	width: 205px;
	padding: 5px 15px 10px 15px; 
	overflow: hidden;
	color: #cccccc;
	background-color: #252525;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 0px 10px 10px;
}
#sidebar .block li { 
	list-style-type: square;
	padding-left: 0px;
}
#sidebar .block a:hover { color: #777; }

/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }



/* Wrapper Bottom
-------------------------------------------------------------------*/
#wrapper-bottom { 
	width: 900px; 
	height: 6px; 
	float: left; 
	margin-bottom: 7px; 
	background: url(images/wrapper-bottom.gif) no-repeat bottom;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 22px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #414d4c; 
}
#comments .comment { 
	background: #bfcec3; 
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 635px; 
	padding-bottom: 5px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	width: 536px; 
	background: #d6ded4; 
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #d6ded4; 
	border: 5px solid #bfcec3; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 600px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Footer
-------------------------------------------------------------------*/
#footer { 
	width: 900px; 
	float: left; 
	color: #d6ded4; 
	text-align: center;
}
#footer-inner { 
	width: 900px; 
	padding-bottom: 6px; 
}
#footer-content { 
	width: 900px; 
	background: #000; 
	padding: 5px;
}
#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a { color: #d6ded4; }

/* navigation
-------------------------------------------------------------------*/
#suckerfishnav { font-style: normal;background-color: #1a1a1a ;font-size:14px;font-family:verdana,sans-serif;font-weight: normal;	width:700px; padding-left: 7px; }
#suckerfishnav, #suckerfishnav ul { border-left-color: #aaa; border-right-color: #aaa; border-left-style: none; border-right-style: none; float:left;list-style:none;line-height:25px;margin:0;	width:900px; border-bottom-color: #2a2828;  border-top-color: #2a2828;  border-bottom-style: solid;  border-top-style: solid; border-width: medium; z-index: 999; }

#suckerfishnav a {display:block;color: white;text-decoration:none;padding:0px 12px 0px 12px;	text-shadow: #000 1px 1px 1px; outline: none; }
#suckerfishnav a:hover {display:block;color: white; background-color: #252525;text-decoration:none;padding:0px 12px 0px 12px; outline: none; }

#suckerfishnav li {float:left;padding:0;}
#suckerfishnav ul { border-left-width: 0; border-bottom-width: 0; border-right-width: 0; border-top-width: 0px; position:absolute;left:-999em;height:auto;	width:151px;font-weight:normal;margin:0;line-height:1;border-top:1px solid #666666; margin-left: 10px; margin-top: 0px;	}
#suckerfishnav li li {	width:149px;border-bottom:1px solid #666666;border-left:1px solid #666666;border-right:1px solid #666666;font-weight:normal;font-family:verdana,sans-serif; padding-top: 5px; padding-bottom: 5px; line-height: 14.2px; }
#suckerfishnav li li a {padding:4px 10px;	width:130px;font-size:12px;color: white;}
#suckerfishnav li li a:hover {padding:4px 10px;	width:129px;font-size:12px;color: white; background-color: #1a1a1a;}

#suckerfishnav li ul ul {margin:-21px 0 0 150px;}
#suckerfishnav li li:hover {color: white; background:#1a1a1a;}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, 
#suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a  {color: white;}#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a  {color: white;}#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {color: white;}#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul  {left:-999em;}#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul  {color: white; left:auto;background:#444444;}#suckerfishnav li:hover, #suckerfishnav li.sfhover {color: white;}



/* homepage
-------------------------------------------------------------------*/

#homepage {
width: 900px;
background-color: transparent;

}

#video {
width:640px;
height: 358px;
float: left;
}

#boxa{
width: 260px;
height: 111px;
float: right;
background:  url(images/boxa.jpg)  no-repeat;
padding-top: 28px;

}
#boxa ul li a { 
	display: block; 
	text-decoration: none; 
	color: #333; 
	font-size: 12px;
	padding: 2px 5px 2px 12px; 
}
#boxa ul li a:hover { 
	background-color: #7bab27; 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	padding: 2px 5px 2px 12px; 
}
#boxb{
width: 260px;
height: 111px;
float: right;
background:  url(images/boxb.jpg)  no-repeat;
padding-top: 28px;
}
#boxb ul li a { 
	display: block; 
	text-decoration: none; 
	color: #333;
		font-size: 12px;
 
	padding: 2px 5px 2px 12px; 

}
#boxb ul li a:hover { 
	display: block; 
	text-decoration: none; 
	background-color: #008ca2;
	color: #fff; 
	padding: 2px 5px 2px 12px; 
}
#boxc{
width: 240px;
height: 50px;
background-color: #252525;
float: right;
padding: 10px;
margin-top: 5px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-radius: 3px;
}
textarea {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f9f9f9;
}
input {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f9f9f9;
}
