 /*<group=General Styles>*/

body {
	margin:				0px;
	padding:			0px;
	font: 				12px/1.5em "HelveticaNeue-Light", "Lucida Grande", Arial, Verdana, sans-serif;
	color:				#666;
	background-image: 	url(images/bg_tile.png);
}

a:link, a:visited {
	font-family:"HelveticaNeue", "Lucida Grande", Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #1b5790;
}

a:hover, a:active {
	font-family:"HelveticaNeue", "Lucida Grande", Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #cccccc;
	text-shadow: 0px 0px 3px aqua;
}

img {
	border-style: none;
}

.image-left {
	padding: 15px;
	float: left;
	margin: 15px;
	border-right: 1px dotted #ddd;
}

html>body .image-left {
	margin: 15px 15px 15px -105px;
}


.image-right {
	padding: 15px;
	float: right;
	margin: 15px;
	border-left: 1px dotted #ddd;
}

html>body .image-right {
	margin: 15px -105px 15px 15px;
}


/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}


#pageWrapper {
    position: relative;
    margin:0px;
    width:100%;
}

html>body #pageWrapper {
	background-image: url(images/bg_grad.png);
	background-repeat:repeat-x;
}


#half {
	display: none;
	position:absolute;
	top:  100px;
	right: 0px;
	height: 340px;
	width:  150px;
	background-position:  0px 0px;
	background-repeat: no-repeat;
	background-image: url(images/half.png);
}

html>body #half {
	display: block;
}

#tab_box {
	position:			absolute;
	display: 			block;
	top:				70px;
	left:				235px;
	height:				30px;
    width:				350px;
}

#tab_box div {
    float:				left;
}

#tab_box div a {
    display:			block;
    height:				30px;
}

#tab_store a {width:75px; background-image: url(images/blank.gif);}
#tab_store a:hover, #tab_store a:active {background-image: url(images/ie-store.jpg);}
html>body #tab_store a:hover, #tab_store a:active {background-image: url(images/store.jpg);}

#tab_support a {width:85px; background-image: url(images/blank.gif);}
#tab_support a:hover, #tab_support a:active {background-image: url(images/ie-support.jpg);}
html>body #tab_support a:hover, #tab_support a:active {background-image: url(images/support.jpg);}

#tab_download a {width:100px; background-image: url(images/blank.gif);}
#tab_download a:hover, #tab_download a:active {background-image: url(images/ie-download.jpg);}
html>body #tab_download a:hover, #tab_download a:active {background-image: url(images/download.jpg);}

#tab_blog a {width:90px; background-image: url(images/blank.gif);}
#tab_blog a:hover, #tab_blog a:active {background-image: url(images/ie-blog.jpg);}
html>body #tab_blog a:hover, #tab_blog a:active {background-image: url(images/blog.jpg);}

#tab_yourhead {
	position:		absolute;
	top:			0px;
	left:			267px;
	height:			55px;
    width:			285px;
}

#tab_yourhead a {display:block; height:55px; width:285px;}


#container {
	position: relative;
	display: block;
	width: 400px;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-image: url(images/ie-content.jpg);
}

html>body #container {
	padding-bottom:80px;
	background-position: 0px 125px;
	background-repeat: repeat-y;
	background-image: url(images/content_middle.png);
}


#header {
	height:        115px;
	width:         300px;
	background-image: url(images/ie-header.jpg);
}

html>body #header {
background-image: url(images/header.jpg);
}


#contentContainer {
    position:           relative;
    top:				0px;
    left:				50px;
	margin:				0px;
	margin-left:		0px;
	margin-right:		0px;
}

#contentContainer #content {
	margin: 0px 0px 0px 0px;
}

#sidebarContainer {
    position: absolute;
    top:150px;
    left:0px;
	width: 100px;
	margin: 0px;
	margin-left: -110px;
    padding:30px 10px 30px 10px;
    text-align: right;
}


#sidebarContainer h3 {
    margin-top: 40px;
	border-bottom: 1px dotted #ddd;
}

#pluginSidebar, #pageSidebar {
	font:				12px/1.5em "HelveticaNeue-Light", "Lucida Grande", Arial, Verdana, sans-serif;
	color:				#ddd;
	position: relative;
	display: block;
    margin:0px;
}

#blog-categories, #blog-archives, #blog-rss-feeds {
    margin-top: 40px;
	border-top: 1px dotted #ddd;
}

html>body #blog-categories, #blog-archives, #blog-rss-feeds {
}

#blog-categories {
}

#blog-archives {
}

#blog-rss-feeds {
}

#blog-categories a, #blog-archives a, #blog-rss-feeds a {
	font:				12px/1.5em "HelveticaNeue-Light", "Lucida Grande", Arial, Verdana, sans-serif;
	color:				#fff;
}

#blog-categories, #blog-archives, #blog-rss-feeds {
	font:				12px/1.5em "HelveticaNeue-Light", "Lucida Grande", Arial, Verdana, sans-serif;
	color:				#ddd;
}

#footer { 
    display:        block;
    position:       relative;
    margin-left:    auto;
	margin-right:  auto;
	padding:30px;
	text-align:    center;
	font-size: 10px;
	min-height: 200px;
}

#bodyBottom {
    position:relative;
    display:block;
    width:400px;
    height:50px;
	background-image: url(images/ie-bottom.jpg);
	margin-left:auto;
	margin-right:auto;
}

html>body #bodyBottom {
	background-image: url(images/body_bottom.png);
    height:65px;
}



#breadcrumbcontainer {
    display:none;
}



/* Nav outer box */

#navcontainer {
	position: relative;
    margin:0px;
}

