/*
Theme Name: JakeFilm
Author: Hector Aranda
Author URI: http://www.hectorarandawebworx.com/
*/



/* Commom Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Commom Structure */
body {
	margin: 0;
	padding: 0;
	background: #2b2b2b url(includes/images/twirl.gif) top center fixed repeat;
}

#PageContainer {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: #ffffff
}

#Header {
	margin: 0;
	padding: 0;
	width: 960px;
	background: #e7e7de
}

#PostColumn {
	margin: 0;
	padding: 0 0 0 20px; 
	float: left;
	width: 650px
}

#SidebarColumn {
	margin: 0 0 0 700px;
	padding: 0 0 0 0;
	width: 240px;
}

#Footer {
	margin: 0;
	padding: 10px 0 20px 0;
	text-align: center;
	clear: both
}
/* End Commom Structure */



/* Begin Sidebar Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Begin Sidebar Structure */
#MiniNav {
	margin: 0;
	padding: 5px 0 0 0;
	width: 240px;
	height: 23px;
	background: url(http://www.jakefilm.com/wp-content/themes/JakeFilm/includes/images/BGMiniNav.gif) scroll no-repeat top center;
	text-align: center
}

#RSS {
	margin: 0;
	padding: 0 0 0 637px;
}

#MainMenu {
	margin: 0;
	padding: 0 0 0 0;
	width: 240px;
	text-align: center;
}

#FlickrBox {
	margin: 0;
	padding: 10px 0 20px 0;
	text-align: center;
	border-top: 1px solid #999999;
}

#SidebarColumn ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: url(http://www.jakefilm.com/wp-content/themes/JakeFilm/includes/images/Bullet.gif)
}

#SidebarColumn li {
	margin: 0;
	padding: 0;
}

#RecentBox, #SitesBox, #CategoriesBox {
	margin: 0;
	padding: 0 0 30px 0;
}
/* End Sidebar Structure */



/* Begin Post Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Begin Post Structure */
.PostBox {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 650px;
        border-bottom: 1px solid #cccccc
}

.PostDate {
	margin: 0;
	padding: 5px 0 5px 0;
	width: 100px;
	height: 14px;
	background: url(http://www.jakefilm.com/wp-content/themes/JakeFilm/includes/images/BGDate.gif) scroll no-repeat top center;
	text-align: center;
	float: left;
}
	
.Post {
	margin: 0;
	padding: 0;
	width: 650px;
}

.TimeStamp {
	margin: 0;
	padding: 0 0 20px 0;
}

.postmetadata {
	margin: 0;
	padding: 0;
}

.ShowLove {
	margin: 0;
	padding: 0
}
/* End Post Structure */




/* Begin Typography & Colors
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Begin Typography & Colors */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #464949
}

#Footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #595863;
}

#MiniNav {
	color: #93f1ec;
	font-weight: bold;
	font-size: 14px
}

#SidebarColumn h5 {
	font-size: 14px;
	color: #cd4acd;
	text-align: center
}

.PostDate {
	font-size: 12px;
	font-weight: bold;
	color: #93f1ec;
}

.NumDay {
	font-size: 12px;
	font-weight: bold;
	color: #cd4acd;
}
	
.Post {
	color: #464949;
}

.TimeStamp {
	font-size: 12px;
}

.ShowLove {
	font-size: 14px;
	color: #cd4acd;
	font-weight: bold;
}

.Thankyou {
	font-size: 30px;
	text-align: center
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Tahoma, Geneva, sans-serif;
	}
	
.commentlist li ul li {
	
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: Tahoma, Geneva, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font-family: Tahoma, Geneva, sans-serif;
	}

acronym, abbr, span.caps {
	
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Links
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Begin Links */
a:link {
	color: #cd4acd;
	text-decoration: none
}

a:visited {
	color: #cd4acd;
	text-decoration: none
}

a:hover {
	color: #4c3508;
	text-decoration: underline
}

.Post a:link {
	color: #cd4acd;
	text-decoration: none
}

.Post a:visited {
	color: #cd4acd;
	text-decoration: none
}

.Post a:hover {
	color: #4c3508;
	text-decoration: none
}

#MiniNav a:link {
	color: #93f1ec;
	text-decoration: none
}

#MiniNav a:visited {
	color: #93f1ec;
	text-decoration: none
}

#MiniNav a:hover {
	color: #93f1ec;
	text-decoration: underline
}

#RecentBox a:link, #SitesBox a:link, #CategoriesBox a:link {
	color: #4c3508;
	text-decoration: none
}

#RecentBox a:visited, #SitesBox a:visited, #CategoriesBox a:visited {
	color: #4c3508;
	text-decoration: none
}

