
body 
{
font-size: 62.5%;
margin: 0px;
text-align: center;
background: #101010 url(http://www.tagstrategic.com/wp-content/themes/TAG/img/bg2.jpg) repeat-x center top;
/*background: #252525 url(/sandbox/body-center.jpg) center top no-repeat;*/

color: #D9D9D9;
font-family: Verdana, Arial, Helvetica, sans-serif;
height:100%;
}
html {
height:100%;
}

#wrap{
	position: relative;
	margin: auto;
	width: 907px;
}

#xxxxsuperwrap{
	background: #252525 url(/sandbox/body-bg.jpg) top center repeat-x;
width:100%;
}







/*
 * Theme Name: TAG
 * Theme URI: http://www.centric.com
 * Description: A custom theme for tag Strategic
 * Version: 1.0
 * Author: Centric
 * Author URI: http://www.centric.com
 * Tags: blue, white, silver, light, two-columns, fixed-width, right-sidebar
 * */



#wrap{
	position: relative;
	margin: auto;
	width: 907px;	
}

	#top{
		position: relative;
		height: 65px;	
	}
	
		#logo{
			position: absolute;
			bottom: 9px;
			left: 11px;
			width: 141px;
			height: 51px;
			background: url(/wp-content/themes/TAG/img/logo.jpg) no-repeat;
			cursor: pointer;
			z-index: 600;
		}
		
			#tagged{
				position: relative;
				float: right;
				padding-top: 5px;	
				width: 170px;	
				text-align: right;
			}
			
				#tagged li{
					position: relative;
					height: 18px;
					float: left;
					width: 85px;
					margin-bottom: 6px;		
				}
				
				#tagged li a{
					position: relative;
					float: left;
					padding: 1px 23px 0 0;
					height: 17px;
					width: 62px;
					font-size: 11px;
					color: #D9D9D9;
				}
				
				#t1{
					background: url(/wp-content/themes/TAG/img/tl1.gif) right center no-repeat;
				}
				#t2{
					background: url(/wp-content/themes/TAG/img/tl2.gif) right center no-repeat;
				}
				#t3{
					background: url(/wp-content/themes/TAG/img/tl3.gif) right center no-repeat;
				}
				#t4{
					background: url(/wp-content/themes/TAG/img/tl4.gif) right center no-repeat;
					text-indent: -9999em;
				}

		#nav{
			position: relative;
			float: left;
			padding: 35px 0 0 200px;
			height: 27px;	
		}
		
			#nav li{
				position: relative;
				float: left;
				height: 27px;	
				padding-left: 10px;
			}
			
			#nav li ul{
				display: none;
			}
			
			#nav li a{
				position: relative;
				float: left;
				padding: 7px 7px 0 7px;	
				height: 20px;
				font-size: 12px;
				text-transform: uppercase;
				color: #f3f3f3;	
			}
			
			#nav li a:hover, #nav li.current_page_item a{
				text-decoration: none;
				background: url(/wp-content/themes/TAG/img/nt.gif) top left repeat-x;
			}
	
	
	#splash, #splash2, #splash3 {
		position: relative;
		float:left;
		height: 314px;
		width:908px;
		margin-top: 5px;
	}
	
		#splash h1, #splash2 h1, #splash3 h1 {
			position: relative;
			float: left;
			padding: 40px 0 0 50px;
			font-size: 2.2em;
			width: 430px;
			font-weight: bold;
			text-align: left;
			color: #fff;
			line-height: 1.4em;
			text-transform: uppercase;
		}
		
		#splash h1 a, #splash2 h1 a, #splash3 h1 a{
			position: relative;
			font-size: .7em;
			font-weight: normal;
			color: #D9D9D9;
			font-style: italic;
			text-transform: none;
		}
		
	
	
	
	
	#inner{
		position: relative;
		width: 904px;
		margin-top: 10px;
	}
	
		.title-wrap{
			position: relative;
			padding: 70px 0 0 25px;
			height: 47px;
			text-align: left;
			color: #fff;
		}
		#title-wrap1 {
			background: url(/wp-content/themes/TAG/img/titlebg.jpg) top left no-repeat;
		}
		#title-wrap2 {
			background: url(/wp-content/themes/TAG/img/titlebg2.jpg) top left no-repeat;
		}
		#title-wrap3 {
			background: url(/wp-content/themes/TAG/img/titlebg3.jpg) top left no-repeat;
		}
		
			.title-wrap h1{
				position: relative;
				font-weight: bold;
				text-transform: uppercase;
				font-size: 2.2em;
			}
		
		
		#page{
			position: relative;
			background: #fff;
			color: #505050;
			font-size: 1.2em;
			text-align: left;
			overflow: hidden;	
			padding-bottom: 45px;
			min-height: 380px;
		}
		
			#content{
				position: relative;
				float: left;
				width: 620px;
				padding: 12px 15px 0px 20px;
			}
			
				.entry{
					position: relative;
					padding-bottom: 20px;	
					border-bottom: 2px dotted #515151;
					margin-bottom: 20px;
				}
				.entry2{
					position: relative;
					padding-bottom: 20px;	
				}
				
					.entry h2, .entry2 h2{
						position: relative;
						font-size: 1.2em;
						font-weight: bold;
						color: #2F2F2F;
					}					
				
					.entry h3, .entry2 h3{
						position: relative;
						font-size: 1.2em;
						font-weight: bold;
					}	
					
					.entry p, .entry2 p{
						position: relative;
						line-height: 1.5em;
						padding-bottom: 1em;
					}
					
					.entry ol, .entry ul, .entry2 ol, .entry2 ul{
						position: relative;
						line-height: 1.5em;
						padding-bottom: 1em;
						list-style: inside disc;
						margin-left: 26px;
					}
					
					.entry a, .entry2 a{
						color: #2CAAE5;
					}
					
					.entry strong, .entry2 strong {
						font-weight: bold;	
					}
					
					.entry em, .entry2 em{
						font-style: italic;
					}
					.entry br, entry br{
						margin-top: 0px;
						margin-bottom: 0px;
					}
				
			
			#sidebar{
				position: relative;
				float: left;
				width: 228px;
				padding-left: 20px;
				padding-top: 12px;
				padding-bottom: 22px;
				background: url(/wp-content/themes/TAG/img/sb-bg.jpg) top left repeat-y;
			}
			
				#sidebar h3{
					position: relative;
					font-weight: bold;
					font-size: 1.4em;
					border-bottom: 1px solid #ddd;
					margin-bottom: 8px;	
				}
				
				#sidebar ul li{
					position: relative;
					overflow: hidden;	
				}
				
				#sidebar strong{
					position: relative;
					font-weight: bold;
					display: block;
				}
				
				#sidebar a{
					color: #2CAAE5;
					font-style: italic;
				}
				
				#sidebar li img{
					position: relative;
					float: left;
					margin: 0 12px 10px 0px;
				}
				
			#sidebar-cap{
				position: absolute;
				bottom: 0;
				left: 0;
				height: 21px;
				width: 248px;
				background: url(/wp-content/themes/TAG/img/sb-bottom.jpg) bottom left no-repeat;
			}
			
			.widget{
				position: relative;
				padding-bottom: 18px;
				padding-right: 12px;
			}
			
			ol.commentlist{
				position: relative;
				margin: 0;
				list-style: none;
			}
			
			.commentlist li{
				position: relative;
				padding: 10px;
				border: 1px solid #ddd;
				background: #f5f5f5;
				margin-bottom: 10px;	
			}
			
			.avatar{
				float: right;
			}
			
			#comment{
				width: 450px;	
			}
			
			#comwrap input{
				padding: 4px;
			}
		
		
		
		
	
	#front-top{
		position: relative;
		padding: 0px 0 0 21px;	
		margin-top: 0px;
		text-align: left;
	}
	
		#front-top h2{
			position: relative;
			font-size: 1.8em;
			font-weight: bold;
			color: #fff;
			padding-bottom: 7px;
		}
		#front-top .title_tweet {
			font-size: 1.8em;
			font-weight: bold;
			color: #fff;
			padding-bottom: 7px;
		}
		
		#ftr h2{
			position: relative;
			height: 46px;
			margin-left: -14px;
			margin-top: -10px;
			background: url(/wp-content/themes/TAG/img/fr2.gif) top left no-repeat;
			text-indent: -9999em;
		}
	
		#ftl{
			position: relative;
			float: left;
			height: 160px;
			width: 604px;
