/*
Theme Name: VectorDefector
Theme URI: http://www.vectordefector.com
Description: VectorDefector.com.
Version: 1.0
Author: Tom Benway
Author URI: http://www.vectordefector.com
*/

/* Begin Typography & Colors */
body {
		font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 19px;
    	margin: 0 0 0 0;
	padding: 0;
	background-color: #efefef;
}

.homeBg {
	background-image:url(images/home-bg.gif);
	background-repeat: repeat-x;
}	

.siteBg {
	background-image:url(images/site-bg.gif);
	background-repeat: repeat-x;
}	
	
a {
	color: #990000;
	outline: none;	
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

input, textarea {
	font-size: 13px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 19px;	
}

.input {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px;
}

.red {
	color:#cc0000;	
}

.darkred {
	color:#990000;	
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 1000px;
	background-image:url(images/header-bg.gif);
	background-repeat: no-repeat;
}

#headerimg {
	float:left;
	width:90px;
	height:107px;
	margin-top:8px;
}

#headerTagline {
	position: absolute;
	width: 430px;
	height: 60px;	
    	margin-top: 30px;
	margin-left:100px;
    }

#searchBox {
	float:right;
    	width:280px;
    	margin-top: 12px;
	text-align: right;
	background-image:url(images/search-bg.png);
	background-repeat: no-repeat;
}

.searchField {
    float:left;
    margin-top:8px;
        margin-left:8px;
    }

.field {
	color:#b0adad;
	width: 200px;
	height: 24px;
	padding-left: 5px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#socialIcons {
	float:right;
	width: 255px;
	height:43px;
	margin-top: 12px;
	margin-right: 15px;	
}

#headerContact {
	float:right;
	width: 380px;
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: right;
}

#headerContact a {
	color: #fff;
	text-decoration: none;
}	

/* end header items */

/* navigation items */
#navigation {
	float:left;
	width:850px;
	height: 39px;
    	margin-top: 10px;
	margin-left: 75px;
    	background-image:url(images/nav-bg.png);	
}

#navigation #navHome {
	margin-left:35px;	
	padding-right:25px;
}

#navigation li {
	float:left;
	padding-left:23px;
	padding-right:23px;
	padding-top: 7px;
	height:26px;
	list-style: none;
}	

#navigation li a{
	font-size:16px;
	text-transform: uppercase;	
	color: #fff;
	text-decoration: none;
}

#navigation .current_page_item {
	background-image: url(images/nav-item-over.gif);	
}

#navigation .current_page_parent {
	background-image: url(images/nav-item-over.gif);	
}

/* sub nav items */

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li ul {
	position: absolute;
	left: auto;
	z-index: 1000;
        margin-top: 7px;
	margin-left: -25px;
    	display: block;
	width: 200px;
	border-bottom-right-radius: 6px;	
    -moz-border-radius-bottomright: 6px; 	
    -webkit-border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;	
    -moz-border-radius-bottomleft: 6px; 	
    -webkit-border-bottom-left-radius: 6px;
	background-color:#000000;
	border-top: 2px solid #373737;
	border-left: 2px solid #373737;
	border-right: 2px solid #171717;
	border-bottom: 2px solid #171717;
	opacity:0.90;
    filter:alpha(opacity=90);
}
	
#navigation li ul li {
	float: left; 
	width: 169px;
	height: 23px !important;
    padding-left: 8px;
	border-bottom: 1px dotted #676767;
    text-align: left !important;
}

#navigation li ul li a{
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;	
	color: #fff;
	text-decoration: none;
}
/* end nav items */

/* home specific content */
#homeSlideShow {
	float:left;
	width:1000px;
	height:490px;
	background-image: url(images/home-slideshow-bg.jpg);	
}

#slideFrame{
	float:left;
	width: 410px;
	margin-left: 38px;
	margin-top: 70px;
}	

#slideImages {
	width: 100%;
	height: 316px;
}

#slideContent {
	float:left;
	width: 467px;
	height: 276px;
	margin-left:1px;
	margin-top:65px;
	padding: 20px;
	text-align: justify;
}	

.slideViewBtn {
	float:right;
	width: 53px;
	height: 25px;
	margin-left: 25px;
}	

