/* @override 
	http://localhost:8888/embry/wp-content/themes/on-the-side/style.css
	http://www.onthesidefilms.com/wp-content/themes/on-the-side/style.css
*/

/* 
	Theme Name: On The Side Films
	Description: A custom site for Greg Embry
	Author: Bill Robbins
	Author URI: http://www.billrobbinsdesign.com
	Version: 1.0
	Tags: If you need help, send me an email at billrobbinsdesign@gmail.com
	
*/

/* @group Reset */

/* Eric Meyer's Reset Reloaded */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Global Elements */

body {
	margin: 0 auto;
	background: #f9f9f9 url(images/background-main.jpg) no-repeat fixed center top;
}

a, a:visited {
	color: #e10909;
	text-decoration: none;
}

a:hover {
	color: #747474;
	text-decoration: none;
}

img {
	border-style: none;
}

.clear {
	clear: both;
}

/* Sticky Footer */

html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
	margin-bottom: -90px;
	position: relative;
}

/* @end */

/* @group Type */

/* Type */

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #111;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 { 
	font-size: 36px; 
	line-height: 1; 
	margin-bottom: 8px; 
}

h2 { 
	font-size: 24px; 
	margin-bottom: 12px; 
}

h3 { 
	font-size: 20px; 
	line-height: 1; 
	margin-bottom: 12px; 
}

h4 { 
	font-size: 18px; 
	line-height: 1.25; 
	margin-bottom: 20px; 
}

h5 { 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 24px; 
}

h6 { 
	font-size: 16px; 
	font-weight: bold; 
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { 
	margin: 0;
}

/* Text Elements */

p { 
	margin: 0 0 24px;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p img.left  { 
	float: left; 
	margin: 24px 24px 24px 0; 
	padding: 0; 
}

p img.right { 
	float: right; 
	margin: 24px 0 24px 24px; 
}

blockquote { 
	margin: 24px; 
	color: #666; 
	font-style: italic; 
}

strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 24px; 
	font-style: italic;
}

del {
	color:#666;
}

/* Lists */

li ul, li ol {
	margin: 0 24px;
}

ul, ol {
	margin: 0 24px 24px;
}

ul{
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

/* @end */

#front {
	background: url(images/front.png) no-repeat center top;
	width: 1058px;
	margin: 0 auto;
	height: 680px;
	position: relative;
}

#header {
	width: 100%;
	height: 90px;
	background: url(images/background-header.jpg) repeat-x;
}


#logo {
	float: left;
	margin-left: 25px;
	
}

/* @group Navigation */

#navigation {
	float: right;
	margin-right: 25px;
}

#navigation li {
	list-style: none;
	float: right;
}

#navigation ul {
	margin-top: 22px;
}

#nav li {
	float: left;
}

#navigation a, #navigation a:visited {
	font: small-caps 18px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 22px 13px 20px;
	color: #000;
	margin-right: 10px;
}

#nav li.current_page_item a{
	background: url(images/navigation.png) no-repeat left 0;
	color: #fff;
}

#nav li a:hover{
	background: url(images/navigation.png) no-repeat left 0;
	color: #fff;
}

/* @end */

#home {
	margin: 0 auto;
	width: 800px;
	height: 541px;
	background: url(images/background-image.png) no-repeat center bottom;
	position: relative;
	z-index: 10;
}

.home-image {
	position: relative;
	width: 700px;
	margin: 50px auto 0;
	z-index: 10;
}

.home-image img {
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	z-index: 10;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

.home-name {
	margin-top: 47px;
	z-index: 10;
}

.home-name h2{
	font: small-caps 36px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	position: relative;
	z-index: 10;
}

#content {
	margin: 0 auto;
	width: 800px;
	height: 541px;
	background: url(images/background-image.png) no-repeat center bottom;
	position: relative;
	z-index: 10;
	
}

#content-image {
	position: relative;
	width: 700px;
	margin: 50px auto;
	z-index: 10;
}

#content-image img {
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	z-index: 10;
	text-align: center;
	margin-bottom: 51px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

#content-image h1 {
	font: small-caps 36px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	position: relative;
	z-index: 10;
}

#portfolio {
	width: 845px;
	margin: 50px auto 0;
}

#portfolio h1 {
	margin-bottom: 20px;
}