margin-top:8px;
		}
		
			#ftl .front-entry p{
				position: relative;
				font-size: 1.8em;
				padding-bottom: 10px;	
			}
			#ftl .front-entry h2 a{
				font-size: 0.7em;
				color: #2BABE2;
			}
			
			#ftl .date{
				position: relative;
				display: block;
				font-size: 1.3em;
				font-style: italic;
				color: #A8A8A9;
			}
		
		#ftr{
			position: relative;
			float: right;
			width: 255px;
			height: 164px;
			margin-top:8px;	
}
		
			#ftr .front-entry p{
				position: relative;
				font-size: 1.1em;
				line-height: 1.4em;
			}
			
		#front-top .more{
			position: absolute;
			bottom: 14px;
			left: 0;
			font-size: 1.5em;
			color: #2BABE2;
		}
		
#front-bottom h3.headlines, h3.headlines {
	font-size:2em;
	font-weight:bold;
color:#BE96BC;
/*color:#8E7893;*/
}
#front-bottom h3.headlines{
font-size:2em;
}
	
	
	#front-bottom{
		position: relative;
		float: left;
		padding: 0px 0 0 21px;	
		text-align: left;
		height: 257px;
		width: 907px;
		float: left;
		margin-bottom:70px;
	}
	
		#front-bottom a{
			color: #2BABE2;
		}
	
		#front-bottom h3{
			position: relative;
			font-size: 1.8em;
			font-weight: bold;
			color: #fff;
			padding-bottom: 7px;
		}
		
		#front-bottom h4{
			position: relative;
			font-size: 1.3em;
			font-weight: normal;
			padding-bottom: 2px;
		}
		#front-bottom h4 a{
			font-size: 12px;
		}
		
		.post-list{
			position: relative;	
			font-weight: normal;
		}
		
			.post-list li{
				position: relative;
				padding-bottom: 1em;
			}
			
			.post-list li a{
				font-size: 1.2em;
				color: rgb(44, 170, 229);
			}
		
		#fb1, #fb2, #fb3 {
			height: 240px;
		}
		#fb1{
			position: relative;
			float: left;
			padding-right: 25px;	
			width: 216px;
		}
		
		#fb2{
			position: relative;
			float: left;
			width: 378px;
			padding-right: 41px;
		}
		
			#fb2 ul{
				position: relative;
				float: right;
				width: 79px;	
			}
			
			#fb2 li{
				position: relative;
				padding-bottom: 8px;
			}
			
			#fb2 li span{
				position: relative;
				display: block;
				padding-top: 3px;
			}
			
			#scroll-active{
				position: relative;
				float: left;
				width: auto;	
			}
			
				#scroll-active img{
					position: relative;
					display: block;
					padding-bottom: 5px;
				}
		
		
		#fb3{
			position: relative;
			float: left;
			width: 226px;
		}
		
		#front-bottom a.see-link{
			position: absolute;
			bottom: 0;
			right: 20px;
			font-size: 13px;
			color: #D9D9D9;
		}
		
	
	
	#foot{
