/*
Theme Name: Competitive Companies, Inc
Author: Ben Holmen
Author URI: http://www.benholmen.com/
Version: 1.0
*/

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color:#222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/

a { color: #4cb8ff; }
a:visited { color: #4cb8ff; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background:#CCC; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ======================================================== */

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
.alignright {
    float: right;
    margin: 0 0 1em 1em;
}


body {
	background: #fff url('images/header_bg.png') repeat-x top center;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

a {
	text-decoration: underline;
	/* color: #666;*/
	color: #359de3;
}
a:hover, a:focus {
	color: #515151;
	text-decoration: none;
	outline: none;
}
a:active {
    text-decoration: underline;
}

h1 {
	font-size: 20px;
	line-height: 27px;
}

h2 {
	font-size: 18px;
	line-height: 24px;
}

h3 {
	font-size: 16px;
	line-height: 21px;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

h5 {
    font-size: 12px;
    line-height: 19px;
}

h6 {
    font-size: 12px;
    line-height: 19px;
    font-weight: normal;
}

hr {
    border-top-color: #c6c6c6;
    margin: 1.2em 0;
}

#header {
	width: 1000px;
	height: 76px;
    position: relative;
    margin: 0 auto 20px;
}

    #header nav {
        padding-top: 30px;
    }

        #header nav li {
            display: inline-block;
            margin-right: 4px;
            position: relative;
        }

            #header nav a {
                font-size: 13px;
                line-height: 15px;
                color: white;
                text-decoration: none;
                font-weight: bold;
                padding: 19px 10px;
            }
            #header nav a:hover, #header nav a:focus, #header nav a.active {
                color:#CCC;
            }

            #header nav a.active:hover, #header nav a.active:focus {
                color: #fff;
            }

            #header nav .dropdown:hover a, #header nav .dropdown a:hover {
                background: #fff;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
                border-radius: 5px;
                border: 1px solid #c6c6c6;
                padding: 18px 9px 44px;
                color: #065284;
            }

            #header nav li ul {
                position: absolute;
                background: #e8e8e8 url('images/dropdown_bg.png') repeat-x center top;
                border: 1px solid #c6c6c6;
                border-width: 0 1px 1px;
                -webkit-border-radius: 0 0 5px 5px;
                -moz-border-radius: 0 0 5px 5px;
                -ms-border-radius: 0 0 5px 5px;
                -o-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
                z-index: 200;
                top: 45px;
                display: none;
            }
            #header nav li:hover ul {
                display: block;
            }

                #header nav li li {
                    display: block;
                    border-top: 1px solid #c6c6c6;
                    margin: 0;
                }

                #header nav li li:first-child {
                    border-top: 0;
                }

                    #header nav .dropdown ul a {
                        font-size: 12px;
                        line-height: 23px;
                        color: #065284;
                        background: none;
                        padding: 3px 11px;
                        display: block;
                        white-space: nowrap;
                        width: 100%;
                    }

                    #header nav .dropdown:hover ul a {
                        background: none;
                        border: 0;
                        -webkit-border-radius: 0;
                        -moz-border-radius: 0;
                        -ms-border-radius: 0;
                        -o-border-radius: 0;
                        border-radius: 0;
                        padding: 3px 11px;
                    }

                    #header nav .dropdown ul a:hover, #header nav .dropdown ul a:focus, #header nav .dropdown ul a.active {
                        color: #359de3;
                    }

                    #header nav .dropdown ul a.active:hover, #header nav .dropdown ul a.active:focus {
                        color: #065284;
                    }

    #header h1 {
        margin: 0;
    }

        #header #logo {
            float: left;
        	display: block;
        	height: 41px;
        	width: 244px;
        	margin: 18px 65px 0 0;
        	text-indent: -9999px;
        	background: url('images/logo.png') no-repeat top left;
        }

   #header #searchform {
        float: right;
        position: absolute;
        top: 29px;
        right: 0;
		width:132px !important;
    }

        #header #searchform input[type="text"] {
            width: 105px;
            padding: 0;
            border: 0;
            font-size: 11px;
            line-height: 18px;
            height: 18px;
            color: #999;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            padding: 0 20px 0 5px;
        }

        #header #searchform input[type="submit"] {
            background: url('images/search-icon.png') no-repeat 0 0;
            height: 11px;
            width: 11px;
            text-indent: -9999px;
            display: block;
            border: 0;
            position: absolute;
            top: 4px;
            right: 4px;

			top: 13px;
            right: -35px;
        }

