/* 
Theme Name: Falcon Data Networks
Theme URI: http://
Description: Custom theme for Falcon Data Networks
Version: 1.0
Author: Keith Solomon
Author URL: http://solowebdesigns.net

	Unless otherwise noted, all code in this theme complies with the GNU GPL 2.0 license.
	For a copy, please refer to the following link: http://www.gnu.org/licenses/gpl-2.0.html
	
	Theme Files:
	  THEME FUNCTIONS:
	  ----------------------
	* functions.php 		- Defines functions for use in various parts of the theme.
	* includes/search.php	- Helper plugin to make search results nicer (adds search term highlighting and page content searching).
							  Plugin courtesy Scott Yang (http://scott.yang.id.au/).

	  THEME STYLES:
	  ----------------------
	* style.css				- Defines and controls styles for the site (this file).
	* css/reset.css			- CSS global style reset.
	* css/ie.css			- Generic Internet Explorer style fixes.
	* css/ie6.css			- Internet Explorer 6 specific style fixes.
	* css/ie7.css			- Internet Explorer 7 specific style fixes.
	* css/screen.css		- Screen-specific site styles.
	* css/print.css			- Printer-friendly site styles.

	  THEME TEMPLATES:
	  ----------------------
	* header.php 			- Controls the header section of the site.
	* index.php				- Controls the main content section of the site's front page (when not using a home.php template).
	* single.php			- Controls the main content section of the site for individual blog posts.
	* comments.php			- Controls the comments section of single post pages.
	* page.php				- Controls the main content section of the site for static WordPress pages.
	* archive.php			- Controls the main content section of the site for archive (category, date, etc) pages.
	* searchform.php		- Defines the stock search form for inclusion in various parts of the theme.
	* search.php			- Controls the main content section of the site for search results.
	* sidebar.php			- Controls the sidebar content on all pages of the site, configured for WordPress widgets.
	* footer.php			- Controls the footer section of the site.
*/

/** Basic Outline Elements */
body {
	background: #040f47 url(images/bg.png) repeat-x;
	color: #525151;
	font: 62.5% Arial, sans-serif;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 935px;
}
/* End Basic Elements **/

/** Miscellaneous Elements */
.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	display: inline;
	float: left;
}

.right {
	float: right;
}

.feed {
	background: url(https://falcondatanetworks.com/wp-content/themes/falcon/images/icon-feed.png) no-repeat 0 50%;
	padding: 1px 0 1px 15px;
}

strong.search-excerpt {
	background: yellow;
	padding: .2em .3em;
}
/* End Miscellaneous Elements **/

/** HEADER */
#header {
	float: left;
	height: 99px;
	margin: 0 0 3em;
	width: 100%;
}

/** LOGO */
#logo {
	float: left;
	width: 441px;
}

#logo h1 a {
	background: transparent url(images/logo-top.jpg) left center no-repeat;
	display: block;
	float: left;
	line-height: 99px; /* height of the image */
	margin: 0;
	text-indent: -1000em;
	overflow: hidden;
	width: 441px; /* width of the image */
}

#logo a:link, #logo a:visited, #logo a:active {
	text-decoration: none;
}

#logo a:hover {

}
/* /LOGO **/

/** HEADER-RIGHT */
#header-right {
	color: #3f4348;
	float: right;
	font-size: 1.3em;
	height: 69px;
	padding: 15px 0;
	text-align: right;
	width: 454px;
}

#header-right a {
	color: #3f4348;
	text-decoration: none;
}

#header-right a:hover {
	color: #c60;
}

#header-right .phone {
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 1em;
}

#header-right #search {
	margin-top: 30px;
}

#header-right #search #searchform div {

}

#header-right #search #s {
	border: 1px solid #d5d5d5;
	font-size: .9em;
	margin: 0;
	padding: .2em .5em;
}

#header-right #search #searchsubmit {
	border: 1px solid #d5d5d5;
	font-size: .9em;
	margin-left: -4px;
	padding: .1em .5em;
}

#header-right #search #searchsubmit:hover {
	cursor: pointer;
}
/* /HEADER-RIGHT **/

/** NAVIGATION */
#main-menu {
	background: #102280;
	height: 30px;
	margin-top: 1px;
	text-align: right;
	width: 100%;
}

#nav {
	float: right;
	font-size: 1.4em;
	margin: 0;
}

#nav li {
	float: left;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #fff;
	display: block;
	float: left;
	margin-right: 30px;
	padding: 8px 0 8px;
	text-decoration: none;
}

#nav li a:hover, #nav li.current_page_item a {
	color: #ccc;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #102280;
	border-bottom: 1px solid #c9c7c7;
	border-top: 1px solid #c9c7c7;
	color: #fff;
	filter: alpha(opacity=85);
	float: none;
	font-size: .9em;
	opacity: .85;
	padding: 5px 10px;
	width: 170px;
}

#nav li li a:hover {
	background: #837d79;
}

#nav li ul {
	left: -999em;
	margin-top: 31px;
	position: absolute;
	text-align: left;
	width: 190px;
}

