/*
Theme Name: AEG Digital Media Group
Theme URI: http://aegdigitalmedia.com/
Description: AEG Digital Media Group.
Version: 1.0
Author: Pomp Productions
Author URI: http://pomp.com/
Tags: AEG Digital Media

	AEG Digital Media Group
*/

body {
	
	margin: 0;
	
	background: #0b022b url('images/background_pattern.jpg');
	
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 10.5pt;
	
	color: #424242;
	}

#page {

	position: relative;
	
	width: 980px;
	
	margin: 0 auto 25px auto;
	
	background: #ffffff url('images/footer_background.jpg') bottom no-repeat;
	}

#header {
	
	height: 150px;
	
	padding: 0 20px 0 35px;
	
	background: url('images/header_background.jpg');
	}

#headerlogo {

	position: absolute;
	
	width: 225px;
	height: 125px;	
	}

#headernavigation {

	position: absolute;
	
	top: 90px;
	right: 55px;
	
	width: auto;
	height: 28px;
	
	font-size: 10pt;
	/*font-weight: bold;*/
	
	color: #ffffff;
	}

#headernavigation a, a:hover {

	text-decoration: none;
	
	color: #ffffff;
	}
	
.headernavcap {

	width: 9px;
	height: 28px;
	
	float: left;
	}
	
.headernavstart {

	background: url('images/nav-left.jpg');	
	}

.headernavstartselected {

	background: url('images/nav-left-selected.jpg');	
	}

.headernavend {

	background: url('images/nav-right.jpg');	
	}

.headernavendselected {

	background: url('images/nav-right-selected.jpg');	
	}
	
.headernavitem, .headernavitemselected {

	height: 22px;
	
	padding: 6px 8px 0 8px;
	
	float: left;
	
	background: url('images/nav-bg.jpg');
	}
	
.headernavitemselected {

	background: url('images/nav-bg-selected.jpg');
	}
	
.headernavspacer {

	width: 1px;
	height: 28px;
	
	float: left;
	
	background: url('images/nav-spacer.jpg');
	}
	
#headerlogin {

	width: auto;
	height: 50px;
	
	margin-top: 10px;
	
	float: right;
	
	font-size: 8pt;
	text-align: right;
	
	color: #0e2e68;
	}
	
#headerlogin a {

	text-decoration: none;
	color: #424242;
	}
	
#headerlogin a:hover {

	text-decoration: underline;
	color: #424242;
	}

#logindisplay {

	margin: 0;
	padding: 0;
	
	height: 0;
	}
	
#clientlogin {

	margin: 0;
	padding: 0;
	}

#clientlogin input {

	width: 100px;

	margin: 0 0 4px 0;
	
	font-size: 8pt;
	}
	
#content {
	
	padding: 0 20px 0 20px;
	}

#contentwide {

	width: 940px;
	
	padding: 0;
	margin-bottom: 50px;
	
	float: left;
	}
	
#contentmain {

	width: 600px;
	
	padding: 0 20px 0 20px;
	margin-bottom: 50px;
	
	float: left;
	}
	
.contentmodule {

	margin-bottom: 20px;
	}

.contentlist {

	padding: 10px 15px 10px 10px;
	
	font-size: 10pt;
	
	clear: both;
	}

.contentcolumn {

	margin:  0 25px 10px 25px;
	
	float: left;
	}

.contentlistitem {

	margin: 0 0 25px 0;
	}
	
.contentlistimage {

	margin: 0 10px 0 0;
	
	float: left;
	}
	
.contentlistcopy {
	
	width: 350px;

	padding: 0 0 15px 0;
	
	float: left;
	}

.horizontalline {

	border-bottom: 1px solid #e4e4e4;
	}
	
.pagination {

	margin: 15px 0 0 0;
	
	font-size: 9pt;
	}

.previous {

	margin-left: 25px;
	
	float: left;
	}
	
.next {

	margin-right: 25px;
	
	float: right;
	}
	
#contentside {

	width: 300px;
	
	margin-bottom: 150px;
	 
	float: left;
	}
#contentside h1 {
	margin-bottom: 0px;
	margin-top: 25px;
}
#contentside h3 {
	margin: 0;
	margin-top: 0px;
}

.sidemodule {	

	margin-top: 5px;
	
	font-size: 8.5pt;
	}

.verticalline {
	
	padding: 0 10px 0 15px;
	margin-bottom: 15px;
	border-left: 1px solid #d9d9d9;
	}
	
#featuredmedia {

	width: 940px;
	height: 360px;
	
	margin: 0 0 30px 0;
	}

#featuredmediadisplay {

	width: 640px;
	height: 360px;
	
	float: left;
	
	background: #000000;
	}
	
#featuredmediameta {

	width: 270px;
	height: 330px;
	
	padding: 15px 15px 15px 15px;
	
	overflow: hidden;
	
	float: left;
	
	color: #ffffff;
	
	background: url('images/blackgradient.jpg') no-repeat #000000;
	}

#featuredmediameta a {

	font-weight: bold;
	color: #3862bc;
	}
	
#featuredmediatitle {

	font-weight: bold;
	font-size: 14pt;
	
	margin: 0 0 10px 0;
	}

#featuredmediacontent {

	font-size: 10pt;
	}
	
#footer {
	
	height: 35px;
	
	margin: 0 0 0 40px;
	
	font-size: 8pt;
	
	clear: both;
	}

.footernavitem {

	padding: 0 10px 0 0;
	
	float: left;
	}

.footermeta {

	padding: 0 0 0 50px;
	
	font-size: 7pt;
	
	float: left;
	}
	
.clearboth {

	clear: both;
	}

.lightblue {

	color: #3862bc;
	}
	
img {

	border: 0;
	}
	