#slideshowStars {
	position: absolute; 
    width: 80px;
    height: 35px;
    	margin-left: 200px;
    	margin-top: 408px;
}

.projectHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000; 
	margin-top: 0px !important;
	margin-bottom: 5px;
}

.projectSubHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#1f1f1f;
	margin: 0px !important;
	padding-bottom: 5px;
	border-bottom: 1px solid #990000;
}

.homeContent {
	float:left;
	width: 1000px;
	margin-top: 30px;
}

#homeLeft {
	float:left;
	width: 450px;
	height: 418px;
	background-image: url(images/greetings-header.png);
	background-repeat: no-repeat;	
	color: #fff;
}

#homeLeft .link {
	float:left;
	margin-right: 15px;	
}

#homeRight {
	float:right;
	width: 450px;
	background-image: url(images/newsreel-header.png);
	background-repeat: no-repeat;	
	color: #fff;
}

.homeEntry {
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #464646;	
}

.homeEntry img {
	background-color: #fff;
	margin-top: 4px;	
}

/* end home */

#content {
	float:left;
	width: 950px;
	min-height: 610px;
	margin-left: 35px;
	margin-top: 30px;
}

#blogLeftColumn {
	float:left;
	width: 650px;	
}

.headerBlock {
	float:left;
	width: 948px;
	display:block;
	margin-left:-20px;
	padding:10px;
	border-top-left-radius: 5px;	
    -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius: 5px;	
    -webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright:5px;
	border-bottom-left-radius: 5px;	
    -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	background:none repeat scroll 0 0 #FFFFFF;
	border-left:1px solid #C8D6D0;
	border-right:1px solid #C8D6D0;
	border-top:1px solid #C8D6D0;
}


.entry{ 
	float:left;
	width: 908px;
	min-height: 400px;
	padding: 10px 20px 25px;
	margin-bottom: 35px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background:url(images/blogShadow.jpg) no-repeat scroll left top #FFFFFF;
	border-bottom:1px solid #C8D6D0;
	border-left:1px solid #C8D6D0;
	border-right:1px solid #C8D6D0;
}

.entryBack {
	position: absolute;
    width: 250px;
	text-align: right;
	margin-left: 673px;
	margin-top: -25px;
}

.blogPost {
	float:left;
	margin-bottom: 5px;
	padding-bottom: 25px;
}	

.blogEntry{ 
	float:left;
    	padding:15px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background:url(images/blogShadow.jpg) no-repeat scroll left top #FFFFFF;
	border-bottom:1px solid #C8D6D0;
	border-left:1px solid #C8D6D0;
	border-right:1px solid #C8D6D0;
}

.blogHeaderBlock {
	float:left;
        width: 650px;
    	display:block;
	margin-left:-20px;
	padding:10px;
	border-top-left-radius: 5px;	
    -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius: 5px;	
    -webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright:5px;
	border-bottom-left-radius: 5px;	
    -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	background:none repeat scroll 0 0 #FFFFFF;
	border-left:1px solid #C8D6D0;
	border-right:1px solid #C8D6D0;
	border-top:1px solid #C8D6D0;
}

.shareBlockBlog {
	position: absolute;
        margin-left: 380px;
    margin-top: -30px;
    	border: 1px solid #ddd;
	padding: 4px 4px 4px 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f7f7f7;
}

.shareBlock {
	position: absolute;
    margin-left: 620px;
    margin-top: -10px;
	border: 1px solid #ddd;
	padding: 3px 3px 3px 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f7f7f7;
}

.socialShare {
	float:left;
}

.facebookLike {
	float:left;
    width: 75px;
	height: 20px;
    overflow: hidden;
}

.googleplus {
	float:left;
    width: 70px;
	height: 20px;
    margin-left: 8px;
    overflow: hidden;
}

#blogArchives {
	float:left;
    width: 900px;
	margin-bottom: 25px;	
}

#blogArchives ul{
	margin: 0;
    padding: 0;
}

#blogArchives li{
	float:left;	
	list-style: none;
	margin-right: 10px;
}