.gallery-item {
	width: 400px;
	height: 350px;
	float: left;
	margin: 0 10px 20px;
	background: #101010;
	border: 1px solid #626262;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
    -webkit-box-shadow: 0px 1px 5px #000;
}

.gallery-item img {
	-webkit-border-radius: 15px;
}

.gallery-item h3 {
	padding: 5px;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

.gallery-item p {
	font-size: 12px;
	margin: 0;
	padding-right: 5px;
	padding-left: 5px;
}



/* @group Footer */

.clearfooter {
	height: 90px;
	clear: both;
}

#footer {
	width: 100%;
	background: url(images/background-footer.png) repeat-x center bottom;
	height: 90px;
	position: relative;
}

#footer p {
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 60px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#footer a, #footer a:visited {
	color: #000;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}



/* @end */

/* @group Page Navigation */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #4a4a4a;
	background-color: #FFFFFF;	
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #4a4a4a;
	color: #4a4a4a;
	background-color: #FFFFFF;	
}

.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #4a4a4a;
	color: #4a4a4a;
	background-color: #FFFFFF;	
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* @end */

/* @group Comments */

#comments {
	margin-top: 75px;
	border-top: 2px dotted #c3c3c3;
	padding-top: 15px;
}

.col-left {
	float: left;
}

.col-left p {
	margin: 0;
	font-size: 11px;
}

.col-right {
	float: right;
}

#comments h3 { font-size: 20px;	font-weight: normal;padding: 10px 0 20px 0;}

#comments #comments_wrap { position: relative;
width: 500px;
float: left;
}
#comments ol.commentlist li { list-style-type:none;
	margin-bottom: 20px;
}

#comments .comment { margin-top: 10px; width: 100%; }
#comments .comment a { text-decoration: underline; }
#comments .comment a:hover { text-decoration: none; }
#comments .comment small { font-size: 10px;	margin-top: -2px; }

#comments .comment .col-left {width: 110px; font-size:11px;}
#comments .comment .col-left p { padding: 0 0 0 2px; line-height: 19px;}
#comments .comment .col-left .inside {
	width: 110px;
	float: left;
	position: relative;
	overflow: hidden;
	min-height:70px;
}

#comments .comment .col-right {
	min-height: 92px;
	background: #e6e6e6;
	padding: 10px 15px;
	margin-left:100px;
	float:none; 
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}

* html #comments .comment .col-right { height: 100px; }
#comments .comment div.reply { float:right; padding: 3px 3px 0; font-size:11px; }
#comments .comment div.reply a { text-decoration:none; color:#aaa; }

#comments ul.children { margin:10px 0 0 25px; padding:0; }

#comments .navigation .alignright, #comments .navigation .alignleft { margin:10px 0;}
#comments .navigation a {
	color: #555;
}
#comments .commentlist {padding:0;}
#comments .commentlist p{padding:0 0 10px;}

#comments .commentlist #respond #form_wrap {
	padding:0 0 25px;
	margin:0;
	border:0;
	width:auto;
}
#comments .commentlist .children #respond #form_wrap .col-right{float:none;}
#comments .cancel-comment-reply {margin-bottom:10px;}

#commentform .btn {
	margin:0; 
	background:url(images/btn-submit.png) no-repeat;
 	color:#FFFFFF;
	font-weight:bold;
	width:79px;
	height:41px;
	padding:0;
	border:0;
	cursor:pointer;
}

#respond {
	float: right;
	width: 290px;
}

/* @end */

/* @group WP Essentials & Images */

/* WordPress Essentials */

.wp-caption img {
	padding:5px;
	background-color:#fff;
	width: auto;
}

.wp-caption-text {
	background-color:#fff;
	color:#000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-style: italic;
}

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;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

.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;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 165px;
}

#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%;
	margin-bottom: 10px;
}

#wp-calendar td {
	padding: 4px 2px 4px 0;
	text-align: center;
}

.rsswidget img {
	display: none;
}

#submit {
	border: 1px solid #adadad;
	border-right: 1px solid #838383;
	border-bottom: 1px solid #838383;
}

#searchsubmit {
	border: 1px solid #adadad;
	border-right: 1px solid #838383;
	border-bottom: 1px solid #838383;
}

/* @end */