a {

	text-decoration: none;
	color: #0e2e68;
	}
	
a:hover {

	text-decoration: underline;
	color: #0e2e68;
	}

br {

	margin: 0;
	padding: 0;
	}
	
p {

	line-height: 1.25em;

	margin: 0 0 15px 0;
	}	

h1, h2, h3 {

	margin: 0 0 10px 0;
	
	font-size: 16pt;
	font-weight: normal;
	
	color: #2b354d;
	}
	
h2, h3 {

	margin: 0 0 5px 0;
	
	font-size: 13pt;
	}

h3 {

	font-size: 11pt;
	}

.large {

	font-size: 11pt;
	}
	
.larger {

	font-size: 13pt;
	}
	
.marginbottomnone {

	margin-bottom: 0;
	}

.marginbottomsmall {

	margin-bottom: 5px;
	}

.marginbottomlarge {

	margin-bottom: 25px;
	}
	
ul {

	margin: 0;
	padding: 5px 20px 5px 10px;
	
	list-style-image: url('images/bullet_small.gif');
	}

li {

	margin: 0 0 0 25px;
	padding: 0 0 4px 0;
	}

.wp-caption {
	}
	
.wp-caption-text {

	margin: 5px 5px 10px 5px;
	padding: 0 10px 0 8px;
	
	font-size: 9pt;
	
	background: url('images/bullet_small.gif') 0 5px no-repeat;
	}

.alignleft {

	margin: 0 12px 3px 0;
	
	float: left;
	}

.alignright {

	margin: 0 0 10px 12px;
	
	float: right;
	}

.aligncenter {

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

	padding: 0 0 0 12px;
	
	background: url('images/bullet.jpg') 0 8px no-repeat;
	}
	
.bulletsmall {

	padding: 0 0 0 12px;
	
	background: url('images/bullet.jpg') 0 4px no-repeat;
	}

.listmeta {

	padding: 2px 0 5px 0;
	
	font-size: 9pt;
	font-style: italic;
	}
	
.listexcerpt {

	padding: 2px 0 5px 0;
	
	font-size: 9pt;
	line-height: 1.25em;
	}
	
.backlink {

	padding: 15px 0 0 0;
	
	font-size: 9pt;
	font-style: italic;
	}

.small {

	font-size: 9pt;
	}

.presslist {

	margin-bottom: 10px;
	}
	
#contactform {

	padding: 10px;
	}

#eventproductiondisplay, #eventwebcastdisplay, #eventon_demanddisplay, #eventtransmissiondisplay, #eventconsultingdisplay, #eventcustom_developmentdisplay {

	display: none;
	}

.contactevent {

	width: 435px;
	
	padding: 5px 0px 10px 15px;
	}
	
.contactmeta {

	margin: 5px 0 15px 0;
	
	font-size: 9pt;
	}

.contactrow {

	margin: 0 0 10px 0;
	clear: both;
	}

.contactcolumn {

	margin: 0 15px 0 0;
	float: left;
	}
	
.contactlabel {

	margin: 0 0 2px 0;
	
	font-size: 9pt;
	
	color: #2b354d;
	}
hr.end {
	color: #CCC;
	background: #EEE;
	height: 5px;
}
#contentmain hr {
	color: #BBB;
	background: #BBB;
	height: 1px;
	border: #BBB;
}
.eventdetails, .eventtextdetails {

	font-size: 8.5pt;
	font-style: italic;
	
	color: #333333;
	}

.eventtextdetails {

	margin: 0 0 10px 0;
	}
	
.labelmeta {

	padding: 0 0 0 4px;
	font-size: 8pt;
	color: #555555;
	}

input, textarea {

	padding: 0 3px 0 3px;
	
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 10pt;
	
	border: 1px solid #aeaeae;
	background: #e8ecf1;
	}

.contactinput {

	width: 194px;
	}

.eventinput {
	width: 425px;
	
	margin: 2px 0 10px 0;
	}

.eventbutton, .eventradio {

	padding: 0 4px 0 4px;
	
	border: 0px;
	background: #ffffff;
	}
	
.eventradio {

	padding: 5px 0 10px 5px;
	}

.contactinput {

	width: 194px;
	}
	
.contacttextarea {

	width: 425px;
	height: 100px;
	}

.contactbutton {

	width: 70px;
	height: 12px;
	
	padding: 4px 10px 5px 10px;
	
	background: #2b354d;
	
	font-size: 9pt;
	text-align: center;
	
	color: #ffffff;
	}

.contactbutton:hover {

	cursor: pointer;	
	background: #5c5c60;
	}

.videoplayer {

	margin-bottom: 20px;
	}

	
/* NEXTGEN GALLERY DISPLAY */
#shName {

	padding: 3px 0 0 0;
	
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 11pt;
	
	color: #ffffff;
	}
	
#shCount {

	padding: 3px 0 0 0;
	}
	
	
/* NEXTGEN GALLERY SIDEBAR */
.hslice {

	padding: 10px 15px 15px 15px;
	margin-bottom: 20px;
	background: url('images/blackgradient.jpg') no-repeat #000000;
	}
	
.widgettitle {

	padding: 0 0 4px 0;
	margin: 0;
	
	font-size: 11.5pt;
	font-weight: bold;
	color: #ffffff;	
	}

.widgetdescription {

	padding: 0 0 8px 0;
	margin: 0;
	
	font-size: 8.5pt;
	
	color: #ffffff;	
	}

.widgetdescription a {

	font-weight: bold;
	color: #3862bc;
	}
	
.ngg-widget img {
	
	border: 1px solid #545454;
	margin: 0; 
	padding: 0; 
}

.ngg-widget img:hover {
	
	border: 1px solid #dfdfdf;
}


