/*
Theme Name: Ultra Group of Companies Theme 2014
Theme URI: http://www.ultratune.com.au
Author: Ultra Group of Companies
Author URI: http://www.ultratune.com.au
Description: The 2014 theme for Ultra Group of Companies. 
Version: 1.0.2
Tags: ugc, dark, green, white, black, one-column, right-sidebar, custom-background, custom-menu, theme-options
Text Domain: ugctheme2014

Base theme for use on Ultra Group of Companies websites.
*/

/* Base styles */

body {
margin: 0; 

background-repeat:repeat-x;
background-attachment:fixed;
background-position:center top; 

font-family:Tahoma, Geneva, sans-serif;
}

div {box-sizing: border-box;}

.textshadow {
text-shadow: 3px 3px 2px rgba(130, 130, 130, 1);
}


a {
color:#0000AA;
}
a:active {
color:#0000AA;
}
a:visited {
color::#0000AA;
}
a:hover {
color: #009D58;
}


#th_page {

mix-width: 940px;
width: 940px;
max-width: 960px;
aheight: 100%;
margin:0;
margin-left:auto;
margin-right:auto;
padding:0;
}

#th_page.boxshadow {

-webkit-box-shadow: 12px 12px 12px 4px rgba(50, 50, 50, 0.7);
-moz-box-shadow:    12px 12px 12px 4px rgba(50, 50, 50, 0.7);
box-shadow:         12px 12px 12px 4px rgba(50, 50, 50, 0.7);

}


/* Additional Edge Settings */

div.edge-whitebar-left {
border-right: 5px #FFFFFF solid;
}

div.edge-whitebar-right {
border-left: 5px #FFFFFF solid;
}

div.edge-blackbar-left {
border-right: 3px #000000 solid;
}

div.edge-blackbar-right {
border-left: 3px #000000 solid;
}

div.edge-darkgreybar-left {
border-right: 2px #333333 solid;
}

div.edge-darkgreybar-right {
border-left: 2px #333333 solid;
}





/* Header Design */

#th_headerblock {
margin: 0;
padding:0;
display:table-row;
}

#th_headerleft {
width: 0px;
max-width:0px;
overflow:hidden;
height: 100%;
margin: 0;
padding:0;
display:table-cell;

}

#th_headermid {
width: 940px;
height: 100%;
background-color:#009D58;
margin: 0;
padding:4px;;
color: #FFFFFF;
display:table-cell;
text-align:center;
}

#th_headermid h1 {

margin:0;
margin-top:1px;
font-size:64px;

}



#th_headermid h1 a {

color:#FFFFFF;
text-decoration:none;

}



#th_headermid h2 {
margin: 0;
margin-bottom:4px;
font-size:x-large;
}



#th_headerright {
width: 0px;
max-width:0px;
overflow:hidden;
height: 100%;
margin: 0;
padding:0;
display:table-cell;

}

#th_headerleft.edge-fade-left {
width: 10px !IMPORTANT;
max-width:10px !IMPORTANT;


background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,157,87,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,157,87,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,157,87,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,157,87,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,157,87,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,157,87,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#009d57',GradientType=1 ); /* IE6-9 */

}

#th_headerright.edge-fade-right {
width: 10px !IMPORTANT;
max-width:10px !IMPORTANT;

background: -moz-linear-gradient(left,  rgba(0,157,87,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,157,87,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,157,87,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,157,87,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,157,87,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,157,87,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009d57', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}


/* Menu Design */

#th_menublock {
display:table-row;
}

#th_menuleft {
width: 0px;
max-width:0px;
overflow:hidden;
height: 100%;
margin: 0;
padding:0;
display:table-cell;

}

#th_menumid {
width: 940px;
height: 100%;
background-color:#000000;
margin: 0;
padding:0;
color: #ffffff;
display:table-cell;

}

ul.th_menu_list {
list-style-type:none;
margin:10px;
margin-left:20px;
padding:0;
text-align:center;




}