#main {
	width: 1000px;
	margin: 0 auto;
	zoom: 1;
}
#main:after, #main:before {
    content: '';
    display: table;
}
#main:after {
    clear: both;
}

    .page-title {
        border: 1px solid #c6c6c6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        padding: 5px 50px;
        font-size: 14px;
        line-height: 23px;
        color: #065284;
    }

    .hentry, .banner-image {
        
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 9px;
    }

    .hentry {
        zoom: 1;
    }
    .hentry:after, .hentry:before {
        content: '';
        display: table;
    }
    .hentry:after {
        clear: both;
    }

    .hentry.fullsize {
        padding: 10px 50px;
    }

            .hentry.fullsize header img {
                margin: -10px -50px 10px;
            }

        .hentry hgroup h3 {
            color: #065284;
            margin-bottom: 0.2em;
        }

        .hentry hgroup h4 {
            margin-top: 0;
        }

        .address {
            margin-top: 30px;
        }

        .address img {
            float: left;
            border-right: 1px solid #c6c6c6;
            padding: 15px 20px 15px 0;
            margin-right: 20px;
            vertical-align: middle;
        }

#footer {
    width: 1000px;
    margin: 0 auto;
}

    #footer nav {
        background: #065284;
        border: 1px solid #c6c6c6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        height: 18px;
        padding: 10px 0 10px 10px;
    }

        #footer nav li {
            display: inline-block;
            margin: 0 19px;
        }

            #footer nav a {
                color: #fff;
                text-decoration: none;
                font-size: 13px;
                line-height: 15px;
                font-weight: bold;
            }

			#footer nav a:hover {
                color: #CCC;
			}

    #copyright {
        text-align: center;
        color: #989898;
        margin-top: 2em;
    }


/* ===== Homepage ======================================================== */

#home-slider-wrapper {
    overflow: hidden;
    width: 1000px;
	height:329px;
    position: relative;
    margin-bottom: 9px;
}

	#home-slider {
		height:329px;
	}
    #home-slider .slide {
        position: relative;
		height:329px;
    }

        #home-slider img {
            border: 1px solid #c6c6c6;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            width: 998px;
            height: auto;
            position: relative;
            z-index: 50;
        }

        #home-slider .more {
            background: url('images/more_btn_bg.png') repeat-x 0 0;
            position: absolute;
            z-index: 90;
            bottom: 20px;
            left: 25px;
            border: 1px solid #0e84cb;
            color: #fff;
            text-decoration: none;
            font-size: 12px;
            line-height: 32px;
            font-weight: bold;
            padding: 0 25px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
            -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
            -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
            text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7);
        }


        iframe#signup {
			border:1px solid white;
			/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/formbfpixel.gif');*/
		}

		#signup {
            position: absolute;
            z-index: 90;
            top: 130px;
            right: 10px;
            background: rgba(0, 0, 0, 0.5);
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.5);
            width: 184px;
            height: 188px;
            padding: 0 6px;
        }

            #signup h4 {
                color: #fff;
                text-transform: uppercase;
                font-size: 11px;
                line-height: 16px;
                font-weight: normal;
                text-align: center;
                padding: 0.5em 0;
                margin: 0 0 13px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            }

            #signup input {
                display: block;
                width: 156px;
                margin: 0 auto 18px;
                border: 0;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                font-size: 11px;
                line-height: 21px;
                height: 21px;
                color:#666;
                padding: 0 5px;
                -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
                -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
                -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
                -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
            }

            #signup input[type="submit"] {
                background: url('images/signup_bg.png') repeat-x;
                border: 1px solid #1083c9;
                width: auto;
                color: #fff;
                font-weight: bold;
                float: right;
                margin: -4px 9px 0 0;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                -o-border-radius: 2px;
                border-radius: 2px;
                padding: 0 20px;
            }

    #slider-navigation {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        left: 434px;
        width: 60px;
        height: 22px;
        padding: 9px 36px 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        text-align: center;
        z-index: 100;
    }

        #slider-navigation a {
            background: url('images/slider_navigation.png') no-repeat 0 0;
            display: block;
            float: left;
            height: 15px;
            width: 16px;
            text-indent: -9999px;
            margin: 0 2px;
        }
        #slider-navigation a:hover, #slider-navigation a:focus {
            background-position: 0 -15px;
        }
        #slider-navigation a.activeSlide {
            background-position: 0 -30px;
        }

#latest-news {
    background: #f8f8f8;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 9px;
    zoom: 1;
	position:relative;
	height:60px;
	overflow:hidden;
}
#latest-news:after, #latest-news:before {
    content: '';
    display: table;
}
#latest-news:after {
    clear: both;
}

    #latest-news h3 {
        background: #efefef;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        float: left;
        color: #065284;
        width: 255px; /*175px;*/
        border-right: 1px solid #c6c6c6;
        margin: 0;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -ms-border-radius: 5px 0 0 5px;
        -o-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        padding: 11px 18px 10px 18px; /*12px 0 12px 30px;*/
    }
    #latest-news h3 a {
		text-decoration:none;
		color:#065284;
	}
	#latest-news h3 a:hover {
		color:#4CB8FF
	}


	#latest-news-articles {
		height: 60px;
		position: relative;
		width: 685px; /*790px;*/
	}

		#latest-news .textwidget {
			line-height: 15px;
			width: 665px;
			float: left;
            margin: 7px 0;
			padding: 0 35px 0 14px; /*0 50px 0 25px;*/
		}

			#latest-news p {
				margin: 7px 0;
			}

