/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* Wordpress Gallery style */

.gallery {
                margin: auto;
        }

/* Front page long-word fix */

.box .post h2 {
overflow:hidden;
}

/* <hr> replacement */

#newhr {
border-bottom: 2px solid #CCCCCC;
margin-bottom: 22px;
}

/* Custom Related Posts List Styling */

#related ul li {
padding: 0px;
}


/* Custom Footer Styling */

/* Footer 1 */

#tngfooter {
clear: both;
overflow: hidden;
margin:0px 15px 0px 15px;
padding:0px 15px 0px 5px;
color: #666666;
}

#tngfooter a {
color: #666666;
}

#tngfooter a:hover {
color: #000000;
}

#tngfooter div {
float: left;
padding: 0px 18px 0px 0px;
}

#tngfooter h2 {
margin-top: 0;
padding: 15px 0px 0px 8px;
}

#tngfooter ul {
padding-left: 14px;
}

/* Footer 2 */

#tngfooter2 {
clear: both;
overflow: hidden;
margin:0px 15px 0px 15px;
padding:0px 15px 0px 5px;
background: #f2f2f2;
border-top: 1px dashed #b4b4b4;
color: #666666;
}

#tngfooter2 a {
color: #666666;
}

#tngfooter2 a:hover {
color: #000000;
}

#tngfooter2 div {
float: left;
padding: 0px 15px 0px 0px;
}

#tngfooter2 h2 {
margin-top: 0;
size: 12px;	
padding: 15px 0px 0px 8px;
}

#tngfooter2 h3 {
margin-top: 0;
font-size: 13px;
padding: 15px 0px 0px 6px;
}

#tngfooter2 h4 {
margin-top: 0;
font-weight: normal;
font-size: 10px;
padding: 0px 5px 0px 8px;
}

#tngfooter2 ul {
padding-left: 14px;
}

/* Footer 3 */

#tngfooter3 {
clear: both;
overflow: hidden;
margin:0px 15px 0px 15px;
padding:0px 15px 0px 5px;
background: #666666;
border-top: 1px dashed #f2f2f2;
color: #f2f2f2;
}

#tngfooter3 a {
color: #f2f2f2;
}

#tngfooter3 a:hover {
color: #FFFFFF;
}

#tngfooter3 div {
float: left;
padding: 0px 10px 0px 0px;
}

#tngfooter3 h2 {
margin-top: 0;
padding: 15px 0px 0px 20px;
}

#tngfooter3 ul {
padding-left: 25px;
}

