/*
Theme Name: Coastline Studios | Reflections
Theme URI: http://www.coastline-studios.com/
Description: Coastline Studios Wordpress Theme.
Version: 0.7
Author: Kedron Rhodes
Author URI: http://www.ailema.com/

*/

/* Font face*/
/* For IE */

@font-face {
	font-family: 'Vegur ExtraLight';
	src: url('./fonts/Vegur-EL_0500.eot');
}

/* For Other Browsers */

@font-face {
	font-family: 'Vegur ExtraLight';
	src: local('Vegur ExtraLight'),
	     local('Vegur-ExtraLight'),
	     url('./fonts/Vegur-EL_0500.otf') format('opentype');
}

@font-face {
	font-family: 'Vegur';
	src: local('Vegur Regular'),
	     local('Vegur-Regular'),
	     url('./fonts/Vegur-R_0500.otf') format('opentype');
}



/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.2; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Begin Images */

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;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
        font-size: 8px
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.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;
	}
/* End Entry Lists */



/* Begin Form Elements */

.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*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	color:#575757;
	}

.commentlist a{color:#3A7DDA;}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	 -moz-border-radius-topleft:7px; -moz-border-radius-topright:7px;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#comments{font-family:'Vegur ExtraLight', 'Helvetica Neue', arial, sans-serif; font-size:18px; font-weight:normal; color:#3a7dda;}

.comment-author{font-family:arial, sans-serif; font-size:11px; font-style:normal;}
.comment-author cite{font-weight:bold;}
.comment-author img{float:left; margin-right:5px;}
.comment-author-admin{background:#ecf4ff;}
.comment-meta{display:block; font-family:arial, sans-serif; font-size:11px; font-style:normal; margin-bottom:1.5em;}

.comment{border-bottom:1px dotted #ccc;}
.even{background:#f2f2f2;}

#respond{font-family:arial, sans-serif; font-size:12px;}
#respond a{color:#3a7dda;}
#respond h3{font-family:'Vegur ExtraLight', 'Helvetica Neue', arial, sans-serif; font-size:24px; font-weight:normal; color:#3a7dda;}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* 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 */
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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom:100px;
	}

.navigation a{border:none !important; text-decoration:none; background:#ebebeb; font-family:'Vegur', 'Helvetica Neue', arial, sans-serif; font-size:14px; font-weight:normal; color:#3a7dda; padding:7px 5px 5px 5px; margin:15px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.navigation a:hover{background:#3a7dda; color:#fff;}
/* End Various Tags & Classes*/



/* Captions */
.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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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 */



body{background:url(./images/bg.jpg);}
#bgPhoto{position:absolute; top:0; left:0; width:100%; z-index:1;}

#container{position:relative; width:1000px; margin:300px auto 100px auto; background:url(./images/body_bg.png); z-index:5;}

#header h1 a{display:block; width:1000px; height:55px; background:url(./images/coastline_studios_reflections.png); text-indent:-9999px;}

#aside{margin:30px 0; width:275px; float:left;}
#aside a{color:#383838; text-decoration:none;}
#aside a:hover{text-decoration:underline;}
#aside h2{display:block; clear:both; width:245px; height:35px; margin-left:-9px; padding-left:20px; padding-top:2px; background:url(./images/tab.png); color:#fff; font-family:'Vegur ExtraLight', 'Helvetica Neue', arial, sans-serif; font-size:18px; font-weight:normal;}
#aside ul{list-style-type:none; margin:0 10px 30px 0px;}
#aside ul li li{margin:0 15px 5px 20px;}

li.widget_recent_entries li{background:url(./images/icon_doc.png) no-repeat 0 3px; padding-left:20px;}

.tubepress_thumb_widget{clear:both; margin-left:20px;}
.widget_tubepress{font-family:'Helvetica Neue', arial, sans-serif; clear:both;}
.widget_tubepress a{color:#1244be !important;}
.widget_tubepress a img{float:left; border:1px solid #fff; margin:0 5px 25px 0;}
.tubepress_meta_title{margin-right:40px;}
.tubepress_meta_runtime{}

.socialMedia{margin-left:12px !important; line-height:0;}
.socialMedia li{display:block; width:48px; height:48px; text-indent:-9999px; float:left; margin:0 10px 20px 10px !important; line-height:0; padding:0;}
.socialMedia li a{display:block; width:48px; height:48px; text-indent:-9999px; line-height:0;}
.socialMedia li.facebook a{background:url(./images/facebook.png);}
.socialMedia li.flickr a{background:url(./images/flickr.png);}
.socialMedia li.linkedin a{background:url(./images/linkedin.png);}
.socialMedia li.twitter a{background:url(./images/twitter.png);}
.socialMedia li.vimeo a{background:url(./images/vimeo.png);}
.socialMedia li.youtube a{background:url(./images/youtube.png);}

#contentContainer{width:660px; float:left; margin:30px 0 0 20px;}
#content{}
/* .entry font size used to be 18px - removed to decrease the size */
.entry{font-size:14px}
.entry{color:#474747;}
.entry h2{font-family:'Vegur ExtraLight', 'Helvetica Neue', arial, sans-serif; font-size:32px; letter-spacing:-1px; font-weight:normal; color:#3a7dda; line-height:33px; padding-top:3px;}
.entry h2 a{color:#3a7dda; text-decoration:none; border:none;}
.entry h3{font-family:'Vegur', 'Helvetica Neue', arial, sans-serif; font-size:24px; font-weight:normal; color:#3a7dda; line-height:26px; padding-top:3px;}
.entry h4{}
.entry h5{}
.entry h6{}
.entry span.cite{display:block; font-family:arial, sans-serif; font-size:11px; font-style:normal; padding-bottom:1.5em;}
.entry span.cite a{color:#474747; text-decoration:none; border-bottom:1px #474747 dotted;}
.entry span.cite a:hover{color:#3a7dda;}
.entry p{margin-bottom:1.5em; -moz-border-radius:7px;}
.entry a{color:#3a7dda; text-decoration:none; border-bottom:1px dotted #3a7dda;}

.entryMeta{font-family:arial, sans-serif; font-size:12px; color:#3a7dda;}
.entryMeta a{color:#3a7dda;}
.entryMeta a:hover{text-decoration:none;}

.entryComments{background:url(./images/icon_comment.png) no-repeat; padding-left:20px; padding-bottom:3px;}

.postmetadata{font-size:11px; font-family:arial, sans-serif; padding:10px !important; background:#ebebeb; margin-bottom:40px !important;}
.postmetadata a{color:#474747;}

.archive h3{padding-top:20px;}
.archive h3 a{font-family:'Vegur ExtraLight', 'Helvetica Neue', arial, sans-serif; font-size:24px; font-weight:normal; line-height:18px; color:#3a7dda; text-decoration:none; border:none;}


#searchform{padding:10px 0 18px 18px;}


.sociable a{border:none;}
.sociable_tagline strong{font-family:'Vegur ExtraLight', 'Helvetica Neue', arial, sans-serif; font-weight:normal; font-size:18px; line-height:18px; color:#3a7dda;}


.commentMeta{font-family:'Vegur ExtraLight', 'Helvetica Neue', arial, sans-serif; font-weight:normal; font-size:14px; line-height:18px; color:#3a7dda;}
.commentMeta a{border:none;}

.commentIcon{padding:0 0 3px 20px; background:url(./images/icon_comment.gif) no-repeat;}








#footer{clear:both; background:#3a7dda; font-family:arial, sans-serif; font-size:12px; font-style:normal; padding:50px 20px 10px 20px; color:#90b7ec; }
.copyright{float:left;}
.footerTools{float:right;}
.footerTools a{color:#90b7ec;}
.clear{clear:both;}