position: relative;
float: left;
width: 905px;
margin-bottom: 20px;
	}
	
		#foot ul{
			position: relative;
			padding-bottom: 1em;
			border:solid 0px red;
		}
	
		#foot li{
			position: relative;
			display: inline;
			padding: 0 8px 0 8px;	
			font-size: 1.1em;
			border:solid 0px red;
		}
		
		#foot li ul{
			display: none;
			border:solid 0px red;
		}
		
		#foot p{
			position: relative;
			padding-bottom: 1em;
			border:solid 0px red;
		}
		
		#foot a{
			color: #919191;
			border:solid 0px red;
		}
	
	


#twitter_update_list {
	font-size: 14px;
}

#twitter_update_list a {
	color: #2babe2;
}

.simplepie {
font-size: 14px;
position:relative;
float: left;
width: 690px;
margin-top: 5px;
margin-left: 10px;
}
.simplepie a {
	color: #2babe2;
}

#music_void {
position:relative;
float: left;
width: 185px;
}
#latest_tag_tweet{
position:relative;
float: left;
width: 200px;
}
#latest_tweet_content {
font-size: 14px;
position:relative;
float: left;
width: 670px;
margin-top: 5px;
}


#splash_image2, #splash_image3 {
	display: none;
}
#splash_image, #splash_image2, #splash_image3 {
	cursor: pointer;
}