.form {
	float:left;
	width:640px;
	height:550px;
	margin-left: 45px;
    	padding-top: 60px;
    	padding-left: 90px;
	background-image: url(images/form-bg.jpg);	
	background-repeat:no-repeat;
}

/* work specific items */
.workEntry {
	float:left;
	width: 255px;
	margin-left: 40px;	
}


.workTitle {
	float:left;
	width: 100%;
	color:#990000;	
	font-size: 16px;
	margin-top: 20px;
	margin-left: 10px;
}

.workTags {
	float:left;
	width: 100%;
	color:#000;	
	font-size: 10px;
	margin-left: 10px;
}

.workImage {
	float:left;
	width: 219px;
	height: 139px;
	margin-top: 10px;
	padding-left: 14px;
	padding-top: 6px;
	text-align: center;
	background-image: url(images/work-entry-bg.gif);
	background-repeat: no-repeat;
} 

.workSlideshow {
	float:left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 10px;
	text-align: center;
}

.workEntryImg {
	max-width:280px;
	max-height:193px;
	margin-right: 20px;
	-moz-box-shadow:0 3px 15px #C8C8C8;
    -khtml-box-shadow:0 3px 15px #C8C8C8;
    -webkit-box-shadow:0 3px 15px #C8C8C8;
    box-shadow:0 3px 15px #C8C8C8;
	border: 1px solid #ccc;
}

.workEntryContent {
	float:left;
	width: 550px;	
}

.workEntryServices {
	float:right;
	width: 320px;
}

.workEntryServicesContent {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding: 15px;
	margin-top: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}


/* end work */

#footer {
	float:left;
	width: 100%;
	height:78px;
    	background-image:url(images/footer-bg.gif);
	background-position: top center; 
	font-size: 11px;
}

#footerFrame {
	width: 1000px;
	margin-top: 52px;
	margin-left:auto;
	margin-right:auto;	
}

#footerLeft {
	float:left;
	width: 600px;	
}

#footerRight {
	float:right;
	width: 200px;	
	text-align: right;
}
/* End Structure */


/* Begin Sidebar */
#sidebar {
	float: right;
	width: 250px;
    	padding-left: 25px;
    	border-left: 1px solid #ccc;
	background-image: url(images/sidebar-bg.gif);
	background-repeat: repeat-y;
}

.sidebarEntry {
	float: left;
	width: 210px;
	padding: 20px;
}
/* End Sidebar */


/*	Begin Headers */
.pageHeader {
	width: 560px;
	background-image: url(images/star-header.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #1f1f1f; 
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #990000;
	clear: both;
}

.blogHeader {
	background-image: url(images/star-header.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #990000; 
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	clear: both;
}


.starHeader {
	background-image: url(images/star-header.png);
	background-repeat: no-repeat;
	margin-top: 45px;
	padding-left: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #990000;
}

.archiveHeader {
	width: 560px;
	background-image: url(images/star-header.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 25px;
	color: #1f1f1f; 
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #990000;
	clear: both;
}

.date {
	float:left;
	width: 135px;
	text-align: left;	
}

h1 {
	font-size: 24px;
	margin: 0;
	font-weight: normal;
	}

h2 {
	font-size: 18px;
	margin: 0;
	color: #fff;
	font-weight: normal;
	}
	
	
.entry h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #990000;
	font-weight: normal;
}
/* End Headers */



/* Begin Images */
.entryThumb {
	float:left;
    margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 50px;
	height:50px;
	border: 1px solid #9a9a9a;
	overflow: hidden;
}	

.entryThumbImg {
	float:left;
    margin-top:  -5px !important;
    margin-left: -5px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 5px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */




/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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-top: 7px;
    margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 15px;
	-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;
}

.caption-top, .caption-bottom {
	color: #ffffff;	
	font-size: 11px;	
	cursor: pointer;
	border-top: 4px solid #000;
	background: #990000;
	opacity:0.90;
    filter:alpha(opacity=90);
}
.caption-top {
   border-width: 0px 0px 10px 0px;
}

.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}

.caption a:hover, .caption a:hover {
	background: #202020;
}

.caption-wrapper {
	float: left;
}

br.c { clear: both; }