ul.th_menu_list li {
display:inline-block;
float:left;
margin-right:20px;


}

ul.th_menu_list li a {

padding: 2px 8px;
margin: 1px;

background-color:#000000;
text-decoration:none;
border-bottom: 3px #009D58 solid;
color:#FFFFFF;
font-size:large;
text-transform:uppercase;


}

ul.th_menu_list li a:hover {

color: #000000;
background-color:#009D58;

border-bottom: 3px #FFFFFF solid;

}



#th_menuright {
width: 0px;
max-width:0px;
overflow:hidden;
height: 100%;
margin: 0;
padding:0;
display:table-cell;

}

#th_menuleft.edge-fade-left {
width: 10px !IMPORTANT;
max-width:10px !IMPORTANT;

background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

}


#th_menuright.edge-fade-right {
width: 10px !IMPORTANT;
max-width:10px !IMPORTANT;

background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}


/* Content Design */

#th_contentblock {
height: 100px;
display:table-row;
}

#th_contentleft {
width: 0px;
max-width:0px;
overflow:hidden;
height: 100%;
margin: 0;
padding:0;
display:table-cell;

}

#th_contentmid {
width: 940px;
height: 100%;
background-color:#000000;
margin: 0;
padding:0;
color: #ffffff;
display:table-cell;
}

#th_contentmid_holder {

display: table;


padding: 24px;
padding-top: 16px;

}


#th_contentmid_main {
display:table-cell;
width: 100%;
background-color:#FFFFFF;
color:#000000;
padding: 16px;

}


#th_contentmid_photoview {
border:1px #CCCCCC solid;

margin: 4px 6px;
height: 380px;


}

#th_contentmid_newspost {

border-bottom: 2px #004E2C solid; 

}

#th_contentmid_newspost h3 {
font-size:x-large;
margin-top:12px;
margin-bottom:1px;
color:#000000;

}
#th_contentmid_newspost h3 a {
color:#000000;
text-decoration:none;
}
#th_contentmid_newspost h3 a:hover {
color:#009D58;
}




#th_contentmid_newspost h4 {
font-size:x-small;
color:#004E2C;
margin-top:1px;

}







#th_contentmid_divider {
display:table-cell;

width: 20px;
min-width:20px;


}

#th_contentmid_sidebar {
display:table-cell;
width: 230px;
vertical-align:top;
}

div.th_contentmid_sidebar_holders {

margin-bottom: 28px;
width: 230px;
background-color:#FFFFFF;
color:#000000;
padding: 3px;
text-align:center;

}

div.th_contentmid_sidebar_holders h3 {

margin:3px;
}



#th_contentright {
width: 0px;
max-width:0px;
overflow:hidden;
height: 100%;
margin: 0;
padding:0;
display:table-cell;

}

#th_contentleft.edge-fade-left {
width: 10px !IMPORTANT;
max-width:10px !IMPORTANT;

background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

}

#th_contentright.edge-fade-right {
width: 10px !IMPORTANT;
max-width:10px !IMPORTANT;

background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}

/* Footer Design */

#th_footerblock {
display:table-row;
}

#th_footerleft {
width: 0px;
max-width:0px;
overflow:hidden;
height: 100%;
margin: 0;
padding:0;
display:table-cell;

}

#th_footermid {
width: 940px;
height: 100%;
background-color:#FFFFFF;
margin: 0;
padding:6px;
color: #666666;
display:table-cell;
text-align:right;
font-size:x-small;
font-weight:bold;
}

#th_footerright {
width: 0px;
max-width:0px;
overflow:hidden;
height: 100%;
margin: 0;
padding:0;
display:table-cell;

}

#th_footerleft.edge-fade-left {
width: 10px !IMPORTANT;
max-width:10px !IMPORTANT;

background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

#th_footerright.edge-fade-right {
width: 10px !IMPORTANT;
max-width:10px !IMPORTANT;

background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}