#RecentBox a:hover, #SitesBox a:hover, #CategoriesBox a:hover {
	color: #cd4acd;
	text-decoration: none
}

#ContactInfo a:link {
	color: #464949;
	text-decoration: underline
}

#ContactInfo a:visited {
	color: #464949;
	text-decoration: underline
}

#ContactInfo a:hover {
	color: #464949;
	text-decoration: none
}
/* End Links */



/*	Begin Headers & Paragraphs
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Begin Headers & Paragraphs */
h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
}

h5 {
	margin: 0;
	padding: 0;
}

h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	line-height: 18px
}

.Post h2 {
	font-size: 20px;
	color: #cd4acd;
}

h2.pagetitle {
	padding: 0 0 20px 0;
       &nbsp;text-align: center;
}

h3#comments {
	padding: 0 0 20px 0;
	margin: 0;
	}

.Entry p {
        margin: 0;
        padding: 0 0 15px 0
}
/* End Headers & Paragraphs */



/* Begin Images
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}

p.attachment {
        margin: 25px 0 0 0;
        padding: 0;
        text-align: center;
}
/* End Images */



/* Begin Lists
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Begin Lists */
.Entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.Entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

#TwitterBox li {
	padding: 0 0 15px 0
}
/* End Entry Lists */



/* Begin Form Elements
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.Entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Begin Comments */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
        margin: 0;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Begin Calendar */
#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; }
/* End Calendar */



/* Begin Various Tags & Classes
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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;
	}

.navigation {
        margin: 0;
        padding: 0;
	display: block;
	text-align: center;
        height: 40px
	}
/* End Various Tags & Classes*/



/* Captions
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Captions */
.caption {
        text-align: center
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Screening Room
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Screening Room */
#ScreeningRoom {
	margin: 0;
	padding: 0 0 20px 0;
	background: url(http://www.jakefilm.com/wp-content/themes/JakeFilm/includes/images/Curtains.jpg) top center no-repeat scroll;
	float: left;
	width: 650px;
	height: 1107px
}

#Projects {
	margin: 0 auto;
	padding: 225px 0 0 0;
	width: 440px;
	font-size: 12px;
}

.ProjectBox {
	margin: 0;
	padding: 0 0 50px 0;
	width: 440px;
}

.ProjectBox h5 {
	padding: 0;
	text-align: left;
	font-size: 14px;
	color: #cd4acd;
}

.ProjDetails{
	margin: 0;
	padding: 0 0 0 210px;
	text-align: left;
	font-size: 12px;
}

.ProjImg {
	border: 1px solid #cd4acd
}



/* Current Projects
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Current Projects */
#CurrentProj {
	margin: 0;
	padding: 0 0 20px 0;
	background: url(http://www.jakefilm.com/wp-content/themes/JakeFilm/includes/images/BluePrint.jpg) top center no-repeat scroll;
	float: left;
	width: 650px;
	height: 969px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px
}

.Project01 {
	margin: 0;
	padding: 0;
	width: 300px;
	position: absolute;
	right: 75px;
	top: 100px;
}

.Project02 {
	margin: 0;
	padding: 0;
	width: 277px;
	position: absolute;
	left: 50px;
	top: 350px;
}

.Project03 {
	margin: 0;
	padding: 0;
	width: 280px;
	position: absolute;
	right: 30px;
	top: 555px;
}



/* Contact
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Contact */
#Contact {
	margin: 0;
	padding: 0 0 20px 0;
	background: url(http://www.jakefilm.com/wp-content/themes/JakeFilm/includes/images/Contact.jpg) top center no-repeat scroll;
	float: left;
	width: 650px;
	height: 855px;
	position: relative;
}

#BioText {
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 200px;
	position: absolute;
	right: 80px;
	top: 180px;
	line-height: 16px
}

#ContactInfo {
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 250px;
	position: absolute;
	left: 100px;
	top: 170px;
	text-align: right
}

#Contact_Form {
	margin: 0;
	padding: 20px 0 0 0;
	width: 250px;
	text-align: left
}

#Contact_Form textarea {
	width: 100%
}



/* Sociable
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Sociable*/
div.sociable {
	margin: 0;
	padding: 20px 0 0 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #cd4acd;
	font-weight: bold;
	height: 24px
}

.sociable_tagline {
	float: left;
	padding: 5px 5px 0 0
}

span.sociable_tagline {
	position: relative;
}

span.sociable_tagline span {
        display: none
}

span.sociable_tagline:hover span {
	position: absolute;
	display: block;
}

.sociable span {
	display: block;
	height: 24px;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	height: 24px;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sociable ul li:before {
        content: "";
}

.sociable img {
	float: none;
	width: 24px;
	height: 24px;
	border: 0;
	margin: 0;
	padding: 0;
}