/* Level 0 is current --------------------------------------------------- */
/* Parent page of the one selected */

#navcontainer #current, #navcontainer #current:link, #navcontainer #current:visited, #navcontainer #current:hover, #navcontainer #current:active {
    display:			block;
	font:				12px/1.5em "HelveticaNeue-Light", "Lucida Grande", Arial, Verdana, sans-serif;
	color:				#aaa;
	cursor: 			default;
	text-shadow:		none;
	text-decoration:	none;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 5px;
}

#navcontainer .currentAncestor {
    display:	block;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 5px;
}

#navcontainer .currentAncestor:hover {
}

#navcontainer ul {
    display:	block;
	list-style: none;
    margin:0px;
    padding:0px;
}

#navcontainer ul ul #current, #navcontainer ul ul #current:link, #navcontainer ul ul #current:visited, #navcontainer ul ul #current:hover, #navcontainer ul ul #current:active {
    border-bottom: 0px dotted #ddd;
    margin-bottom: 0px;
}

#navcontainer li {
}

#navcontainer a{
	display: none;
	font:				12px/1.5em "HelveticaNeue-Light", "Lucida Grande", Arial, Verdana, sans-serif;
	color:				#fff;
}



/* Child - Level 1 */

#navcontainer ul ul {
    display:	block;
	list-style: none;
    margin:0px;
    padding:0px;
    padding-right:5px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	display: block;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
    border-bottom: 0px dotted #ddd;
    margin-bottom: 0px;
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
    display:	block;
	list-style: none;
    margin:0px;
    padding:0px;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

/* Child Level 3 */

#navcontainer ul ul ul ul {
    display:	block;
	list-style: none;
    margin:0px;
    padding:0px;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul ul {
    display:	block;
	list-style: none;
    margin:0px;
    padding:0px;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
}
/*</group>*/

/*<group=Global Classes>*/

blockquote {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-size: 0.85em;
	margin: 0;
	padding: 5px;
}

h1 {
	font-size: 1.8em;
	margin: 1.8em 0em 0.2em 0em;
	padding:0;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	margin: 1.6em 0em 0.2em 0em;
	padding:0;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin: 1.4em 0em 0.2em 0em;
	padding:0;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 0.2em 0em;
	padding:0;
	font-weight: normal;
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	margin-top: 0px;
	color: #666;
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	color: #fff;
	font-size: 2.2em;
	margin: 0 0 5px;
	padding-top: 15px;
	padding-left: 10px;
	text-shadow: 2px 2px 2px #07326d;
}

.blog-archive-link ,.blog-archive-link-enabled a {
	color: #fff;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #fff;
	border-bottom-color: #fff;
}

	
/*</group>*/

.blog-entry {
	margin-bottom: 30px;
	background-repeat:no-repeat;
}

html>body .blog-entry {
	background-image: url(images/little_hg_icon.png);
}

.blog-entry-body {
}



.blog-entry-title {
	font-size: 2em;
	font-variant: small-caps;
	margin: 0px;
	margin-left: 40px;
	padding: 0px;
	padding-top: 8px;
}

.blog-entry-date {
	font-size: 9px;
	letter-spacing: 2px;
	margin: 0px;
	margin-left: 40px;
	margin-bottom: 8px;
	color: #a5cc7a;
}

.blog-entry-category {
	color: #1b5790;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

.blog-entry-body {
}

.blog-entry-permalink {
	border: 0px solid blue;
}

.blog-entry-comments {
	font-size: 8px;
	letter-spacing: 2px;
	margin-top: 5px;
	color: #1b5790;
}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 10px;
}

.filesharing-item {
	display: block;
	padding: 0px;
	margin: 10px;
	margin-bottom: 20px;
	color: red;
}

.filesharing-item-title {
	border-bottom: 1px dotted #ddd;
}


.filesharing-item-title a:link {
	padding: 3px;
	margin-bottom: 5px;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	padding-left: 3px;
	color: #666;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
	color: #e96500;
}

.album-description {
	margin-bottom: 10px;
}

.thumbnail-table {
	width: 99%;
}


.thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 5px;
	margin: 5px;
}

.thumbnail-frame:hover {
	border: 1px solid #808080;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {
	font-size: 0.9em;
	color: #666;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
}

.photo-navigation {
	height: 75px;
	margin-bottom: 37px;
	background: url(../../images/header2.png) repeat-x;
}

.photo-links {
	background: #ffffff;
	padding: 5px;
	display: block;
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
	background: #ffffff;
	padding: 5px;
}

.photo-title {
	color: #666;
	font-size: 2.4em;
	margin: 0 0 5px;
	padding-top: 15px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #07326d;
}

.photo-caption {
	font-size: 1.2em;
	margin: 0 0 27px;
	font-weight: bold;
	color: #666;
	text-shadow: 2px 2px 2px #07326d;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {

}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
	color: #1870da;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 1px;
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Stops there from being a dotted line under the movie revews when mouse rollsover */
.movie-thumbnail-frame a:hover {
	border-style: none;
}

.movie-thumbnail-frame:hover {
	border: 1px solid #808080;
}


.movie-thumbnail-caption {
	font-size: 0.9em;
	color: #808080;

}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	margin: 10px;
	text-align: center;
}

.movie-title {
	color: #ffffff;
	font-size: 2.2em;
	margin: 0 0 5px;
	padding-top: 15px;
	text-shadow: 2px 2px 2px #07326d;
}

.movie-frame {

}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { 
} 

.required-text {
	color: #ff0000;
} 

.form-input-field {
} 

.form-input-button { 
} 
/*</group>*/


.blog-archive-headings-wrapper, .blog-archive-entries-wrapper { 
	width: 95%;
}