#nav li ul a {
	width: 190px;
}

#nav li ul a:hover, #nav li ul a:active {
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* /NAVIGATION **/
/* /HEADER **/

/** CONTENT */
#content-home {
	background: #f1f2f7;
	display: inline;
	float: right;
	margin-bottom: 1em;
	margin-top: -1px;
	padding: 40px 33px;
	width: 427px;
}

#content {
	background: #f1f2f7;
	display: inline;
	float: right;
	margin-bottom: 1em;
	margin-top: -1px;
	padding: 40px 33px;
	width: 427px;
}

.content a:link, .content a:visited, .content a:active {
	color: #039;
	text-decoration: none;
}

.content a:hover {
	color: #c60;
}

.content a.more-link {
	clear: both;
	float: left;
	margin-top: 1.5em;
}

.content h1 {
	color: #102280;
	font-size: 1.8em;
	margin-bottom: 1em;
}

.content h1.pagetitle {
	margin-bottom: .25em;
}

.content h1.pagetitle a:link, .content h1.pagetitle a:visited, .content h1.pagetitle a:active {
	text-decoration: none;
}

.content h1.pagetitle a:hover {

}

.content h2 {
	color: #c60;
	font-size: 1.4em;
	margin-bottom: .4em;
}

.content h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content .entry {
	margin-bottom: 1.5em;
}

.content .postmeta {
	border: 1px solid #333;
	border-left: none;
	border-right: none;
	line-height: 1.4em;
	margin-bottom: 1em;
	padding: .5em;
}

.navigation {
	float: left;
	padding: 1em;
	width: 100%;
}

.content p, .content table {
	color: #525151;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 1.8em;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}

.content blockquote {
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	padding: 0 1.5em;
}

.content ul, .content ol {
	margin: 0 0 1.5em 3em;
}

.content li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.content ul li {
	list-style-type: disc;
}

.content ol li {
	list-style-type: decimal;
}

.content li ul {
	margin-bottom: 0;
}

.content li li {
	font-size: 1em;
}

.content img {
	display: block;
}
/* /CONTENT **/

/** SIDEBAR */
#home-left {
	background: #102280;
	display: inline;
	float: left;
	height: 528px;
	margin-top: -1px;
	width: 440px;
}

#sidebar {
	background: #102280;
	display: inline;
	float: left;
	margin-top: -1px;
	min-height: 528px;
	width: 440px;
}

#ogs-link {
	margin: 0px 0 27px 24px;
}

#sidebar #ogs-link {
	margin: 400px 0 27px 24px;
}

#ogs-link a {
	background: transparent url(images/ogs.png) left center no-repeat;
	display: block;
	float: left;
	line-height: 89px; /* height of the image */
	margin: 0;
	text-indent: -1000em;
	overflow: hidden;
	width: 125px; /* width of the image */
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	text-decoration: none;
}

.sidebar a:hover {

}

.sidebar h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}

.sidebar ul, .sidebar ol {
	margin: 0 0 1.5em 3em;
}

.sidebar li {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.sidebar ul li {
	list-style-type: square;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li ul {
	margin-bottom: 0;
}

.sidebar li li {
	font-size: 1em;
}
/* /SIDEBAR **/

/** COMMENTS */
#comments {
	margin: 3em 0;
}

#comments h3 {
	border-bottom: 1px solid #333;
	margin: 0 0 1em;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	font-size: 1.2em;
	list-style: none;
	margin: 0 0 1em;
	padding: .5em;
}

#comments .commentlist li.alt {
	background: #eee;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

#comments .commentlist p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0;
}

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: 1.1em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	display: block;
	margin: 0 0 1.5em;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {

}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	background: transparent;
}

#comments .avatar {
	border: 1px solid #333;
	display: inline;
	float: left;
	margin: 0 .5em 0 0;
	padding: .3em;
}

#comments .comment-author {
	font-size: 1.2em;
}

#comments .comment-author cite {

}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0;
	padding-bottom: 2em;
}

#commentform label {
	font-size: 1.2em;
}

#commentform label span {
	font-size: 1.1em;
}

#commentform input, #commentform textarea {
	border: 1px solid #333;
	padding: .5em;
}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #333;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	margin-right: .5em;
	width: 20em;
}

#commentform textarea {
	margin-bottom: .5em;
	width: 100%;
}

#commentform p.subscribe-to-comments {
	display: inline;
	float: left;
	margin-top: -2.5em;
}

#commentform p.subscribe-to-comments input {
	margin-left: .5em;
}

#commentform #submit {
	border: 2px solid #333;
	display: inline;
	float: right;
	font-size: .8em;
	font-weight: bold;
	padding: .5em;
	text-transform: uppercase;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#commentform #submit:hover {
	cursor: pointer;
}
/* /COMMENTS **/

/** FOOTER */
#footer {
	clear: both;
	color: #fff;
	font-size: 1em;
	padding-top: .5em;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {

}
/* /FOOTER **/