#featured-content {
    zoom: 1;
}
#featured-content:after, #featured-content:before {
    content: '';
    display: table;
}
#featured-content:after {
    clear: both;
}

    #featured-content article {
        background: #fff url('images/box_bg.png') repeat-x center bottom;
        width: 275px;
        float: left;
        margin-left: 9px;
        padding: 10px 25px;
        border: 1px solid #c6c6c6;
    }

    #featured-content article.active {
        background: #d2e8f6 url('images/box_active_bg.png') repeat-x center bottom;
    }

    #featured-content article:first-child {
        margin-left: 0;
    }

        #featured-content header h3 {
            color: #065284;
            font-size: 15px;
            line-height: 23px;
            margin: 1em 0 0.3em;
        }
		#featured-content header h3 a {
            color: #065284;
			text-decoration:none;
		}

        #featured-content p {
            line-height: 21px;
            margin: 0;
			color:#515151;
        }

		#featured-content p a {
			color:#515151;
			text-decoration:none;
        }

        #featured-content .more {
            float: right;
        }


/* ===== page-variant big-bg ======================================================== */

.big-bg .hentry {
    min-height: 285px;
    padding: 115px 50px 16px 50px;
    background-repeat: no-repeat;
    background-position: right top;
}

.big-bg article h1, .big-bg article h2 {
    color: #065284;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
}

.big-bg article h2 {
    color: #359de3;
}

.contact-us article p {
    font-weight: bold;
}


/* ===== Investor Relations ======================================================== */
    .investor-relations.big-bg .hentry {
        min-height: 335px;
        padding: 65px 50px 16px 50px;
    }
    #stock-info {
        background: #fff url('images/stock_box_bg.png') repeat-x center bottom;
        width: 232px;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        padding: 25px 35px;
    }

        #stock-info h1 {
            background: url('images/nasdaq.png') no-repeat;
            height: 24px;
            width: 130px;
            text-indent: -9999px;
            margin: 0;
            line-height: 24px;
        }

        #stock-info h2 {
            color: #065284;
            font-weight: normal;
            font-size: 12px;
            line-height: 20px;
            margin: 0;
        }

        #stock-info dl {
            font-size: 12px;
            line-height: 20px;
            zoom: 1;
        }
        #stock-info dl:after, #stock-info dl:before {
            content: '';
            display: table;
        }
        #stock-info dl:after {
            clear: both;
        }

        #stock-info #live-stock {
            font-size: 14px;
            margin: 1.6em 0 1.8em;
        }

            #stock-info dt {
                width: 160px;
                float: left;
            }

            #stock-info dd {
                width: 60px;
                float: left;
                margin-left: 12px;
            }


/* ===== Strategic Alliances ======================================================== */

.strategic-alliances article p {
    font-weight: bold;
}

.strategic-alliances article .column {
    float: left;
    width: 48%;
}

.strategic-alliances article .right {
    float: right;
}

    .strategic-alliances article .column p {
        font-weight: normal;
    }

/* ===== Projects ======================================================== */

.projects article p {
    font-weight: bold;
}

.projects .project {
    border-bottom: 1px solid #c6c6c6;
    padding: 25px 0 25px 300px;
    zoom: 1;
}
.projects .project:after, #projects .project:before {
    display: table;
    content: '';
}
.projects .project:after {
    clear: both;
}

.projects .project:last-child {
    border-bottom: 0;
}

    .projects .project img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #c6c6c6;
        float: left;
        margin-right: 25px;
    }

    .projects .project h3 {
        color: #065284;
        font-size: 14px;
        line-height: 19px;
        margin: 0;
    }

    .projects .project p {
        font-weight: normal;
        margin: 0;
    }


/* ===== Companies ======================================================== */

.company {
    margin-bottom: 4em;
}
    .company .logo {
        float: left;
        padding-top: 10px;
    }
    .company .logo img {
        margin-bottom: 1em;
    }
    .company p {
        margin-left: 220px;
    }

        #wylink-video {
            float: right;
            margin-left: 15px;
        }


/* ===== Team      ======================================================== */
.team h2 {
    border-top: 1px solid #bbb;
    padding: 20px 0 0 0;
    margin: 30px 0 0 0;
}
.team h3 {
    color: #065284;
    margin: 20px 0 0.2em 0;
    border-top: 1px solid #bbb;
    padding: 20px 0 0 0;
}
.team h4 {
    margin-top: 0;

}

/* ===== Posts ======================================================== */


.post {
margin: 20px auto;
width: 80%;

}

article h1.title {
	text-align: center;
background: #fff url('images/header_bg.png') repeat-x top center;
height: 35px;
margin: 0;
padding-top: 8px;
	
}

div.post-content {
	padding: 10px 8%;
	text-align: justify;
}

article p.date {
	margin-left: 8%;
	font-weight: bold;
	font-style: italic;
}

a[rel="next"] {
	float: right;
}

.aligncenter {
	text-align: center;
}