.news_title {
font-weight: bold;
font-size: 12px;
}
a{color:#2CAAE5;}
h2.news_title a{
color:#2CAAE5;
}

.sect_head {
font-weight: bold;
font-size: 16px;
margin-bottom: 8px;
}
.italic_text{
font-style:italic;
}

.post-foot {
	text-align: right;
}
.aktt_tweets a {
	color: rgb(44, 170, 229);
}
.aktt_tweets {
position: relative;
font-size: 1.2em;
color: #2F2F2F;
}
.aktt_tweets ul li{
margin-bottom: 20px;
}




#logo{
			position: absolute;
			bottom: 9px;
			left: 11px;
			width: 141px;
			height: 51px;
			/*background: url(/sandbox/logo.jpg) no-repeat;*/
			cursor: pointer;
			z-index: 600;
		}


#twitter_update_list {
	font-size: 14px;
}

#twitter_update_list a {
	color: #2babe2;
}


.simplepie {
font-size: 12px !important;
position:relative;
float: left;
width: auto;
margin-top: 5px;
margin-left:0 !important;

}
.simplepie a {
	color: #2babe2;
}

#music_void {
position:relative;
float: none;
width: auto;
}
#latest_tag_tweet{
position:relative;
float: none;
width: auto;
}
#latest_tweet_content {
font-size: 14px;
position:relative;
flat: none;
width: auto;
margin-top: 5px;
}


#activeVideoBox{
border:solid 4px #8D8F8F;
text-align:center !important;
background:#8D8F8F;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
float:left;
}


#scroll-active{
width:268px;
}


#activeVideoBox {
border:solid 4px #8D8F8F;
text-align:center !important;
background:#8D8F8F;
-moz-border-radius: 4px;
}

#scrolled  {
margin-top: 3px;	
}

#scrolled li img{
border:solid 2px #8D8F8F;
background:#8D8F8F;
text-align:center !important;
padding:0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
margin-bottom:0px;
width:72px;
height:54px !important;
}

#scrolled li {
margin-bottom:6px;
padding:0;
height:60px !important;
}


	#splash {
/*		background: url(/wp-content/themes/TAG/img/splash.jpg) top left no-repeat; */
	
		height:240px;	
		
	}
        
/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo {
float:right;	
width:80px;
}
#jCarouselLiteDemo .carousel  {
    padding: 10px 0 0 0;
    margin: 0 0 20px 10px;
    position: relative;     
}
   
#navButtons{
position:absolute;
bottom:2px;
right:0px;
}
           
    #jCarouselLiteDemoa.prev, #jCarouselLiteDemo .carousel a.next {
       
    }
        #jCarouselLiteDemo .carousel a.next {
           
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
               
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
        border: 1px solid black;
        float: left;
        background-color: #dfdfdf;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;

        }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            background-color: #fff;
            width: 72px;
            height: 54px;
           /* margin: 10px;*/
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            #jCarouselLiteDemo .mid {
                margin-left: 80px;
                width: 400px;
                height: 300px;
            }
            #jCarouselLiteDemo .vertical {
                position:relative;
float:right;
width:84px;            
height: 196px !important;
padding-right:18px;
margin-top:2px;
}
                #jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
                    width: 170px;
                }
            #jCarouselLiteDemo .imageSlider li img, 
            #jCarouselLiteDemo .imageSlider li p, 
            #jCarouselLiteDemo .imageSliderExt li img , 
            #jCarouselLiteDemo .imageSliderExt li p {
                width: 400px;
                height: 300px;
            }
           
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/