/*
Theme Name: capelinks.net
Version: 1.0
*/

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.submit_button {
    background: none repeat scroll 0 0 #F78D1D;
    border: 1px solid #DA7C0C;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #FEF4E9;
    cursor: pointer;
    font: bold 1.5em arial,verdana,tahoma,sans-serif;
    padding: 5px 7px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
margin: 10px; 10px; 0 20px;
}

.article_block {
background-color:#EEEEEE;
border:1px solid #004276;
padding:5px;
}

/*---:[ #header styles ]:---*/



#logo h1, #logo #tagline { display: none; font: normal 1.6em "Helvetica Neue", Helvetica, Arial, sans-serif; }
	

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

.blocks .btn,
.subscribe .btn {
	display:block;
	float:left;
	text-align:center;	
	font:11px/23px arial,sans-serif;
	width:63px;
	height:23px;
	padding:0;
	}
.privacy {padding:3px 0 0 0;float:left;}
.subscribe .btn {text-decoration:none !important;}
.blocks .btn:hover,
.subscribe .btn:hover {text-decoration:underline !important;}

.frmbtn {
    border: 4px solid #ff0000;
    background: #ddd;
  padding: 2px;
font-weight: bold;
  font-size: 12px;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

/* ------------------------------------------------------------------
---------- BASE LAYOUT ----------------------------------------------
------------------------------------------------------------------ */



ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0; 	
	}



/*
h1 {font-size: 2.0em; font-weight: bold;}
h2 {font-size: 1.85em; font-weight: bold;}
h3 {font-size: 1.6em; font-weight: bold; }
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}
*/
h1 {
  color: #004276;
  display: block;
  /* fixed for Non-PCs without Photoshop CS2+ */
	font-smooth: always;
}
h2, h3, h4, h5, h6 {
  color: #000000;
  display: block;
  /* fixed for Non-PCs without Photoshop CS2+ */
	font-smooth: always;
}

h1 { font-size: 30px; line-height: 1.2; margin: 0.3em 0 10px; }
h2 { font-size: 28px; line-height: 1.3; margin: 1em 0 .2em; }
h3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 19px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }

h1 a, h2 a, h1 a:link, h2 a:link, h1 a:visited, h2 a:visited { color: #000; }
h1 a:active, h2 a:active, h1 a:focus, h2 a:focus, h1 a:hover, h2 a:hover { color: #669900; }



code, pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	}

pre {
	overflow: auto;
	word-wrap: normal;
	padding-bottom: 1.5em;
	overflow-y: hidden;
	width: 99%;
	}

abbr[title], acronym[title] {
	border-bottom: 1px dotted;
	}
	
hr {
	display: block;
	height: 2px;
	border: none;
	margin: 0.5em auto;
	color: #cccccc;
	background-color: #cccccc;
	}



/*-------------------- BLOG TITLE -------------------------*/

h1.blogtitle,
h2.blogtitle {
    display: block;
	margin: 0;
padding: 0;
letter-spacing: -1px;
line-height: 1.0em;
font-family: tahoma, arial, sans-serif;
font-size: 240%;	font-smooth: always;
	}
	
h1.blogtitle a:link, 
h1.blogtitle a:visited, 
h1.blogtitle a:active,
h2.blogtitle a:link, 
h2.blogtitle a:visited, 
h2.blogtitle a:active {
    text-decoration: none;
	color: #004276;
	font-weight: bold;
	font-smooth: always;
	}
	
h1.blogtitle a:hover,
h2.blogtitle a:hover {
    text-decoration: none;
	color: #000000;
	font-weight: bold;
	}

/*-------------------- BLOG TAGLINE -----------------------*/

p.tagline { 
	margin: 0;
padding: 0;
font-size: 1.2em;
font-weight: bold;
color: #666666;	}

	
/*-------------------- COMMENTS FEED ICON -----------------*/

a.comments-icon {
	height: 22px;
	line-height: 22px;
	margin: 0 5px 0 5px;
	padding-left: 22px;
	display: block;
	text-decoration: none;
	float: right;
	white-space: nowrap;
	}

a.comments-icon:link,
a.commentss-icon:active,
a.comments-icon:visited {
	background: transparent url(http://capelinks.net/images/comment-gray.png) no-repeat scroll center left;
}

a.comments-icon:hover {
	background: transparent url(http://capelinks.net/images/comment.png) no-repeat scroll center left;
}


/*-------------------- POSTS FEED ICON --------------------*/

a.posts-icon {
	height: 22px;
	line-height: 22px;
	margin: 0 5px 0 0;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	float: left;
	white-space: nowrap;
	}

a.posts-icon:link,
a.posts-icon:active,
a.posts-icon:visited {
	background: transparent url(http://capelinks.net/images/rss-gray.png) no-repeat scroll center left;
}

a.posts-icon:hover {
	background: transparent url(http://capelinks.net/images/rss.png) no-repeat scroll center left;
}

/*-------------------- EMAIL SUBSCRIBE ICON ---------------*/

a.email-icon {
	height: 22px;
	line-height: 22px;
	margin: 0 5px 0 5px;
	padding-left: 24px;
	display: block;
	text-decoration: none;
	float: left;
	white-space: nowrap;
	}
	
a.email-icon:link,
a.email-icon:active,
a.email-icon:visited {
	background: transparent url(http://capelinks.net/images/email-gray.png) no-repeat scroll center left;
}

a.email-icon:hover {
	background: transparent url(http://capelinks.net/images/email.png) no-repeat scroll center left;
}
	
/*-------------------- SEARCH BOX IN HEADER ---------------*/	

